That you admired Richard Stallman when you were a young coder just entering the world of open source development is no mark against you -- abusers are like that.
Where judgment of you comes in is now -- you're an adult, you know your asshole from your elbow, and you have been shown evidence of who the man actually is. What you say and do in response to that -- that's what defines what kind of person you are.
I have implemented AArch64 support in the smtgcc GCC translation validator.
https://github.com/kristerw/smtgcc
The support is somewhat limited and only handles a subset of the A64 base instructions, but it has already found a bug in the GCC AArch64 backend!
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117186
Proposing that C++ acknowledge that there are exactly 8 bits in a byte.
Iβd love feedback, especially from embedded / DSP folks who think this is a terrible idea.
https://isocpp.org/files/papers/P3477R0.html
(this is from 2018 but it's a gem) speculative execution almost destroyed the xbox 360 https://randomascii.wordpress.com/2018/01/07/finding-a-cpu-design-bug-in-the-xbox-360/
Many dozens of recordings from this years @linuxplumbersconf are now available on YouTube. You can find them in the list of videos (https://www.youtube.com/@LinuxPlumbersConference/videos ) on in a dedicated playlist (https://www.youtube.com/playlist?list=PLVsQ_xZBEyN0XmmLaDFQEnuEu5HKSobpy ).
Abstracts as well as slides for most of the talks are available through the #LinuxPlumbers2024's schedule page: https://lpc.events/event/18/timetable/?view=lpc
I got linux booting in vanilla minecraft using a datapack https://github.com/Snektron/linux-in-minecraft
"What could be the problem here π€"
submitted by u/Bitter-Gur-4613
https://redd.it/1fxi2ry
#fuckcars
Every film is photosensitive if your light source is strong enough
Kernel Recipes 2024 Slides & Videos Posted
Taking place last week in Paris was the annual Kernel Recipes conference devoted to a variety of Linux topics and sponsored by Meta, Dell, Arm, AMD, and other organizations. The slides and videos from the different Linux/open-source talks are now online for those wanting to watch some interesting technical content...
https://www.phoronix.com/news/Kernel-Recipes-2024-Slides
This month, you should use a special-purpose programming language that makes it easy to handle simple data-reformatting jobs.
That's right.
It's.... awktober!
KVM Forum 2024 videos are available:
https://www.youtube.com/watch?v=SmbK7xkO5pU&list=PLW3ep1uCIRfwqKJYHxXsjIvG-Jy3nO2si
Hey! The #kr2024 conference videos and most of the slides are now available online! Dive in and enjoy without moderation! ππ½οΈ #kr2024
Browse the schedule to get videos and slides
https://kernel-recipes.org/en/2024/schedule/
All the videos
https://youtube.com/playlist?list=PLQ8PmP_dnN7L11sHfHc3CF9__SCV_vL2T
Thanks again to all our speakers!
/proc/meminfo seems like a bunch of encrypted info? Want to decode and make sense of it? Everything you ever wanted to know about /proc/meminfo is here π‘π#kr2024:
https://kernel-recipes.org/en/2024/schedule/all-your-memory-are-belong-to-whom
Thanks @vbabka !
FOSDEM 2025 call for devrooms
https://fosdem.org/2025/news/2024-09-23-devrooms-cfp/
Petition to start naming hurricanes after companies that contribute the most to climate change
THIS IS IT!!!
The last hurdle for PREEMPT_RT being merged into mainline has just removed by this pull request. Leaving the door open for PREEMPT_RT to be added to 6.12!
Got around to fixing my e-mail setup and need some advice.
I'm pulling mail with isync/mbsync from an IMAP server that does no reasonable spam filtering. Over 99% of my mail is spam since my address is not exactly a secret.
I have no idea how to deal with this. Spamassassin is too slow, clunky and I'm unable to do any reasonable filtering with it.
I'd be fine with crude filtering, an allowlist of addresses and "Subject:.*[PATCH]", and deny everything that is a HTML e-mail, MIME encoded, etc. But what's a good way to do this? Is procmail still used? What's a good way to hook filtering in? Is mbsync/isync a reasonable idea?
How do you grownups solve this?