i just had the coolest experience. i looked up a pottery studio in albuquerque because i drove past it and was curious and they had something called "slow cool crystaline glaze" and i knew immediately how it worked from glass experience
It's not giving up, it's "leaning out".
If you’re in the Columbus, Ohio, area, make a trip to the Billy Ireland Cartoon Library & Museum on May 23 for its grand gallery re-opening! Chris Ware headlines, plus a new permanent exhibition on—surprise!—the Story of Comics. Yours truly has a video in this that runs perpetually. https://library.osu.edu/site/cartoons/2026/04/28/billy-ireland-cartoon-library-museum-reopens-may-23/
Wait, wait, wait. There’s going to be a UFC fight at the White House in June?
Turns out Idiocracy got it right. 😳
Chip monk
Memory management code tracks the free memory that can be allocated and also sometimes the memory that has been allocated.
he just keeps going??????? here i'll translate:
- "the free memory that can be allocated": sometimes non-micro kernels like linux maintain free lists of unmapped physical pages so that moving the sbrk can be made very fast if not completely atomic
- "and also sometimes the memory that has been allocated": i suspect this is referring to a process's virtual address mapping, but maybe it's referring to an in-kernel allocator
This is commonly done through pointer-linked data structures,
why are we still saying "pointer" when we're in ring 0???? that's a physical address buddy
and this use of what are also called mutable inductively-defined data structures
no citation here is so disrespectful lmao
is the cause of a great degree of the difficulty in reasoning about such code formally.
i'm sorry you're having difficulty maybe it's time to give it up???
Number Gacha, a gacha game distilled to its essence
#HackerNews #Number #Gacha #gacha #game #gaming #design #minimalism
@BathysphereHat fuck that sucks!
How do you usually ride out an attack?
@evan I have Xanax, but that takes like 30 minutes to work. It's reassuring to know it's going to kick in even before it starts actually working, so that helps. I also reach out, sometimes by posting, but usually also directly to friends and loved ones. Sometimes I talk out what's making me anxious, but sometimes that's not even clear, so I just have to try to distract myself.
Microsoft surprises with its first server Linux distribution: Azure Linux 4.0 https://zdnet.com/article/microsoft-releases-its-first-server-linux-distribution-azure-linux-4-0/ via @ZDNet & @sjvn
Microsoft is a #Linux company, and it just proved it by releasing its first mainstream Linux distribution: Azure Linux 4.0.
2016: Microsoft "embraces" Linux.
2026: Microsoft "extends" Linux.
2036: Microsoft "extinguishes" (all others) Linux. People locked into draconian licenses agreements - even for personal use. People wonder, how did we get here (again)???
I can't believe we've thrown rocks for 30 years just to give up and hug Goliath just because he changed his shirt.
Fuck this with all that is fuckable!
@EpsteinPutin Why do you keep showing up in my replies when I have very clearly told you to "fuck off" like three times already? Maybe four.
When you hit reply, go up to the top where you see the names and remove the one that says @AnarchoNinaWrites
Also, nobody in my replies is a Trump supporter you muppet; Trump supporters don't hang around waiting to hear "your fucking dipshit messiah is a child rapist nazi."
Take your fucking feels and get out of my replies - for GOOD asshole.
RAM prices explained.
U.S. Treasury Secretary Scott Bessent announced another extension of a sanctions waiver allowing purchases of Russian seaborne oil to aid "energy-vulnerable" countries hit by the Iran war. https://www.japantimes.co.jp/news/2026/05/19/world/politics/us-sanctions-waiver-russian-oil/?utm_medium=Social&utm_source=mastodon #worldnews #politics #scottbessent #us #donaldtrump #middleeast #iran #straitofhormuz #oil #russia #g7
@tomjennings @wollman Even with money, it’s a huge time and energy sink for a labor of love. It was even too much for Steven King, who got rid of (or is getting rid of) his stations.
@mattblaze @tomjennings @wollman
Here (Finland) most of the labor of love stations have a license that allows to have sparse operating hours and thus they mostly operate on weekends.
It does help that a low power (50W max) FM permit is like 36eur if you only run a week or so.
The pressure is on for tomorrow's really big spaceship launch...
"If Starship Explodes Again, It Could Derail SpaceX’s Entire IPO"
"Musk has more or less staked SpaceX’s entire future on Starship’s success."
"According to Reuters, SpaceX is aiming to release a prospectus officially outlining the IPO on Wednesday — the same day of the Starship launch."
https://futurism.com/space/starship-explodes-derail-spacex-ipo
Watch this space...
@mastodonmigration wishing all so-called Starships a very Blows Up On The Pad with a sound like a thousand sad tombones.
Why aren't you going after the Magats? I think you must be one.
@EpsteinPutin Why do you keep showing up in my replies when I have very clearly told you to "fuck off" like three times already? Maybe four.
When you hit reply, go up to the top where you see the names and remove the one that says @AnarchoNinaWrites
Also, nobody in my replies is a Trump supporter you muppet; Trump supporters don't hang around waiting to hear "your fucking dipshit messiah is a child rapist nazi."
Take your fucking feels and get out of my replies - for GOOD asshole.
The main uses for audio input (at least in our hypothetical string-centric OS) would be saving snippets of it, with or without video, to be played back later or streaming it over the internet via (S)RTP to be played elsewhere.
Then again we might want to incorporate voice commands (traversing links by label), for which we'd need the aid of an NPU. I find Mythic's designs sufficiently weird for my tastes...
Setting that usecase aside it'd mostly be our camera app & SRTP viewer interested.
1/?
Whether supplied via USB or an analog signal our CPU receives a sequence of regularly-sampled numbers. Frequently 16bit 44.1kHz or higher.
Our CPU would use its FPMA coprocessor to aid compressing this data before streaming it to your harddrive or over the internet. I've already discussed details of how this compression works at https://adrian.geek.nz/from-scratch/browser-auditory#audio-recordings .
And we might interleave this into a video, by using container formats (like Ogg, MPEG, USB, or SRTP) to damarcate the substreams.
2/2!