

Keywords aren’t variables
Love literature
she/they ENFP-T
Retired from alcoholism
Trans woman 21+
VRChat cat woman
If the situation truly was hopeless, their propaganda would be unnecessary. Resist the coming times. And don’t forget to love your peers.


Keywords aren’t variables


One of the reasons i find it so hard to use non-Rust languages is how ugly they typically are by comparison. “fn” instead of “function” is such a great example of saving key presses where they’re most needed. And you get very used to seeing compact abbreviations. Idk if that’s what you’re talking about though.


In my personal tests of jxl, it manages filesizes 1/9th that of png while remaining visually identical (unless looking VERY closely). It’s a massive improvement over jpeg and honestly a replacement for png in most cases.
Like I’m saying 8MB for a 8000x6000 file at max quality (estimating from memory)


This video is so fucking funny lol. I can’t tell whether it’s ironic or not
Yay for quaternions and beyond


Good thing there’s half of a catch point there to save them
Why not nitrogen suffocation in a large enough bag to hold the co2?
I thought I was the only one. My top track has 800 plays since a few months ago. Song changes cause me to lose focus, and looping guides my mind into flow.
A friend of mine does the same too, i just learned
“fn” was just one example. There’s also other abbreviations like “pub”, “impl”, “extern”, “mut”, “ref”, “bool”, “u64” And it’s true that some of these keywords are only relevant in Rust, however other langues have their own specific keywords, and they tend to be longer. In languages like Java (which is the worst example I can think of), you see things like “private static boolean” as function definition. In c++, you have to type “unsigned long” or even “unsigned long long” to represent “u64” (depending on data model).