Fresh scan: "The UNIX System - a Sun Microsystems Technical Report" (1985)
https://drive.google.com/file/d/1dW6l6cFAiqTKj3bmTulynKQuOHeHMx0u/view?usp=sharing
Rogue AI agents can work together to hack systems and steal secrets https://go.theregister.com/feed/www.theregister.com/2026/03/12/rogue_ai_agents_worked_together/ #news
Ok yeah, I’m stoked at how these turned out. DIN rail wire spool holders that can be changed out easily. I was finally able to get half way decent prints outa this old Ultimaker with a .8mm nozzle.
#3dprinting #electronics #workbench
I Modernized the Elegant Arch Linux SDDM Theme
Originally released in 2016, I have completely modernized the Elegant Arch Linux SDDM theme to meet today's standards while keeping the classic elegance you love.
https://www.linuxtechmore.com/i-modernized-the-elegant-arch-linux-sddm-theme
To get a sense for the type of enterprise retro gear I'm talking about, here's the weird crossover between Cisco 2801 and DEC 3000 AXP colorschemes #retrocomputing #retronetworking
Wayback Machine director Mark Graham pushes back on unfounded claims from media organizations that the Wayback Machine is a backdoor for AI scraping.
Read more via Techdirt: https://www.techdirt.com/2026/02/17/preserving-the-web-is-not-the-problem-losing-it-is/
PSA: YouTube confirms ongoing widespread outage [Update: Fixed]
https://9to5mac.com/2026/02/17/psa-its-not-just-you-youtube-is-down/?utm_source=flipboard&utm_medium=activitypub
Posted into All Stories @all-stories-9to5mac
The books is THE HOUNDS OF DAWN by H. S. Torben. I don't even like the cover art, but this book got its hooks into me, and now I want to read the other two.
the payoff is that we now have barebox bootloader with internal DSI display + keyboard support, and the display keeps working when booting linux... which didn't work before and resulted in much frowning
quick video of barebox boot menu interaction for @josch (sorry for potato camera, trying to fix focus and exposure a bit later in the vid)
@tramtrist
has "life of brian" preacher vibes 😂
btw that project's license is LGPL, which actually requires source code release of modifications
/cc @thelinuxcast
Less than 24 hours after launching on Crowd Supply, PicoIDE has doubled its goal. I’m overwhelmed (in a good way) by the response! Thank you so much to everyone that has backed the project so far. https://www.crowdsupply.com/polpotronics/picoide
📼 The Advantages of Dyslexia (A free, 7-minute video from 2023)
Tags: #Feeling #Neuroscience #Intelligence
https://buddhistuniversity.net/content/av/dyslexia_vox
BDG feature: Thích Minh Tuệ: The Dharma Unadorned
🔗 Read more: https://tinyurl.com/2p4b9896
#Buddhism #Buddha #Dharma #Dhamma #BuddhistPractice #ThichMinhTue #BuddhistMonk #Renunciation #Pilgrim #Pilgrimage #BuddhistTeacher #Silence #Peace #Wisdom #Meditation #Walking #Simplicity #Devotion
I completely missed this reporting on #Spotify's practices from last year.
I highly recommend setting half an hour aside to read this journalistic investigation if you at all care about #music – or, heck, #art in general.
https://harpers.org/archive/2025/01/the-ghosts-in-the-machine-liz-pelly-spotify-musicians/
There is one cruicial thing the author mistook however: this does not contradict the ideals of a data-driven meritrocracy. It's just simply not the listener or artist's interest that is maximised but the shareholders' – typical #enshittification.
""Within a week, preferably before the next rc.""
That's about the time in which Linus wants #Linux #kernel regression fixed users reported. Through a revert if necessary, ""so that maintainers don't get stressed out over having a pending problem report that people keep pestering them about.""
In case you wondered.
Going to #FOSDEM and interested in #Phosh? @devrtz will give a talk on Saturday 16:30 in the FOSS on Mobile devroom (UB4.132) and there'll be devices running Phosh in UD1 at the #linuxonmobile and @postmarketOS booths.
I 💔 the modern web
~ $ uname -srm OpenBSD 7.8 amd64 ~ $ sysctl -n hw.physmem |awk '{print $1/1024**3, " GiB"}' 3.72584 GiB ~ $ sysctl -n hw.physmem |awk '{print $1/1000**3, " GB"}' 4.00059 GB ~ $ ps wwaux |head -1 USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND ~ $ ps wwaux |awk '$0~/firefox/ {t+=$6}; END {print t/1024, "MiB"}' 972.234 MiB ~ $