My absolute favourite is when the examples say something like "production code should not be written like this, this is just for clarity" with no indication of what's wrong with the code.
Is it just normal Rust stuff like there's unwraps everywhere and it's one big file? Does the example have security or performance problems? Is the example unidiomatic or over-verbose or is it ignoring features real-world code would use? EXPLAIN YOURSELF!
Those photos really sell the value of those satellites. It seems ridiculous that we don't have replacements up there given how many launches there's been in recent years.
You're missing Windows 2000, but I guess you can argue that's Windows NT not mainline Windows. That was definitely in the good camp, and I was not alone in sticking with it for many years (until XP got good).
Oops, you're right, sorry. I used to use Thunder and got mixed up.
I can't see how to do it in Thunder 0.3.0, although it's way less easy to do accidentally, at least. I see version 0.4.0 is on its way but I don't see any mention of what you want there either.
@weiming@mapstodon.space looks good! I am fluent in regex and SQL and I know some Clojure, but these datalog queries are still a bit of mystery to me... that's the thing I need to visualise!
I'm no expert in advanced queries, but just to note that you could make things simpler (well, shorter at least) by using a regex to handle all those starts-with lines.
This selects all pages that don't start with 0-9 or @:
Yup, I noticed that no-Helix-inside-Helix comment too, but I don't use my git tools to edit files anyway. I often stage only certain lines, so doing that interactively is 90% of why I'd use similar tools.
Unfortunately, insert-output doesn't seem to work with gitui under Windows - I don't see the application although I can see the control codes after I've quit. It does work with lazygit, but for me lazygit has a ~200 ms lag for every input, which makes it horrible to use.
I'd assume it was something you'd typed once (maybe while searching or a typo). I always delete those words when they come up (for me that's dragging the word up and a bin appears).
I think all of the communities would rather have something more than just a bare link. I'm not sure why you're responding with such indignation, to be honest, it was a perfectly reasonable suggestion, politely made.
Compare to MessagePack's example from their front page:
It answers 90% of my questions in a quick example.