Hírolvasó
Tesla tapasztalatok IX. - Vezetéknélküli töltés, a tok és az iPhone
Besokalltak a kiadók a Google AI-összefoglalóitól
Új appra cserélhetik a TikTokot Amerikában
Ordas kifalsult Magyar mellől
Kernel prepatch 6.16-rc5
Four new stable kernels
KDE Plasma 6.4 has landed in OpenBSD
This was made possible by the efforts of Rafael Sadowski (rsadowski@) with the help of several others. The news was announced 2025-07-04 via a fediverse post and of course the commit message itself, where the description reads
Log message: Update Plasma 6.4 The most parts are straightforward as usual but in 6.4 the KDE Kwin team split kwin into kwin-x11 and kwin (wayland). This seems to be the sign that X11 is no longer of interest and we are focussing on Wayland.
Blink and you'll miss it! 4096 colours and flashing text on the console!
List: openbsd-misc Subject: Console 4096 colours and blink attribute From: Crystal Kolipe <kolipe.c () exoticsilicon ! com> Date: 2025-07-04 13:58:41 Tired of having just 256 colours on your console instead of 4096? Do you miss the blink attribute from the old VGA text mode days? Want to learn how cool stuff like this is implemented? Look no further: https://research.exoticsilicon.com/articles/console_4096
Clicking that link will bring you a colorful article with all implementation details and links to the code for you to try out yourself.
Happy blink and 4k colors console day to all who celebrate!
Game of Trees Hub now taking signups for repository hosting
We have started our first round of sign-up for #Git repository hosting.
Our first server for Git hosting is expected to be installed next week. Additional servers will be added as needed based on demand.
See https://gothub.org for an introduction to our project.
See https://gothub.org/features.html to get an idea about which features are already working and what is planned for the future.
See https://gothub.org/tiers.html for the initial service tier configurations and prices.
See https://gothub.org/signup.html for details about the sign-up process.
Do you have code that could need to be hosted, and/or money to send their way? Click the links!
James Morris: Where Else to Find Me
I’m not blogging much these days, and more likely posting on these accounts:
- Fediverse (“Mastodon”): https://social.kernel.org/jmorris
- Bluesky: https://bsky.app/profile/jamesmorris.bsky.social
If you’d like to follow updates for the Linux Security Summit (LSS), see here:
For topics which are specifically $work related, see my LinkedIn:
[$] Python audio processing with pedalboard
Security updates for Friday
Az elmúlt két év legnagyobb leépítése jön a Microsoftnál
Bejöttek az Apple számításai Kínában
Autista csodabogarak
Gigaüzletet kötött az Oracle és az OpenAI
10 fajta sakkozó létezik ...
Richards: Introducing tmux-rs
Collin Richards has announced version 0.0.1 of tmux-rs, a port of the tmux terminal multiplexer to Rust.
For the [past] 6 months or so I've been quietly porting tmux from C to Rust. I've recently reached a big milestone: the code base is now 100% (unsafe) Rust. I'd like to share the process of porting the original codebase from ~67,000 lines of C code to ~81,000 lines of Rust (excluding comments and empty lines). You might be asking: why did you rewrite tmux in Rust? And yeah, I don't really have a good reason. It's a hobby project. Like gardening, but with more segfaults.Richards says that the next goal for the project is to convert it to safe Rust. It is currently "not very difficult to get it to crash", but he wanted to share the project with other Rust fans now. The project is available on GitHub.