Andreas Schneider

@cryptomilk
179 Followers
88 Following
340 Posts
FOSS Hacker (Samba, MIT Kerberos, libssh, cmocka, cwrap, darktable, etc.). Loves bicycles.
Websitehttps://cryptomilk.org
Bloghttps://blog.cryptomilk.org
kurbu5: MIT Kerberos plugins in Rust

For a couple of years, Andreas Schneider and I have been working on a project we call the ‘local authentication hub’: an effort to use the Kerberos protocol ...

This is a gorgeous, gorgeous longish essay from @tg on the tech that's constantly asking for our attention. Love the beautifully subtle animations and the CSS handdrawn casio and apple watches, .

THE LAST QUIET THING:

https://www.terrygodier.com/the-last-quiet-thing

The Last Quiet Thing

Your possessions came alive. Now they won't stop talking.

Terry Godier
[Live Q&A] Neovim 0.12 Release with the Core Team

YouTube

"Internet Bug Bounty is taking a break and is not accepting new submissions."

Killed by AI Slop.

No bug bounty for #libssh anymore.

🚨 Warning: New FAKE website offering FAKE KeePassXC downloads! Do not fall for it. The correct domain is https://keepassxc.org without hypens!
The website is asking for your email address to access the downloads. We never ask for your email address. Do not enter your data there, it's a phishing attempt.
Toggle screen HDR on or off automatically with this script

Got a fancy nice HDR monitor? Love that KDE plasma desktop helps utilise HDR? Tired of manually toggling HDR on or off depending on what you’re doing? Can’t stand editing a bunch of custom launch options or PRE/POST scripts for each game/application each time the screen setup changes? (i.e. laptop docking stations or KVM switches) And yeah… having your ICC profile erased each time an HDR title is launched is another annoyance we solve here. (Optional) … Fret no more. Here’s a lil helper-sc...

KDE Discuss

Are you a Linux Gamer? Do you have a HDR screen but run it in Eco (sRGB) mode for your daily work? Do you want to turn HDR on for games (or other stuff)?

I have the solution for you (for KDE Plasma):

https://codeberg.org/cryptomilk/hdr-toggle

#gaming #kde #plasma #hdr #wayland

hdr-toggle

Script to toggle HDR support for a command to run. Requires KDE Plasma.

Codeberg.org

I'm happy to announce cepces 0.4.0. It adds support for getting user certificates from a Windows CA. That's probably the most interesting feature. The code got a lot of refactoring to pass basedpyright's strict typing mode.

Find the details here:

https://github.com/openSUSE/cepces/releases/tag/v0.4.0

#samba #certmonger #windows

Release cepces-0.4.0 · openSUSE/cepces

Added User certificate enrollment support: new user module, cepces-user and cepces-user-autoenroll scripts, and configuration options for user certificates. --endpoint CLI option for cepces-submit...

GitHub

I'm happy to annouce kirmes version 0.1.0 providing an async C API now!

Kirmes is a Rust and C implementation of the IPC protocol for the systemd userdb Varlink interface. kirmes provides a safe, async Rust API talking to systemd's userdb. In addition it provides blocking and async C APIs to communicate over Varlink or just parse JSON records for users and groups.

https://crates.io/crates/kirmes

Example: https://gitlab.com/kirmes/kirmes/-/blob/main/example/async_user_record.c

#systemd #varlink #linux

crates.io: Rust Package Registry

crates.io serves as a central registry for sharing crates, which are packages or libraries written in Rust that you can use to enhance your projects