Monday - Greg
Tuesday - Ian
Wednesday - Greg
Thursday - Ian
Friday - Greg
Saturday - Ian
Sunday - Greg
The Gregorian calendar.
Pronouns | He/Him/His |
Languages | German, English, Spanish, Arabic |
Maintainer of | @photos |
Gravatar | https://gravatar.com/benjaminstrmer |
Monday - Greg
Tuesday - Ian
Wednesday - Greg
Thursday - Ian
Friday - Greg
Saturday - Ian
Sunday - Greg
The Gregorian calendar.
#Redis : Destroys their reputation with a shady license change
Community: Moves to #Valkey fork
Redis: It is the people that are wrong, we'll use trademark to control the ecosystem
Result:
Marmite 0.2.0!
Release:
https://github.com/rochacbruno/marmite/releases/tag/0.2.0
Read more on: https://rochacbruno.github.io/marmite/getting-started.html
@kelset I'll give it a shot with an analogy.
C is like working with electronics with bare wires. You can make really good and complicated devices but there is always a chance that you mix some wires up or some wires touch accidentally, short circuiting the entire thing. Rust has those wires too, but it allows us to wrap them in boxes with safe plugs. With those safe boxes we can build devices that are generally more reliable.
It's an imperfect analogy, but I think it kind of works :)
#rust #rustlang #showerthoughts borrowing is the exact opposite strategy than garbage collection:
- a garbage collector tracks objects at runtime and guarantees that it's not freed unless nobody is using it anymore.
- the borrow checker tracks objects at compile time and guarantees that when an object is freed, nobody is using it anymore.
Do you think it's a good way to put it, or confusing (or confused 😬 ) ?
“Why do you use Signal and all this Encryption!
Do you have anything to hide? 😡“
Yes! I do!
- The color of my underwear
- My friends’ cats photos
- My failed gym class grades
- My first attempt at "portrait"
- The outcome of my last meal
- The weird mole on my left toe
- How much I cried watching Star Trek
- How much cheese there is in my fridge
- My failed knitting experiment
- The horrible poem I just wrote
- My bank card pin number
- My social security number
- My main password
- The web search history for your birthday gift
Privacy is a Human Right! ✊
Not sharing publicly what you do not wish to share is your right! 🔒✨
With Redox OS, things are different. Redox is a microkernel with a manageable number of lines of code, and each driver, filesystem, network protocol, and more is provided as a separate process. This means that each component has full licensing autonomy and is not legally bound by the license of other OS code, including the microkernel license.
https://drewdevault.com/2024/08/30/2024-08-30-Rust-in-Linux-revisited.html