I know a tool you could use to check that!
03.11.2025 23:10 β π 2 π 0 π¬ 0 π 0@isuffix.com.bsky.social
π€ Programming language nerd π Typst stan π¦ Avid lobster β οΈ Board game enthusiast π€ Prefix hater
I know a tool you could use to check that!
03.11.2025 23:10 β π 2 π 0 π¬ 0 π 0Typst learned this lesson! We use it with heavy caching in the compiler to make incremental updates fast so documents update as you type
13.10.2025 06:10 β π 1 π 0 π¬ 0 π 0Code formatting is like the alphabet: it doesnβt matter what the standard is, it just matters that there is one
10.10.2025 16:08 β π 2 π 0 π¬ 0 π 0doing that thing where i slouch deep into my chair, brooding, one arm on the armrest holding a can of beer, except instead of slouching i have perfect posture, and instead of beer i have a glass of water
01.10.2025 00:49 β π 1391 π 77 π¬ 15 π 1Screenshot of Firefox for iOS on a lobste.rs page, but the actual page is shifted down to only a third of the screen, the top is now a large red gradient with βsummarize this page?β and a large button to continue to some form of AI text summary.
Firefox⦠no. Please please no
24.09.2025 03:46 β π 1 π 0 π¬ 0 π 0IMO itβs a mistake to use β...β as syntax in a programming language for the simple reason that β...β is incredibly useful when writing examples of syntax In prose.
19.09.2025 19:48 β π 1 π 0 π¬ 0 π 0Oops, I wrote this from memory and forgot the 1/2 cup of vegetable oil to add to the liquids!
09.09.2025 03:22 β π 2 π 0 π¬ 0 π 0Quotes around βfamilyβ because family recipes almost universally come from a standard cooking book at some point and then lose that context over generations of family gatherings and word of mouth sharing
08.09.2025 19:31 β π 0 π 0 π¬ 0 π 0@samwho.dev you inspired me to post my βfamilyβ recipe for corn casserole aka corn pudding:
2x jiffy corn mix
8oz sour cream
1 egg
1 can corn kernels (drain the water)
1 can creamed corn
1. Mix egg, sour cream, and both cans
2. Add jiffy
3. Bake in small pan at 400 for 45min
Slaps at any gathering
Not me reading this line in the MathML spec: βWhile MathML is human-readable, β¦β
ππππππ
With Typst marketing itself as a a "new foundation for documents", we have a great example of @nikomatsakis.com vision of Rust as "making it dramatically more accessible to author and maintain foundational software."
typst.app/home
smallcultfollowing.com/babysteps/bl...
Typst's new landing page looks so good! I love the illustrations for the different use cases, and the "new foundation for documents" tagline is exactly how I see Typst myself. Great work guys
20.08.2025 17:38 β π 14 π 1 π¬ 0 π 0Oh my gosh. Thanks for sharing, the drama is great
06.08.2025 03:26 β π 0 π 0 π¬ 0 π 0Me trying to implement runtime math parsing in Typst
06.08.2025 02:55 β π 1 π 0 π¬ 0 π 0I found the Par language recently which has a really cool recursive type structure that seems designed to verify totality (but still has an βunfoundedβ escape hatch theyβre trying to remove)
faiface.github.io/par-lang/typ...
Yeah, Zig chooses different points on the low-level ergonomics vs safety curve than Rust, but both have super respectable designs for their niches. Rustβs safe/unsafe distinction is much better suited to formal verification, but Zig is going to be lighter weight and compile faster for many uses
02.08.2025 15:40 β π 3 π 0 π¬ 0 π 0AI enthusiasts are wildly unrealistic at estimating how quickly humans change their behaviors. β90% of code will be written by AI in 3 monthsβ β statements dreamed up by the utterly deranged.
01.08.2025 03:49 β π 1 π 0 π¬ 0 π 0Very proud to have gotten github.com/typst/typst/... merged so we can write `if x is β¦ {}` in Typst. A very unfortunate forced error in Rust
20.07.2025 22:54 β π 5 π 0 π¬ 0 π 0Randomly got asked why courtroom sketches are still a thing and really enjoyed this article!
www.artsy.net/article/arts...
PokΓ©xec, gotta run em all!
13.06.2025 23:12 β π 1 π 0 π¬ 0 π 0And going in the other direction: explaining game rules is good practice for giving technical presentations
13.06.2025 22:58 β π 0 π 0 π¬ 0 π 0Of course this is also how chess engines are trained, so it's no wonder it's good for gaming :)
13.06.2025 22:56 β π 0 π 0 π¬ 1 π 0Branch-and-bound in board game decision making! You assign a value to a set of actions and stop looking at possible alternatives if the max value is lower than something you've already seen. Good for strategy and resource building games
13.06.2025 22:54 β π 0 π 0 π¬ 1 π 0I love how even in this fictional golden era we're still COLONIZING the galaxy. They can't even keep up the utopian charade for a whole paragraph
10.06.2025 14:29 β π 4 π 0 π¬ 0 π 0Man. Feels like we say "API" more often than "interface" just because it's shorter, even if interface is what we really intend
28.05.2025 23:22 β π 2 π 0 π¬ 0 π 0the computers have many ways to make fun little shapes on your screen, be a little curious, press buttons, see what happens
24.05.2025 21:39 β π 11 π 2 π¬ 0 π 0Oy' mate, it's a lovely day to wrangle some Pythons. Here in Australia, we call __name__ == "__main__" a use of down-underscores.
10.05.2025 21:54 β π 1 π 0 π¬ 0 π 0A #rustlang talk about masking ugly lifetime requirements with an option type to sate the nightly borrow checker's obsessions: The PhantomData of the Option<T>
01.05.2025 00:27 β π 4 π 0 π¬ 0 π 0To be clear: only until you adjust, then it's so much better
29.04.2025 01:49 β π 3 π 0 π¬ 0 π 0Took me two tries :)
It's so interesting to me how git has this stickiness to it that requires multiple tugs to escape. My headcanon is that half of git commands are low-level and half are high-level, so jj replacing the low-level commands makes your brain hurt itself in confusion