Readit News logoReadit News
aggregator-ios commented on MacBook Neo   apple.com/newsroom/2026/0... · Posted by u/dm
zemvpferreira · 12 days ago
A perfectly performant, luxury-feeling laptop with a secure OS for under $500? This thing is going to eat Chromebooks and budget HP shitboxes for lunch. Sure a lot of niceties are missing but compared to the experience most people have with their $500 laptops, this is going to be night and day.
aggregator-ios · 12 days ago
Absolutely. Cheaper Chromebooks are terrible machines. Those screens should be illegal and probably causes a lot of eye strain and headaches. Same with a lot of the sub $800 PC laptops. The colors aren't even... colors. The trackpad? Yuck. Everything else falls apart right outside of the warranty period of just 90 days or 1 year. Oh and good luck spending the first day just uninstalling/formatting everything from scratch and getting the vendor specific features to work again.

For people who have always wanted an Apple laptop, this is it. The niceties are not necessary, and perfect little things to cut out to bring the price down for the masses.

Dead Comment

aggregator-ios commented on Coding agents have replaced every framework I used   blog.alaindichiappari.dev... · Posted by u/alainrk
aggregator-ios · a month ago
I wanted to believe this article, but the writing is difficult to follow, and the thread even harder. My main issue is the contradiction about frameworks and using what the large tech companies have built vs real engineering.

The author seems to think that coding agents and frameworks are mutually exclusive. The draw of Vercel/next.js/iOS/React/Firebase is allowing engineers to ship. You create a repo, point to it, and boom! instant CICD, instant delivery to customers in seconds. This is what you're complaining about!? You're moaning that it took 1 click to get this for free!? Do you have any idea how long it would take to setup just the CI part on Jenkins just a few years ago? Where are you going to host that thing? On your Mac mini?

There's a distinction between frameworks and libraries. Frameworks exist to make the entire development lifecycle easier. Libraries are for getting certain things that are better than you (encryption, networking, storage, sound, etc.) A framework like Next.js or React or iOS/macOS exist because they did the heavy work of building things that need to already exist when building an application. Not making use of it because you want to perform "real engineering" is not engineering at all, that's just called tinkering and shipping nothing.

Mixing coding agents with whatever framework or platform to get you the fastest shipping speed should be your #1 priority. Get that application out. Get that first paid customer. And if you achieve a million customers and your stuff is having scaling difficulties, then you already have teams of engineers to work on bringing some of this stuff in house like moving away from Firebase/Vercel etc. Until then, do what lets you ship ASAP.

aggregator-ios commented on     · Posted by u/par_12
aggregator-ios · 2 months ago
You don't need a form fitting faraday cage. Want a free one? Find a food delivery bag that is insulated with foil. I believe some of the meal prep delivery services package their groceries in this. Stick your phone in there and wrap it up. All signals gone as far as I can tell.

Or, even more free or cheap: Wrap it in aluminum foil.

aggregator-ios commented on Turbopack: Building faster by building less   nextjs.org/blog/turbopack... · Posted by u/feross
aggregator-ios · 2 months ago
This is a good write up on the workings. However, in actual use, Turbopack has severe limitations when compared to Webpack. I’ve been working on https://jsonquery.app and rely on the jq WASM dependency for the queries. But, Turbopack cannot handle importing a WASM binary or the glue code for it directly. The workaround is to have a script copy the binary to the public directory. But that's not all. jq-wasm has a dependency on the ‘fs’ module, even though no fs functions are used. But trying to resolve this in Turbopack is not possible and 2 days of fighting this was a waste of time.

Webpack solved this problem with a few lines in the next.config.ts

For now, I’m back to using Webpack with NextJS 16 with the —Webpack flag. Hope they allow this for future versions.

There are plenty of complaints on the NextJS subreddit, and here is a open thread on complaints with Turbopack https://github.com/vercel/next.js/discussions/77721

Looks the alternative is Rspack?

aggregator-ios commented on Boeing knew of flaw in part linked to UPS plane crash, NTSB report says   bbc.com/news/articles/cly... · Posted by u/1659447091
jbn · 2 months ago
is there a reference for the USSR shooting an SR-71 down?
aggregator-ios · 2 months ago
There is no reference for this, because it never happened.
aggregator-ios commented on Ford F-150 Lightning outsold the Cybertruck and was then canceled for poor sales   electrek.co/2026/01/13/fo... · Posted by u/MBCook
Workaccount2 · 2 months ago
It's a shame the Lightning got discontinued.

As an EV owner, it sucks that the main thing holding the technology back is misconceptions and misunderstanding, rather than actual practical matters.

People think EVs are cars with tanks of electrons, and run aground the same way you would if you thought horses were cars full of hay. It's a different transport tool that gives the same results, you just have to know how to use it properly.

aggregator-ios · 2 months ago
Spot on. The misconceptions, even from other EV owners is astounding. People are constantly confused about kWh vs kW, Amps, voltage, temperature, range, mi/kWh, etc. Even PhD Computer Science and other highly educated folks who have owned EVs for a long time can't quite communicate the difference between those units of measurement. So of course when a curious person asks them or others, they only quote the falsehoods that someone told them.

Some examples:

1. I constantly see EV owners install 60A/11kWh service, costing them on average $10k when their driving needs don't require it.

2. People thinking they need more than 300mi of range and think they will run out of batteries like they do on their headphones.

All of this needs an understanding of the aforementioned units and basic physics. But, you're not going to get that by just talking to people. Salespeople are especially not going to do that, they can't even do that for combustion cars.

aggregator-ios commented on Vietnam bans unskippable ads   saigoneer.com/vietnam-new... · Posted by u/hoherd
rhplus · 2 months ago
> Not a great regulatory move, in my opinion.

> But I really wish ad companies would implement this rule across the board.

I genuinely don’t know how you could get your wish without regulation. You can’t expect all players in the ad game to follow self enforced rules if there’s any possibility that not following a self-imposed rule (“all ads must have a skip button”) will bring a competitive advantage. As soon as one player decides to take that advantage, all will. Back to square one.

aggregator-ios · 2 months ago
LOL, it's because they started with "regulations bad" and then went the usual technocrat/libertarian move of let the markets decide. And then rehashed the exact same arguments in favor of regulation.
aggregator-ios commented on What Happened to Abit Motherboards   dfarq.homeip.net/what-hap... · Posted by u/zdw
aggregator-ios · 3 months ago
Interesting read. I had the KR7A-133R motherboard as it won Anandtech's gold award for the best 4 bank DIMM support. It was $200 IIRC and was one the more expensive boards. Paired it with an Athlon XP 1800+ and Radeon 8500. Funny enough the AMD naming at the time was to reflect how Athlon's lower clock speed (1.5GHz) was a competitor to Intel CPU's (1.8GHz).

Asus was a strong competitor even then and I remember buying one just a few years before the Abit board that supported SD-RAM as well as DDR as a way to ease the transition for consumers.

It was a good time when IRC, AIM, and physical electronics shopping was still a thing. The only big tech presence that techies hated was Microsoft. Sigh.

EDIT: Their website is still around! https://www.abit.com.tw/page/en/motherboard/motherboard_deta...

u/aggregator-ios

KarmaCake day156March 13, 2014
About
Creator of several things, a founding engineer at a startup. Most recent personal project: https://www.jsonquery.app/landing
View Original