Comment on
Is MAS (Microsoft Activation Scripts) safe to use?
Reply in thread
The source code is even hosted on GitHub which is owned by Microsoft.
Comment on
Is MAS (Microsoft Activation Scripts) safe to use?
Reply in thread
The source code is even hosted on GitHub which is owned by Microsoft.
Comment on
If you have to pick only one Desktop Environment and use it till your computer breaks, what would you choose?
KDE
Comment on
What do you use for notes?
Obsidian with syncthing for syncing between my phone and PC.
Comment on
Tell me why I shouldn't use btrfs
Reply in thread
i call it "butter FS"
Comment on
Gen Z Is Cutting Back On Video Game Purchases
I do buy games from time to time, but 2 of my most played games on Steam are just free games. OpenTTD and vivid/stasis.
Comment on
Honestly, 24MB is way too much for this setup
Reply in thread
The PCs at my college has only 4GB of RAM with Windows 10. I hate having to use them cause they are so slow.
Comment on
Pantheon S1 (but not S2) is Coming to Netflix Tomorrow
This looks like a pretty fun show. I'm adding it to my plan to watch list. Thanks.
Comment on
thats why i love pc gaming, it just works
Reply in thread
Partial upgrades are unsupported on Arch Linux.
Comment on
KDE Plasma 6.4 Tackles An 18 Year Old Feature Request, More Wayland Protocols Added
Reply in thread
Double clicking to open is the default now.
Comment on
Steam Deck / Gaming News #17
What have you been playing?!
I'm playing through Celeste again. I only finished the main story when I played it before. I intend to finish chapter 8 and go through as much of the B/C sides as I can this time.
I've also been playing Stardew Valley and another game called vivid/stasis. I really like the story in vivid/stasis so far because it's Sci-Fi, one of my favorite genres. There are some things that I don't enjoy about the game, like the puzzles and the boss songs having health bars (the songs are just too difficult for the current me to beat with a health bar). Thankfully I can just skip the puzzles with a guide and the boss songs using the autoplay accessibility option.
Comment on
What RSS feeds are you subscribed to?
Some feeds I follow
Comment on
Apple blocks Fortnite's return to iPhone in US
Reply in thread
A lot of banking apps do work on grapheneos.
https://privsec.dev/posts/android/banking-applications-compatibility-with-grapheneos/
Comment on
What do you use to private watch YouTube?
NewPipe on my phone. I don't have PC I can use rn but when I used to have one I'd just use my browser (mainly Firefox) with ublock origin to watch YouTube (without signing in).
Comment on
What host names do you use?
I use some generic names.
Comment on
Day One alternative? (FOSS preferred)
Reply in thread
Yeah obsidian's pretty nice. I use the daily notes feature built into it for my journal.
Comment on
rss feeds
Comment on
What's the game you play when nothing else sounds good?
Phigros
It's a mobile rhythm game without ads and in-app purchases. It's also completely offline so I don't need an internet connection to play.
Comment on
Could you explain to me why you like silent hill 1? (Spoilers)
I just liked the atmosphere of the game and enjoyed it despite it's flaws. I also remember having to beat cybil with only melee because I had no ammo.
Comment on
Understanding Unix filesystem timestamps
Reply in thread
You can run this to check
findmnt --real
Comment on
Question about quadlets and kube play
Reply in thread
I ran a podman quadlet setup as a test some time ago. My setup was a little like this:
If you create a new network in podman you can access other containers and pods in the same network with their name like so container_name:port or pod_name:port. This functionality is disabled in the default network by default. This works at least in the newer versions last I tried, so I have no idea about older podman versions.
For auto-updates just add this in your .container file under [Container] section:
[Container]
AutoUpdate=registry
Now there's two main ways you can choose to update:
podman-auto-update.timer to enable periodic updates similar to watchtowerpodman auto-update manually# Check for updates
podman auto-update --dry-run
# Update containers
podman auto-update