home.social
  1. Do you like cuddly characters in your products? It didn't work for Microsoft's clippy a long time ago, although you can't really call a paperclip cuddly I guess:
    bbc.co.uk/news/articles/c99l1z

  2. Taking a look at ( Atomic based distribution set up for running Steam) based on a colleague who recently tried it to replace a Windows gaming setup..
    It has a few download options depending on your video cards (NVidia GTX9xx/10xx vs RTX for example require a separate download). [EDIT: Seems it doesn't have acceleration for the old ones]
    If you're running an existing Atomic Fedora such as it should be possible to rebase directly onto Bazzite ...
    bazzite.gg/#image-picker

  3. Do you use @nodejs on @alpinelinux? While the Node.js project publishes Alpine containers to dockerhub it is currently an "experimental" platform and does not have the same guarantees as other platforms.

    We are looking for volunteers to help us bring Alpine to "Tier 2" where it would be built and released through the normal CI process.

    If you can help and/or work for a company depending on Node on Alpine/musl then let us know at github.com/nodejs/node/issues/

  4. Hmmm I hadn't seen
    > systemd-analyze blame
    and
    > systemd-analyze critical-chain
    before. Potentially useful for improving startup times on modern Linux systems ...
    makeuseof.com/i-turned-off-one

  5. Do you use Eclipse by @eclipseadoptium on or Linux on ppc64le/s390x architectures?

    If so, there is a plan to look at moving them to be headless builds in the future.

    See adoptium.net/en-GB/news/2026/0 for details and to provide any feedback on the proposal.

  6. Noting also that until the release comes out you can download a release candidate tarballs of @nodejs 26 from the following locations if you want to test new Node 26 functionality such as the Temporal APIs:
    - nodejs.org/download/rc/v26.0.0 for the officially supported platforms
    - unofficial-builds.nodejs.org/d for some of the unofficial/experimental platforms (including and /musl)

  7. Hmmm so there's now a touch screen option for the @frameworkcomputer 13 (I liked the idea of the 12 which had one but it wouldn't take their boards) ...
    About £2000 for a reasonable system though 🤔 frame.work/gb/en/blog/introduc
    Could be tempted though if/when the SpacemiT-K3 mainboard shows up: deepcomputing.io/dc-roma-risc-

  8. What do people use for running commands across multiple ssh sessions simultaneously? I've had a quick look at and (The former splits up an existing terminal window, the latter fires of separate desktop terminal windows) but are there any other good choices that people use?

  9. "in total, 241 news sites from nine countries explicitly disallow at least one of the four Internet Archive crawling bots ... 87% — are owned by USA Today Co., the largest newspaper conglomerate in the United States" Reddit, The New York Times and The Guardian have also restricted it, the latter citing a desire to block scrapers.

    forbes.com/sites/anishasircar/

  10. Having an early morning session reconfiguring storage paths on the OS due to changes in the backend and trying to make sure we end up with bootable systems at the end of it ...
    I'm not good at early mornings at the best of times 😟

  11. Posting on this feed since it's about and we're all using right? ;-)

    'Emperors are the largest penguin species and jumped two categories, from “near threatened” to “endangered” in the new IUCN analysis'

    :sadmsn: theguardian.com/environment/20

  12. RE: fosstodon.org/@Gina/1161419708

    Wow. I'm reading some of the statements in here about the suggestion of problems with data sovereignty. Apparently such an approach will:
    - "disrupt global data flow" (correct, because other countries can't do what they like with it)
    - "limit AI" (by protecting against companies using all data to train them?)
    - "increase cybersecurity risks" (in reality it should reduce the chance of another country's government being able to get access to your data)

  13. Watched "Office Space" tonight for the first time in years. A classic!

  14. RE: chaos.social/@christopherkunz/

    I also heard this week from @mcollina that the project had - in January alone - seen 50% of the total number of vulnerability reports submitted than in the whole of 2025. When you hear things like that it's not surprising that @bagder 's project has taken the decision to stop using this service. A shame that it's come to this 😥
    fosdem.org/2026/schedule/event would be an interestign talk if I was heading to this year (I'll catch the recording of course)

  15. RE: fosstodon.org/@eclipseadoptium

    A reminder that @eclipseadoptium will not be publishing bulds for some platforms in the January set of releases which are being prepared at the moment.

  16. @jmtd Feels like I'm stalking you with all these replies but you've been posting interesting stuff ;-) I'm definitely keen to see the reproducible containers stuff. At we've got the builds reproducible but have not yet attempted to do so with the container images.
    Also intrigued as to whether it's even possible with the dockerhub "official" images which they build from dockerfiles that are supplied to them.
    Sadly, I'm not going to be there in person this year.

  17. RIP . It was always the UNIX variant I disliked using the most ...

    The last supported version of HP-UX is no more • The Register theregister.com/2026/01/05/hpu

  18. This is going to mean:
    - No banking apps (but websites are ok of course)
    - No navigation with live traffic updates (I'll be late for things, but I don't want to install Google-owned Waze on it)
    - No WhatsApp (You can't have it on multiple devices
    - While I do have Facebook messenger installed, no other notifications from Facebook as it's only available in the browser
    - No NFC payments ...
    - Ropey GPS
    (I don't use tiktok so despite the previous post that isn't a concern)

  19. Another example of a virtual assistant being utterly useless from (UK phone network)

    Asking me to make a call from a faulty SIM card🙄

    #o2
  20. PLaying with the 5 ... Under full load (A compiler with "make -j9" maxing out all 8 cores) it's drawing just under 10W. The -F3 (also 8 cores) is in the same ballpark. My laptop that I'm typing this on, which is currently doing very little else and has a system load of 0.58, is pulling 55W from the mains ...

  21. Wow - I hadn't realised how much stuff was stuffed into the Ubuntu Linux/x64 actions runners. Leaves a lot less than there should be for your own stuff (and in our case a docker pull is failing)
    carlosbecker.com/posts/github-
    (That article also references the cleanup action available at github.com/marketplace/actions)

  22. That's quite rude. If you try to provision "CentOS" on what shows up first is chargeable images from third parties with names such as "Supported Images" in their marketplace which IMHO misleads the untrained eye to suggest it might be some sort of official support for the producer. It is not.

    The image is also not "CentOS 10" as there's no such product. It is, of course, regular @centos Stream (The upstream version of RHEL etc.) which is a free distribution.

  23. Playing around with compressing a directory structure full of XML files which are about 2MB each (one per directory) and which have a lot of commonality.

    It included about 14GB of files in total. With gzip/bzip2/zstd/zip it goes down to ~1GiB ( -> zstd -> bzip2 in order of decreasing size). With it went down to about 67MiB. Huge difference for this use case. Decompressing it was MUCH faster with xz (5.0s vs 33.2s when writing to /dev/null - xz took 5X longer to compress than pigz)

  24. Seems a shame to recycle these but I feel the chances of me ever doing low level GUI programming again is pretty much nonexistent ...

  25. Also, I've never really experimented with the "Power mode" options in Fedora/GNome, but for those tests which completed the builds in 10.1 seconds on one core, it's the same whether in "" or "Balanced" modes. If you switch the "Power Saver" it drops to 19.0 seconds.

    I'll also note that it's great to have a system where I can play with CPU stuff in a controlled manner and also experiment with the three different cores in this machine!

  26. Considering switching over to my account for most day to day banking after my main bank really disappointed me with their handling of an ISA transfer (took about three months).
    Disappointing that they don't allow you to use in their app unless you upgrade to a paid account 😭

  27. Also users out there should be aware that @fedora 42+ and EL10 based distributions such as @centos Stream 10 and RHEL10 no longer have "non-system" (21) versions of java. But the good news is you can now easily install @eclipseadoptium via e.g. to install Temurin JDK8:

    # For CS10/Fedora # dnf install epel-release
    # RHEL10 # rpm -ivh dl.fedoraproject.org/pub/epel/
    dnf install -y adoptium-temurin-java-repository
    dnf --enablerepo=adoptium-temurin-java-repository install temurin-8-jdk

  28. It's a shame that people post things like this about OSS.
    It's also why the top OSS have commercial companies backing them.
    It's also why companies should support OSS that they use

    And the bottom line ... If you believe in choosing alternatives to the big companies, cut them slack and be positive especially if they're not funded. Do you pay for software you use? Do you get what it takes to maintain and develop it?

  29. Interesting video on the many failing capacitor issues from equipment in the early 2000s. The first 7 minutes is an introduction to capacitors before going onto a theory of why. It potentially caused the downfall of - a popular PC motherboard manufacturer from the time (I had one of their KR7A boards). 13m20 talks at a low level about what caused the failures. 17m in mentions another issue in 2007-manufactured systems from Dell and others
    - youtube.com/watch?v=rSpzAVpnXo4
    - en.wikipedia.org/wiki/Capacito

  30. It's been a while since I saw a logo!
    I always wore looked that service - the concept of circles was really nicely done I thought - but I guess not enough people felt the same way at the time ...

  31. replacement update ...
    - CentOS Stream 10 container: Installing `epel-release` then `weston` gives me dependency issues. Currently a non-starter
    - Ubuntu 22.04 on arm64 (real machine, the others are in containers: Tells me the display number in the startup). xclock runs ok
    - Fedora or Ubuntu container (40/42/22.04): Works but segfaults with --xwayland unless you precreate /tmp/.X11-unix

    There is hope!

  32. I've only just realised why I sometimes trigger "move tab left" with a keystroke in (RDP/VNC connection app) - it's only thr right control key with left and right arrows that does it - not the left which I was trying to reproduce it with ...

  33. Quite a nice article on , who were a fabless chip designer who make Intel x86-compatible processors in the early days (up to Pentium level).
    From that time I still have more fond memories the "Blue Lightning" chips and the (First to use a RISC core for running x86 code - and subsequently bought out by )
    techspot.com/article/2120-cyri

  34. Some good news for today: .4.1 fixes the "Apps that include Java may quit unexpectedly" bug
    support.apple.com/en-us/109035

  35. What are people's opinion on using "obviously" in a sentence? Is it a pointless addition, or does it help convey that you're not trying to patronise the listener by saying "you likely already know this, but just to check we're on the same page" and give them the opportunity to dispute it if it's not "obvious" to them?

    How do you react when you hear/read it?

  36. has finalised the releases of the January updates - jdk 8u402, 11.0.22, 17.0.10 and 21.0.2.
    This is the first JDK21 release to include AIX and Linux/s390x platforms, and the release is build level 3 compliant on Linux and macOS platforms.
    adoptium.net/blog/2024/01/ecli

  37. My colleague Scott Fryer gave a talk at this year's @EclipseFdn 's on 's secure development practices, what we've done and what we're going to do going forward. It covers , , , binary and keeping a heterogeneous project's infrastructure secure with

    If some of those buzzwords have piqued your interest (or you want to know what they are) checkout his video: youtube.com/watch?v=mpEKUnX84UQ

  38. I love working in .
    I love the process of engaging with others to identify the best solutions for things whether they agree with me or not.
    Similarly I love being able to have a voice in things that I wouldn't necessarily have on a closed project.
    Anything that hampers is probably bad for open source.
    Encourage lots of voices to contribute ... You don't have to please everyone, and you try not to take it personally if someone disagrees with you.

  39. Some interesting stats in this article. How much has COVID and other factors influenced our perception of work-life
    - "some data indicates it’s much easier for white men to secure funding: one 2019 report showed women-led start-ups as well as those led by minority founders"
    - "After several years of trending upwards, employee engagement in the US saw its first annual decline in a decade"

    bbc.com/worklife/article/20230