Urgent.News

What's breaking now, across thousands of outlets.

Tech

The new Apple Mac mini is already $100/£100 off for students and teachers — unfortunately, not for journalists like myself

The new Mac mini M6 looks like a great value — especially with this Apple Education Store discount.

The new Apple Mac mini is already $100/£100 off for students and teachers — unfortunately, not for journalists like myself

The Apple Mac mini is now available for preorder at a discounted price for students and teachers through the Apple Education Store. This deal offers a $100 or £100 reduction on all variants, starting from $799 or £799, which is a significant discount from the original price of $899 or £899. The Mac mini is powered by either the new M6 chipset or the M5 Pro from the current MacBook Pro, offering up to 40% faster CPU performance and up to four times faster AI performance compared to previous models.

The device supports Wi-Fi 7 and Bluetooth 6, and features a 2.5GB Ethernet port with the option to upgrade to 10GB. With its compact size and powerful performance, the Mac mini is an excellent choice for students and teachers who need a reliable desktop computer for their studies or work. Preorders for the new Mac mini are now open, with a release date set for September 22nd.

Written by urgent.news from TechRadar's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

This story

This is one outlet's version. Read the fullest account.

Read the original at techradar.com →

More in Tech

Environment Variables Done Right (and Safe)

The Problem with Hardcoding We've all been there: you need an API key, a database URL, or a secret token. The quickest fix is to paste it right into the code. It works, but it's a ticking time bomb.

  • Environment variables store configuration values outside source code
  • Access via process.env in Node.js, os.environ in Python, os.Getenv in Go
  • Never commit .env files to version control

More from Wednesday 26 August →