https://tech.lgbt/@quephird/116353383035378497
Daniešše is officially a PWHL fan (@[email protected])
OMFG⦠I just heard Mission Control tell Artemis II literally, āEverything but email is goā LOLSOBBING MY ASS OFF NOW
Mathematician, speedcuber, dancer, hacker.
Formerly: web security for GitHub, usable security for Google Chrome.
| Website | https://garron.net |
| GitHub | https://github.com/lgarron |
| Pronouns | he/him |
| Twizzle | https://twizzle.net/ |
Seems a great time to share a song about (and made with radio recordings of) Apollo 8 when we first went around the moon.

OMFG⦠I just heard Mission Control tell Artemis II literally, āEverything but email is goā LOLSOBBING MY ASS OFF NOW
RE: https://neuromatch.social/@jonny/116324676116121930
Incredible thread.
Answered some of my questions about what people think the future will be if everyone codes like this. It seems to be: instead of thinking about constraints of any kind or "what is the most efficient way to do Y or the most readable way to do Z?" answer the question, "what is the most brute force way to perform X if I pretend that there are no resource constraints and nothing needs to make sense as long as I see some sort of test passing? Just ship it with spaghetti code.

the shitstain wonāt let airports get fixed until women are disenfranchised en masse
Make sure people know: DONALD TRUMP says airports will stay fucked until Democrats agree to vote for the Womenās Disenfranchisement (āsaveā) Act.
Everybody who complains about airports, everyone who complaints about gas prices, anyone who complains about anything: Donald Trump HIMSELF will not let it get fixed UNTIL 21 MILLION WOMEN are disenfranchised through his mass disenfranchisement act.
I donāt give a fuck if Fox says itās not like that, it fucking well is. āRealIDā doesnāt count. Name change documents donāt count. Marriage certificates donāt count. Changed your name when you got married? Well, if you didnāt also change your birth certificate or spend a couple of hundred dollars and many hours to get a passport, NO VOTING FOR YOU, BITCH.
Which is exactly how they want it. Way too much of ācentristā media is reporting this as a general effect, but itās not. Itās targeting women (and trans people) and thatās how they want it, because they donāt want women to vote at all, and theyāve said so a lot since 2020. In the open. In words.
So they need to strap in and hold steady, because we absolutely cannot let that happen.
Donald Trump and the entire Republican Party want only elections if they are guaranteed to win.
Anybody whinges about airports, anybody complaints about gas, remind them: thatās what Donald Trump wants, because he wants to say in power forever.
#fascism #politics #uspol #uspolitics
#fascism #politics #uspol #uspoliticsI'm migrating a whole active of repos from GitHub to Codeberg, and it's wild how strongly I now feel this is the right move ā even if I'm missing out on some features.
It sure feels a lot like switching from Twitter to Mastodon, but that's probably not a coincidence:
⢠The final straw was Elon's Nazi stuff: https://github.com/orgs/community/discussions/171322
⢠I'm moving to the largest instance of an open-source project headquartered in Germany (which has a certain bar of quality for the legalese).
Stay safe, homies.
I couldn't find any existing proposal to support `Temporal.Duration` as an argument to timeout-related DOM APIs:
⢠`setTimeout(ā¦, timeout, ā¦)`
⢠`setInterval(ā¦, timeout, ā¦)`
⢠`AbortSignal.timeout(timeout)`
But those seem like a great place for `Temporal.Duration` to support more intuitive code:
```
AbortSignal.timeout(Temporal.Duration.from({ seconds: 1 }))
```
So I wrote it up: https://github.com/whatwg/dom/issues/1458

What problem are you trying to solve? Across various shells and programming languages, there are various methods to specify a duration for a timeout, and both seconds (e.g. sleep in most shells) an...