Benjamin Stürmer 

@bino@mastodon.cloud
134 Followers
170 Following
270 Posts
[ˈbenʤəmɪn] [ˈʃtʏrmɐ] »
♥️ Programming & Photography, GDG Munich Android Organizer,
Working at @quartettmobile #AndroidDev
PronounsHe/Him/His
LanguagesGerman, English, Spanish, Arabic
Maintainer of@photos
Gravatarhttps://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:

https://github.com/redis-rs/redis-rs/issues/1419

#rust #rustlang

Future Crate Maintenance and Redis Inc. Relationship · Issue #1419 · redis-rs/redis-rs

Hello users. I haven't actively maintained this library in a very long time as you probably noticed. I am still controlling the entry on crates.io for it alongside the redis release team and @badbo...

GitHub

Marmite 0.2.0!

  • Obsidian [[links]]
  • Multi authors
  • Banner images
  • Streams
  • RSS feeds (streams, tag, author)
  • CLI --generate-config
  • Custom index page
  • og: seo tags
  • build info

Release:
https://github.com/rochacbruno/marmite/releases/tag/0.2.0

Read more on: https://rochacbruno.github.io/marmite/getting-started.html

#rust #rustlang #html #css #markdown

Release 0.2.0 · rochacbruno/marmite

TipExpand the "Assets" section below to download the binaries for this release. What's Changed misc: list content on group pages by @rochacbruno in #111 feat: initial seo OG block by @rochacbruno...

GitHub

Update❗️
* #StarPro64 RISC-V SBC with up-to 32GB RAM announced
* #Oz64 RISC-V SBC in the works
* #Quartz64-Zero now available
* #PineNote e-paper reader with #Linux available for purchase soon!
#PineTime & InfiniTime improvements
& much more

Post link: https://pine64.org/2024/10/02/september_2024/

September Update: Check Your Notes

A new community update! New hardware to announced and previous hardware to return!

PINE64
Portugal hat wie 🇩🇪 ein 49€ Ticket. Doch anstatt den Preis wie bei uns zu erhöhen, weil Wissing sich weigert, die Mehrkosten zu übernehmen, hat Portugal angekündigt den Preis demnächst auf 20€ zu senken & sogar auf Intercity Züge auszuweiten. Der 🇵🇹 Ministerpräsident Luís Montenegro begründete die Preissenkung damit, dass man in die Menschen, die Umwelt und die Zukunft investieren wolle. Genau das ist der Mut den es für eine echte Verkehrswende braucht & den wir in 🇩🇪 gerade so dringend bräuchten!

@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 😬 ) ?

@kojote Ich wusst ja, dass du da warst, aber nich dass du auch noch in der ersten Reihe warst. Ich beneid dich grad hart #erinnerungen #goodoldtimes

“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! 🔒✨

#Privacy #Encryption #E2EE #RootForE2EE 🎉

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.

#rustlang

https://drewdevault.com/2024/08/30/2024-08-30-Rust-in-Linux-revisited.html

Rust for Linux revisited