

Why is Rust so bare-bones?
4mon 29d ago in rust@programming.devCan you give some examples?
What languages provide out of the box varies a lot. Rust provides a ton of things compared to say C.
CtrlAssist v0.4.0: Controller Assist for gaming on Linux 🎮🤝
5mon 4d ago in linux@programming.dev from github.comThank you!
39C3: Multiple vulnerabilities in GnuPG and other cryptographic tools
5mon 20d ago in linux@programming.dev from www.heise.deYes, always a tuple.
Lessons learned from React's RCE
6mon 5d ago in javascript@programming.dev from sgued.frLessons learned from React's RCE
6mon 5d ago in react@programming.dev from sgued.frHeapless (data structures for embedded) v0.9.1 has been released!
9mon 15h ago in rust@programming.dev from blog.rust-embedded.orgThe limitation of needing compile-time knowledge of the max size of the Deque is pretty rough though.
Signal stories shows what I want social media to be
10mon 1d ago in signal@lemmy.ml from sgued.frPixelfed and Mastodon don't fit at all what I want as a "social network". They're not built for communication with friends, they're built for mass media.
I'm not looking for "reach" when I just want to share something with friends.
Author here.
Facebook does not really allow you to specify that one post should only be sent to a specific group of people (like this should only be visible to my family, this should only be visible by close friends), the functionality is hidden, it's not end-to-end encrypted, and it expects you to specify manually the list of recipient each time if it's something other than just "all friends".
Facebook also shows you everything in a feed (with algorithmic ordering to make everything worse), instead of sending you to the user's feed so that you can have all the context.
How would you recommend rate limiting your own program?
1y 4mon ago in rust@programming.devDependong on your API there may be headers that can help you.
This talk has some info on that if memory serves me well https://m.youtube.com/watch?v=BIguvia6AvM
Rust Container Cheat Sheet
1y 11mon ago in rust@programming.dev from programming.devBecause when T is !Sized, the layout is different, it looks more like the layout of &[T].
This is outdatded. Mutexes don't allocate anymore. That's how Mutex::new can be const.
How to work with Sized types in Rust
2y 4mon ago in rust@programming.dev from sgued.fr

