

I showed the comic to my spouse because I do the same thing!
Just a basic programmer living in California


I showed the comic to my spouse because I do the same thing!
In this context “Linux desktop” means not a server. Or in other words, a Linux computer with a graphical user interface. So it includes laptops. I can’t think of any software that would work on a desktop that wouldn’t work on laptop.
You’ll sometimes see the “desktop” clarification because technically the majority of Linux computers are headless servers. (Headless means no screen.)


What’s the problem with either of these?


It’s wonderful that we’ve moved on from a time when scrolling wms were kludgy experiments! It looks like now we have at least two solid options.
Plenty of tools are using the system keychain. There are good libraries that provide a generic interface to gnome-keyring or kwallet depending on what is running. When I was working with Node I used the keytar library for that purpose.
Edit: Oh, apparently there is a standard DBus API for keyrings. So you can use libsecret to interact with whatever keyring.


I think two things can be bad at the same time. I do think Retrospect is more problematic than Blood Fever because the implication in Retrospect is, “don’t take women at their word”. Vorik’s assault on B’Elanna in Blood Fever is obviously wrong, even if it is not adequately addressed in the episode. OTOH the story in Retrospect makes it seem like almost a reasonable position to assume that a sexual assault allegation is false until proven otherwise. That’s a problem.
It is very difficult for a woman to come forward with an assault accusation; and when they do those accusations are dismissed far too often. That leaves women with all of the consequences of coming forward, but without any justice, making it even less likely that future assaults will be reported. To put an end to sexual assaults, it’s necessary to believe women.


My impression from DS9 is not that they are bounty hunters, but that they are isolationists, and are probably zenophobic. The Breen government allies with the Dominion because they see some benefit for themselves. I don’t think it’s a guns-for-hire situation. It seems like the Dominion is quite good at using enticements and threats to cajole self-serving governments that otherwise wouldn’t get involved in quadrant power struggles.
The masks do bear a resemblance to Star Wars bounty hunters. They remind me most of Leia’s bounty hunter disguise. There’s a suggestion that the reason they wear masks and full-body suits is to confuse outsiders. Weyoun says that despite rumors of being extremely cold, Breen actually has a pleasant climate, and so no one knows why they wear refrigeration suits. But since that comes via Weyoun, who knows what’s true.


TIL the Enterprise A only served 7 years. But yeah, that’s plenty of time for cosmetic wear to build up in a well-used galley
Edit: The Enterprise A was commissioned in Voyage Home. According to Memory Alpha Undiscovered Country takes place 7 years later.


Learning Nus is short for Nusifer made me chuckle
Gitignore settings don’t prevent checking in run configs if that’s what you want to do. Even if someone has the run configs pattern ignored, they’ll get those files with the repo clone. Gitignore only prevents adding files that aren’t already checked in - it’s a guard rail to prevent accidentally checking in so something you don’t want. You can override ignore settings to check in something new in with git add --force <filename>
Global gitignore is for idiosyncrasies of your computer, not for repo-specific stuff. For example if you use an editor that writes in-place backup or swap files (like .swp files with Vim’s default settings), or you’re on a Mac which writes .DS_Store files into every directory, you’re going to want those ignored for every repo. That way you can comfortably work with other people’s repos, even if they’re not configured for your particular setup.
The global ignore combines with gitignore files in each repo. So if it’s an ignore pattern that everyone working with that repo should have, put it in the repo.
Yes, I believe this was made for MacOS users. I don’t need to see your .DS_Store files!


That’s almost what I do with my work journal too. Daily logs with an index. A page for deferred tasks. A page here or there for tracking things that need to be done for a given project. I find the index helpful even if I only occasionally put an entry there.
For my personal journal daily logs are the core feature for sure. But I also get a lot of value from a future log, and a page for the current month with a list of events, and scheduled tasks.


I use bullet journals, and I have one for work. It’s not exactly the same - instead of my thought process it’s mostly what tasks I’m working on each day, and meeting notes. It helps me to organize what I what to get done so I don’t have to keep thinking about what I want to get done. It also helps me to get an idea of where my time went, and is a good place to write down anything I want to refer back to. Like when a coworker trained me on a deploy procedure I took notes, and added a line for that page number to my index.
Yeah, I’m a fan of using minutes instead of percentages. For example instead of 33.3̅% you can write :20 or 20’ - like in the old fixed-point arithmetic days!
I like this better than the French revolutionary calendar’s ten-day weeks. Maybe if they had included more than two weekend days people wouldn’t have hated it so much
There are a lot of us! Especially on English-speaking forums. The US population is close to half of the entire population of Europe.
But there is a trick to almost completely avoid Americans: frequent a forum in any language other than English.


I’m really questioning whether I’m reading a parody story right now. I know Ars Technica is not a parody publication. What is satire anymore?
All we know is that Jellico swooped in and saved the day!
I guess there is sort of an implication in Chain of Command that Troi chose to wear a “non-standard uniform” until Jellico ordered her to change. He says, “I prefer a certain… formality on the bridge. I’d appreciate if you wear a standard uniform.” I’ve just done a TNG rewatch, and I’m pretty sure there is no other in-universe explanation given.