Spyke

Posts

openmw·Lemmy's unofficial OpenMW communitybyOneCardboardBox

Praise-post for OpenMW for android

cross-posted from: https://midwest.social/post/18604056

I'm playing for the first time in my life now.

I've recently had my first kid, and as such, I need a game that I can quickly pick up and put down. Ideally, the game is also playable in long form as well.

Enter openmw for android. The only on screen controls that have ever been usable. Convenient quick save. Minimal load times.

I can hop on, play a little, and get off in a hurry if I need to. I thought I'd be stuck playing old Pokemon ROMs with save states until she hit an age of independence.

View original on lemmy.sdf.org

Some docker containers need manual start after host reboot

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
...
View original on lemmy.sdf.org

Recommendation: Affordable soldering station for SMD work

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.

View original on lemmy.sdf.org

Changing coffee beans: What do you do when there aren't enough beans to make a final brew?

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

View original on lemmy.sdf.org

Amateur radio IP networks. What's out there?

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

What cool stuff is going on with IP over ham radio? I want to build simple services accessible to other hams in my area, and would love to learn about what's out there.

  • New Packet Radio: This looks pretty cool, although until the FCC makes a decision on updated VHF/UHF bandwidth and symbol rate restrictions, I'll hold off on buying any dedicated hardware

  • Broadband HamNet: I'm not sure if there's any existing network in my area. Since it's 802.11 with yagis and amplifiers, I feel like you'd need a good density of local users for anything cool to develop.

  • AX.25 with TCP/IP: I might play around with this. It doesn't require equipment except a UHF/VHF radio, antenna, and a computer, so it might be easier to convince others to try it too. Obviously you're very limited in bitrate, but it would be fun to set up a gohper hole or a BBS.

Are there other technologies or projects worth looking into? Even though I'm not personally interested in buying new equipment for it, I'd still like to hear what's out there.

View original on lemmy.sdf.org

Amateur radio IP networks. What's out there?

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

What cool stuff is going on with IP over ham radio? I want to build simple services accessible to other hams in my area, and would love to learn about what's out there.

  • New Packet Radio: This looks pretty cool, although until the FCC makes a decision on updated VHF/UHF bandwidth and symbol rate restrictions, I'll hold off on buying any dedicated hardware

  • Broadband HamNet: I'm not sure if there's any existing network in my area. Since it's 802.11 with yagis and amplifiers, I feel like you'd need a good density of local users for anything cool to develop.

  • AX.25 with TCP/IP: I might play around with this. It doesn't require equipment except a UHF/VHF radio, antenna, and a computer, so it might be easier to convince others to try it too. Obviously you're very limited in bitrate, but it would be fun to set up a gohper hole or a BBS.

Are there other technologies or projects worth looking into? Even though I'm not personally interested in buying new equipment for it, I'd still like to hear what's out there.

View original on lemmy.sdf.org
sdfarc·SDF Amateur Radio ClubbyOneCardboardBox

Amateur radio IP networks. What's out there?

What cool stuff is going on with IP over ham radio? I want to build simple services accessible to other hams in my area, and would love to learn about what's out there.

  • New Packet Radio: This looks pretty cool, although until the FCC makes a decision on updated VHF/UHF bandwidth and symbol rate restrictions, I'll hold off on buying any dedicated hardware

  • Broadband HamNet: I'm not sure if there's any existing network in my area. Since it's 802.11 with yagis and amplifiers, I feel like you'd need a good density of local users for anything cool to develop.

  • AX.25 with TCP/IP: I might play around with this. It doesn't require equipment except a UHF/VHF radio, antenna, and a computer, so it might be easier to convince others to try it too. Obviously you're very limited in bitrate, but it would be fun to set up a gohper hole or a BBS.

Are there other technologies or projects worth looking into? Even though I'm not personally interested in buying new equipment for it, I'd still like to hear what's out there.

View original on lemmy.sdf.org
homeimprovement·Home ImprovementbyOneCardboardBox

Small animals dying in the window well of my basement

I work in a basement office. There is a below-grade egress window, with a 3-4ft ladder and a large plexiglass dome that you can push out of the way.

I noticed a terrible smell when I opened my window the other day, and it was because of a dead mouse that presumably couldn't get out of the recess. On inspection, I found the remains of several more dead rodents there, so this has been a problem in the past too.

Any ideas on how to prevent this? I both feel bad for the dead animals and am disgusted by the smell when they decay. The plexiglass dome has chicken wire for airflow, so I can't necessarily block those off. Maybe there's some method to repell them, or help them escape?

View original on lemmy.sdf.org
openmw·Lemmy's unofficial OpenMW communitybyOneCardboardBox

OpenMW Lua: Music playlist support merged

The latest dev builds of OpenMW now support music playlists run from Lua. Mods could now create custom music playlists based on location, weather, combat status, or anything else that can be measured with Lua. The pull request includes a sample mod to play certain music when fighting muscrabs.

I look forward to all the new ambience mods that this will make possible!

OpenMW Lua: Music playlist support mergedhttps://gitlab.com/OpenMW/openmw/-/merge_requests/3438Open linkView original on lemmy.sdf.org
openmw·Lemmy's unofficial OpenMW communitybyOneCardboardBox

Morrowind as my rock

Sounds a bit trite, but Morrowind represents a kind of comfy stability for me. I can always go to Vvardenfel any time, and it's always the same place.

Yesterday, I moved houses. The neighborhood is different, there are boxes everywhere, I can't find anything, and there's no internet. On top of that, I get very stressed out whenever even a small thing in my life changes. I try to focus on one task at a time, and that's all I can do.

However, all I need for Morrowind is to unpack my PC, monitor, mouse, and keyboard. Tonight, when the takeout food is gone, but I'm not ready to sleep (in a new room that smells weird), there will be Morrowind.

View original on lemmy.sdf.org

Maggie Chow: What was her plan?

Played DX a few times, but the only part of the plot that never fully makes sense to me is Maggie Chow:

  • She is an MJ12 plant who knows JC is Paul's brother, but doesn't know he's a fugitive? Or she does know he's a fugitive but doesn't call her MJ12 guards to take him out?
  • She sends JC to the police station on a mission to steal information, but then the information incriminates her. Why? JC even asks her what she expected to happen.

Not so much a plot thing, but I also find it strange that she runs up to fight JC in Versalife with just a sword and no armor. It's the least threatening fight in the game. I know the people in Hong Kong say she used to do Kung Fu movies, it would have been cool if there was some allusion to that during the fight.

View original on lemmy.sdf.org