82 Followers
159 Following
10 Posts
Gamedev, game jammer.
Homepagehttps://jesusmg.net
Email[email protected]

Is Alpine Linux bad at RAM management in general? I find myself having to manually restart apps, mostly browsers (native, musl) more often than with glibc based systems to free memory up after heavy use.

I daily drive desktop Alpine since ~3 years now, it has always been an issue. Not dealbreaker but annoying.

#musl #alpine #linux

How #programming videos should be. What a piece of art.

https://www.youtube.com/watch?v=gtk3RZHwJUA

Insane Shadow Data Technique in C

YouTube

The Theme for Ludum Dare 54 is...

Limited Space.

#LDJam #LudumDare #GameJam #GameDev

Here's how the different Ludum Dare 53 themes did. About 4500 people voted. #LDJam #LudumDare

Final Round Theme Voting ends in about an hour!

Ludum Dare 53 starts in about 90 minutes!

https://ldjam.com

#LDJam #GameDev #GameJam #IndieDev #LudumDare

🦀 Bringing Memory Safety to sudo and su

👉 "reimplementing the ubiquitous sudo and su utilities in Rust"

https://www.memorysafety.org/blog/sudo-and-su/

https://news.ycombinator.com/item?id=35714347

#rustlang #linux #sudo #programming

Bringing Memory Safety to sudo and su

Our Prossimo project has historically focused on creating safer software on network boundaries. Today however, we're announcing work on another critical boundary - permissions. We're pleased to announce that we're reimplementing the ubiquitous sudo and su utilities in Rust. Sudo was first developed in the 1980s. Over the decades, it has become an essential tool for performing changes while minimizing risk to an operating system. But because it's written in C, sudo has experienced many vulnerabilities related to memory safety issues.

Prossimo
IF YOU ARE AN #indiedev SHOW ME WHAT YOU ARE WORKING ON RIGHT NOW 👀
#indiegame #indiegames #gamedev

🦀 The moment you understand the borrow checker

#rustlang #rust