I guess somewhere between 6 and 7…urm 6/7 👐 (and my kids say I don’t understand memes 😅).
Alex
FLOSS virtualization hacker, occasional brewer
- 5 Posts
- 150 Comments
If you have ever read the “thought” process on some of the reasoning models you can catch them going into loops of circular reasoning just slowly burning tokens. I’m not even sure this isn’t by design.
I think the OP’s analysis might have made a bit of a jump from overall levels of hobbyist maintainers to what percentage of shipping code is maintained by people in their spare time.
While the experiences of OpenSSL and xz should certainly drive us find better ways of funding underlying infrastructure you do see a higher participation rates of paid maintainers where the returns are more obvious. The silicon vendors get involved in the kernel because it’s in their underlying interests to do so - and the kernel benefits as a result.
I maintain a couple of hobbyist packages on my spare time but it will never be a funded gig because comparatively fewer people use them compared to DAYJOB’s project which can make a difference to companies bottom lines.
The year of Linux on the desktop is whatever year you personally switched over.
I would not want anything that requires a cloud connection to be responsible for securing my house. The security record of these smart locks also isn’t great.
The final question you need to ask yourself is how they fail safe? There have been Tesla owners trapped in burning cars. If, god forbid, your house caught fire can you get out of your door secured with a smart lock?
Once we summit the peak of inflated expectations and the bubble bursts hopefully we’ll get back to evaluating the technology on its merits.
LLM’s definitely have some interesting properties but they are not universal problem solvers. They are great at parsing and summarizing language. There ability to vibe code is entirely based on how closely your needs match the (vast) training data. They can synthesise tutorials and stack overflow answers much faster than you can. But if you are writing something new or specialised the limits of their “reasoning” soon show up in dead ends and sycophantic “you are absolutely right, I missed that” responses.
More than the technology the social context is a challenge. We are already seeing humans form dangerous parasocial relationships with token predictors with some tragic results. If you abdicate your learning to an LLM you are not really learning and that could have profound impacts on the current cohort of learners who might be assuming they no longer need to learn as the computer can do it for them.
We are certainly experiencing a very fast technological disruption event and it’s hard to predict where the next few years will take us.
Alex@lemmy.mlto
Linux@lemmy.ml•What software do you use to aggregate email in a single interface?
3·3 months agomu4e inside my Emacs session.
Alex@lemmy.mlto
Open Source@lemmy.ml•Employment contract that allows for open source projects, advice needed
2·4 months agoI’ve generally been up front when starting new jobs that nothing impinges my ability to work on FLOSS software on my own time. Only one company put a restriction in for working on FLOSS software in the same technical space as my $DAYJOB.
Alex@lemmy.mlto
Open Source@lemmy.ml•Open source GZDoom community splinters after creator inserts AI-generated code - Ars Technica
6·4 months agoThe article mentioned there is a long history of forks in the open source Doom world. It seems the majority of the active developers just moved to the new repository.
What ever happend to the classic “reticulating splines”?
Alex@lemmy.mlto
Programmer Humor@programming.dev•Every goto in the Linux kernel / Just another day on the linux-kernel mailing list
7·4 months agoReally nice combination of data and presentation.
Alex@lemmy.mlto
Open Source@lemmy.ml•what are your biggest contributions to open source software?
11·4 months agoI helped with the initial Aarch64 emulation support for qemu as well as working with others to make multi-threaded system emulation a thing. I maintain a number of subsystems but perhaps the biggest impact was implementing the cross compilation support that enabled the TCG testing to be run by anyone including eventually the CI system. This is greatly helped by being a paid gig for the last 12 years.
I’ve done a fair bit of other stuff over my many decades of using FLOSS including maintain a couple of moderately popular Emacs packages. I’ve got drive by patches in loads of projects as I like to fix things up as I go.
I didn’t know who Kirk was until the assassination I have better things to do with my limited time than go on a deep dive into their history before posting any comment on the news. I kinda got the vibe when I realised that was who Cartman was based on in the recent South Park.
On mobile any particular useful compression will become on-demand hardware acceleration which can be very power efficient. I’m fairly sure webp had hardware acceleration on most chipsets these days.
Alex@lemmy.mlto
Programming@programming.dev•The Hidden Vulnerabilities of Open Source - Revisiting and Contextualizing the designed xz backdoor, multi-year-long effort
9·5 months agoThere are large areas of open source that don’t rely on volunteer labour because companies with a vested interest pay people to work on them. They tend to be the obvious large projects that are continuously developed and gain new features. The trouble with something like xz is it was mostly “done” (as in it did the thing it was intended to do) but still needed maintenance to address the minor niggles, bug reports and updates to tooling and dependencies.
The foundations could do a better job here of supporting the maintainers. After Heartbleed the Linux Foundation started the Core Infrastructure Initiative to help fund those under recognised projects. I would hope the people running that could be more proactive identifying those critical understaffed components.
Edit I think it’s now called the Open Source Security Foundation: https://openssf.org/
Alex@lemmy.mlto
Open Source@lemmy.ml•Apache OpenOffice vs LibreOffice (2025): Which One Actually Delivers?
2·5 months agoWas it before or after Oracle acquired Sun that the fork happened? I’m fairly sure it was Oracle that passed the project across to Apache and I have no idea why the Apache foundation accepted it.
Alex@lemmy.mlto
Linux@lemmy.ml•Fastest disk-space usage analyzer (for files), faster than ncdu?
101·5 months agoYeah I don’t think this is an ncdu issue but something is broken with the OPs system.
Alex@lemmy.mlto
Open Source@lemmy.ml•Sonatype Uncovers Global Espionage Campaign in Open Source Ecosystems
9·6 months agoI’ve long avoided npm but attacks on PyPi are a worry.
Alex@lemmy.mlto
Programming@programming.dev•Live coding interviews measure stress, not coding skils
1·6 months agoThere is a difference between reviewing code and the feedback when you have the job and during an interview when trying to get a job. I’m not saying you should never expect to be pulled up on mistakes just that an interview experience is very different to the work experience.
Maybe there are ways to ameliorate the stress during the interview to get a better view of how a candidate will perform once hired but I think it’s a tricky balance to strike.



What was wrong with working with Godot that made them want to fork?