• Activity
  • Votes
  • Comments
  • New
  • All activity
    1. 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
      47 votes
    2. I bought a bike. What next?

      Yeah, I bought an ebike from Costco. It was a pretty good deal and it exceeded my expectation in just about every way, at least so far. The only thing that's bugging me right now is that the seat...

      Yeah, I bought an ebike from Costco. It was a pretty good deal and it exceeded my expectation in just about every way, at least so far. The only thing that's bugging me right now is that the seat is supposedly super comfortable but my butt is sore after relatively short rides, but I've read that that will go away after a while.

      I haven't owned a bike for decades and I was wondering if there was any less obvious things I should look out for. I already figured out that I put on the front wheel off-center because the disc was rubbing against the brake pad, but that was an easy fix. The manual for my bike is painfully lacking in details; half of covers how to use the controller, and the other half is assembly, and even that part wasn't terribly detailed. There were two parts that came in the box that it didn't even mention (a reflector for the handlebars and the derailleur protector - the latter of which I only figured out what it was after I did a reverse image search for it). It appears that it was written for people who already know a lot about bikes. The fork has shocks on it that appear to be adjustable but I don't know how or even why you would want to adjust them. Is there a website or a book that I can find with more detailed info on bikes generally?

      Finally, accessories. I already bought two simple things just on impulse: a simple cheap cable lock and a bell (which seems like a strange omission for a bike, but what do I know?). I figure that I should have probably invested in a better lock, though, since it's a fairly expensive machine, so I thought I'd ask what people would recommend. Also are there any other accessories I might consider? I want to get a bottle holder, but I'm looking for a design to 3D print if anyone has any recommendations. It'd be nice to finally bust out my roll of ASA for it.

      34 votes
    3. Three Cheers for Tildes: App updates and feedback (September 2024) — Version 1.1 adds an in-app YouTube player

      This topic is for the Three Cheers for Tildes mobile app. I'll summarize the major updates at the start of each similar topic, so people can read the updates and then hit Ignore if they don't care...

      This topic is for the Three Cheers for Tildes mobile app.

      I'll summarize the major updates at the start of each similar topic, so people can read the updates and then hit Ignore if they don't care about more frequent updates and user feedback.


      Recently:

      Three Cheers version 1.1 is out for Android and iOS! (Sep 14, 2024)

      • Added an in-app YouTube player
      • Added 2 settings related to YouTube and autoplay
      • Tweaked the labels dialog UI
      • (Android) Fixed Back button navigation in the WebView
      • (iOS) Fixed UI bug commenting on a deeply nested comment

      Android version 1.1.2 (Oct 4, 2024): Fixed YouTube player setting, should take priority over Browser type setting. Fixed a UI bug with ignored topics appearing unignored.

       

      Some technical details: The YouTube player uses the YouTube IFrame Player API using the Android and iOS wrapper libraries. They are both open source and I was able to submit some improvement patches to them.

       

      Regarding release schedule: Prior to version 1.0 of the app, I was working (a little too) hard on the app and putting out monthly megathreads. These days I'm allocating my time differently, so topics won't be monthly. Please continue to feel free to reach out, whether posting in the megathread even if months old, or emailing me using the contact info on the app store pages, or using iOS TestFlight feedback functionality.

      Huge thank you to the few people who have set up a recurring donation in the app. From a worker perspective, it's still a tiny tiny amount if comparing with an actual wage developing apps, but luckily for my users, I'm not trying to make a wage from this app, and plan to continue developing it at my own pace. That does mean that updates will be somewhat unpredictable though.

       

      Previous topic: May 2024

       


      Where to get it

      Android version on Google Play Store: https://play.google.com/store/apps/details?id=com.talklittle.android.tildes

      Or sideloadable APK at https://www.talklittle.com/three-cheers/

      iOS version on the App Store: https://apps.apple.com/app/three-cheers-for-tildes/id6470950557

      Join TestFlight for iOS beta testing: https://testflight.apple.com/join/mpVk1qIy

      91 votes
    4. How are you dealing with mosquitoes and flies?

      The news has been talking about the burst of mosquito activity, thanks to warm weather and moisture everywhere. In our typically bug-free home, we've lately been swatting a half dozen flying...

      The news has been talking about the burst of mosquito activity, thanks to warm weather and moisture everywhere. In our typically bug-free home, we've lately been swatting a half dozen flying insects a day, mostly flies and fruit flies, and a mosquito here and there.

      I'm not necessarily scared of West Nile, Eastern equine encephalitis, or dengue virus, but I'm wondering if anyone has any good tricks for dealing with all these bugs.

      How are you dealing with mosquitoes and flies at home?

      22 votes
    5. Comment fields are hard to use on mobile

      It seems like the input fields for comments are missing some required HTML meta parameters or something like that. When I'm typing in them, on mobile, I don't get any autocorrect or...

      It seems like the input fields for comments are missing some required HTML meta parameters or something like that. When I'm typing in them, on mobile, I don't get any autocorrect or autosuggestions, I can't use swipe input, I can't move my cursor with the space bar, etc. This doesn't happen with any other text field on the site (search, post body, ...), so the problem must be in something like the type param of the input element. This is incredibly annoying and there have been multiple times where I didn't want to write a comment just to avoid dealing with this experience.

      Edit: it also seems like it happens when editing a post, but it doesn't happen when making a new post

      Edit 2: I just tried clicking around and for some reason it only happens when entering a text field for the first time, but not when clicking off and the back into the text field? Might be a GBoard bug then, weird that it doesn't happen on any other site though

      Edit 3: the issue only happens that use markdown_textarea with auto_focus=True

      11 votes
    6. Struggling with first dev job - seeking advice

      This is my cry for help. I'm a newer programmer who just got hired for my first actual programming job a few months ago. Before now the only things I really made were simple python scripts that...

      This is my cry for help.

      I'm a newer programmer who just got hired for my first actual programming job a few months ago. Before now the only things I really made were simple python scripts that handled database operations at my last job. I live in an area with no opportunities, and so this new job I got is my saving grace at this point. For the first time in my life I can have actual savings and can actually work on moving to an area with opportunities. However...

      Everything is falling apart. I have no idea how this place has survived this long. There is no senior dev for me to go to. There are no code reviews. There is no QA. There is a spiderweb of pipelines with zero error handling or data-checking. Bugs are frequent and go undetected. The database has no keys or constraints, and was designed by a madman (so it's definitely not normalized whatsoever). I already have made a bunch of little scripts handling data-parsing tasks that are used in prod, and I've had to learn proper logging and notifications on errors along the way, and have still yet to learn how to do real tests (I ordered a book on pytest that I plan on going through). I am so paranoid that at any moment something I made does something unexpected and destroys things (which... kinda actually happened already).

      We're in the long and arduous process of moving away from this terrible system to a newer, better-designed one but I'm already just so lost and... lonely? There's a few separate dev "teams" but one is outsourced and the other is infamously unapproachable and works on a completely different domain. There's no one there to catch me if/when I make mistakes except myself. The paranoia I have over my programs is really getting to me and already affecting my health.

      I guess I just want advice on what I should do in this situation. Is this a normal first experience? I care deeply about making sure the things I make are good and functional but I also don't have the experience to forsee potential issues that may come up due to how I'm designing things. And how can I cope with the paranoia I'm feeling?

      EDIT: It takes me a while to write responses, but I want everyone to know that I really appreciate all your advice and kind words. It does mean a lot to me! I'm doing my best to take in what everyone has said and am working on making the best of an atypical situation. I'm chronically hard on myself, but I'm gonna try to give myself a bit more grace here. Again, thanks so much for all the thoughtful replies from everyone. :)

      34 votes
    7. It seems to me that movie studios, production and distribution companies are to blame for the decrease in attendance in movie theatres

      disclaimer that I haven't done much research into this thought and it's mostly anecdotal but I doubt I am wrong? I personally don't go to theaters, except for comicbook movies. and the only reason...

      disclaimer that I haven't done much research into this thought and it's mostly anecdotal but I doubt I am wrong?

      I personally don't go to theaters, except for comicbook movies. and the only reason I go to theaters for comicbook movies is just cause I liked to discuss the comicbook movies on social media as soon as possible, but honestly, either I am getting really old or the redditors on /r/marvelstudios are getting young and younger everyday cause i go to those comments and it's not really a place I'd describe as open to a civil and non-memey discussion of the latest Marvel movie but I digress.

      Point being, I personally prefer to wait for movie to arrive at streaming services. why?

      1. I don't have to deal with other people.
        1. I went to watch Creed 3 near the end of its theater run. 3 people chose to sit in front of me when the whole auditorium was basically empty (they looked to be in their mid-late 20s, maybe even early 30s.) I didn't care. What I did care was that one of the dudes spent half his time on his fucking phone. To the point that I literally had to bend over and ask him to put it away and he still didn't. this idiot just attempted to angle the phone in a manner such that I couldn't see it, or so he thought, the light still was there, just less. At that point, I just got too resentful of theaters to tell him off again but felt very stubborn about not moving away from my seat.
        2. I went to watch Aquaman 2 (iirc on opening weekend). I knew the movie was not gonna be great going in, just wanted to mark the end of the DCEU in theaters. 3 young girls were sitting in the middle section. as the movie started, these girls started taking selfies of themselves for the grams or snapchat or whatever the fuck it was. The light from their phone was bright. There was a couple sitting a seat or 2 to my right. the dude and I collectively rolled our eyes at the girls. They took 1 picture. I was like "OK, thank God". 2 pictures, I think "let's hope the second take works". Third picture "this is ridiculous". by this point, I wanted to throw something at them and just leaned over and asked them to put their phone away. I may been asshole cause it seemed like I scared them with that comment and to be quite frank, I took pleasure that I scare them, even accidentally.
      2. Theaters are extremely non-inclusive. This one bugs me a lot just cause of Eternals and CODA and Hollywood pretending they are woke. Not sure if anyone here has ever tried to use the closed captioning devices. I am personally not deaf, but I do have trouble processing words. I am the kind of guy who will often ask people to repeat themselves to fully understand what they said. Obviously can't do that with a movie but reading closed captioning helps me process. I finally decided to start trying the closed captioning devices in theaters around the time of Avengers Endgame I think. It's very hit or miss. either the theater forgot to charge the device so it gives out halfway through the movie, or it's just all old and it's neck doesn't retain it's form when I twist it into the good position and it ends up pointing the closed captioning at someone who is a good 1 foot shorter than me or it's fully charged and can retain its form but the studios behind the movie didn't put any serious effort into the closed captioning so half the fucking words are missing, rendering it pointless. My gf and I went to watch Mad Max Furiosa in theaters the other day and the theater didn't even have any remaining, they had given their to the studio to fix and didn't have any in stock as a result.
      3. Not sure about the states but up here in Canada, our big chain is Cineplex and they are so desperate to charge us extra that they now charge an extra "service fee" that you get charged only if you buy online.
      4. And the classic complaint of "just the snacks cost us a movie and a half nowadays"

      However, I don't know if I blame the theater for my issues.

      I've read the stories about how Disney have theaters over a barrel with how controlling they are with how much of a cut of a theater tickets goes to Disney and how Disney insists on how many auditorium the theaters devote to their movies. And how theaters charge so much for concession cause they are trying to keep the lights on to some extent cause the studios demand so much of the profit. And if it's a struggle to keep the lights on, I am not surprised they can't be more enforcing with the policy of no-phones during a movie.

      It seems to me the studios, in an attempt to "maximize" their profit as much as possible, demanded as much as possible from theaters, while not realizing that the less of a cut that theaters take, the less theaters can invest in a welcoming environment where people actually want to go to and therefore people come less cause couple that with streaming services, why wouldn't people come less?

      So I think the demise of theaters and the rise of streaming service can't just be attributed to how much more convenient it is to wait 8 months for a movie on streaming service but it's also attributable to the decline in quality at theaters which I think is cause studios are bleeding them dry.

      So I find it odd that studios and production companies bitch moan and complain that people don't go to movies more in a time where a movie has to make 500 million $ just to be considered profitable but they've never really done any proper self-reflection on a possible reason why people don't go to theaters as much anymore.

      23 votes
    8. Most reliable privacy-conscious notes app?

      as the title indicates, I am in search of a reliable privacy-conscious notes app, I have tried the following which have the indicated bugs that I frequently experience and make the notes app feel...

      as the title indicates, I am in search of a reliable privacy-conscious notes app, I have tried the following which have the indicated bugs that I frequently experience and make the notes app feel unreliable or just too inconvenient:

      1. NextCloud Notes:
      • https://github.com/nextcloud/notes/issues/1187
      • bug is that sometimes I have to rename a note 2-3 times in the browser for it to take
      • bug where the pop-up menu doesn't go away after favoriting a note
      • and the nextcloud android app has its own slew of issues
      1. StandardNotes app: I remember the app being really buggy on Firefox to the point where I had to regularly use Brave just for that app.
      32 votes
    9. Tildes as a bug tracker

      I've seriously been thinking about this for.... four years. There might even be a comment somewhere in my long history of using this place about it. But, I think tildes could be a fantastic and...

      I've seriously been thinking about this for.... four years. There might even be a comment somewhere in my long history of using this place about it.

      But, I think tildes could be a fantastic and perfect tool as a bug/feature/discussion/news tracker for both software and hardware projects. The only thing that would need to change is displaying a number index on each post.

      To the developers and tinkers out there, what else do you think would be needed feature-wise? Tags are quite versatile, and if we got the #tag.children visible only search working it would work great for setting priorities, etc.

      Has anyone been able to spin up tildes on their own system? I tried about two or so years ago to work on this very slight modification, but never was able to get it going.

      19 votes
    10. Three Cheers for Tildes: App updates and feedback (May 2024) — Version 1.0 is out for iOS!

      This is a recurring topic for the Three Cheers for Tildes mobile app. I'll summarize the previous month's updates at the start of each topic, so people can read the updates and then hit Ignore if...

      This is a recurring topic for the Three Cheers for Tildes mobile app.

      I'll summarize the previous month's updates at the start of each topic, so people can read the updates and then hit Ignore if they don't care about more frequent updates and user feedback.


      Recently:

      Three Cheers version 1.0 is out for iOS! (May 2, 2024)

      • Submit topics!
      • Added donation option in Settings
      • Share links from other apps to create a Tildes submission
      • Edit topic text
      • Delete topics
      • Fixed bottom tab bar bugs

      Three Cheers is now on the App Store! (As of May 7, 2024.) This enables in-app purchases for donations, as well as installation on older devices that don't support TestFlight, such as iPhone 5s and iPad Air 1st gen.

       

      iOS v1.0.2 (May 29, 2024): Fixed links shared from some apps going into wrong submission form field. Fixed lost spaces when editing a submission tag. Fixed <small> HTML tags in comments. Fixed crash replying in a topic, if visiting that topic from inbox.

      Known Bug in v1.0.0 on iOS: Scroll bugs preventing access to some submission form fields when sharing link from another app. (Fixed in v1.0.1.)

       

      Android v1.0.4 (May 29, 2024): Fixed scroll-to-top button bug. Fixed <small> HTML tags in comments. Fixed unwanted space added when editing submission tags.
      Android v1.0.3 (May 1, 2024): Added username to Submit screen, improved donation animation, fixed Expand all comments bug.
      Android v1.0.2 (Apr 13, 2024): Validate submission tags, fix submit UI bugs, fix comment UI bugs with horizontal rules.
      Android v1.0.1 (Apr 1, 2024): Fixed crashes on home feed

      Three Cheers version 1.0 is out for Android! (Mar 25, 2024)

      • (Same features as 1.0 on iOS)
      • Require minimum Android 7.1.1
      • Fixed refreshing feed after login/logout

      Last month's topic: April 2024

       


      Where to get it

      Android version on Google Play Store: https://play.google.com/store/apps/details?id=com.talklittle.android.tildes

      iOS version on the App Store: https://apps.apple.com/app/three-cheers-for-tildes/id6470950557

      Join TestFlight for iOS beta testing: https://testflight.apple.com/join/mpVk1qIy

      111 votes
    11. Three Cheers for Tildes: App updates and feedback (April 2024) — Version 1.0 is out for Android!

      This is a recurring topic for the Three Cheers for Tildes mobile app, which is currently in alpha testing. I'll summarize the previous month's updates at the start of each topic, so people can...

      This is a recurring topic for the Three Cheers for Tildes mobile app, which is currently in alpha testing.

      I'll summarize the previous month's updates at the start of each topic, so people can read the updates and then hit Ignore if they don't care about more frequent updates and user feedback.


      Recently:

      Three Cheers version 1.0 is out for Android! (Mar 25, 2024)

      • Submit topics!
      • Added donation option in Settings
      • Share links from other apps to create a Tildes submission
      • Edit topic text
      • Delete topics
      • Require minimum Android 7.1.1
      • Fixed refreshing feed after login/logout

      Android v1.0.2 (Apr 13, 2024): Validate submission tags, fix submit UI bugs, fix comment UI bugs with horizontal rules.
      Android v1.0.1 (Apr 1, 2024): Fixed crashes on home feed

       

      iOS v0.11.3 (Mar 28, 2024): Fixed UI bugs and crashes on large iPhones (Pro Max series), particularly when using the in-app WebView browser.

      iOS v0.11.2 (Mar 8, 2024): Fixed crashes in Inbox under the Comments tab.

      Android and iOS v0.11.0 (Mar 3, 2024)

      • Added sort options for topics
      • Tap username on comment, and topic OP, to view profile
      • View markdown of topic OP
      • Fixed minor UI bugs
      • (Android) Fixed wrong profile showing via bottom tab, after logging into a different account

      Last month's topic: March 2024

       


      Where to get it

      Android version on Google Play Store: https://play.google.com/store/apps/details?id=com.talklittle.android.tildes

      iOS version on TestFlight: https://testflight.apple.com/join/mpVk1qIy

      111 votes
    12. Tildes modded Minecraft server is now up (whitelisted)

      The link to join is tildes.modded.fun It is whitelisted, so just drop your username either in the comments or in my DMs and I'll add you as soon as I see it. I saw that @teaearlgraycold is...

      The link to join is
      tildes.modded.fun
      It is whitelisted, so just drop your username either in the comments or in my DMs and I'll add you as soon as I see it.


      I saw that @teaearlgraycold is possibly deciding to reopen the vanilla Minecraft server at some point. So, I decided that I'd start up a modded server instead of a vanilla one. Let's see how it goes. It's still in its early stages, like it doesn't have an icon as of now (still working on figuring out why not).

      The spawn is at x:0 y:74 z:0 and is on the southern mooshroom island (there's two big islands, so ofc I couldn't resist that seed). The main land isn't too far away, but I'd recommend going east or west if you want a quick trip. We have a horse+boat compatibility datapack, as well. There are trees on the island and I set up a little starting area to the north, on the shore of the southern island. Just replant, breed, etc if you need anything. Also, there's a (very slow) egg farm in the cobble/water near the animals.

      I figured we could have two main areas, one on the northern island and southern island (and put a Create train/monorail & bridge between them?). One for living, but also maybe we can create a shopping & gaming district to avoid the rapid progression for players via farming everything and then just taking. Hopefully that staves off boredom and losing interest. Let me know what you think. Right now, Idk what currency it would be other than diamonds or winning prizes.


      The main mods we have are:

      • Create (and its side mods),
      • Rechiseled,
      • Adorn,
      • ChoiceTheorem's Overhauled Villages (CTOV),
      • Bobby,
      • MouseTweaks,
      • Traveler's Backpack,
      • Clickthrough (toggle with F9),
      • McPaint (custom drawings for paintings),
      • No Chat Reports.
        There are some more that go with these, like smaller ones and required libraries.
        This is a Fabric 1.20.1 server. I recommend downloading the zip for all the proper files, as there's a resource pack for McPaint to work, the list of mods and datapacks, and the config files if you need/want them.

      You can download the zip of mod configs/mods/required resourcepack/datapacks here:
      https://www.dropbox.com/scl/fi/pz76nmyxgk7lamagg1opq/TildesModdedMinecraft.zip?rlkey=wepd36lr7g022vy4bh5juz2pq&dl=0

      Some things to note:

      • Hold "W" to ponder items/blocks in Create to learn how they work.

      • Throw an egg on a painting to turn it into an easel to draw on. After drawing, save your work first, then export while holding a regular painting in your hand. Then place your drawing anywhere!

      • We have recipe fix datapacks as well as custom head drops from mobs and players.

      • Ask questions and report bugs to this thread/in my DMs.

      • Don't break any spawners.

      • FireTick is off.

      • Phantoms don't spawn.

      • keepInventory is off.

      • PVP is on.

      • The seed is -3315377300917012846.

      27 votes
    13. The more I use Linux, the more I hate every distro

      It's funny. I've been using Linux since the old Mandrake days (year 2000 I think). I've used Slackware, Gentoo, Void, Fedora, OpenSuse, Arch and so on. I love Linux in general, there is not other...

      It's funny. I've been using Linux since the old Mandrake days (year 2000 I think). I've used Slackware, Gentoo, Void, Fedora, OpenSuse, Arch and so on. I love Linux in general, there is not other OS I would use.

      Every distro has it's ups and downs and the only one I am content with is Void Linux, but I still don't really love it.

      Void uses runit instead of systemd, which I prefer as an init system, but this means that if you want to use a major DE like Plasma you end up with some functionalities not working right.

      So I want a minimalish system like Void that has access to the latest KDE Plasma, uses systemd and all the regular stuff, but IT IS NOT ARCH.

      Why I don't like Arch? I think it tends to break too often, you have to stay on top of updates and having only one version of the kernel installed bugs me. Void Linux is rolling and NEVER breaks. I'm not exaggerating here. It never broke on me.

      OpenSuse Tumbleweed is an alternative, but like Fedora, it does not ship with proprietary codecs so you have to jump through hoops to install the correct packages. It is just a matter of installing opi and typing "opi codecs", but you can bet that in the next weeks some breakage when updating will happen.

      This happens to me with Fedora too. I install the RPMFusion repository and install the codecs. Every now and then things break because of it and I need to troubleshoot things.

      Not to mention that when you install Plasma with Fedora or Opensuse, it ends up installing a thousand unnecessary things. I can disable the recommended packages/weak dependencies, trim things down and cut here and there, but I always feel like i lost control of things.

      Oh and OpenSuse TW always gave me trouble with the wayland session of Plasma not working properly.

      Gentoo is out of the question. I used it for years and had fun, but I don't care about all the compilation anymore.

      Debian would be a great choice if packages weren't too old. I prefer a rolling release model or at least something like Fedora that is pretty up to date.

      So in the end I stick with Void (without using Plasma), but still bitter about it.

      55 votes
    14. Three Cheers for Tildes: App updates and feedback (March 2024)

      This is a recurring topic for the Three Cheers for Tildes mobile app, which is currently in alpha testing. I'll summarize the previous month's updates at the start of each topic, so people can...

      This is a recurring topic for the Three Cheers for Tildes mobile app, which is currently in alpha testing.

      I'll summarize the previous month's updates at the start of each topic, so people can read the updates and then hit Ignore if they don't care about more frequent updates and user feedback.


      Recently:

      Three Cheers version 1.0 is out for Android! (Mar 25, 2024)

      • Submit topics!
      • Added donation option in Settings
      • Share links from other apps to create a Tildes submission
      • Edit topic text
      • Delete topics
      • Require minimum Android 7.1.1
      • Fixed refreshing feed after login/logout

       

      iOS v0.11.3 (Mar 28, 2024): Fixed UI bugs and crashes on large iPhones (Pro Max series), particularly when using the in-app WebView browser.

      iOS v0.11.2 (Mar 8, 2024): Fixed crashes in Inbox under the Comments tab.

      Android and iOS v0.11.0 (Mar 3, 2024)

      • Added sort options for topics
      • Tap username on comment, and topic OP, to view profile
      • View markdown of topic OP
      • Fixed minor UI bugs
      • (Android) Fixed wrong profile showing via bottom tab, after logging into a different account

       

      Android and iOS v0.10.0 (Feb 15, 2024)

      • View and send private messages
      • Added button to send private message from a user's profile
      • Added "Tap to refresh" when a feed is empty
      • Show posted time in topic OP
      • Renamed bottom tab to Inbox (instead of Notifications)
      • (Android) Removed animation when using bottom tabs
      • (Android) Fixed crash when replying from a user's profile
      • (iOS) Fixed crash toggling Details in topic OP
      • (iOS) Fixed layout bugs with markdown tables
      • (iOS) Fixed UI bugs when replying in a user's profile
      • (iOS) Fixed minor UI bugs and crashes

       

      Last month's topic: February 2024

       


      Where to get it

      Android version on Google Play Store: https://play.google.com/store/apps/details?id=com.talklittle.android.tildes

      iOS version on TestFlight: https://testflight.apple.com/join/mpVk1qIy

      116 votes
    15. [SOLVED] Bug report: Firefox login

      Comment box Scope: bug report Tone: neutral Opinion: none Sarcasm/humor: none I don't think I have an account on GitLab, so I'll just share this here and tag @Deimos. It's not possible for me to...
      Comment box
      • Scope: bug report
      • Tone: neutral
      • Opinion: none
      • Sarcasm/humor: none

      I don't think I have an account on GitLab, so I'll just share this here and tag @Deimos.

      It's not possible for me to log into Tildes on Firefox. I receive a "Page expired, reload and try again" error every time I try. It occurs in all cases, including:

      • If I'm using a stale tab and if I open a new tab or refresh the page
      • With browser extensions enabled and disabled
      • In private browsing mode with no extensions enabled
      • With Enhanced Tracking Protection turned on or off
      • When I specifically add https://tildes.net as an exception in my tracking preferences
      • When I'm not signed in or syncing data from another browser
      • After I delete my Tildes password from my browser
      • Even when I clear cookies/cache..

      I have only tried this on Firefox desktop, but I found this Git issue from @Omnicrola describing the same problem for Firefox mobile. Some differences:

      • My problem seems to happen every day of the week, not just Sundays.
      • My problem does NOT resolve itself within 24 hours. I have to use a different browser like Cheome to log in.

      Not experiencing this with any other website. Maybe the website/server/browser thinks I'm in a different timezone or something, as theorized in that thread, CSRF and all that, but I've been in the same place for a week or two now. If I go to Web Developer Tools I can see error messages like this:

      Cookie “” has been rejected by user set permissions.

      Cookie “session=abcdefghijklmnopqrstuvwxyz12345; Max-Age=31536000; Path=/; expires=Wed, 19-Feb-2025 22:34:16 GMT; secure; HttpOnly” has been rejected by user set permissions.

      Request to access cookies or storage on “https://tildes.net/login” was blocked because of custom cookie permission.

      That links to this page which isn't very helpful because I've already tried that. It's possible that I have some other privacy configuration in Firefox that's screwing with Tildes, but I wouldn't know what. Wondering if anyone else has experienced this and gotten around it?

      7 votes
    16. Three Cheers for Tildes: App updates and feedback (February 2024)

      This is a recurring topic for the Three Cheers for Tildes mobile app, which is currently in alpha testing. I'll summarize the previous month's updates at the start of each topic, so people can...

      This is a recurring topic for the Three Cheers for Tildes mobile app, which is currently in alpha testing.

      I'll summarize the previous month's updates at the start of each topic, so people can read the updates and then hit Ignore if they don't care about more frequent updates and user feedback.


      Known bugs

      • iOS v0.9.1 crashes when tapping a Details block in a topic OP. Fixed in v0.10.0.

      Recently:

      Android and iOS v0.10.0 (Feb 15, 2024)

      • View and send private messages
      • Added button to send private message from a user's profile
      • Added "Tap to refresh" when a feed is empty
      • Show posted time in topic OP
      • Renamed bottom tab to Inbox (instead of Notifications)
      • (Android) Removed animation when using bottom tabs
      • (Android) Fixed crash when replying from a user's profile
      • (iOS) Fixed crash toggling Details in topic OP
      • (iOS) Fixed layout bugs with markdown tables
      • (iOS) Fixed UI bugs when replying in a user's profile
      • (iOS) Fixed minor UI bugs and crashes

       

      Android v0.9.1: Fixed crash double-tapping comment in profile, and other rare crashes and minor bugs.

      iOS hotfix v0.9.1: Fixed a possible crash opening the Notifications tab.

      Android and iOS v0.9.0 (Jan 22, 2024)

      • View user profiles ("all posts" feed; more options like bios coming in the future)
      • Tweaked app theme colors
      • Fixed various layout bugs
      • (Android) Fixed crash tapping links in comment reply preview
      • (Android) Fixed missing Share button on topic OP if logged out
      • (Android) Fixed black background setting on Android 9 and earlier

       

      iOS hotfix v0.8.1: Fixed keyboard blocking the Exemplary prompt dialog.

      Android and iOS v0.8.0 (Jan 9, 2024)

      • Apply comment labels (Exemplary, Offtopic, Joke, Noise, Malice)
      • Tap an Exemplary label you've received to see messages
      • Added Reply to text selection context menu
      • Quote selected text when replying
      • Fixed app incorrectly treating user as logged in after restoring a Google Drive or iCloud backup
      • (Android) Added Share button to OP in comments section
      • (Android) Support Android 14
      • (Android) Fixed rendering non-breaking spaces
      • (iOS) Fixed logout bug if no connectivity
      • (iOS) Fixed markdown table layout and CPU idle bugs
      • (iOS) Fixed rare crash collapsing a comment

       

      Last month's topic: January 2024

       


      Where to get it

      Android version on Google Play Store: https://play.google.com/store/apps/details?id=com.talklittle.android.tildes

      iOS version on TestFlight: https://testflight.apple.com/join/mpVk1qIy

      79 votes
    17. Three Cheers for Tildes: App updates and feedback (January 2024)

      This is a recurring topic for the Three Cheers for Tildes mobile app, which is currently in alpha testing. I'll summarize the previous month's updates at the start of each topic, so people can...

      This is a recurring topic for the Three Cheers for Tildes mobile app, which is currently in alpha testing.

      I'll summarize the previous month's updates at the start of each topic, so people can read the updates and then hit Ignore if they don't care about more frequent updates and user feedback.


      Recently:

      Android v0.9.1: Fixed crash double-tapping comment in profile, and other rare crashes and minor bugs.

      iOS hotfix v0.9.1: Fixed a possible crash opening the Notifications tab.

      Android and iOS v0.9.0 (Jan 22, 2024)

      • View user profiles ("all posts" feed; more options like bios coming in the future)
      • Tweaked app theme colors
      • Fixed various layout bugs
      • (Android) Fixed crash tapping links in comment reply preview
      • (Android) Fixed missing Share button on topic OP if logged out
      • (Android) Fixed black background setting on Android 9 and earlier

       

      iOS hotfix v0.8.1: Fixed keyboard blocking the Exemplary prompt dialog.

      Android and iOS v0.8.0 (Jan 9, 2024)

      • Apply comment labels (Exemplary, Offtopic, Joke, Noise, Malice)
      • Tap an Exemplary label you've received to see messages
      • Added Reply to text selection context menu
      • Quote selected text when replying
      • Fixed app incorrectly treating user as logged in after restoring a Google Drive or iCloud backup
      • (Android) Added Share button to OP in comments section
      • (Android) Support Android 14
      • (Android) Fixed rendering non-breaking spaces
      • (iOS) Fixed logout bug if no connectivity
      • (iOS) Fixed markdown table layout and CPU idle bugs
      • (iOS) Fixed rare crash collapsing a comment

       

      iOS hotfix v0.7.2: Fixed crashes in Notifications tab, and fixed crash inserting emoji in reply

      Android and iOS v0.7.0 (Dec 27, 2023)

      • Added a markdown formatting bar when composing a comment
      • Edit comments after posting them
      • View markdown of other users' comments
      • (Android) New setting: Quit confirmation
      • Fixed comment reply preview bugs
      • Fixed bugs viewing direct linked comments
      • Fixed numbered list bug
      • Fixed rate limit error message
      • Fixed crashes and UI bugs

       

      Android and iOS v0.6.x (Nov/Dec 2023)

      • In-app notifications of comment replies
      • Highlight and jump to linked comments

       

      Last month's topic: December 2023

       


      Where to get it

      Android version on Google Play Store: https://play.google.com/store/apps/details?id=com.talklittle.android.tildes

      iOS version on TestFlight: https://testflight.apple.com/join/mpVk1qIy

      108 votes
    18. Fighting with Fitbit's tech support

      I doubt I'll find any new ideas, but maybe someone here has one. I'm running out of places to turn, with no solution. I have been in a fight with Fitbit support for a few weeks now over their push...

      I doubt I'll find any new ideas, but maybe someone here has one. I'm running out of places to turn, with no solution.

      I have been in a fight with Fitbit support for a few weeks now over their push to migrate everyone to a Google-linked Fitbit account. I'm pretty sure what I've found is a rare edge case of a bug, or rather, an unaccounted for set of conditions when trying to migrate.

      A long time ago, 2017 I think, I created a Google-linked Fitbit Account (via oauth, "Login with Google"). I used it briefly and then stopped, and completely forgot about its existence.

      In 2022, I got a Pixel Watch and created a new/second Fitbit Account with a different email address, as I did not remember I had a Fitbit account already and I wanted to use a masked email address through my personal domain.

      With the push to migrate all Fitbit accounts to Google accounts, I decided to try to do so last month. When I attempted to migrate my second account to a Google account, I got an error that I already had an account registered under my Google account. So I logged in to that old 2017 Google account and initiated its deletion. It told it me would take 30 days to delete it, so I waited 31 days.

      31 days later, I tried to migrate my second account to a Google account. When I try to do so, I get an error:

      Can't use Fitbit with this Google Account
      This could be because you're using a Google Workspace account, or because your account is supervised.
      

      My account is neither a child account, nor a Workspace account, it's a standard (adult) account I've had for something like 16 years.

      So I tried to see if my old Google account was perhaps not deleted after all. I tried to log in to my old account via oauth (Sign In > Continue with Google), and I get a different error:

      Sign in again to continue
      Since you deleted Fitbit from your Google Account, you’ll need to sign in again as a new user.
      

      I suspect that what happens when I deleted my old/original Google account is that it wasn't actually deleted, but made inactive with some "deleted" flag, but the account hasn't been purged. As a result, I'm unable to migrate my new account to the same email address I used for my old Google account.

      Reaching out to Fitbit, they continually put the blame on Google for reporting my account as a workspace/supervised account, and the only solution they'll offer me is "You should create a new Google account". Google has also been unable to help, but that doesn't surprise me, as I don't think it's an issue on their end. Requests to Fitbit to escalate my case to a higher tier of support and/or someone from some type of database team have been stonewalled, and I think that Fitbit support has now just stopped responding to me entirely.

      Does anyone have any idea where I could turn?

      14 votes
    19. Three Cheers for Tildes: App updates and feedback (December 2023)

      I'll start posting a recurring topic for the Three Cheers for Tildes mobile app. This first one's a little early, but I wanted it to coincide with the Android v0.6.0 release. A recurring...

      I'll start posting a recurring topic for the Three Cheers for Tildes mobile app. This first one's a little early, but I wanted it to coincide with the Android v0.6.0 release.

      A recurring megathread will make it easier for people to hit Ignore on each one if they want, without feeling like they're missing out on bigger announcements surrounding the app.

      I'll make an effort to summarize the previous month's updates at the start of each topic, so people can read the updates and then hit Ignore if they don't care about more frequent updates or user feedback.


      Recently:

      iOS hotfix v0.7.2: Fixed another Notifications crash, and fixed crash inserting emoji in reply

      iOS hotfix v0.7.1: Fixed crash in Notifications tab

      Android and iOS v0.7.0 (Dec 27, 2023)

      • Added a markdown formatting bar when composing a comment
      • Edit comments after posting them
      • View markdown of other users' comments
      • (Android) New setting: Quit confirmation
      • Fixed comment reply preview bugs
      • Fixed bugs viewing direct linked comments
      • Fixed numbered list bug
      • Fixed rate limit error message
      • Fixed crashes and UI bugs

       

      iOS v0.6.0 (Dec 11, 2023)

      • In-app notifications of comment replies
      • Added buttons to mark notifications read
      • Highlight and jump to linked comments

       

      Android v0.6.1 (Nov 30, 2023)

      • Added buttons to mark notifications read
      • Fixed crash tapping links in notifications
      • Fixed notifications UI bugs

      Android v0.6.0 (Nov 26, 2023)

      • In-app notifications of comment replies
      • Highlight and jump to linked comments
      • Fixed tapping titles in ~music to open comments

      Known bug: You can't manually mark notifications as read. I overlooked this because I have the "Automatically mark all notifications read when you view the Unread Notifications page" setting enabled on the website settings. I'll fix this soon.

       

      Also the iOS version is still getting feedback on TestFlight after its November 1 release—thanks everyone for trying the app and giving feedback. The Android app will tend to get features sooner than iOS; I expect it to continue this way in general, just because I'm more familiar with Android development.


      Android version on Google Play Store: https://play.google.com/store/apps/details?id=com.talklittle.android.tildes

      iOS version on TestFlight: https://testflight.apple.com/join/mpVk1qIy

      90 votes
    20. Slight delay in Three Cheers for Tildes' iOS version, but coming soon

      Update (Nov 1, 2023) The app is now available for alpha testing on TestFlight: https://tildes.net/~tildes/1bt0/three_cheers_for_tildes_ios_version_is_open_for_alpha_testing_on_testflight Original...

      Update (Nov 1, 2023)

      The app is now available for alpha testing on TestFlight: https://tildes.net/~tildes/1bt0/three_cheers_for_tildes_ios_version_is_open_for_alpha_testing_on_testflight


      Original post

      Hey Tildes, I failed to account for certain time-consuming parts of the TestFlight submission process, and so the first iOS alpha of Three Cheers will be delayed at least a few days. I'm disappointed I won't meet the promised October deadline due to this oversight. Sorry to anyone who's been eagerly waiting on the edge of their seat (@cfabbro). I've been working hard on the app though, and excited to release my first ever iOS app soon.

      It's in approximately the same state as the Android alpha version, which is to say, it's functional and pretty stable bugs-wise (fingers crossed), but missing a lot of features you'd expect from a Tildes app.

      For example, you currently can't: apply comment labels; see reply notifications; submit new topics; change sort options.

      The plan is to get this released and then go back and add new features to both the Android and iOS apps.

      If you're an iPhone user and looking for more features right away, check out Backtick and Surfboard, two great apps by talented developers.

      For Three Cheers, I've made a point of supporting iOS versions back to version 12.4, which includes iPhone 5s and iPad Air 1st generation. So if you're using an older iPhone/iPad that doesn't run the other apps, you might want to give Three Cheers a shot when it's ready.

      Thanks for bearing with me! I'll post another topic when the TestFlight link is ready. (And maybe request for this topic to be locked if needed.)

      75 votes
    21. Is it wise to relapse into an episode before you get treatment?

      I've been writing and rewriting this to make it more formal, but I've decided to screw it because the original was raw and can probably describe my needs better than my rewrites could ever. So...

      I've been writing and rewriting this to make it more formal, but I've decided to screw it because the original was raw and can probably describe my needs better than my rewrites could ever. So apologies if it doesn't fit the tone of Tildes

      As of right now, I am currently not seeing anyone for my mental health. However, I'm in the process of getting help. I already have a consultation form for one and all I have to is figure out if I'm saying too much because one part ended up being like 16 paragraphs long and I don't think mental health professionals like that...

      Anyways, I've been having trouble getting myself to clean. There's a gap between my bed and the wall that I put in case I ever got bedbugs (never got bedbugs in my life) and what ended up happening is various items of clothing would fall into that gap without me knowing. Which led to a whole bunch of carpet beetles suddenly flying in my room a month and a half ago.

      Here's my concern: I did have a period where I found fleas in my room, and after seeing them a few times I went on a cleaning spree. Eventually my dad had to stop me because I was deep cleaning the house every single day, and when I wasn't doing that I was researching about pest control. When I wasn't able to clean I ended up researching too deeply on pest control, which led me to find out about scabies. Which led me to a delusion that I had scabies, then went straight back to my cleaning frenzy again, this time with this newfound fear that I'm infesting my family with scabies if I don't babywipe or vacuum everything.

      Then one day, I started getting psychosomatic hallucinations that matched the symptoms of scabies. At night, I wouldn't be able to sleep because I would feel hundreds of bugs crawling inside my skin every time it got dark, forcing me to sleep with 3 lamps around me to mitigate the sensation. Every time I got out of a hot shower I could feel it too, but not as strongly as at night. And then when I sought out a dermatologist, because there was no way I didn't have scabies if I was going through all these symptoms, it just suddenly... stopped? Which was my biggest indicator that it wasn't scabies, because it would have never stopped if it was scabies.

      It was a... bizarre experience for sure, but an impactful one. Especially now that it's been about a year since it all went down, and I've been having trouble sleeping because my room gets so stuffy. I keep my window open at all times, even when I'm too cold to sleep, just because the air is so musky and makes me feel like I'm on the edge of throwing up. I don't feel hunger in my room, and all I can think of is how there's carpet beetles in those gaps and how I will have to clean them when I get better. Because I don't want to repeat what happened last year. I don't want to clean and have these stupid carpet beetles or whatever else I find in that gap briefly take over my life like those fleas and imaginary scabies did. For the past few years I've been swinging between moments of depressive symptoms, grandiosity, and paranoia one after another and a few months ago is the first time in five years since I stopped having these back-to-back moments and I just... can't have another one again. Not until I get help.

      But it has come to my attention that help might take a long time. If I need therapy, that might take months, if not years, and there's a good chance if I need medication I won't find the perfect one right away. So either I have to wait until months or years of my room rotting more and more or I clean it now. To clean knowing full well that I might relapse into another stupid paranoid episode because it was a trigger before and can be a trigger now.

      I don't know. I don't know what to do. I want to clean but I don't want to trigger what I went through in the past again. I don't want to trigger anything. Any causes to my episodes I keep it in my head and make it a rule to avoid at all cost, but how do I avoid cleaning when it's impacting my physical health not to clean? I know I should get help, get treatment, but I shouldn't do anything funny while I wait for the perfect solution right? When I have the right treatment and coping mechanisms I can tackle my triggers, so best not to clean? If that's a trigger? I hate this. I just want guidance

      22 votes
    22. I finished Phantom Liberty and have thoughts

      I remembered that thread asking about the update to Cyberpunk 2077, and figured after finishing the expansion I'd offer what I've got. I played the game once on release prior to playing now. The...

      I remembered that thread asking about the update to Cyberpunk 2077, and figured after finishing the expansion I'd offer what I've got. I played the game once on release prior to playing now.

      The tl;dr - its a hell of a lot better, can totally recommend it, expansion was cool and fun

      The long:

      First, regarding the update. It's excellent. The game does feel significantly better to play, because a whole lot less is bugging the hell out. You do occasionally come across some silliness, like four of the same car all at an intersection, or the same child populating a cafeteria. But these moments are far, far less frequent, I think I can count on one hand after 50 hours, the number of times stuff like that happened.

      Wanted system is functional now. It just works the way you'd expect, and it is pretty easy to escape. More lawless parts of town are appropriately easier to get away with shit in. Driving feels better but still feels weird to me, like everything is slippery/wheels never have good traction.

      The skills/perks/inventory stuff is a thousand times better. It has a few weird things here and there but is easier to follow and use. It's nice not having to really mess around with clothes and just look however I want. Combat is a lot more fun now that stuff behaves appropriately. That's really the theme of it, they did fix what needed fixing, and what we're left with much more closely aligns with folks' original expectations.

      Quests wrap up and sometimes into one another in ways which are genuinely very impressive, and I encountered all of one that had an issue with it. I pretty much constantly went from quest to quest and found there was enough variety that I didn't really care about wandering much. I still did, and that is all much improved too. Npcs behave a lot better and look nicer, and jobs consistently finish up the way they're supposed to.

      I specialized in blades, pistols, and shotguns, and played on Normal, mostly on my steam deck. I mostly raised Reflexes, Technical Ability, and Cool. I got to turn into a Dragonball ninja assassin, occasionally dualing Japanese cyborg women with katanas in the street. I'd get into shit because melee is genuinely pretty fun to mess with.

      The visuals are awesome even on the handheld, the preset for the deck is higher than I expected. Performance was consistently good, on the deck as well as my PC. PC can go maximum and is using a 144hz display, it looks really really good with everything pushed.

      The expansion:

      It fits squarely within the best of what the game offers. The storyline is complex and goes into the rest of the world in an impressive way, it's like it's always been there. The characters are exceptionally well done, as is the voice acting. The whole thing felt like a great season of a good show, it kinda proceeds like that too.

      Dogtown is a really cool area. The detail is wild and sense of place really some of the strongest in the game. I felt uneasy at night in the rain, that's always cool for a game to evoke. It feels both like it's own independent spot and like a part of the city, they really nailed it with how it looks and what's available there.

      Conclusion:

      The complete package I'd say is totally worth it. Compared to release it is a completely different game. Feels like a much more realized vision, that consistently hits some pretty high notes. Panam is still the coolest, but Songbird was a really well done character too. With the game not being a flaming wreck, it's way easier to get into the storytelling, and it is pretty great for this medium. Especially those major characters, they're interestingly complicated and don't always behave how you'd expect. The overall experience is kinda like being a protagonist in a tv show, quests have their own arcs and climaxes and characters appear distinctly changed by the events as they unfold. That was always there, but now I'm comfortable saying you'll actually have that experience playing it.

      23 votes