HN user

crest

1,766 karma
Posts0
Comments786
View on HN
No posts found.

It's easy to beat up on OpenAI and Anthropic, because they have lots of money and knowingly broke the law, but writing the book was onetime work too. Do we really want to turn everything into recurring revenue stream to skim of? How would that even work for an open weights model? Would you say the same about a human educating themselves from a book? The answer has to be more than pearl clutching for poor starving little authors (and the not so poor class action lawyers).

You wouldn't hold the postal service accountable for delivering CSAM or a bank for offering storing it a lock box would you? So why should cloud storage services be different? Stop clutching your pearls and welcoming big brother over imagined threats while a real rapist sits in the oval office!

A window manager / compositor is one of the few things where I can see this making a lot of sense. The alternative of using an IPC socket for everything would be more complex and require users to reinvent the wheel all the time. Also it makes low latency synchronous reactions to events really hard to implement well.

This sounds a bit too good to be believable. Do they ask the reader to believe it's 100% reliable and their code magically just knows what CASM looks like without looking?!? All without a single working link to the original research. Sounds like the PR spin conman would push in the process of regulatory capture to force his future captive userbase be required by law to become a paying customer at any price or be branded a criminal (aka not rich and connected enough to rape kids). Sorry if I'm jaded.

Which encrypts each cache line with a key unknown to the attacker. This means an attacker can't target individual bits. Every change affects at least one AES encrypted block. It's much stronger than any normal defence against row hammer in that regard because flipping a single bit in plaintext changes ~half the bits in the ciphertext. It's similar to how Apple uses always on disk encryption instead of the normal means to limit run length in their NAND flash controllers. If the encryption is "off" it just means the decryption key is stored somewhere in the trusted enclave.

I can get a (used) fanless laptop and a USB GPIO/I2C/SPI/CAN/whatever adapter for that money. Raspberry Pis started at ~$30 for a minimal configuration. They were so cheap that they killed the whole overpriced range of $100 to $200 dev boards by vendors that tried to make money of dev boards for their chips.

They have to be cheap enough that tinkers leave them in their projects.

This exactly the missing laptop/lowend desktop performance bracket missing in the ARM ecosystem. Make a Mini-ITX compatible board for the SoC, upstream drivers into mainline Linux (and *BSD), and people will buy it as the low power 24/7 board for the home. Is it so fucking hard not shoot yourself in both feet?

About half of them read as "I tried to use C++ as a worse C" e.g. using struct initilisation instead of constructors, using malloc instead of new or new[].

My pet peeve with C++ is that the sequence point operator can be overloaded at which point it stops being a sequence point.