Hagbard Celine

28 Followers
196 Following
33 Posts
From the Norwegian Consumer Council: „The Enshittificator“ https://vimeo.com/1168468796 — make it shitty 😭
The Ensh*ttificator

Vimeo
if Intel x86 processors had consistent versioning (inspired by https://sharkey.skydevs.me/notes/ahj2cr1lojtd005z)
The newsletter of the German Consulate General Vancouver, Canada, about the CCC vs White Supremacy: The 39th Chaos Communication Congress #39C3 disrupts nazi groups „with a bang“ canada.diplo.de/ca-en/about-...

The Pink Park Ranger Takedown:...
The Pink Park Ranger Takedown: CCC vs White Supremacy

The older generation still remembers Germany's legendary Chaos Computer Club, (CCC) which rose to fame during the Cold War—a time when people considered building bunkers instead of garden ponds,…

Slowly documenting and publishing all the software, electronics and mechanical details of the LED cube installation at #39c3 It also contains plans on how to build the small 20cm³ version from the @cccac assembly https://github.com/Phaeilo/emergent-order

Recordings from last week's @linuxplumbersconf 2025 are now available.🥳

You have two options to find the ones you might be interested in:

* Look through this YouTube-Playlist (https://www.youtube.com/playlist?list=PLVsQ_xZBEyN3-ZbrEgTiCpm1-Sg_ihLVF)

* Find and open interesting talks via the Schedule Overview (https://lpc.events/event/19/timetable/#all) or the Detailed Schedule (https://lpc.events/event/19/timetable/?view=lpc), as the individual talk descriptions link to the videos. And as a bonus, they besides the summary usually contain links to the slides shown, too.

#Linux #kernel #LinuxPlumbersConference #LinuxPlumbersConference2025 #eBPF #BPF

Tell me you've never seen Blade Runner or Star Trek without telling me you've never seen Blade Runner or Star Trek
@lunkw1ll presented our paper with the title "Epistemology of Rowhammer Attacks: Threats to Rowhammer Research Validity" at #ESORICS25. The problem that we see there is lack of real-world #Rowhammer attacks which contradicts the number of Rowhammer publications from academia. For more info, you will find a pre-print of our paper here: https://florian.adamsky.it/research/publications/2025/2025-Epistemology_of_Rowhammer_Attacks_preprint.pdf
@kernellogger That is *definitely* not a formal announcement, but it is my observation from talking to conference organizers and attendees. It is not a difficult result to see — or to understand.

I compared #curl today vs curl 8 years ago on malloc count + memory use to download a single 512MB file over cleartext HTTP:

129 mallocs, which is exactly the same.

Maximum allocated now: 135566. 17,681 bytes *less* than eight years ago.

Not everything has to go bloat over time I suppose.

And here's the old blog post: https://daniel.haxx.se/blog/2017/04/22/fewer-mallocs-in-curl/

Fewer mallocs in curl

Today I landed yet another small change to libcurl internals that further reduces the number of small mallocs we do. This time the generic linked list functions got converted to become malloc-less (the way linked list functions should behave, really). Instrument mallocs I started out my quest a few weeks ago by instrumenting our memory … Continue reading Fewer mallocs in curl →

daniel.haxx.se