OneCardboardBox

joined 3 years ago
[–] OneCardboardBox@lemmy.sdf.org 15 points 21 hours ago (1 children)

Calibre is an ebook library manager with a reader built-in. Koreader is purely reader software, and it works particularly well on touch and eink screens.

The Dirty Dozen has a very cathartic finale, nearly on the level of the cinema fire from Inglorious Basterds.

You nailed it. For me, the human-written stories were interesting because it's not immediately apparent where they're going. The prose evokes images and emotion, and I want to put the pieces together to identify the theme.

The AI stories blurt out the theme almost immediately, and then my attention wanes because there's nothing left in the text except for a base retelling of events.

[–] OneCardboardBox@lemmy.sdf.org 3 points 2 weeks ago* (last edited 2 weeks ago)

spoilerVoyager S7 E20: Author, Author

The doctor (an EMH computer program) writes a holonovel titled Photons Be Free

The above screenshot is from that holonovel, when Captain Jenkins murders an injured crew member during medical triage.

Why hew so closely to the "immutable paradigm" as if it's a rule? I have a few packages layered on my system to achieve results that flatpak + toolbox cannot. Never had a problem with updates.

[–] OneCardboardBox@lemmy.sdf.org 20 points 1 month ago (1 children)

Fucking DHL is double-dipping: They charged me a tariff inspection fee to import my packages, and now they charge a fee* to request tariff refunds of eligible shipments.

*Or I can make an account on some inscrutable government website, write letters to DHL to get paperwork about my shipments, and try to figure it out myself.

[–] OneCardboardBox@lemmy.sdf.org 4 points 1 month ago* (last edited 1 month ago)

TempleOS signed by Terry Davis.

I burned it to a DVD and mailed it to him for an autograph, back when he still had stable housing. I think maybe 2015.

[–] OneCardboardBox@lemmy.sdf.org 6 points 1 month ago (3 children)

Plenty of people just want an appliance to play games.

I build my own, but that's because I want to save money. Actually picking the parts and figuring out compatibility, specs, etc is my least favorite exercise. Luckily I have a friend who cares way more about that, so I tell them what I want to achieve and they give me a shopping list.

[–] OneCardboardBox@lemmy.sdf.org 9 points 1 month ago (1 children)

He sewed offensive Gorn messages into the clothing of three Romulan diplomats who stopped off at DS9. Because the Gorn can see different spectrum from Romulans, nobody noticed the hidden insults until they landed on Gornar.

[–] OneCardboardBox@lemmy.sdf.org 1 points 1 month ago (2 children)

The difference is small and pedantic:

"Once" means "A single time"

"Nonce" means "Used a single time"

Nonce carries extra information that something is being used.

Wikipedia claims this term dates to middle English:

Nonce is a word dating back to Middle English for something only used once or temporarily (often with the construction "for the nonce"). It descends from the construction "then anes" ("the one [purpose]").

[–] OneCardboardBox@lemmy.sdf.org 5 points 1 month ago (5 children)

Nonce is used extensively in the context of cryptography to mean "used exactly one time". Usually this refers to a random number that a server shares with a client to establish secure communications.

[–] OneCardboardBox@lemmy.sdf.org 4 points 1 month ago* (last edited 1 month ago)

Red Sonja (1985)

I like that it's a definitely-not-Conan movie with a bit more humor. Maybe people don't like the kid actor, but I thought that Prince Tarn and Falcon added a lot without being overbearing. It could rate even higher for me if they'd gotten Basil Poledouris to do the soundtrack.

Cool World (1992)

Things really start to fall apart in the third act once Holli transports to the real world and from a technical side, Who Frame Roger Rabbit beats it by miles. However, the idea of Cool World, a mix of childish and sleazy animated characters all living in the same universe, is compelling. Bakshi's animation style really brings it alive.

 
13
submitted 2 years ago* (last edited 2 years ago) by OneCardboardBox@lemmy.sdf.org to c/movies@lemm.ee
 

Anyone have recommendations for more films like Heavy Metal, or the stuff Ralph Bakshi made? There's a kind of sleaze to those low-budget animated movies that I find fun, but the art is also really compelling.

It doesn't have to be 70s/80s

 

I generally let my server do its thing, but I run into an issue consistently when I install system updates and then reboot: Some docker containers come online, while others need to be started manually. All containers were running before the system shut down.

  • My containers are managed with docker compose.
  • Their compose files have restart: always
  • It's not always the same containers that fail to come online
  • Some of them depend on an NFS mount point being ready on the host, but not all

