

I found Strange Horticulture while looking through my library. The description seemed interesting, so I’m playing it now.


I found Strange Horticulture while looking through my library. The description seemed interesting, so I’m playing it now.


Here’s another tool to import music metadata to musicbrainz.


It does work wired if you use the USB C cable and plug it in to the mouse. Are you looking for a wired only mouse?


Maybe checkout Incott G23. It has hotswappable optical switches. It came with a couple of extra switches when I bought it and one of the pairs were silent. It works both wired and wireless.
Their web driver works on Brave Browser for me on linux (I think I remember adding a udev rule for this). I’m guessing it only works on chromium browsers since they say it only works on chrome and edge on their page.
Comparison with your mouse on EloShapes


Partial upgrades are unsupported on Arch Linux.


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.


I prefer buying digital games that are either DRM-free or have Steam’s DRM.
I tend to keep a backup of the games that I enjoy so that I can play them even if I end up losing a way to download them. For games with Steam DRM, I can just remove the DRM myself and use a Steam emulator if I ever lose access to Steam.


Is sshd really not part of systemd?
Yes, it’s not a part of systemd. By running systemctl restart sshd you are just restarting the sshd systemd service. Systemd service files for things like ssh and transmission come with their respective packages.
You can see what I mean here. The openssh-server package for Ubuntu comes with the sshd.service file.


It has a dedicated eclipse drawing tool.


The PCs at my college has only 4GB of RAM with Windows 10. I hate having to use them cause they are so slow.
AA? If you mean your friend then I’m not them.
What I’ve learned playing rhythm games is that taking breaks is important. When I hit a wall, I just take a break from that game and come back to it later.
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.


A lot of banking apps do work on grapheneos.
https://privsec.dev/posts/android/banking-applications-compatibility-with-grapheneos/
My bash prompt is just me copying the prompt I have set on fish.
# Prompt
green=$'\e[38;5;2m'
bright_red=$'\e[38;5;9m'
bright_green=$'\e[38;5;10m'
reset=$'\e[0m'
prompt_command()
{
local exit_status=$?
if [[ $exit_status != 0 ]]; then
exit_color=$bright_red
exit_prompt=" [$exit_status]"
else
exit_color=$bright_green
exit_prompt=""
fi
}
PROMPT_COMMAND=prompt_command
PS1='\[$green\]\w\[$exit_color\]$exit_prompt\n❯ \[$reset\]'

I have a small issue with this prompt though. Sometimes the ❯ ends up turning white for some reason.



I haven’t had any issues with the kernel yet. The worst thing that I can remember doing is messing up the systemd boot entry on my Arch Linux install.


Yeah. I just found out about it by accident when I ran it with the --help flag.
Launchers
Tools