Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)NO
Novack @programming.dev
Posts 0
Comments 4
Librewolf has just joined the fediverse!
  • I thought about asking here first, maybe was bollocks. But turns out is not:

    I really dont like the head of the project caring about provaxers or antivaxers, a web browser project caring about such things sounds like lunacy to me, specially since is about freedom and privacy.

    I found about it here: https://x.com/LundukeJournal/status/1896337006076325962 who librewolf crew already banned from their chat, etc, as usual on this cases when dispensing labels is easier than accepting facts. The fact that he was banned, and by the very same person stating those radical idelogy statements from the screenshot, tells that is in fact, following those principles.

  • Exploring Programming Paradigms: C# and Rust Side by Side – Chris Woody Woodruff
  • That was quite interesting, and greatly appreciated. Many times happens to me to feel like trying something new, but the sheer amount of stuff to research, understand and deploy before being able to write a single line of code, becomes a "better not" mountain. Spreaders like you, help a lot people like me :)

    So, on the matter itself! Please take this with a grain of salt: everytime I see languages like Rust, I end up wondering what kind of people feels like writing code like that in this millenia?

    I always feel surprised that very few modern language designs remember that we are in 2025, and that we dont need to use each and every alternative character on the keyboard to write powerful code. Yes, all languages can get convoluted and cryptic at times... but what the hell is this?

    fn divide(a: i32, b: i32) -> Result<i32, &'static str> {

    When you look at a similar line written in Python, Pascal, Basic, C, C#, javascript, java, D, even C++, you'll inmediately know whats going. In rust, I inmediately know I need to read the manual.

    Until some people behind this flamboyant and promising new offerings get teir act together on this matter, most will never reach public like C# coders. But something tells me that having a cult, niche language is in fact what they want to feel. I just honestly feel for people like you that from their hearts try to promote it, while it seems to me that is by design, that is leaving people out.