I really hate this opinion. Rust's async implementation is the least bad of all popular systems languages, by faaaaaar
@elias.sh
Software engineer lost in Japan, after a few years in Ireland. Made in Brazil. Once upon a time I worked at AWS and Huawei. I like distributed systems and databases. De pΓ©, Γ³ vΓtimas da fome! https://www.elias.sh
I really hate this opinion. Rust's async implementation is the least bad of all popular systems languages, by faaaaaar
They plan to add PCC and CV (criminal Brazilian organizations) to a "terrorist organization list". They plan to start killing Brazilians whenever they fancy. I'm fucking tired of saying this, but: why our lives do not matter?
Btw, for us living outside the USA this is not new. Your country was always like that. I mean, which other country atomic bombed civilians?
Very sleep is really good, but I would be happier with a CLI and a better way to output to a file so I can "show progress" on PRs.
Is there a better alternative for a cpu sampling profiler for Windows than github.com/VerySleepy/v... ?
screenshot of the one-pager version of the servo readiness report
How do we get to more than just three web engines owned by three US companies?
It's a gargantuan question, with no easy or right answer.
I've put together a draft report, thinking about it through a very specific approach - please enjoy:
Servo Readiness Report
webtransitions.org/servo-readin...
Why are we not talking about the fact that the USA bombed a civilian airport? Why is no one talking about Israel killing civilians in Lebanon? And let's not forget Palestine.
When will the terrorist leaders of the USA and Israel be arrested?
There's a Samsung phone ad where people take a photo of themselves at a night party, then add their dog and make the night into day.
Why even take that photo? What is the point of recording your fake life?
You know you are trying something hard when bound checks are now your perf problem
Rust 1.94.0 has been released! π π¦β¨
A few highlights are array_windows() and element_offset() on slices, Peekable::next_if_map(), LazyCell::get and friends, and the new `include` key in config.toml to include other toml files!
Check out the blog post for details: blog.rust-lang.org/2026/03/05/R...
Wow, why do you need to be more than 13 years old to use a calculator?
I was surprised it was not @lgug2z.com saying this
seems bad
But my experience is like working with crazy people where each one is yelling at ghosts and you are there trying to make sense of it all.
They produce crap so fast, that if someone on your team is using it, your workload will be huge. Either to review code or to fix bugs. What would take a few days to plan, now take minutes. And it shows. Ofc there are people claiming that its output can be good
I have to input here as well. A few years ago, if you asked me if I would be able to work with anything else I would say never, I love what I do. But llms took away the fun, mostly because they are a burnout machine
The brutal, despicable, and grim side of war. The burial of the 150 elementary school girls killed in American-Israeli strikes on #Iran was today.
Kafka understood that an even greater indignity than being turned into a giant insect was still being required to go to work afterward.
Zed Just released a updated terms of service agreement, you now must be at least 18 years old to use it.
Also they now have a forced arbitration clause unless you opt out via snail- or e-mail within 30 days.
zed.dev/blog/terms-u...
Europe's favorite hobby is to throw bombs at brown people
To understand what's happening in Iran today, you have to know about the history of Western intervention in the country.
In the early 1900s, the British secured oil rights in the country until 1993, where they only agreed to pay Iran 16% of the total profits.
This was seen as an unfair deal. π§΅
I would like to remind people that AI has already been used to kill people
OpenAI and Microsoft supplied Israel with AI models to track and kill people in Gaza which led to increased civilian deaths
apnews.com/article/isra...
The USA and Israel killed 115 girls when they did a terrorist attack in a elementary school in Iran. There is no other word for that, the definition of terrorism is: "in its broadest sense, is the use of violence against non-combatants to achieve political or ideological aims."
That is terrorism
The Israeli-US strikes that targeted an elementary school Minab, in southern Iranβs Hormozgan province, have killed at least 40 schoolgirls.
How many more people will the USA kill? How many more people will Israel kill? They are nothing but terrorists
Israel is again starting another war.
I'm guessing there is some sort of event in Pokemon Go, because the amount of Japanese people playing it at the same place in Akihabara for sure has increased today
One way of ensuring cancellation safety in async Rust is just by consuming the object...
struct Foo;
impl Foo {
async fn bar(self) -> Self { ... }
}
Cancel? No more Foo for you.
Foo could be a zst token too that you have to pass around (like the CS token).
Annoying API, but a correct API