
| I like | calm environments, fluffy things, getting pampered, read stuff and to play |
| Hackspace | Binary Kitchen |

More Memory Safety for Let’s Encrypt: Deploying ntpd-rs, a Network Time Protocol daemon
https://letsencrypt.org/2024/06/24/ntpd-rs-deployment.html
Discussions: https://discu.eu/q/https://letsencrypt.org/2024/06/24/ntpd-rs-deployment.html
When we look at the general security posture of Let’s Encrypt, one of the things that worries us most is how much of the operating system and network infrastructure is written in unsafe languages like C and C++. The CA software itself is written in memory safe Golang, but from our server operating systems to our network equipment, lack of memory safety routinely leads to vulnerabilities that need patching. Partially for the sake of Let’s Encrypt, and partially for the sake of the wider Internet, we started a new project called Prossimo in 2020. Prossimo’s goal is to make some of the most critical software infrastructure for the Internet memory safe. Since then we’ve invested in a range of software components including the Rustls TLS library, Hickory DNS, River reverse proxy, sudo-rs, Rust support for the Linux kernel, and ntpd-rs.
Show HN: a Rust lib to trigger actions based on your screen activity (with LLMs)
https://github.com/louis030195/screen-pipe
Discussions: https://discu.eu/q/https://github.com/louis030195/screen-pipe
Library to build personalized AI powered by what you've seen, said, or heard. Works with Ollama. Alternative to Rewind.ai. Open. Secure. You own your data. Rust. - louis030195/screen-pipe
Web Application from absolute scratch
https://github.com/AxewBoTX/browzer
Discussions: https://discu.eu/q/https://github.com/AxewBoTX/browzer
Looking for a Partner in a project
https://github.com/ChrisTitusTech/winutil
Discussions: https://discu.eu/q/https://github.com/ChrisTitusTech/winutil

Moving Beyond Type Systems - Exploring effect systems
https://vhyrro.github.io/posts/effect-systems/
Discussions: https://discu.eu/q/https://vhyrro.github.io/posts/effect-systems/