Host is running Ubuntu Noble

Most of these containers were migrated from my previous server, and this issue never manifested.

I wonder if anyone has ideas for what to look for?

SOLVED

The issue was that docker was starting before my NFS mount point was ready, and the containers which depended on it were crashing.

Symptoms: journalctl -b0 -u docker showed the following log lines (-b0 means to limit logs to the most recent boot):

level=error msg="failed to start container" container=fe98f37d1bc3debb204a52eddd0c9448e8f0562aea533c5dc80d7abbbb969ea3 error="error while creating mount source path '/mnt/nas/REDACTED': mkdir /mnt/nas/REDACTED: operation not permitted"
...
level=warning msg="ShouldRestart failed, container will not be restarted" container=fe98f37d1bc3debb204a52eddd0c9448e8f0562aea533c5dc80d7abbbb969ea3 daemonShuttingDown=true error="restart canceled" execDuration=5m8.349967675s exitStatus="{0 2024-10-29 00:07:32.878574627 +0000 UTC}" hasBeenManuallyStopped=false restartCount=0

I had previously set my mount directory to be un-writable if the NFS were not ready, so this lined up with my expectations.

I couldn't remember how systemd names mount points, but the following command helped me find it: systemctl list-units -t mount | grep /mnt/nas

It gave me mnt-nas.mount as the name of the mount unit, so then I just added it to the After= and Requires= lines in my /etc/systemd/system/docker.service file:

[Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
After=network-online.target docker.socket firewalld.service containerd.service time-set.target mnt-nas.mount
Wants=network-online.target containerd.service
Requires=docker.socket mnt-nas.mount
...
 

I recently got a nice deal on a stereo microscope, and leapt at the chance. I've had a few projects in mind that would entail SMD soldering, and now all I need is a proper soldering station.

My current iron is pretty basic, but gets the job done for splicing wires and DIP work. Now I want something with temp control and a good supply of tips.

It seems like hobbyists are all talking about affordable Chinese T12 stations from brands like KSGER and Quecoo. There are just so many different models, it's hard to understand the features and differences. It also seems like there's a lot of "Reddit folk knowledge" where people just keep repeating what others have said. Eg: People say that some KSGER stations have no case grounding, but nobody says which models do or don't have the issue. All of them? Then people talk about the microcontrollers STM vs STC, but nobody says why it matters.

 

In our house, we generally go for variety in our coffee beans. That means when we are finishing one bag, we're going to open a different bag with totally different beans inside.

What do you do if there aren't enough old beans to make a full serving of coffee?

It may be heresey, but I mix the final old beans with a few beans from the new bag and call it my "bonus blend".

 

I think I'm reading this blogpost correctly: Mobian devs working on maintaining Linux kernel support for Pinephone painted themselves into a corner with tech debt, and may not be able to continue porting new kernel updates. Pinephone Pro runs a different chipset with wider community support, so it's not affected.

I didn't see any communities or articles talking about this, so either it's not a big deal, or nobody is talking about it.

 

I have a .ch domain name, but I am not a resident, citizen, or business of Switzerland. For now, this is not a problem, but it's always possible that the rules change and I am ineligible to renew it down the line.

Is there such thing as a domain holding company? I'm thinking of someone in Switzerland who will be the registered owner while I have a legal contract defining my rights to use the domain?

This is all very hypothetical, and I'm happy to just wing it for now (it's mostly hobby/personal stuff). More just curious.

Just for fun, I looked into what it would take to register a business in Switzerland. I'd need a Swiss work permit to file for a sole proprietorship, and then I'd still have to pay ~60 CHF a month for a virtual business address.

 

For years, I've gotten by with a desktop at home running Arch and a work laptop running Kubuntu. Now I want a laptop that's not owned by my job, so that I can use a computer outside the house and not have my workplace own the IP rights of whatever I do on it. My workload is basically just going to be emacs and web browsing, so basically any distro can do it.

I've already got the laptop (HP Elitebook 840 G5, secondhand), but now it's time for the distro. I don't plan to use this laptop often, since it'll mostly be when I travel a few times a year. I don't want Arch, because I don't want to install 6 months of software updates the night before a vacation and then hope that everything works.

Thus, I'm looking at Fedora Silverblue, since that can apply updates atomically on the system, and I can always roll back. I'm wondering if anyone else has good recommendations for a distro to serve my needs.

view more: next ›