hallettj

joined 11 months ago
[–] [email protected] 1 points 1 week ago (3 children)

Pilot Hi-Tec-C is a gel pen with refills that happen to fit in the Space Pen. It puts down a crisp, fine line.

The problem with the stock Space Pen is that it's a messy ballpoint. I might be getting worse-than-typical results due to being left handed, but in general I find ballpoints don't write crisp lines, and the ink smudges on my hand much more than gel pens do. But with the gel swap I do lose the feature of being able to write upside-down.

[–] [email protected] 1 points 1 week ago (5 children)

I carry a Fisher Space Pen everywhere, but I switched its cartridge for Pilot Hi-Tec-C refills. It takes a little fiddling to get the refill in there, but once it's in it works great!

[–] [email protected] 3 points 2 weeks ago

I've been using nushell as my shell for a long while. Completions are not as polished as zsh - both the published completions for each program, and the UX for accepting completions. But you get some nice things in exchange.

I LOVE using nushell for scripting! CLI option parsing and autocompletions are nicely built into the function syntax. You don't have to use the shell for this: you can write standalone scripts, and I do that sometimes. But if you don't use it as your shell you don't get the automatic completions.

Circling back to my first point, writing your own completions is very easy if you don't like the options that are out there. You write a function with the same name as the program you want completions for, use the built-in completions feature, and it's done.

[–] [email protected] 16 points 2 weeks ago (1 children)

Not because of the spore stuff, but because of the way that they have to deal with so many “danger to the entire galaxy/universe/multiverse” type events back to back. Like, doing a few is fine, I generally enjoyed the xindi arc in Enterprise for example, but having so many starts to feel very forced after awhile.

I totally agree. When the stakes are over the top it makes the universe feel small. When everything depends on one crew at all times it feels hard to believe there is a larger world they exist in in which to immerse my imagination. Discovery has fantastic characters, acting, directing, costumes, sets - I would love to see all these great features thrive without leaning on artificial plot tension. The main goal of any show is to make you care about what happens. Ideally you care because you feel a personal connection to the characters. But making the stakes huge, and including frequent ticking-clock scenarios is easier. The thing is I do care about these characters! The artifice is unnecessary!

But it got better the longer the show went on! I appreciate how every season the stakes got smaller, and more believable, and the pacing got less frantic especially in the last two seasons.

spoilers: de-escalating stakes each season

  • season 1: The entire Klingon war, and btw the existence of every possible universe is threatened.
  • season 2: All life is about to be wiped out, but only in one universe.
  • season 3: Is the Federation over? It's not clear if the dilithium crisis extends to other galaxies, but the stakes seem to be scoped to geopolitics in one quadrant.
  • season 4: Several planets are in danger. Still bigger stakes than I'd prefer, but there is much improvement over season 1.
[–] [email protected] 2 points 3 weeks ago

My thinking is similar. I've seen this news story more than once:

laptop stolen containing customer data... hard drive was not encrypted

I don't generally have customer data, but it can happen every once in a while.

[–] [email protected] 0 points 3 weeks ago

Or enabling nix-ld can often get such binaries working.

[–] [email protected] 4 points 3 weeks ago

I'm sorry, I wasn't completely clear. Yes you can run games on ARM on any OS with an emulator. When I said "won't run any better" I meant you'll get the same emulation slowdown on Linux as on Windows.

The point of the article is that stuff runs faster on Linux because you don't need an emulator, and it implies that that includes games. That's disingenuous because any games that require emulation on Windows will also require emulation on Linux. If there's no ARM build, there's no ARM build.

[–] [email protected] 7 points 3 weeks ago

I'm impressed by the Kanban system you've set up there! Your backlog looks better groomed than any Kanban board I recall seeing.

I just play the same handful of games year after year so there's not much to organize.

[–] [email protected] 5 points 3 weeks ago (5 children)

It would be great if there were a way to translate x86 binaries for ARM without emulation. Has Valve found some way to do that? From a bit of searching I see they've been testing games on ARM, and that testing involves a version of Proton/Wine that runs on ARM. But it looks to me like they're testing with ARM binaries for those games?

I'm as enthusiastic as anyone about more Linux usage, and I agree that Linux support for ARM is a good selling point. But the reason Linux works so well on ARM is that we use all this open-source software that anyone can compile for ARM. I don't think it's honest to point to closed-source software that we can't recompile, and imply that it will work better on Linux because other software runs natively on ARM on Linux.

[–] [email protected] 21 points 3 weeks ago (12 children)

Yes, Microsoft now offers Windows on ARM (WoA). However, WoA is not a first-class citizen in the Windows world. Many Windows programs won't run natively on WoA [...]. In particular, Windows games run poorly on ARM.

Interesting news! Sadly I imagine Windows games on Linux on ARM won't perform any better than on WoA. But maybe this will be more incentive for game developers to ship ARM builds.

[–] [email protected] 4 points 3 weeks ago

I'm so glad congestion pricing has made it to implementation! There were a lot of hurdles to get over.

[–] [email protected] 16 points 1 month ago (4 children)

You can do tag-based file management on Linux. Linux filesystems support "extended attributes" or "xattr". There is some software out there that uses xattr for tagging. I don't know what the best options are right now for tag-based file management, but I think it exists.

Looking at what's out there I see there are also apps that each use their own out-of-band tagging schemes. There's a CLI, tmsu, and a GUI, TagSpaces. I don't think these interoperate with each other's tags.

Of course those supplement instead of replacing hierarchical organization.

The talk of hypertext and "escaping paper" makes me think of Obsidian which embraces hyperlinking, tags, and mind mapping via its canvas feature.

view more: ‹ prev next ›