Someone at work made a “who on earth uses FireFox” comment recently, like it was some obscure and inferior / outdated software (our company includes FF as part of the standard image for both PC and Mac users). I did not go into my “why chromium is evil” rant, but I did tell them how to adjust their settings to fix some performance issues they were having with it. I’m pretty sure they still switched to Chrome.
Love talking all things trrpg. I primarily GM Genesys RPG, sometimes also Star Wars RPG and Hero Kids.
Also into Linux, 3D Printing, software development, and PC gaming
- 2 Posts
- 36 Comments
AldinTheMage@ttrpg.networkOPto
Linux@lemmy.world•Decided to try out Bazzite on my desktop PC - Distrobox feels like magicEnglish
2·1 month agoIt’s going to be a total re-install, so that depends on what kind of setups you have. Not really different than switching to/from another distro.
Bazzite ships with KDE, so you could likely copy your themes and customizations for that pretty easily.
Bazzite is fedora based, and doesn’t use apt, but you can use distrobox like I mentioned in my post to get familiar ubuntu packages, if there are things that you need to be not flatpaks. You also can probably copy config files from non-flatpak apps into the flatpaks for most apps. I did this with my Cura configs. It may depend on the application.
Basically, I just backed up my user folder (~/) and pulled any configs out of there. You could just back up ~/.config and ~/.local but with ubuntu there are likely some things in a snap directory and such. Mainly ~/.config and ~/.local, but some applications may use other directories, like snap, etc.
AldinTheMage@ttrpg.networkto
Books@lemmy.world•Book recommendation: Fantasy, female author, strong feminine main character
2·3 months agoRoots of Chaos series is great and seems to fit these criteria. (The Priory of the Orange Tree, A Day of Fallen Knight, Among the Burning Flowers).
AldinTheMage@ttrpg.networktoMicroblog Memes@lemmy.world•Straight into my adblockerEnglish
9·4 months agoIt’s not about the ads to buy things. That’s part of it for sure, but it’s more than that.
Google, Meta, Microsoft, etc. want your data, your habits, routines, opinions, etc, so they can influence the way you think and behave and understand the world.
There’s a clip I saw recently of Peter Thiel saying they could never get people to vote for the things they want to do, so instead they are using technology to change things.
Even if you block ads, if you still use platforms owned by tech mega-corps, they have your data. Sure you might not see the targeted ads, and so you think you’re coming out ahead, but you don’t realize that every piece of content you see between the ads you’ve blocked is being filtered to influence the way you think about the world.
That’s awesome, I never knew that! And someone made a similar tool for Linux as well
I watched Jurassic Park again the other day.
“It’s a Unix system, I know this!”
Nedry had a very custom window manager.
AldinTheMage@ttrpg.networkto
Books@lemmy.world•What book(s) are you currently reading or listening to? January 13
4·4 months agoThat one has been on my list for a bit. I read the Licanius trilogy by the same author and loved it.
AldinTheMage@ttrpg.networkto
Books@lemmy.world•What book(s) are you currently reading or listening to? January 13
5·4 months agoLove that one! Going Postal, Mort, and Equal Rites are my favorites in the Discworld series so far (I haven’t read all of them)
AldinTheMage@ttrpg.networkto
Books@lemmy.world•What book(s) are you currently reading or listening to? January 13
3·4 months agoThat sounds amazing. I love Capaldi and had no idea he did audio books. I’ve also been wanting to read Watership Down.
AldinTheMage@ttrpg.networkto
Books@lemmy.world•What book(s) are you currently reading or listening to? January 13
4·4 months agoJust grabbed Among the burning Flowers from my local library. Really enjoyed the other roots of chaos books so I’m looking forward to this one.
I read most of the Bullet Journal Method and what I learned from that has been really useful. Also Mistborn is one of my favorite series, and the last 2 books of era 2 are great.
It’s home grown fascism. The fact that Russia may have helped does not absolve us.
The US wrote the book Nazi Germany used to start the Holocaust. We can’t keep pretending the US is noble and all of the evil is outside influence.
Most of my space knowledge comes from Elite Dangerous lol. They used a lot of real star catalogs when making the galaxy and visually it’s really good.
AldinTheMage@ttrpg.networkto
RetroGaming@lemmy.world•Confirmed functional EverDrive SD cardsEnglish
2·4 months agoPNY Card works with my GB X7! It’s a PNY Elite 32GB Micro SDHC

AldinTheMage@ttrpg.networkOPto
Linux@programming.dev•HDMI monitor for headless linux server
2·4 months agoThat sounds very promising, I’ll look into it!
AldinTheMage@ttrpg.networkto
linuxmemes@lemmy.world•When you get tired of Distrohopping
3·4 months agoDebian is my favorite as well. I prefer KDE, though, because it is pretty. I also don’t get the GNOME hate, I just don’t love it as much and at this point KDE is way more familiar.
AldinTheMage@ttrpg.networkOPto
Linux@programming.dev•HDMI monitor for headless linux server
2·4 months agoThank you! Once I can figure out the margins I’m going to get a custom btop preset configured. Right now I can’t configure it in a way that important info isn’t cut off on the edges.
The TV does have dials to adjust, but only slightly, and if I adjust too much, it messes up the scan lines and the signal doesn’t come through clearly. I feel like the answer is just a little further down the rabbit hole of kernel params :)
AldinTheMage@ttrpg.networkOPto
Linux@programming.dev•HDMI monitor for headless linux server
3·4 months agoThank you! I’m very happy with it, and I learned a lot. If I can figure out the margin thing I will definitely try to set up a fancier looking monitor, but right now htop is the most legible because of how it is displayed. Mainly just menu labels get cut off
AldinTheMage@ttrpg.networkOPto
Linux@programming.dev•HDMI monitor for headless linux server
4·4 months agoThis was really helpful - It got me pointed down the right track to figure out the video= settings in the grub config. I was able to disable the laptop monitor and enable the CRT by adding this to
/etc/default/grub# Disable laptop monitor (LVDS-1) and only output to CRT (HDMI-A-1) GRUB_CMDLINE_LINUX_DEFAULT="video=LVDS-1:d video=HDMI-A-1:1024x768"I initially set it to 640x480, but display was better with higher res and large font size, which I scales up with
sudo dpkg-reconfigure console-setupI created a service account for this, and set up a systemd service to start getty on that account based on those docs
[Service] Type=idle ExecStart= ExecStart=-/sbin/agetty --skip-login --noreset --noclear --autologin axies - ${TERM}Then I added
htopto the~/.bash_profilefor that user and… done!Only thing is there is some overscan on the display and initially about 3 rows / cols were cut off on each side. I was able to adjust the CRT display itself to mostly mitigate this, so now only a bit is cut off and it’s usable, but it’s not perfect. I tried setting the margin in the video options in grub with margin_top, margin_left etc., as per these docs but that didn’t work, even though I verified the resolution was applying correctly. But it is functional!

AldinTheMage@ttrpg.networkOPto
Linux@programming.dev•HDMI monitor for headless linux server
2·4 months agoYou mean like using a separate computer to display? I thought about that. Actually this old thing has a battery compartment with enough space to fit a raspberry pi inside so I may try and make it a self contained PC at some point. Would be cool to have it monitor multiple servers and display a status dashboard when they’re up. That sounds like a fun future project :)


I use LibreWolf, and I do have issues with a few sites (my local utility company’s bill pay only works on chromium), but I still refuse to use a chromium based browser except for those specific sites.
It is inconvenient, but it can still make a difference. If sites that have chromium only functionality see that enough FireFox users are trying to use the site, they may update it. I know web devs check those kinds of metrics.