

Thunderbird is going hard on Rust all of a sudden. Recently they started using it in Thunderbird and now they’re starting a whole service in Stalwart (written in Rust).
Super awesome.
Thunderbird is going hard on Rust all of a sudden. Recently they started using it in Thunderbird and now they’re starting a whole service in Stalwart (written in Rust).
Super awesome.
https://github.com/launchbadge/sqlx
Not an ORM, but uses Rust’s compile time macros so you can write raw SQL and it will type check everything against either a real database connection or a JSON cache of the database’s schema.
Absolute best of both worlds.
I’d absolutely qualify it as non-secure in this context. Signal is E2E encrypted but there are no systems in place where it understands who’s added to a chat and validates access based on ACLs or anything. Authorization policies are critical in securing systems.
Yep, we disagree. The world and technology especially is an extremely complicated place. IMO any complex system that is built upon “humans should just know all this complexity and keep it in mind all the time” is fundamentally broken.
I think you’re saying the same thing as what I am. If it’s more complex than what you may think, the language should guard against it. If not, it should make it simple.
Rust, for example, is the only mainstream language where it isn’t possible to read from a file handle after it’s been closed. Doing so is a compilation failure. This is just a general invariant of “how to use files”.
But you also don’t need to think about allocating or deallocating memory in Rust. It does that fke you automatically, even though it’s not GC.
JS can also be complicated when it tries to hide realities about the world. E.g. is a const array or object immutable? No, the pointer is. But pointers don’t exist! /s
I mean, this is correct in many cases, unironically.
It should be one of the core purposes of a programming language to help humans to write the code they intend. If a language doesnt do that then it’s bad.
No, it isn’t just hype. The hype is justified.
Outside of security you have some very really world benefits, like performance gains in various scenarios as well as lots more people willing to contribute and a much better type system (more maintainability).
No worries! Yeah I agree.
You’re right, but the concern is still valid.
I feel like bananas would be cold as hell if they were growing that fast.
IDGAF who funds it or who develops it.
Those three things are all that matters.
If you voted for Harris / Clinton then you’re just giving the DNC more power to push ineffective candidates we didn’t ask for, which is an even greater vote for Trump.
See? It works both ways.
If you didn’t vote for Trump, you didn’t vote for Trump.
The strategy to stop a lot of people from voting for Trump should be campaigning / education. It should not be to push people to vote for someone they don’t want to.
Maybe i should start saying I make $90 billion a year as a tax optimization
deleted by creator
That’s not nit picky.
That’s been debunked - we get so few minerals from water for our diet that it’s almost nothing anyway. Almost everything is from solid foods or non-water liquids.
Curious if anyone can weigh in on this - is there much benefit to having fluorinated drinking water if you brush twice a day with fluorinated toothpaste and rinse with flourinated mouthwash?
I distill all my drinking water, but it’s to remove PFAS and all the other garbage we’ve polluted the earth with. Not because of flouride.
Oh, gotcha. I use a wildcard address so everything worked out of the box for me since I didn’t need to import specific ones.
FYI when I switched email providers it was almost totally painless since I use email aliases and a custom domain. It’s a really good setup even aside from the ease of switching.
Switching from Proton to Posteo was literally just updating a few DNS records.
The problem is that “master” means several things. There is Masters degree, master sword, master blacksmith, master copy, all of which have absolutely nothing to do with master / slave.
The Git “master” terminology came from “master copy”. There’s an email thread online where someone asked Linus Torvalds the origin and this is what he said.
The whole thing about it being about master / slave was some random uneducated person guessing, and they were wrong.
I agree that main is simpler and clearer, but it has nothing to do with racism.