[-] OneCardboardBox@lemmy.sdf.org 1 points 3 days ago

Did you replace your SATA cable when you installed the new SSD? Maybe the failure is there.

[-] OneCardboardBox@lemmy.sdf.org 8 points 4 days ago* (last edited 1 day ago)

It's similar only in that it's about a "Great man" remaking a society in collapse.

Really none of the themes are there. Nor is there any journey of discovery to understand who Caesar is, like you get in Atlas Shrugged where other characters learn who John Galt is.

Galt is "Self interest and belief in my vision will make society better". Caesar is "McGuffin building materials and belief in my vision will make society better". For all its flaws, one is at least a political statement, while the other is milquetoast hopium.

[-] OneCardboardBox@lemmy.sdf.org 61 points 5 days ago* (last edited 5 days ago)

This movie is so hard to talk about, because the question is: "What is it even about?"

I like movies with abstract themes and strange storytelling, but this was just incomprehensible. Its plot revolves around the machinations of rich men to control the future of their city "New Rome", but the plot is kinda meaningless. There's never any real threat to Caesar's goal. Just plot events that could be obstacles but then are immediately resolved/neutered. Ok, fine! Surely then it's an art-house piece with a deep message? The plot points must be there for the sake of a larger theme. I was waiting for everything to add up in the finale, but it just ends up with Caesar delivering a speech filled with platitudes so bland that I thought it was a joke. Then the credits rolled and the 2 of the other 5 people in the theater with me started laughing.

[-] OneCardboardBox@lemmy.sdf.org 2 points 5 days ago

Yep, the problem was that docker started before the NFS mount. Adding the dependency to my systemd docker unit did the trick!

[-] OneCardboardBox@lemmy.sdf.org 14 points 5 days ago

The unfinished basement is the only interior photo with warm, inviting colors

[-] OneCardboardBox@lemmy.sdf.org 21 points 1 week ago

isn’t it an annoyance having to connect to your home network all the time?

It's less annoying than the gnawing fear that my network might be an easy target for attackers.

12
submitted 1 week ago* (last edited 5 days ago) by OneCardboardBox@lemmy.sdf.org to c/selfhosted@lemmy.world

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
...
[-] OneCardboardBox@lemmy.sdf.org 40 points 1 week ago

So many bad-faith arguments being made about this.

Independent of any arguments about who asked for this to happen and why: A free software project always has the right to choose which contributors it trusts and which it doesn't. I've seen no evidence that these people are banned from submitting patches due to their nationality. They've been remove from a particular role in the project due to political reasons. An organization is an inherently political entity.

Remember when codes of conduct destroyed all of free software and nothing ever got built again? Me neither. It's the same thing.

[-] OneCardboardBox@lemmy.sdf.org 10 points 2 weeks ago

Maybe just say "Hey, X isn't running this game. I am". If you're open to their participation, you could add "But if you'd like to join us, would you mind introducing yourself?". If you don't want them to join, you could say "Sorry, but I already have enough players for this campaign"

[-] OneCardboardBox@lemmy.sdf.org 29 points 2 weeks ago

Maybe not for the plot (since it's never referenced or brought up ever again in the film) but I think it does work thematically:

This would be the one real miraculous event in Brian's life. If anything, you would expect that a man who fell from a tower, got picked up by a flaming ball, and returned safely to the ground would be hailed as a holy person by all witnesses.

Instead, nobody gives a fuck and in the next couple of scenes Brian becomes a holy figure through entirely unrelated and mundane means.

[-] OneCardboardBox@lemmy.sdf.org 4 points 2 weeks ago

Especially gardening tools.

Why does every fucking house in our neighborhood need its own lawnmower, weedwacker, and hedge trimmer? You only need it for an hour or two every month.

[-] OneCardboardBox@lemmy.sdf.org 7 points 2 weeks ago

Maybe they're not mammal nipples, but happen to look like it.

[-] OneCardboardBox@lemmy.sdf.org 3 points 3 weeks ago

My indie theater has a bright blue pixel in their main screening room.

I complained about it when I first noticed, which was more than a year ago. It was still there the last time I went.

13

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.

36

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".

12

Just moving in to our first home, and I'm very excited to have the freedom to set up a permanent HF antenna.

I'll probably build a sort of fan dipole and run it along the side of our property. That's the only place long enough to fit. However, the power lines for the neighborhood run over part of our backyard. I'm not worried about my dipole being too close to high voltage power (it won't be) but I wonder if the AC frequency can cause interference on certain bands?

252
31

I like coffee. I like Star Trek.

I've had a mild interest in the raktajino, a Klingon coffee drink commonly consumed in DS9. I've looked up a few fan theories and fan recipes. I haven't seen any references to a canonical recipe, so I get that there's a bit of fun and personal preference involved.

The only thing I don't understand is why raktajino is commonly claimed to be made with liquor. On the one hand, I understand why Klingons might want a stiff additive to their caffeine. However, the context in which characters on DS9 drink it does not suggest the presence of intoxicants. I recall at least a few occasions in which bridge officers, while on duty, drink a raktajino. Surely even synthol is not OK when you're on shift for Starfleet.

30

We're 3 game sessions deep into a Vampire the Masquerade chronicle. I've just heard from one of my players that they feel like they've put a bit too much of themselves into their character, and they're starting to get uncomfortable with it. As such, they'd like to roll up a new char sheet and bring their current character out of the game. We've talked a little bit about whether they want their character to die, or to permanently leave the party, and that's still up in the air.

This is my first time as GM, and I'd like a few pointers on how to work with this. From an "off the table" perspective, I've already had a conversation with this player about what their needs are. I'm confident that the overall game is still fun for them, and that this isn't about any player-player dynamics.

From a narrative perspective, I'd love to hear how others have dealt with this before. In the past 3 sessions, I haven't had the chance to bring out the kind of enemies who could kill a PC outright (bloodthirsty elders, second inquisition deathsquads, conniving underlings). I don't want the player to have to go through several more sessions with a character they dislike just because it would have more punch further down the line.

6

cross-posted from: https://lemmy.sdf.org/post/7524114

I won't say I can't draw (anyone can put a pencil on paper), but I will say I have no practiced skills.

I've never done character art before, but I want to for this game. What alternative ways do you have to represent your character visually?

I've considered AI generators, but I don't want to spend money and time tuning the prompt to match what I want vs what the AI thinks I want.

I've also thought about a collage to represent different aspects of my character, then mashing some elements together with GIMP.

18

I don't mean on the holodeck, shore leave, or when transported to the past and needing to fit in.

Seems like if you're on an away mission to, say, a desert planet, sunglasses might be useful. I don't recall anything wearing them.

178

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.

112

Out of curiosity, is it the same for anyone else?

45

In TNG, Picard says that the Federation has evolved past a need for money. Indeed, we never see any.

In DS9 though, Quark talks a lot about bar tabs and costs. Surely O'Brien and Bashir don't get free drinks, so how do they pay? I'd assume that any Ferengi worth his lobes won't accept anything that can be replicated, so do Federation officers get a stipend of tradeable "value" when interacting with cultures that still expect payment?

I think there's also a reference to Quark paying rent to Sisko for running the bar. Presumably that's denominated in latinum. I wonder where it goes? Maybe the secret "Garak black ops" fund.

view more: next ›

OneCardboardBox

joined 1 year ago