gwheel

joined 3 years ago
[–] gwheel@lemm.ee 5 points 1 year ago* (last edited 1 year ago) (1 children)

But it won't show up on new instances, which means instance churn will erode it away from the broader fediverse. It could become a centralizing force if new instances can never access historical posts.

[–] gwheel@lemm.ee 5 points 1 year ago (1 children)

I'm expecting the biggest difference to be a removal or de emphasizing of the disguise system. Disguises are a core hitman mechanic but Bond very rarely uses them. (unless I'm forgetting stuff, and I haven't seen all of the movies) I'm not sure what would fill the gameplay void left by them, vehicles could do it if handled well.

[–] gwheel@lemm.ee 6 points 1 year ago (1 children)

Looks like a fun brainrot themed idler, gonna give it a go after work. Universal Paperclips has always been my favorite.

[–] gwheel@lemm.ee 1 points 1 year ago

Maybe the tooth fairy is like a vampire needing an invitation: the tooth must be willingly offered.

[–] gwheel@lemm.ee 43 points 1 year ago (17 children)
  • Immich backs up photos from my phone and camera with tagging and search
  • Archivebox is like a personal internet archive, I use it to save youtube videos and important memes
  • Homeassistant does home automation stuff, currently I only use it to turn the speakers on/off with the tv
  • Forgejo is a git host like Github, and can regularly pull external repositories to keep a personal mirror
  • Actual budget is a budgeting app, nice for tracking expenses across multiple accounts
 

I've got forgejo configured and running as a custom docker app, but I've noticed there's a community app available now. I like using the community apps when available since I can keep them updated more easily than having to check/update image tags.

Making the switch would mean migrating from sqlite to postgres, plus some amount of file restructuring. It'll also tie my setup to truenas, which is a platform I like, but after being bit by truecharts I'm nervous about getting too attached to any platform.

Has anyone made a similar migration and can give suggestions? All I know about the postgres config is where the data is stored, so I'm not even sure how I'd connect to import anything. Is there a better way to get notified about/apply container images for custom apps instead?