Posts
232
Following
171
Followers
177
Probably some RISC-V stuff, but hopefully other things too ;)

I wrote a blog post about how smtgcc, my GCC translation validator, handles uninitialized memory.
https://kristerw.github.io/2026/04/10/uninitialized-memory/

2
7
0

feature I learned about today by accident:

emerge --pretend --fetchonly (shortened as emerge -pf) will print all the URLs it'd use to download the various distfiles, instead of listing the results of the dependency resolution (as --pretend would usually do).

Caught me off-guard, I don't think this is documented anywhere. Glad to know portage still hits me with surprises after using it for 7 years 😅

1
2
0

Positive News: France has announced its plan to ditch Windows & switch to Linux for government desktops. 🥳 🇫🇷

Not only that, but they have also moved 80, 000 National Health Insurance Fund Employees to open source alternatives replacing U.S owned Big Tech platforms like Microsoft Teams & Zoom.

It’s amazing to see the country take action, push for real digital sovereignty, & opt for open source solutions! 👏

More here: https://www.numerique.gouv.fr/sinformer/espace-presse/souverainete-numerique-reduction-dependances-extra-europeennes/

0
12
0
@gsuberland @whitequark at my first job I had to get PHP running on a network card
0
0
2

Two papers came out last week that suggest classical asymmetric cryptography might indeed be broken by quantum computers in just a few years.

That means we need to ship post-quantum crypto now, with the tools we have: ML-KEM and ML-DSA. I didn't think PQ auth was so urgent until recently.

https://words.filippo.io/crqc-timeline/

10
19
1
Edited 5 days ago

The schedule of the upcoming "Embedded Recipes" conference (May 27-28, Nice, France) is available. A fine selection of topics and speakers!

I hope to see many of you there, and don't forget the Yocto day on May 29, which schedule is expected in 4 days (Apr. 10).

https://embedded-recipes.org/2026/schedule/

@embeddedrecipes
@yoctoproject

0
2
0
@never_released still not really a mainframe guy, but IIUC they're not really about CPU performance and they haven't really been all that compelling at that in a long time.

I'm always a bit lost when trying to read through the IBM manuals, but looks like they still have a bigger single shared memory domain that Intel or AMD -- 64TiB on the IBM stuff, 32TiB on Intel and 12TiB on AMD. They're also got some crazy-sounding cache sizes (36MiB private L2, for example), and I think that's part of how the handle their huge systems (though the other systems seem to be catching up there, too).

I've also really never understood their I/O architecture, but IIUC they push a lot of stuff that PC-derived systems would do on the CPU into the I/O subsystem's co-processors and that's part of the mainframe magic -- though with modern I/O stuff I'm not sure how true that is any more, the high-performance stuff is pretty hands-off from the CPU side of things and has a decent amount of compute living on the other end of PCIe.
0
0
1
@never_released I'm not a mainframe guy, but IIUC a lot of what would go over the network on PC-derived servers goes over the interconnect on mainframes. So the network side of things there is really only for the traffic that needs to cross the boundary between the mainframe world and the regular world.
1
0
1

IT'S HAPPENING

GITHUB, THE FIRST ENTERPRISE CLOUD SOLUTION TO REACH ZERO NINES RELIABILITY

https://mrshu.github.io/github-statuses/

11
35
1

Big thumbs up to our first 2026 supporters: HAProxy, @igalia , ARM, Jump Trading.

Want to be part of it too? We’d love to have you on board. Your support is what makes it possible to keep a high-quality 3-day conference affordable and to share the content with a wider audience.

Join us!

https://kernel-recipes.org/en/2026/sponsor/

0
5
0
Edited 11 days ago
  • Claude code source "leaks" in a mapfile
  • people immediately use the code laundering machines to code launder the code laundering frontend
  • now many dubious open source-ish knockoffs in python and rust being derived directly from the source

What's anthropic going to do, sue them? Insist in court that LLM recreating copyrighted code is a violation of copyright???

7
35
4

Bruce Lawson ✅ ♫ ♿ ✌️♂️✊

I Decompiled the White House's New App https://blog.thereallo.dev/blog/decompiling-the-white-house-app
The official White House Android app has a cookie/paywall bypass injector, tracks your GPS every 4.5 minutes, and loads JavaScript from some guy's GitHub Pages.

0
3
0

We can remove strncpy() from the Linux kernel finally! I did the last 6 instances, and dropped all the implementations:
https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git/log/?h=dev/v7.0-rc2/strncpy

Over the last 6 years working on this, there were 362 commits by 70 contributors. The folks with more than 1 commit were:

211 Justin Stitt <justinstitt@google.com>
22 Xu Panda <xu.panda@zte.com.cn>
21 Kees Cook <kees@kernel.org>
17 Thorsten Blum <thorsten.blum@linux.dev>
12 Arnd Bergmann <arnd@arndb.de>
4 Pranav Tyagi <pranav.tyagi03@gmail.com>
4 Lee Jones <lee@kernel.org>
2 Steven Rostedt <rostedt@goodmis.org>
2 Sam Ravnborg <sam@ravnborg.org>
2 Marcelo Moreira <marcelomoreira1905@gmail.com>
2 Krzysztof Kozlowski <krzk@kernel.org>
2 Kalle Valo <kvalo@kernel.org>
2 Jaroslav Kysela <perex@perex.cz>
2 Daniel Thompson <danielt@kernel.org>
2 Andrew Lunn <andrew@lunn.ch>

Thank you to all of you! (And especially to Justin Stitt who took on the brunt of the work.)

1
18
3

We were just notified today that one of our teammates is going to be let go.

We've been working together for over 3 years, and he's been a great teammate.

I don't know his full skill set, but we're a Ruby shop, and I know he's got some PHP experience under his belt as well.

If you know of any open positions for a senior role in Ruby or PHP, let me know.

Plz boost.

0
3
1
@matt_ellery I use a GoPro, I just let it upload to their cloud service and then download in back down again. The cloud service itself is kind of a mess so it's not a strong recommendation, but it works well enough that I use it pretty much daily.
1
0
1

Perhaps it is because I have used Linux for quite a long time now, and it did not always work so well, but I still smile when I plug my laptop (Debian, Gnome, Wayland) into a Thunderbolt dock via USB-C shaped connector, and its display appears on multiple 4K monitors within a couple of seconds.

I unplug it, and it comes back to the laptop screen.

Screen rotation on my laptop works flawlessly.

Thank you - genuinely - to everyone who has worked on making this happen so seamlessly.

2
4
0

If SQL is pronounced "sequel" then surely DNS is pronounced "Dennis"?

7
25
2

This was my motivation:

io_uring/rw.c | 80 ++-------------------------------------------------------------
1 file changed, 2 insertions(+), 78 deletions(-)

Talk about being petty...

0
1
0

In France, we don't say "vibe-coded contribution" but "merde request" and I think it's beautiful 💩

0
15
0
Show older