• Activity
  • Votes
  • Comments
  • New
  • All activity
    1. eBooks cost too much

      $14 USD for new novels. $10 for novels from the 1970s, riddled with OCR errors. Yes, I know you aren't paying for the "paper", you are paying for the content. Yes, I know authors and people who...

      $14 USD for new novels. $10 for novels from the 1970s, riddled with OCR errors.

      Yes, I know you aren't paying for the "paper", you are paying for the content.

      Yes, I know authors and people who work for publishers need to pay rent. I know servers cost money. Those costs and reasonable profits are more than covered several times over in eBook prices.

      28 votes
    2. What have you been listening to this week?

      What have you been listening to this week? You don't need to do a 6000 word review if you don't want to, but please write something! If you've just picked up some music, please update on that as...

      What have you been listening to this week? You don't need to do a 6000 word review if you don't want to, but please write something! If you've just picked up some music, please update on that as well, we'd love to see your hauls :)

      Feel free to give recs or discuss anything about each others' listening habits.

      You can make a chart if you use last.fm:

      http://www.tapmusic.net/lastfm/

      Remember that linking directly to your image will update with your future listening, make sure to reupload to somewhere like imgur if you'd like it to remain what you have at the time of posting.

      5 votes
    3. Daily driving linux (Fedora KDE) - My experiences after a week

      I thought I would share my thoughts and experiences daily driving Linux (Fedora KDE Plasma) for the past week. Why did I switch from Windows to Linux? My plan was to switch to Linux once Windows...

      I thought I would share my thoughts and experiences daily driving Linux (Fedora KDE Plasma) for the past week.

      Why did I switch from Windows to Linux?

      My plan was to switch to Linux once Windows 10 hit EoL in Fall 2025. This was due to my computer not supporting Windows 11. This past September, my computer broke (probably MoBo), and so I swapped out my CPU and MoBo, which probably can support Windows 11. However, this hardware swap unactivated my Windows, Microsoft support was not helpful, and I am not a fan of the direction Windows is heading in (removing local accounts, Recall, and a general vibe I get from Microsoft of removing control from end users). So, I decided to make the jump to Linux a year sooner than expected.

      My Previous Experience with Linux

      So I would say I am moderately experienced with Linux before this. Personally, I have setup a Proxmox server, in which I setup an openmediavault NAS, and played around with various desktop distros for personal curiosity. I also switched my old laptop over to Linux a few years back, but had very low requirements of the tasks that laptop had to perform. I also took a post secondary class on Linux, primarily covering system administration tasks like BASH/PERL scripting, Apache server admin, LDAP, and file sharing all using Ubuntu. So going into this I had a moderate amount of experience, all within Debian based distros. The bigger change with switching my desktop is that it is my primary computer, so the expectations of what it needed to run was higher.

      Why I chose Fedora KDE Plasma

      I did a post about a month ago asking for recommendations to look into: https://tildes.net/~tech/1ji6/switching_to_linux_looking_for_distro_recommendations
      I settled on Fedora KDE Plasma for a few reasons:

      • I appreciate the philosophy of not being rolling release like Arch, but also a quicker release cycle than Ubuntu and its forks. I felt this was a good middle ground where I get newer advances without dealing with stuff breaking frequently when there was a new update.
      • It can handle most tasks graphically, without having to dig into the console often (more on this later).
      • I appreciate the Windows-esque styling of KDE Plasma. I got used to Windows so didn't want a radical shake up. However, it feels to me like a better version of Windows (or maybe just not touch screen oriented and ad bloated).

      Headaches/glitches

      Some of these are ongoing, while others were issues that I have worked through

      • FIXED: Installing nvidia drivers via RPM Fusion. Before installing drivers, the computer was unstable and frequently froze. I ended up just loading a command line only interface and manually typing in the commands to install RPM Fusion and the nvidia drivers. I was planning on installing it via command line anyway, so the main headache here was typing it out instead of copy and pasting the commands in. I also had an issue where I initially installed the wrong drivers.
      • ONGOING/INFREQUENT: Occasionally when I wake the computer from sleep, at the lock screen, my mouse is responsive, but my keyboard is not. Also, selecting the virtual keyboard does not work, as the virtual keyboard does not load. I tried waiting for the computer to go back to sleep, and then wake it from sleep to see if it reloads things properly. The computer does not go to sleep normally, so the solution right now is to just shut down the computer and then it is solved.
      • FIXED: Steam launched games not closing properly. Specifically Far Cry 5, which runs properly, when I exit the game, the process does not fully close down. From my perspective, it seems like it has, but Steam indicates that it is still running. The solution is to go into System Monitor and close down the Steam application with high resource usage, as that is actually the game still running in the background.
      • ONGOING/INFREQUENT/PARTIALLY FIXED: When I wake the computer from sleep, and login, there is a large amount of visual glitches and artifacts on my desktop environment. It is both in applications and especially on the Panel. The current solution is to run the command systemctl restart --user plasma-plasmashell which drastically improves the situation, but the glitches are still partially there. This has just started last night, so probably a computer restart may solve the problem, but I am trying to avoid having to constantly restart the computer.
      • FIXED: As Far Cry 5 was a brand new game, when launching it from Steam for the first time, Ubisoft's software wanted me to enter a CD Key, but Steam was not giving me one. Thinking this was a Linux related issue, I switched to my Windows install, and had the same issue. Turns out it is a Ubisoft bug in their software that also impacted Windows. I found a solution online on how to solve it for Windows, did that and authenticated the game. Then I switched over to Linux and the game ran well.
      • FIXED: KDE Wallet Service was doing an excessive amount of prompts. I uninstalled the software, but the prompts continued. Turns out it needs to be disabled before being uninstalled, or the prompts continue. So I had to reinstall it, disable it, then uninstall it. Annoying but minor and it is fixed now.
      • ONGOING/INFREQUENT/PARTIALLY SOLVED: When waking from sleep, sometimes my background image on my primary display does not fully cover the desktop. This is most likely due to my primary display being 1920x1080, and my secondary display being 1600x900, so the image is not being scaled independently for both displays. The solution right now is to open the settings to change background, and load any image, but not save changes, as this causes my original image to be reloaded properly

      Installing/Running Applications

      I have been primarily using Flatpaks to install applications. Overall it has been a smooth process. One pain point I have is it seems that the Minecraft Official Launcher for non-Debian systems is kind of clunky requiring me to login to my Microsoft account every time I open the game. This will probably be solved by switching to a third party launcher in the near future. The one software that I haven't gotten around to installing yet is DaVinci Resolve.

      What Surprised Me so Far?

      There are a few things that have been a pleasant surprise:

      • I use the console more than I expected going into it. For flatpaks, I tend to just copy and paste the commands into console. RPM Fusion also had a GUI based install option but I preferred the console option instead. I also have VIM installed, and use that as my digital notepad, just doing simple console commands of vi fileName in my home directory. I was not expecting to use the console as much as I have been, and I think that is partially due to now being more experienced with it, I gravitate towards using the console which I know how to use instead of learning how to do some tasks via a GUI..
      • Most things are running better than expected. I haven't touched many games yet, but I haven't had an issue with it yet. It is worth noting that I do not play competitive shooters, so anti-cheat is not something I will have to fight with.
      • Libre Office can open my .docx files. I was concerned I may have to convert my existing files to .odt before I can use them, but that does not appear to be the case. I will probably use .odt for new files going forward. It is also worth noting that I haven't worked extensively with my .docx files yet, so there may be some incompatibilities I have yet to encounter.

      Overall Thoughts:

      Overall I have quite enjoyed running Linux. It does require some tinkering as glitches appear, which currently I am fine with. If I had less free time to tinker and solve the issues, I would probably find Linux to be less viable and more frustrating. Also, most of my glitches can be solved by restarting the computer, although I am trying to find solutions that do not require that. I find it allows me to use the computer and change it to how I want it to be, which I have felt like Windows has gotten increasingly hostile towards the user. A good comparison on this is how the default applications that KDE has included are easy to remove, whereas Windows used to (not sure if it still does) reinstall Microsoft Teams when you uninstalled it.

      Edits:

      • Added the glitch with background image
      • Added more information on my background with Linux, including using it on my laptop
      32 votes
    4. Follow up on the username thread: What Tildes users do you recognize when browsing and, without being rude or inflammatory, what is your impression of them?

      It only now just occurred to me after reading the username thread that people actually recognize each other on Tildes by username. I certainly recognize a few of the "big" usernames but otherwise...

      It only now just occurred to me after reading the username thread that people actually recognize each other on Tildes by username. I certainly recognize a few of the "big" usernames but otherwise I kind of have username blindness. I was absolutely shocked to see someone tag me and more shocked to see that someone remembered even a single thing I had ever posted.

      I'll start:

      @cfabbro is pretty on top of things around here. Super knowledgeable about various topics and a stickler for the rules in a really positive way that demonstrates their love for the community and their desire to keep it special. One of the most important Tilderinos (or Tildos, which is my personal favorite that someone suggested a while back). Thanks for all that you do, and if you're the one who has to go though and fix my god-awful tags then a double thanks and a sincere apology.

      @boxer_dogs_dance, like cfabbro has a very wide range of interests and is quick to share interesting tidbits of information that a lot of people may not know. I think I have disagreed cordially with boxerdogs a few times maybe? But I have a good impression of them overall.

      @deimos is a bit like God, which I think works on multiple levels. The highest power, behind-the-scenes, hard to prove his existence. I have a conspiracy theory that he uses alt accounts to participate anonymously, which I think would be a really smart thing to do. Joking aside, I think Tildes' resiliency and ability to maintain its small town vibe while being quite large is due mostly to his political/philosophical genius. The guiding principles for this site and moderation style have made this a pretty awesome place to be. Case in point: The few times I saw people complain about Tildes' moderation on other websites, I was able to immediately see why that person wasn't a good fit here. They were people who didn't even understand that they were being antisocial or were playing coy when they knew exactly what they were doing. Keeping Tildes more or less free of that stuff is one of the greatest internet achievements I've ever seen.

      45 votes
    5. Where does your username come from? (Following up on last year's thread)

      We had a fun thread last year about what came to mind when other people's usernames come up. It ended up turning into a cool little online intro of the history of your username, if you have one....

      We had a fun thread last year about what came to mind when other people's usernames come up.

      It ended up turning into a cool little online intro of the history of your username, if you have one. There are so many usernames I don't recognise now that I'm back with a steady internet connection after a long time away.

      Mine is boring sorry - I switch usernames every 12 months or so for the illusion of control regarding anonymity. My main username used to be Iain M. Banks' Culture series related, so I do miss meeting fellow Culture fans, but this year it's just from a random number generator.

      Does your username have an interesting backstory? I recently learned that @chocobean wasn't a chocolate bean, and @cfabbro wasn't a Computational Fabrication Bro, I'm sure there are plenty of others out there.

      60 votes
    6. Tildes Minecraft Survival Weekly

      Server host: tildes.nore.gg (Running Java 1.21.1) Dynmap: https://tildes.nore.gg Playtime Tracker: https://tildes.nore.gg/playtimes.html Tildes website extension (shows online status & location):...

      Server host: tildes.nore.gg (Running Java 1.21.1)
      Dynmap: https://tildes.nore.gg
      Playtime Tracker: https://tildes.nore.gg/playtimes.html
      Tildes website extension (shows online status & location): Firefox (Desktop and Android) - Chrome
      Verification site: https://verify.tildes.nore.gg
      Patreon: https://www.patreon.com/TildesMC

      Plugins and Data Packs Data Packs:
      • Terralith - Overworld terrain upgrade
      • Nullscape - End terrain upgrade
      • Armor Statues [Vanilla Tweaks]
      • Bat Membranes [Vanilla Tweaks]
      • Cauldron Concrete [Vanilla Tweaks]
      • Husks Drop Sand [Vanilla Tweaks]
      • Mini Blocks [Vanilla Tweaks]
      • More Mob Heads [Vanilla Tweaks]
      • Player Head Drops [Vanilla Tweaks]
      • Silence Mobs [Vanilla Tweaks]
      • Wandering Trades [Vanilla Tweaks]

      Plugins:

      • Clickable Links - Makes http URLs in chat clickable (only for registered players)
      • CoreProtect - Records all block/container/mob changes (Anyone can look up changes with /co inspect)
      • Dynmap - Adds a live web map
      • Hexnicks - Enables Tildes usernames to be displayed
      • LuckPerms - Locks down unregistered users
      • Rapid Leaf Decay - Increases the speed of leaf decay by 10x
      • WorldEdit - Used for occasional admin stuff
      • WorldGuard - Prevents unregistered users from changing anything in the world

      The server operates on a soft whitelist. Anyone can log in and walk around, but you need a Tildes account to gain build access.

      25 votes
    7. Longevity of tech equipment

      This post is inspired by my NAS HDD that has just spun its last spin. After 9.5y of 24/7 Service, the WD Red 4TB is off to the graveyard. It was clicking and whirring, the temperature 21c higher...

      This post is inspired by my NAS HDD that has just spun its last spin. After 9.5y of 24/7 Service, the WD Red 4TB is off to the graveyard. It was clicking and whirring, the temperature 21c higher than the other three it shared a chassis with. It's done well, now rest in peace.

      Then I looked at the 11yr old MacBook sitting underneath my 6yr old Lenovo laptop. Hmm, also aged but still working. A little bit of OpenCore Legacy Patcher and it's still grinding for test work, albeit a little slow even with a SSD. Then my home built PC running Debian. It is a 2018 built with a MSI motherboard and AM4 socket. The CPU was upgraded 6 months ago for the last time. No other changes though and it's still wicked fast. This box also runs a VM with all my sea sailing, Jellyfin, encodes all my media to AV1, and is also my daily driver. It's a wonderful box.

      Hardware lasts a long time now in our world. There's no need for a 2 year bin off of phones, or a 3 year PC cycle that Dell would have believe. In heavy business, I understand the need for faster machines for business software, but for the average Joe, it's really not.

      Anyway, what are your tech aged devices you still use, and why haven't you updated them?

      12 votes