donio

joined 1 year ago
[–] donio@beehaw.org 2 points 8 months ago

When this happens it's often because a backend component gets rewritten and somebody decides that it's too much work to re-implement some features for the new backend. It's much easier to come up with a PR spiel for why removing the features is actually a good thing.

[–] donio@beehaw.org 12 points 10 months ago

TIL. The wikipedia article with some more detail.

[–] donio@beehaw.org 5 points 10 months ago* (last edited 10 months ago)


(early 8-bit era)

[–] donio@beehaw.org 7 points 10 months ago* (last edited 10 months ago) (2 children)

For Steam in general: If you are not in a major hurry to get a game wait for sales. There are major sales a few times a year and smaller ones all the time. Add games to your Steam wishlist to get notified when it's on sale. Check steamdb for price trends.

[–] donio@beehaw.org 2 points 11 months ago (1 children)

The speech in Impossible Mission was sampled from a human actor not synthesized.

[–] donio@beehaw.org 2 points 11 months ago* (last edited 11 months ago)

So what are you playing this week?

[–] donio@beehaw.org 1 points 11 months ago

I started playing Ring of Pain. It's a deckbuilder-ish roguelite. There isn't really a deck, it's more of a loadout-builder (or tableau builder in boardgame terms). Meteorfall: Krumit's Tale is the closest thing I've played before. RoP is sort of like a 1d version of that. Fun and fairly unique mechanics, smooth implementation. Runs great on the steamdeck too, good controller support.

[–] donio@beehaw.org 2 points 1 year ago* (last edited 1 year ago)

OCRmyPDF is what I use as well, had good luck with it on boardgame rulebooks that sometimes come with missing or partial embedded text. Combined with recoll and the Emacs pdf-tools mode I have it all indexed and at my fingertips.

[–] donio@beehaw.org 7 points 1 year ago* (last edited 1 year ago)

On Android it's the only reasonable choice so no question there.

On desktop I used Netscape/Phoenix/Firebird/Firefox/Conkeror for many years but switched to Chromium when I had to start over after the XUL-apocalypse. But lately I've been maintaining my Firefox setup more or less in parallel with Chromium and this week as it happens I am trying to make the switch back again. Mostly just to wean off the Google stuff. Will see how it goes.

Another (less-critical) motivation is that Chromium takes over 10 hours to build on my machine. Firefox is under 1 and it gets done way faster even if an LLVM or Rust build is involved too.

[–] donio@beehaw.org 9 points 1 year ago

I've give up on the Youtube homepage long time ago. Only the Subscriptions view (with shorts filtered using a userscript) and search results are usable for me.

[–] donio@beehaw.org 5 points 1 year ago* (last edited 1 year ago)

This sounds similar to SLIME (and its fork SLY) for Common Lisp. These tools use their own protocols rather than LSP in part because they pre-date LSP but also because LSP is not a good match for everything they do. In addition to the usual LSP functionality like symbol lookup, xref and completion they also provide a very good Lisp REPL. It is easy to have the server side (called swank) running as part of an existing service which sounds a lot like what the post describes. For example I've used SLIME to connect to my live StumpWM sessions.

view more: next ›