While we're wishing, let's bring back serifs. I, for one, would like to be able to tell the difference between AI and Al without context clues, and using an inherently lossy font is the opposite of "readability".
When I saw yet another crooked google font I configured my browser to display all text in Verdana ignoring fonts chosen by page styles. It's much easier to read when everything is in one font to rule them all.
More to the point, if they required 2FA every time you tried to modify the JS, nobody would do it because it would be too annoying. "Username, password... oh, the 2FA just timed out, gotta wait for the next one... what, that doesn't work? Does it want the old one? Oh... now it wants the next one... just a second... "
Yeah. I'm down on commercial AM/FM radio being touted as an emergency service, because there's so rarely enough behind the scenes to make it reliable or even minimally usable as such, but this is something purpose-built to fill that role, and shutting it down means there's nothing which can fill it, given how worthless commercial radio is at the task:
> Because it was the middle of the night, there were few people at local radio stations, all operated by Clear Channel with mostly automated programming. No formal emergency warnings were issued for several hours while Minot officials located station managers at home. North Dakota's public radio network, Prairie Public Broadcasting, was notified and did broadcast warnings to citizens.
If you wanted to make commercial radio even minimally acceptable as an emergency alert system you'd be... guess what... reinventing EAS and EAS-a-likes, except more expensive and less responsive! EAS never has to "Interrupt This Program" it can just get to the meat.
> If you wanted to make commercial radio even minimally acceptable as an emergency alert system you'd be... guess what... reinventing EAS and EAS-a-likes, except more expensive
Exactly, whatever it costs to operate and maintain the emergency and weather services commercial radio would need to make enough money to pay for that, and then also make enough money on top of that to stuff their pockets with profit. The people shouldn't be on the hook for those extra expenses while private companies do everything in their power to degrade the service in order to lower their costs to increase profits even farther.
Ctrl-R to search for previous command, which I use more often. Pretty ergonomic if you do the normal Emacs thing and rebind Caps Lock to Ctrl, ironically.
If you're going to be cynical, at least credit them with some brains:
MAGA isn't going to last forever, and when it collapses, the ones who publicly stood up to it will be better positioned to, I don't know, not face massive legal problems under whatever administration comes next. A government elected by middle-aged moms who use "Fuck ICE" as a friendly greeting isn't going to have any incentives to go easy on Palantir and Tesla.
Cynical or not, I think it was an absolutely brilliant move: "Mass domestic surveillance of Americans constitutes a violation of fundamental rights". I think they placed their bets on Sama signing a contract with the DoD and here we are, one day later the news that OpenAI signed a contract is out. An absolute PR disaster for OpenAI. And an absolute PR victory for Anthropic.
I think OpenAI's IPO will be interesting. Not even the conservative media will be happy about mass surveillance of Americans.
For non-Americans not much change, they don't really care about your rights more than about a pile of dog poo.
It's interesting how it's Obviously Impossible to write OSes in garbage-collected languages, and this is proven by the fact successful OSes were written in garbage-collected languages back in the Stone Age, or 1980s, whichever. My current laptop has enough RAM to swallow the entire state of a Symbolics workstation (RAM and disk) without noticing, but it's obviously too wimpy to run an OS written in anything other than C.
(Nitpickers' Corner: "Successful" and "the most commercially successful" are, in fact, two different words. Gots all them different letters an' everything. Therefore, Genera not being as profitable as such Sophisticated Top-Of-The-Line Pieces of Professional-Grade Enterprise-Ready software as MS-DOS doesn't mean Genera wasn't successful.)
Yeah its funny what we can get away with using different design tradeoffs on modern computers.
I've been reading through the SeL4 source code lately. SeL4 isn't a multithreaded kernel. It supports SMP - so, it can use all the cores on your computer. But the kernel itself uses a big mutex. Complex syscalls can't run concurrently.
And you know what? I think its fine. A tiny microkernel like SeL4 offloads almost everything to separate processes anyway. The only things in the core kernel are the bootloader, scheduler and thread cap tables. Device drivers are multithreaded because they all run in separate processes.
Having the kernel itself effectively single threaded reduces a whole class of bugs and complexity, at a (hopefully) negligible performance cost. Its smart.
Depends on the model size, batch size, input sequence length, ... etc. With a small model like this you'll never get a 'good' output but you can maximise its potential.
I trained 12,000 steps at 4 layers, and the output is kind of name-like, but it didn't reproduce any actual name from it's training data after 20 or so generations.
reply