Posts
214
Following
154
Followers
168
Probably some RISC-V stuff, but hopefully other things too ;)

Save the date: Kernel Recipes is back! 🎉
From September 22-24, 2025, we’re diving into 3 days of kernel discussions, talks and community fun.
Stay tuned!

0
9
1

The next Portland Linux Kernel meetup will be on Thursday, January 23rd from 6:00 PM to 9:00 PM PST at Lucky Labrador Beer Hall, 1945 NW Quimby St: https://www.meetup.com/portland-linux-kernel-meetup/events/305517704/

0
1
1

Nvidia CEO says company has plans for desktop chip designed with MediaTek

https://www.reuters.com/technology/nvidia-ceo-says-mediatek-will-be-able-sell-nvidias-desktop-cpus-2025-01-07/

> "We're going to make that a mainstream product," Huang said. "We'll support it with all the things that we do to support professional and high-quality software, and the PC (manufacturers) will make it available to end users."

4
5
0

Massachusetts Avenue, Cambridge, in Central Square.

0
1
0

I will present Mirror Hall for the first time at next month [1], and wrote a guide on how to develop similar home-grown desktop streamer solutions last month [2].

There's only a couple of weekends until then for small improvements to the app, so if you have any particular wishes let me know! 🪄

1. https://fosdem.org/2025/schedule/event/fosdem-2025-4527-mirror-hall-building-virtual-network-displays-to-bridge-mobile-and-desktop/

2. https://notes.nokun.eu/post/2024-09-22-mirrorhall/

4
5
0

I’ve posted an end-of-year update for my GCC translation validation tool, smtgcc, to the GCC mailing list:
https://gcc.gnu.org/pipermail/gcc/2024-December/245315.html

1
4
0
A small announcement from me that I am now officially able to spend a lot more of my time working on Linux kernel maintainer support duties. It's not a "change of hats," but I will be able to spend a lot more time wearing my maintainer support hat on this year!

https://lore.kernel.org/workflows/20241230-loyal-jumping-marmoset-0bde8f@lemur/T/#u
4
13
48

Everything Open 2025 program is now published.

Presentation “Enhancing spatial safety in the Linux kernel: Fixing thousands of -Wfamnae warnings” by Gustavo A. R. Silva

Program: https://2025.everythingopen.au/schedule/
Tickets: https://2025.everythingopen.au/attend/tickets/

0
2
0

How today started: "ah, time for the easy bit of this library, open a unix socket and talk with the codec I've written"

How today is going: posix spec open on one screen, manpages on another, linux kernel source code front and center. One of these three is lying, and by Jove I aim to discover which it is.

1
4
0

I generated a 12-character commit SHA prefix collision with the start of Linux's git history. It took about 6 hours on an RTX 3080 GPU:

https://people.kernel.org/kees/colliding-with-the-sha-prefix-of-linuxs-initial-git-commit

4
19
0

if you're interested in actually overthrowing Big Android (rather than living off Googles scraps) be sure to come by the assembly this congress. There's a revolution brewing :3

https://linmob.net/38c3/

5
9
1
@lynnesbian that explains why the RISC-V people like trains so much!
0
0
0

in switzerland you aren't allowed to have a train with exactly 256 axles because of an integer overflow in the axle counting machine

i wish i could fix my software bugs by making it illegal to cause them

6
26
2

The complete schedule for the devroom at '25 is online ⚙️ 🐝
https://fosdem.org/2025/schedule/track/ebpf/

The devroom will take place on the Saturday (1st February) afternoon. I hope to see many of you at the event 🙂

0
2
0
Edited 10 months ago

Welcome to the War on Cars, Conor Dunne.

/cc: @TheWarOnCars

https://youtu.be/wmUP8OH50E0?si=OIFtuwdIxT_bHvkR

0
2
0

It’s a long article on these insanely bright car headlights, but it contains this paragraph ⬇️ https://www.theringer.com/2024/12/03/tech/headlight-brightness-cars-accidents?lid=dpe6tiyd81ev

9
10
0

Don't tell me how to live my life.

0
1
0

#284 Given the following in C++

template <typename... T>
void f1(T......); // A

template <typename... T>
void f2(T..., ...); // B

Without checking, which is valid:

A. A
B. B
C. Both
D. Show results


0% A
33% B
66% C
0% D
1
2
0
Show older