Posts
170
Following
138
Followers
146
Probably some RISC-V stuff, but hopefully other things too ;)

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.

2
13
1

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

0
3
0

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

16
9
0

(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/

2
6
0

Average IP version

4
24
3

Palmer Dabbelt

Do they just have a leak?
0
0
1

Thorsten Leemhuis (acct. 1/4)

Edited 1 month ago

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 's schedule page: https://lpc.events/event/18/timetable/?view=lpc

0
13
4
Edited 1 month ago

I got linux booting in vanilla minecraft using a datapack https://github.com/Snektron/linux-in-minecraft

2
11
1

"What could be the problem here πŸ€”"

submitted by u/Bitter-Gur-4613
https://redd.it/1fxi2ry

1
2
0

Every film is photosensitive if your light source is strong enough

2
2
0

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

0
5
1

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!

6
12
1

Hey! The conference videos and most of the slides are now available online! Dive in and enjoy without moderation! πŸ˜ŽπŸ“½οΈ

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!

1
12
1

/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 πŸ’‘πŸ”Ž:

https://kernel-recipes.org/en/2024/schedule/all-your-memory-are-belong-to-whom

Thanks @vbabka !

1
8
2
Edited 1 month ago
2
7
0

Petition to start naming hurricanes after companies that contribute the most to climate change

8
12
1

Palmer Dabbelt

After ~10 minutes of trying to figure out why my Thunderbolt hub wouldn't connect I plugged it in to my laptop...
0
0
3

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!

1
55
105

HAMMER SMASHED FILESYSTEM πŸ‡ΊπŸ‡¦

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?

2
4
3
Show older