• Activity
  • Votes
  • Comments
  • New
  • All activity
    1. Opinions on NPU laptops?

      Looking to buy a new laptop, and of the model I'd like (thinkpad carbon x1), it seems like I can choose one with or without an NPU. My surface-level understanding is they make built in AI...

      Looking to buy a new laptop, and of the model I'd like (thinkpad carbon x1), it seems like I can choose one with or without an NPU.

      My surface-level understanding is they make built in AI processing and a couple other niche uses more efficient. Flip side, they're maybe a marketing gimmick?

      Price aside (price difference doesn't seem too great), I'm wondering: should I buy a model with an NPU to help potentially future proof? Are there potential downsides to an npu model? Upsides?

      I know there are lots of technical people here, I'd love to hear your thoughts or experiences!

      14 votes
    2. Looking for recommendations for a new home router

      I currently have a Netgear R6700 - Nighthawk AC1750 router that has reached end of service and am looking for a replacement. When I set up the router, I had issues with some of my devices not...

      I currently have a Netgear R6700 - Nighthawk AC1750 router that has reached end of service and am looking for a replacement.

      When I set up the router, I had issues with some of my devices not connecting to either WiFi 6 or the 5 GHz band (I can’t remember which was the issue) so I had to set up a guest network for those devices to live on.

      I would like, if possible, to have one network that everything in my house can connect to, but that’s a preference not a necessity. Are modern routers fully backwards compatible with older devices?

      I’d also like something with a relatively long life ahead of it (though security is paramount and I’d rather have a secure router that I have to replace sooner over an insecure one that lives longer).

      My house is just over 1000 square feet so coverage area doesn’t need to be huge. I do stream a lot of games to my laptop via Moonlight though, so being able to continue to do that without lag/hiccups is a necessity for me.

      Let me know your recommendations and avoids, as well as any advice you have.

      29 votes
    3. I created my own audio player, here is my experiences with the process

      Overview If you want to see just the final result, check out my TiMaSoMo showcase post. This post does minimal amount of showcase of the final project, although it does include some pictures. If...

      Overview

      If you want to see just the final result, check out my TiMaSoMo showcase post. This post does minimal amount of showcase of the final project, although it does include some pictures. If you want to see a showcase of the software, the original author has made a great video showcasing it that is worth checking out: YouTube videoBlogpost for those who prefer reading. Instead, this post is more a discussion of my experience developing a device.

      Initial Planning

      The goal of this project was to create a dedicated audio player, to separate that capability from my phone. The main source of audio will be streaming Spotify, not local files. Although unfamiliar with them, I felt that a Raspberry Pi was a good baseline device. For audio, I had an old USB DAC/amp that I wanted to repurpose. Using this DAC/amp would allow for some of my harder to drive headphones to work, as well as just getting cleaner audio. Then, I was planning on just using an eInk touchscreen. The rationale for eInk was so that it would feel different than my phone, and just feel like it was intended for music instead of scrolling. The logic was if I put a regular LCD screen on, it would not differ from a smartphone, and therefore I might as well just connect my DAC to my phone and use that. For software, the plan was to just use either Android or some lightweight linux distro. The initial plan for batteries was to just use rechargeable AA batteries, so that I can easily swap them out. One major reason I wanted to go with the DIY route was for repairability, especially with batteries. If I got an existing Digital Audio Player (DAP) on the market, I knew that the Li-Ion battery would eventually go bad, and existing devices on the market may not be easily repairable.

      Hardware Sourcing

      My hardware approach was to buy one component at a time. That way, if I ran into an issue with the feasibility of the approach, I could pivot without having wasted money on all the components ahead of time. This approach did slow down development as I was frequently waiting on hardware, but was more fiscally responsible. In January I got a Raspberry Pi 3a+, and played around briefly with some different operating systems. The next part that was needed was to source the screen.

      Initial Plan for eInk

      The original goal was to try and get a touch eInk screen, roughly 5” for a reasonable price. I spent a few weeks trying different places to try and find one, but could not find one. Since I could not find one I started thinking about pivoting to an LCD screen. With this pivot, I started defining goals of the project more. If I were to just use an LCD touchscreen potentially running Android, what makes it different from using my phone? I spent a few weeks trying to define the goals of the project, and was not able to come up with satisfactory answers if I went with an LCD screen.

      Clickwheel design pivot

      In the process of trying to figure out my approach, I stumbled across this YouTube video. I felt like this would be a good starting point. It seemed to solve the issue of it not being another Android device, which was my main problem I was trying to solve. However there were a few parts of the implementation that I did not like:

      • It relied on using old used Apple hardware. This works for now, but over time it would become harder to source replacement parts.
      • I did not already have the hardware, so I would have to buy an old used iPod and strip it for parts
      • It was a bluetooth implementation, so I would have to figure out how to fit my DAC into an old iPod, which seemed unrealistic
      • The battery while replaceable, was a non-descript battery so getting a new replacement with the same form factor would be harder.

      Luckily, for the clickwheel, someone on the weekly programming project on Tildes pointed out this new clickwheel. Since that seemed to be a reasonable approach I ordered one and also got a small LCD screen from Amazon. Unfortunately, the screen used up all the GPIO pins and had non-existent documentation or drivers. I was unable to get the screen to work, so I returned it and ordered a Waveshare 2” LCD. I was intentional on finding one that could be a regular display without using too many GPIO pins. The Waveshare screen had significantly better documentation, and with a bit of work I was able to get it working. With that solved, I started wiring in the clickwheel, and creating basic code to detect basic inputs, which I then used to modify the original code for the Spotify player to handle my clickwheel (see below for comments on code modification). Once I had the screen and clickwheel, I could also develop the software while waiting for parts. Image showing the early iteration of the device

      The last main part I had to solve was batteries. Another helpful comment on the weekly programming thread on Tildes told me about 14500 and 18650 batteries. I sourced a 14500 charger and some 14500 cells from Amazon. I had some issues with the first charger I got, and since they were shipping directly from China, it meant the second one would take another few weeks. Picture of using the 14500 battery. The cells I sourced said they were 2500 mAh. I tried one out, and had playtime of about 30mins, not enough to even listen to a full album on a single charge, which is inadequate. I used a portable battery bank rated at 10000 mAh to set a benchmark, and that lasted significantly longer (I was probably around 50% after about five hours or so of playback). This indicated that the 14500 cell was falsely claiming capacity, which is apparently a common issue on Amazon. It also seemed like 14500s rarely have capacity above 700mAh, so I realized that a 14500 would not work. So I decided to upgrade to an 18650 cell, which I could source the actual battery locally from a reputable vendor, with a capacity of 3400mAh. Since I realized that small hobbyist electronics like this on Amazon were shipping directly from China, I started ordering from AliExpress for the charger, which saved me some money for the same part (and even picked up a spare just in case). Picture of me using the 18650 to listen to music on my balcony during the summer. Since I did not need the extra power of the RPi 3a+, and the battery was taking more space, I ordered a RPi Zero 2w+. I also ordered some micro USB ends to solder to to make internal cabling, as well as a USB-C port to use for charging. By May I had all the hardware parts I needed, and all that was left for hardware was to design a case to 3D print, which is detailed below.

      Software Development

      The first thing I tested was installing Raspotify which this project used, and set it up with my DAC. Since that worked, I started to program the clickwheel using GPIO pins. I had never used a RPi before, but found some easy tutorials on programming the buttons of my clickwheel in Python. Once the buttons were programmed, I had to figure out the rotary encoder, but was able to find a Github repo that had a working Python code to process the inputs. I was able to add that, and created a Python class that would handle all the inputs of my clickwheel. Once that was coded, I just had to incorporate that into the code for the Spotify player frontend. I forked the repo, and was greeted with at the top of the main file this comment:

      # This code is a mess.
      # This is me learning Python as I go.
      # This is not how I write code for my day job.”
      

      This was not an encouraging comment to read, as at the start my Python skills were relatively low. I was able to quickly find where the inputs from the clickwheel were being handled. The original code had clickwheel inputs being handled in a separate C program and then communicating to the Spotify frontend via sockets. Since my clickwheel code was handled via a Python class I was able to simplify it, and not require sockets to be used. With that working, I just had to set up all the required steps to get the project working. Unfortunately, the documentation for deployment was extremely lacking. I was able to find a Github issues post that provided instructions so was able to get it all set up. I was able to get to this phase by the end of March.

      Once I had it all working, I could start on expanding the software to fit my use case as well as start working on any bugs I encounter. I felt a good starting point in handling this was to start addressing the issue of “this code is a mess.” Cleaning up the code would be a good way to gain familiarity with the code as well as make it easier for me to address any bugs or future enhancements. I started work on creating a class diagram, but it was really tedious to do it from scratch with such a large codebase, so I deserted that plan quickly. I am thinking of creating some sequence diagrams from some features I implemented recently, which would help in general documentation to refer back to in the future. I did find some classes that would make more sense in separate files, so did do that. I also started adding in new features as well. The first was to implement a “hold switch” which turns off the screen and disables the clickwheel input. Before, the screen would be on a 60sec timer to turn off, but I felt that sometimes I would want to have the screen stay on (like if I am just sitting in a chair listening to music). This was a relatively easy feature to implement. One bug that kept on appearing is that the screen would frequently freeze on me, normally about 60sec into a song, but would update once the next song started playing. I spent several weeks tracking down this issue, thinking it was software related, as the screen used to timeout after 60sec. I also thought it might be a configuration of my OS, so did some debugging there as well. Finally, I plugged in my main desktop monitor, and realized when the small 2” screen would freeze, my desktop monitor would not. This lead me down to investigating the driver for my screen. I found an issue with someone having similar issues with the original driver that Waveshare forked. I then realized that there was a setting that the screen would stop updating if less than 5% of the pixels were changing. Once I changed that in the config file, the screen freezing issue stopped. I was able to solve this major issue by late July.

      The last major feature I have implemented is to create the ability to add new WiFi networks from the app itself. This was a needed feature if I wanted to bring it anywhere outside of my home, since 3rd Party Spotify apps cannot download music. Luckily, there was a search feature, which gave me a baseline for text input using the clickwheel. I was able to create a basic page that prompts for the input of a SSID and the password, and then adds that to /etc/wpa_supplicant/wpa_supplicant.conf and then restarts the wireless interface. I added this feature into the overall settings page I added, which also included other useful dev options, like doing a git pull for me to avoid having to SSH into the Rpi to do it. The settings page features were a part of my project for TiMaSoMo.

      Case Design

      I started work on the case in late May roughly. The plan was that I was going to design the case and have my friend who owns a 3D printer print out my design for me. To continue with the project goal of repairability, I wanted to avoid using glue for the case. Instead, I wanted to use heated inserts to hold all the components. I had not used any 3D modeling or CAD software before, so it was a learning experience. I settled on using FreeCAD, which I was able to learn the basics of what I needed relatively quickly. I started with a basic case design for a prototype, to help plan out how I would lay things out. On my computer screen, having the device be 40mm thick sounded fine, but after receiving the prototype I realized I would need to be aggressive in thinning out the design. However, this protoype in early June was very helpful in getting a better understanding of how I needed to design it. Case prototype pictures.

      The first iteration I was able to get down to 27mm, which was a significant improvement. I received this iteration in mid July. However, there were parts that did not fit properly. Most of the mounting holes were not aligned properly. However, the bigger issue was that at 27mm the device would not be thick enough to hold the DAC and screen stacked on top of each other. This iteration still had the DAC keep the original metal housing, so that I could easily remove it and use it as originally intended if I did not want to continue using my audio player. First case iteration pictures.

      The second iteration I decided to remove the metal housing of the DAC, which freed up a lot of internal space, with the main limiting factor of thickness being the 18650 battery. So I kept the thickness around 27mm, but had more internal space. Removing the metal case of the DAC was relatively straightforward, except figuring out how to secure it to the print. Luckily, there were two roughly 2.5mm holes in the PCB, that I was able to use to secure it. I also started to do a more complex design, since I was getting more experienced with FreeCAD. I also moved the RPi to the top of the case, so that the two parts of the case could easily separate, with only micro USB connectors being used between the parts in the top and bottom part of the case(Picture of third iteration showing this feature). For anyone who has had to repair electronics that did not fully separate due to ribbon cables (laptops are the worst for this it seems), you understand the quality of life improvement of having the two parts easily separate. I got this iteration of the case in early September, and found a few issues of parts conflicting. However, with the use of a dremel, I was able to modify it to get it to roughly fit (although janky in some parts).In this picture you can see the power switch, which I had to modify to sit outside the case. I wanted to fully assemble it, so that I could start using it and figure out where it needs to improve. The biggest issue aside from conflicting parts was that the top of the case was bulging, so I wanted to add another point of connection to prevent it. This bulge was partly caused by the screen cutout causing a weak point in the top of the case. Second case iteration pictures.

      The third iteration was part of my TiMaSoMo project. This was a relatively simple minor tweaks, as well as fix some minor pain points of the previous iteration. I reinforced the top significantly to prevent bending, as well as add a fifth point to secure it. I also added a recess to make accessing the switches for power and hold easier to use (although I think I messed up the hold switch one). Overall, this print worked well, and there is currently no plans for a fourth iteration. Fourth iteration pictures.

      Here is all four cases compared side by side

      What I learned

      The first lesson I had to learn was how to define project goals. Not being able to source an eInk screen had caused me to pivot, and in doing so I had to reflect on what truly mattered for my project. I knew that DAPs existed, so why build my own rather than buy one? Most DAPs on the market seem to be Android devices where they removed the phone functionality and added in quality audio components. Part of a dedicated audio device was to not have my phone be the everything device that they are, but a second Android device with an LCD screen and better audio components is not the solution. Luckily, I encountered the clickwheel based approach, which did solve that issue (and probably better than an eInk would have). Also, I wanted the device to be easily repairable. Li-Ion batteries go bad, which was another major concern for me with the current options of DAPs. Repairability was something that mattered to me, but I had to embrace what that meant for the form factor. If I went with a non-descript Li-Ion pillow battery, I could probably significantly reduce the size. Understanding that I wanted to avoid just being another Android device and have repairability and replaceable parts as the defining features were useful to keep in mind. That approach did result in compromise though, primarily in physical size at the end.

      The second big thing I learned was just the process of sourcing parts for a project like this. The closest project to this that I have done in the past is create a DIY cable tester. That simply just involved some switches, resistors, LEDs, and some AA batteries that I could all source locally. So having to buy more complex electronics where the documentation mattered was a learning curve for me. Luckily, early on I was ordering from Amazon, where returns were relatively easy. The problem with Amazon though was false advertising for batteries and some components were shipping directly from China. So, switching to AliExpress saved me money without adding any additional in shipping.

      Learning 3D modelling and getting stuff 3D printed was also a huge learning curve for me. I am glad that I got a very rough prototype printed early on in the process. In designing the prototype, I just was not concerned about saving space. However, once the prototype was printed and off my screen and into my hand, I realized how aggressive I needed to be in compacting things. The other thing with using FreeCAD is I learned too late in the process about part hierarchies, and I still do not fully understand them. Not using part hierarchies properly led me to have to do a redesign on each iteration, as moving mounting holes over a few mm would shift every part added after it. Luckily, my designs were relatively simple, but having hierarchies handled properly would have helped me iterate quicker. On top of getting prototypes in hand quickly, using imperfect prints and just adjusting the parts that didn’t work with with a dremel was useful. If I didn’t do that with the second iteration, I would not have dealt with the issue that the top of the case would bend out over time. Spending time using the imperfect device helped me figure out the issues to make the next iteration better.

      Future Goals

      The first goal I will add in future expansion is to add better documentation and create a better development workflow. Right now, my process includes pushing any changes I do (luckily I am using Github branches now), then pulling the updated repo and starting it on my Pi. However, I never test if it compiles properly before pushing, so I end up sometimes doing five pushes in ten minutes, playing whackamole with compilation errors. Being able to run a dev version on my desktop with keyboard emulation for inputs would be beneficial.

      Another big issue that I want to solve is that I need to clean up the audio on lower resistance headphones like my IEMs. There appears to be some electrical noise, that only sensitive devices like IEMs detect. The solution I am currently considering is to add in a capacitor on the voltage rail between the Pi and the DAC to hopefully get cleaner power.

      Another issue is that I currently have no indicator of battery life. Since it is an 18650 Li-Ion battery, I should be able to just detect the gradual decrease in voltage, and calculate battery percentage. However, GPIO pins appear to be unable to do that natively, so I may have to add in a small controller board to do it. I have not looked too much into this.

      There are a few UI/UX decisions that do not match my preferred way of listening to music. So over time I plan on gradually tweaking the UI/UX to match what I want it to be. A prime example of this would be that when I select an artist, I want it to present a list of their albums, instead of playing their most popular songs.

      I want to be able to use Spotify Lossless, since that has rolled out near the end of this project. Unfortunately, it seems that currently it will not be supported. Seems like Librespot (which is the basis for Raspotify) does not currently have a solution that does not involve working around Spotify’s DRM.

      Conclusion

      Overall, I am really glad I took on this project. It took a long time for me to get it to a finished state. However, the experience has been really fun, and I have learned some new skills. Also, having a dedicated device that all it does is stream Spotify is really nice. I always found myself whenever I was listening to music ending up scrolling on my phone for a bit more stimulation, and then realized I have not been paying attention for the past couple of songs. Having a device where all I do is just listen to music and leave my phone behind has been nice. Also, modifying the code to fit my preferred use case has been nice. There are points where I realize I do not like how something is laid out, but then I have agency to change the layout. Here are some pictures of the final device.

      If you want to build the device yourself, I will warn you that it has some rough edges. Also, the DAC/amp is discontinued, so sourcing that to fit inside the case would be tricky. However, my Github repo has all hardware listed, the code needed, and easy to follow software deployment instructions.

      30 votes
    4. Idle complaints of indebtedness and isolation

      Comment box Scope: information, explanation of psychological state Tone: neutral, bummed, defeated Opinion: yes Sarcasm/humor: none Hello. I usually talk about trains, except today, I just want to...
      Comment box
      • Scope: information, explanation of psychological state
      • Tone: neutral, bummed, defeated
      • Opinion: yes
      • Sarcasm/humor: none

      Hello. I usually talk about trains, except today, I just want to vent on my finances and my wishes for a less expensive world.

      I have found myself in financial straits,as I had amassed debt last year, lost work for months and amassed more debt. It’s in the low tens of thousands. of course I also lost my healthcare because I live in a rich country run by morally destitute anti-intellectuals.

      On paper, I will pay off the debt in 18-24 months, if god allows. I have work now.

      This city’s transit system has been hobbled in bad faith and will be destroyed come January….Fares have already risen, service cut. My train to work will be cut because the state refuses to provide services for its most productive citizens. It is twice as long by bus, suicide by bicycle on roads built for tanks, so I will have to sacrifice time or life.

      It seems the price of electricity has increased. I would generate my own, but it is impractical.

      Sadly my possessions are breaking too. This is the way of things, it’s just miserable timing, and each discovery of a failing mechanism or dilapidated object piles onto the defeat. The window frame has rotted and the glass fallen -- the house is frozen. Not a single plant survives. (The landlord will fix it, but not hurriedly…..) Bulbs burnt out, rooms dark. My bicycle needs new brakes, a new chain, my helmet has been destroyed and should be replaced, but for now I have been riding without. The computer has broken after 14 years, admittedly about time…. An expensive thing to replace, so now I only have my phone, whose battery has degraded quite a lot and will not be usable for too much longer, and a small laptop on death’s door too. I had worn my single pair of walking shoes for 5 years until, yesterday, the sole fell off. (Thankfully, I have one more, but it is formal and uncomfortable) A new pair is more costly than I remember… I know a cheap one will disintegrate in a season and do nothing for the snow, and a quality one is beyond financial prudence. My jacket is worn and torn by years and embers, beyond my ability to sew, and I must darn and darn and darn all the socks and gloves with holes, which I hate to do, and i am not good at. The denim jeans are ripped, in a place difficult to patch, and the pockets torn. I cannot bear the cold the same anymore, so I also need an overcoat, which I cannot afford. The fitted sheets are inexplicably torn by some punitive act of god, probably irreparably. The pillows are compressed, worthless, and causing me pain. Even the tent, which I might use to regain some sanity in the woods, has had its elastic poles dried solid and is basically unusable. At least I have a few books.

      My lifestyle is structurally cheap. Affordable city, relatively low rent, multiple housemates, no car, only occasional commute, no dog, no wife, no children. Not too much to pay for. I eat simply. I am content with it.

      Yet somehow I find myself with hundreds of dollars of credit card purchases this month, more than an entire paycheck, and last was also more. Qualifying for a healthcare plan has reduced my medical costs, but the difference is withheld, and I’m realizing that often it costs more than it would cost out of pocket, so at best it makes no difference. The dental and vision are exorbitant, so I just hope I don’t get a cavity.

      I suspect I need glasses, or will soon. I can tell my eyesight is beginning to worsen. But it’ll have to wait a couple years.

      The fear of a worse medical emergency persists. The deductible is rather high for a plan that offers no HSA and the co-pay is unremarkable, the coverage limited. Perhaps the least useful healthcare plan I’ve ever had.

      I do not gamble. I like to drink beer but have abstained recently. My hobbies are inspecting train and street infrastructure, studying the Holy Bible, moralizing on the internet and persuading the government to institute a better society. I lapse sometimes and make impulsive purchases, but not frequently. I have not even gone to see a game in two years.

      It’s a great pain to review your statements and recognize that almost none of the purchases were wasteful, only a few technically unnecessary. There were just too many overall.

      What upsets me most is the social distance I have gained from my condition of functional poverty. the agony of refusing visits, trips, games, concerts, shows, dinners, coffees, drinks grinds on me daily. Yes it is still nice to say hello, it is just not the same. The pity, or disgust, the symbolic offers of charity received. Mostly the confusion—the awkwardness, the unsolicited advice (which I don’t normally mind, but it gets old). I prefer to socialize with bourgeois progressives, academics and professionals who care about engineering and mathematics and government policy and theory. It’s what I care about. I do not really resent them, but everything they do costs more money than I possess, so it is difficult to see friends and I cannot hope to keep up with colleagues after work.

      I don’t object to work but I resent the fact that I must pay for my own healthcare. I also resent that my government neglects my transportation and my safety. I resent the pollution of the air, the NIMBYism driving up rents and leaving the addicted even more hopeless. I acknowledge the mistakes I’ve made that have led me here. I can’t undo the past, but Congress could socialize all medicine in the next budget if it wanted to…. repeatedly chooses not to.

      That’s all. I just wanted to complain. You can give me advice if you want. I’m relatively financially literate, just poor and human.

      51 votes
    5. What indie competitive games do you play?

      Recently, I discovered a desire to play some small, easy-to-pick-up, not-demanding-on-hardware video games with short gameplay sessions that also require some skill to master. Many years ago, I...

      Recently, I discovered a desire to play some small, easy-to-pick-up, not-demanding-on-hardware video games with short gameplay sessions that also require some skill to master. Many years ago, I played a few games that I liked very much. But now their online lobbies are dead, so I have to discover something new. So, what indie competitive games do you play?

      I spent a lot of hours on CS2D and Altitude. CS2D is like Counter-Strike, but with a top-down view. It simplified the necessary skills for a shooter but was still fun to play. This game had all the modes from classic CS, but with small additions. I liked two modes the most: capture the flag and deathmatch with lasers. CTF mode had quite long sessions, even lasting for hours when teams were balanced. It was also fun to build turrets, walls, and spike traps, which made it possible to play a completely new class compared to CS — the engineer. The mode with lasers was fast-paced chaos that actually had its charm.

      Altitude was a 2D shooter with airplanes and a side-view. I played a lot of the soccer mode. In this mode, two teams spawned on a football field with two goals at each end of the pitch. The ball was magnetic, which helped to catch it, and you could shoot it, allowing you to pass. I liked how each class of airplane was pretty well-balanced for this mode, allowing players to fill specific roles on the team and enabling dense and fun gameplay.

      I'm looking for something similar that I can run occasionally on my laptop and that has an active community.

      15 votes
    6. Not sure if coincidence or I should give up (on USB flash drives)

      Hey Tilderinos. I've been looking into buying several flash drives since my largest flash drive is a 32GB sandisk, and I use or interact with all the 3 major OSes, I use Linux on my desktop and on...

      Hey Tilderinos.
      I've been looking into buying several flash drives since my largest flash drive is a 32GB sandisk, and I use or interact with all the 3 major OSes, I use Linux on my desktop and on a secondary laptop, I use MacOS on a Macbook and everyone else I know uses Windows(So I'll need an exFAT drive for them).
      My recent experience with flash drives though makes me more willing to trust my data to a system's RAM than to a flash drive. At least RAM wouldn't lure me into a false sense of security then spontaneously fail, I know that my data isn't going to last a reboot.
      I've got 3 sandisk cruzer blades fail on me, once was an error on my part where I accidentally hit it with my knee while plugged into a device(device unharmed, the drive is dead), one time I upgraded the SSD on my SteamDeck and flashed the steamdeck recovery to an 8GB stick, it worked fine while restoring and it still can be read... it's stuck on read only and, Gparted, Windows formatter, Rufus, Mac's disk utility nor mkfs can make it reusable, I assume it entered read only because it tripped some "whoops I'm dying" thing like some SSDs have(from what I know). The last one is effectively a resistor that connects to a USB port, it heats up, SOMETIMES appears on PC, Linux can open it, copying things into it via Nautilus works albeit very slowly, then when I try to open the root of the flash drive it is stuck perpetually trying to load, when I unplug it and plug it back in again, I can see the folders but entering any of them immediately goes into the permanent loading state, mkdir, cd and ls can work on the drive... intermittently, but I'm treating it as dead.

      This leaves me with only 2 other drives, my largest drive, is a 32GB Sandisk Ultra, and my smallest drive which has been more reliable than the Cruzer Blades is a 4GB Sony... USM4GP thing, which I have no idea what year it was from and a quick googling didn't bring up any release date, but it had faster read/write than the cruzer blades, and it's been my main drive for things like installing an OS/burning an image into it yet it lasted all these years.

      I'm trying to get a USB-C drive specifically since all my laptops that are in use and my PC have a USB-C port, but all I see in local big retailers are Sandisk, Sandisk and more Sandisk, Amazon however has some that aren't Sandisk.

      Does anyone know a USB-C flash drive that is genuinely reliable? Was it specifically Cruzer Blades that is garbage? I've not had a Sandisk SD card fail on me yet, should I just avoid Sandisk for anything but SD cards? Should I just say fuck it and buy a bunch of enclosures and NVMe drives?

      I've read that flash drives get bottom of the barrel NAND chips that can't be used on SSDs, too. I know that flash drives aren't meant for long term storage/backup but a drive that old shouldn't be still going on that strongly against new ones.

      I've been looking at PNY Elite V3 with USB-C as a connector that I've seen a few listings on Amazon but it's 1TB price is almost the same price as a 1TB NVMe SSD(Though not factoring in the enclosure).

      25 votes
    7. Timeout when connecting to a local webserver through the internet, but only on WiFi

      I've recently moved, so I have a new ISP and I've also switched to new network hardware. I've been pulling my hair out trying to understand why I keep getting 100% timeouts when connecting to a...

      I've recently moved, so I have a new ISP and I've also switched to new network hardware. I've been pulling my hair out trying to understand why I keep getting 100% timeouts when connecting to a locally hosted website. To make it more complicated, it only happens when I’m on WiFi.

      Hardware setup is:

      ISP router/modem -> Ubiquity Cloud Gateway -> U7 Pro AP -> Laptop
                                                 -> Webserver
      

      The issue is opening https://foo.bar.baz:58443 when on WiFi. This domain points to my home (not really bar.baz, but you get the idea). There's is port forwarding rule to get to the local server. With tcpdump, I see the request coming in on that webserver, a SSL handshake is completed and then a bunch of TCP retransmissions.

      Some observations:

      • If the machine with the browser is connected to a cable and not WiFi, everything is fine, no timeouts.
      • Opening https://192.168.1.123:58443 (webserver address) is fine (WiFi or wired).
      • Opening https://10.0.1.123:58443 (gateway address) is fine (WiFi or wired).

      I thought it would be MTU related, but haven’t had any luck with changing it to a lower size. I’m not positive I’ve done this correctly, though, so it may still be MTU related.

      I know there are people here that know way more than I do about networking, so I hope somebody can point me in the right direction.

      17 votes
    8. It’s the little things that make me not fully jump to linux

      This isn’t really meant to be a hate post or “linux sucks” kind of thing, in fact I like Linux (EndeavourOS being my distro of choice). This post is more about the little things that nobody really...

      This isn’t really meant to be a hate post or “linux sucks” kind of thing, in fact I like Linux (EndeavourOS being my distro of choice). This post is more about the little things that nobody really talks about when comparing OS’s, but then you face them and they can be a dealbreaker or a pain in the neck.

      This weekend I decided to try running CachyOS in my gaming desktop. For quick context, my desktop is dedicated to gaming, everything else I do on my laptop. The desktop is plugged to a 1080p 60hz monitor and a 4k 120hz TV (hz relevant for later), uses sunshine for streaming, and also Virtual Desktop for my meta quest.

      So, I grab the USB and plug it into the PC. Turn it on and here comes the first issue: the background image appears and nothing else.

      Well, my first suspicion due to a similar issue I had with ubuntu a decade ago, must be the Nvidia GPU causing issues. Without investigating further, I restarted the PC and used the legacy mode. The resolution was extremely low in my monitor, but it was manageable. Installed the thing and restarted.

      Once the PC is back on, the login screen appears. I input the pass, enter and…. Exact same issue. Background image, no UI whatsoever.

      I spent an embarrassing amount of time here, investigating the error. Checking the drivers, etc.

      But long story short: the actual problem was that my monitor was the second screen, the TV was the primary. The desktop was outputting to both screens. The UI was on the TV.

      I curse myself for not remembering that this may have been it, but in my defense:
      1- the terminal commands that appear when turning on the OS appeared in my monitor
      2- the legacy mode worked on my monitor
      3- on windows, the OS is smart enough to figure out which screen is turned on, so I was used to it automatically outputting to the correct screen

      Well, once I fixed that, here came the second (small) issue:
      Scaling is broken.

      Windows used to have this problem but nowadays, when you change screen Windows does a good job scaling things, despite some issues with some apps. At the very least, you won’t get blurry windows.

      On KDE… Yeah. Blurry all around. I don’t have a habit of swapping screens mid session, so I could live with it.

      Then came the third issue:
      KDE is limited by the lower highest possible framerate in both screens. Meaning, on my TV, I was stuck with the 60hz because of my monitor

      From what I found out, this is not exclusive to KDE and seems to be a problem with Nvidia. Regardless, for me it was a dealbreaker. In my case, Windows can use the respective framerate of each screen, while Linux can’t.

      As I said, this is where I threw the towel and went back to windows. Which is really a pity because I really don’t like where Windows 11 is going, but it’s something I can live with as long it doesn’t get in the way between me and gaming.

      Meanwhile Linux, because of these little things, introduced more issues than rewards for my use case, thus why I can’t jump to it on my desktop.

      27 votes
    9. How are Framework Laptops?

      We had this topic a couple of months ago where Framework was mentioned in a few response threads, but the overarching discussion was across a wider subject. My 2016 (I think? It was snagged from e...

      We had this topic a couple of months ago where Framework was mentioned in a few response threads, but the overarching discussion was across a wider subject.

      My 2016 (I think? It was snagged from e waste) era thinkpad is struggling to keep up with my usage of it. The screen is small, the keyboard sucks, the touchpad is not quite right, it is beyond its useful life.

      I like the idea of a Framework laptop. I am leaning toward getting one on principal. It seems like this company is going to survive for a while. I think the last thing I am looking for is anecdotes.

      If you use or have used a Framework as a daily driver, what are the pros and cons that you have with them compared to a similar less-modular system? How is support?

      46 votes
    10. My guess and opinion on the common blockers to Linux adoption

      The big one seems to be the inability to buy a mainstream device with a Linux distribution preinstalled. The few options I know of are niche devices or sometimes single models usually marketed as...

      The big one seems to be the inability to buy a mainstream device with a Linux distribution preinstalled. The few options I know of are niche devices or sometimes single models usually marketed as dev devices. It is also near impossible to even find something without any os installed. Even manufacturer like Framework doesn't offer Linux preinstalled laptops or even just fully assembled ones but without os.

      Lacking third party software and hardware support. This is a very real problem and something that can make Linux unviable for specific use cases but also something that will never resolve without higher adoption in personal computing, my guess is at tenth of marketshare we would start seeing it being treated as a serious option. It is amazing that something like wine exists and how well it works but it still can't do everything and it is worse than native support. Similarly not many people are willing to even consider VMs or dual booting for specific workflows that need Windows.

      Fragmentation of distros and ways to do things but with standard recommended beginner distros this seems to me more of a perception then a clear problem for most use cases for majority users who would theoretically migrate.

      A fallacy where people value a thing perceived to be free less also seems to play a role along with public perception of Linux and its users. Slogans such as Linux is only free if you don't value your time which is ironically IMO more true of Windows these days with the cost usually part of the price of the device and not really perceived or considered by the average buyer.

      This seems similar to the usual jokes about vegans and other ill formed perceptions. My guess is that it is the result of people plain ignoring things that have potentional to be uncomfortable along with those with niche opinions being more likely to have considered them and to have strong reasons to hold them along with wanting to at least tell people what they are.

      I am just plain ignoring Mac here to be more concise and because I have zero experience with them.

      36 votes
    11. How to get a backpack sold by Decathlon in EU to the US?

      I have been overly obsessing about getting a new backpack for the past week without any reasonable way to move forward. I came across this bag because I was searching for something that holds my...

      I have been overly obsessing about getting a new backpack for the past week without any reasonable way to move forward. I came across this bag because I was searching for something that holds my lunch box and laptop in a tinier volume. Here is what I found from Decathlon UK which not only fits my needs but looks stylish as well! Now, although I can work around with other backpacks for my use case, I really want to get my hands on this one.

      Although the same backpack is available in other countries like Ireland, Italy and other EU countries, I have been unable to obtain this on the US site. Writing to the customer care has not been helpful as they asked me to get it from a third-party forwarded from elsewhere.

      While I have acquaintances in EU, I wouldn't consider them close enough to have it shipped to the US as a gift (de minimis rule is going away by 29th August, so there will be extra tariffs!). I looked into it getting from a forwarding service and eat the cost, but it is stupid expensive and overall I am looking at about 80-100€. As a student, that is not viable either.

      I kinda grew too attached to the idea of using this for my everyday carry for college since I only carry a laptop, a notebook and a lunch box. And I love small backpacks. At this point, I am giving up on getting it :(

      Do you have any suggestions on how to get this backpack to the States?

      24 votes
    12. People with paranoid delusions of being hacked keep asking me for help

      I'm a member of a hacker space. In the last few months two different people have came in desperate for help because they have a relentless hacker after them. In each case they are a completely...

      I'm a member of a hacker space. In the last few months two different people have came in desperate for help because they have a relentless hacker after them. In each case they are a completely mundane person who would have little reason to earn the focus of a dedicated expert in device infiltration. They claim that no matter what they do, what device they use (new phone, new laptop, hardened security OS, even their blueray players) it will get hacked as though they have an aura about them. When pressed for any kind of evidence they have none. The previous events they claim as evidence are always shaky. Often their claim is just that something didn't work right on their computer - thus it is hacked. It's never anything concrete like their bank account getting emptied.

      One is a middle-aged woman who thinks that her upstairs neighbor is seeking revenge after she put in a noise complaint. Another is a woman in her 20s who has no understanding of what initiated it. The older woman is at the point where she believes every TV has a camera in it that can get hacked to watch her. When we look up the model numbers and see they have no camera in the specs she waves it off - to her those were just exceptions. In both cases they've turned to technological solutions they don't understand in a blind hope for refuge. Secure DNS (like Cloudflare's 1.1.1.1), GrapheneOS, stateless Linux laptops, etc.

      I don't feel like these people are schizophrenic. We've had such people show up before and their delusions are on a different level. One guy thinks a well known actor stole his UFO designs and is trying to get him put in jail. These other people feel more like they're in self-imposed conspiracy theories, not unlike what happened to that ChatGPT user. At first I felt like this was a technological form of FDIS (to be clear I have no training in psychology). But there have been no attempts from either person to factitiously create devices that appear compromised. So I suppose this is more of a delusion, perhaps founded on a desire to be more important than they really are.

      Does anyone know more about this kind of situation? I don't think there's much I can do for them. But I'd love to understand more about this topic if anyone has seen stuff like this before or has formal training.

      46 votes
    13. Tech keeps stealing my life, and I want tips on how to make it stop doing that

      ** Please do not tell me how to fix my issue below; this is an example, not a tech-support request ** I have a (LibreOffice) spreadsheet, personal tracking data. The other day, I got a new laptop...

      ** Please do not tell me how to fix my issue below; this is an example, not a tech-support request **


      I have a (LibreOffice) spreadsheet, personal tracking data. The other day, I got a new laptop (Framework), put a new OS (Debian trixie RC2) on it.

      Now, on the new machine, when I add a comment to a cell, the background color of the new comment is wrong/different from every other comment in the spreadsheet. When I add a comment to the same spreadsheet, opened on a different machine, the new comment still has the "correct"/standard background color, but any comments I added on the new machine continue to have the wrong color.

      This happened once or twice in the past couple of days, and I just manually "fixed" the color of each new comment, but this morning, I tried to figure out what the deal was, how to fix it properly/permanently.

      And just like that, my 3-minute daily edit of this spreadsheet turned into a 2-hour wild goose chase. I still haven't fixed it, I still don't know whether to blame LibreOffice, Debian, the new laptop, or some other variable I haven't even thought of. All I know is, someone has stolen 2 hours of my life from me, and I really want to know who that is.


      Bigger picture ...

      This happens all the time. Every day, often 3-4 times a day, it is a regular point of stress, of contention in my life, deciding whether to devote hours (sometimes days) of my life to strong-arming software into working the way it was supposed to work in the first place, or to try my best to accept that we just can't have nice things on our computers, and move on.

      This definitely predates the word "enshittification", but I don't think it really predates the concept. Stipulated -- software development is complicated, and software is used in so many different situations -- different hardware, different OSes, different libraries, different supporting/complementary software, versions, etc -- it is extremely hard to make software that "just works" for everyone, all the time.

      Nonetheless, I think the entire software development industry just collectively decided that is it okay to release stuff that doesn't work ... dating back to some point in the 20th century, long before Linux, before the Internet, before smartphones ... this issue--this philosophy--goes waaaay back, and there's just no fighting it at this point.

      But also, I do not want to live in a world where I have to surrender hours and days and years of my life, fighting with software that doesn't work, because "that's just how software is".

      So, that's my gripe. Is there any kind of viable middle ground here, that is less extreme than "cabin in the woods"? 'Cuz I am (yet again) seriously weighing that option this morning.

      33 votes
    14. Rubber pads for stacking laptops?

      I'm thinking stacking running laptops on top of each other ( two ). Would a rubber pad between them protect the laptops from each other's heat? How thick would the pad have to be? Would other...

      I'm thinking stacking running laptops on top of each other ( two ).

      Would a rubber pad between them protect the laptops from each other's heat?

      How thick would the pad have to be?

      Would other materials work too?

      I'm guessing this is something I can have cut to size in a hardware store.

      11 votes
    15. North Korean Career Coaches

      I keep getting messages in my email inbox or LinkedIn like: Alexander > Hi, > I’m seeking a genuine partnership where only a USA software engineer can truly collaborate with me. > I value...

      I keep getting messages in my email inbox or LinkedIn like:

      Alexander
      > Hi, 
      > I’m seeking a genuine partnership where only a USA software engineer can truly collaborate with me. 
      > I value transparency and real results. 
      > Things to do are very simple and I guarantee 3K~10K/month income for you.
      > I’m ready to prove my credibility and discuss a win-win business. 
      > Thank you!
      
      Hello $their_name,
      
      Why do you need a USA engineer and what do I need to do?
      
      - $my_name
      
      > Thanks for reaching me out.
      > 
      > I run a software development team with five talented developers who specialize in frontend, backend, full stack, AI/ML and blockchain technologies. Although we have a strong team, we are struggling to find enough jobs right now. As you may know, the economy in Europe is tough and low salary as well, so we are trying to find more opportunities in the US and Canada. However, this is challenging for us because of time zone differences, language barriers, and many US clients preferring to hire local people like you.
      > 
      > To solve these issues, I'm actively looking for someone who can help us in getting more jobs in the US. Since you are a US citizen, you can create accounts on job platforms like Indeed, Dice, Upwork and Wellfound. I think you may have already heard about Upwork. It's a world famous freelancing platform. After setting up your accounts, if you allow me to use them, I will apply for jobs by myself. When I receive interview requests from clients, I will notify you so you can attend the meetings. During the interviews, I will support you by quickly sending you the right answers to any technical questions that come up.
      > 
      > Once we secure a job, our team will handle all the development work, including any test projects. We will share the profits from the work we do, with a split of 30% for you and 70% for our team.
      > In short, your role would be to connect with clients and help us secure jobs, while our team takes care of the technical work. This is a great opportunity for collaboration and growth.
      > 
      > And there is one thing I need to tell you about using your account. Several platforms have very strict policies with ip addresses. If i use your account on my own machine, your account will be risky because ip addresses are different. And also they detect VPN, VPS, and some cloud services as well. To address this, we need to use your spare laptop. I will use your account on your spare one using a remote desktop application like Anydesk. Anydesk is a secure and safe remote desktop application.
      
      Cuong
      > Greeting,
      > 
      > I hope this message finds you well. My name is Cuong, and I came across your information on your website ( WE need it ). I am excited to share that I have a potential long-term collaboration opportunity that I believe could be mutually beneficial.
      > 
      > We’re a fast-growing IT consulting company based in Malaysia, with a talented team experienced in web2, web3, mobile development, and AI. As we expand into the U.S. market, we’re actively seeking a reliable business partner—someone like you—to grow together.
      > 
      > Here’s how we can support you:
      > - Proactively apply and schedule interviews on job platforms on your behalf
      > - Optimize and refine your resume and LinkedIn profile to stand out
      > - Provide technical guidance to help you succeed in interviews
      > - Take care of the actual development work once new projects are secured
      > 
      > If this sounds interesting to you, feel free to reach out. We’d love to hear your thoughts and explore how we can collaborate!
      > 
      > Looking forward to connecting with you.
      > 
      > Best Regards
      > Cuong
      

      Some of these messages are even from people who are well-connected to former bosses and managers and other talented people that I personally know. They aren't coming out of my spam folder.

      I know I'm not special in this. I'm not the only one. They are throwing spaghetti on the wall until the meatballs stick, etc.

      But I thought... what if I could use this to my advantage? I would still need to do the interviews but they could do the legwork applying for jobs and reaching out to companies, connections that they already have, and then when they deliver the job contract I cut off contact with these nebulous associates? And I join the company like normal.

      Thoughts?

      15 votes
    16. Surface Pro 3 owners: Tell me your Linux experiences! (Please...)

      So I bought my SP3 in '17 as an old-ass student attempting to graduate. It was amazing as I was able to disable most cloudy things (nothing like today with 365 and the general cloud storage), but...

      So I bought my SP3 in '17 as an old-ass student attempting to graduate. It was amazing as I was able to disable most cloudy things (nothing like today with 365 and the general cloud storage), but still use it as a laptop, and finish up my degree. Since then, I've swapped to Linux and wanted to do it too (did it briefly with Ubuntu, but it was still pretty rudimentary back around '19... no touch screen, not even bloaty, was a bit too small of a UI -- can't remember which DM I used, though I know it wasn't xfce which I prefer when I use a DM, though I use i3 on my desktop).
      That being said, it seems like there are great options for the Surfaces now, but for newer options. So I wanted to ping y'all and see... have you used Linux on any Surface, and preferably, would like to know for the older version.

      I hear Manjaro has gotten a decent option, as I know they have the PinePhone (which I own one but... I haven't had time to mess around with, sadly). I'm not really looking for the touch screen but as it seems the blutooth is dying on the Surface (possibly unrelated or due to the latest Windows update that has borked so much - I have a firewall that prevents/shuts down a lot of Windows "protections" so I may be the culprit but I prefer to think that if I can't do what I want with what I own, the software is the problem), whatever will make it rejuvenate would be appreciated.

      Honestly, it's had an awesome battery life (it can be in standby for a week and lose about 1/3 of the battery), and overall, I feel it's the last best thing Windows ever did. That being said... does anyone have a Surface and would you have recommendations (for any Surface)? If so, why, what distro, and what might you want to share?

      Thanks in advance!

      17 votes
    17. My hands-on experience with the Gun4IR

      Note: This is NOT a sponsored post. I'm just a happy customer. Background When the G'AIM'E Kickstarter was announced, I got the itch to play light gun games again. I grew up playing Time Crisis on...

      Note: This is NOT a sponsored post. I'm just a happy customer.


      Background

      When the G'AIM'E Kickstarter was announced, I got the itch to play light gun games again. I grew up playing Time Crisis on my PSX, stepping on a controller plugged into port 2 which acted as a makeshift pedal so I could mimic the arcade experience. A local pizza place near me had an Area 51 machine that I could play for a quarter, and over time I memorized the enemy layouts for that game so that I could play further and further on one coin.

      There are a variety of modern light gun models available now, though all of them are at the hobbyist/tinkerer level. There isn't one that "just works" smoothly and easily.

      The most well known is the Sinden, which achieves calibration on games by setting up a white border around the game on the screen. This allows the gun to establish its position within that border and "know" where it's shooting.

      Unfortunately, when I looked into the Sinden, it seemed like reviews were very mixed, with many mentioning that the border can be kind of a mess to get working. Apparently it can require a lot of legwork and messing around with settings and external programs and whatnot.

      After searching around for alternatives, I landed upon a different line of modern light gun and decided to, well, pull the trigger.


      Gun4IR Intro

      Gun4IR on its own isn't a standalone product so much as it is a framework for making a modern light gun. You can buy the individual components and put them all together in a gun casing, making a functional light gun of your choosing. For example, see the User Guide which goes into detail about which boards you'll need, pin guides, etc. People have made them in Nerf cases and 3D printed ones.

      Now, if I'm going to ding the Sinden for requiring too much tinkering, surely soldering wires onto PCBs is a step in the wrong direction?

      That's absolutely correct! The good news is that you can sidestep all of this. Gun4IR has some official pre-build sellers, meaning you can buy an already made gun -- no soldering needed! Their site sells builds for the UK, while, RPEG Electronics is their official pre-build seller for the US.

      From RPEG, I picked up a pre-built Gun4IR setup in a Guncon 2 housing.


      Gun4IR Basics

      As is implied by the name, Gun4IR uses 4 different IR clusters for calibration. You can buy a pack of LED sensors that plug into the USB port of your TV. You stick these, facing out, to the midpoint of the top, bottom, left, and right of your TV. The LEDs are black and their light can't be seen with the naked eye but can with a camera (you can check to make sure they're working with your phone).

      The gun comes with calibration software that gives you lines on your TV to show the mount points for the LEDs, check how the gun is seeing the sensors, line up shots, etc.

      I'm happy to report that, once calibrated, my gun is VERY accurate. I was honestly expecting a bit of jank, but it's genuinely spot on. There's a small bit of jitter that's noticeable when you have a crosshair on (some of that also might be coming from my unstable hands), but when you're playing a game without a crosshair, it's not enough to make you miss shots. The shots I've missed have been because I'm, well, bad at videogames.


      Games

      Because I wasn't wanting to tinker, I found a big download pack that promised me a pre-configured set of ROMs and emulators that were turnkey and compatible with Gun4IR. I spent days downloading all the individual parts from one of those sketchy download sites, getting all the parts of a multi-part RAR file.

      And when I started extracting it, wouldn't you know, it was INFESTED with viruses. I uploaded one of the .exes to VirusTotal and I've never seen so much red.

      Shame on me, though. I'm not an internet newbie, and I should know better than to trust random executable files, especially on Windows.

      So, I went seeking an alternate solution.


      Batocera

      Batocera is a Linux distribution focused on retro-gaming. You wouldn't use it as your daily driver, but you would use it if you want to just boot into something so you can play games. Additionally, Batocera has built-in light gun support! Perfect!

      I did my usual "setup emulation" dance that I've done so many times before: looking up worthwhile games to play, locating ripping ROMs, getting the right extracting BIOSes, etc. I also bought an external hard drive and attached it to my Windows TVPC. I can now boot off the hard drive to go into Batocera directly (because I didn't want to try to figure out dual booting with Windows).

      Batocera is like booting into an arcade cabinet, loading right into ES-DE. It doesn't really expose its file system to you by default, but it's got a killer feature that makes setup easy: Batocera automatically sets up a network share for you. This lets you access all of its folders from another device, meaning I could set everything up on my laptop and transfer it over easily to Batocera.

      Furthermore, Batocera automatically knows when you've got a light gun attached and will show a gun icon on games that are compatible. In theory, I'm able to navigate the interface just using my light gun, but in practice I also paired a bluetooth controller. (See Caveats section below for more on this.)

      You don't HAVE to use Batocera of course, but it ended up being so easy that it became my preferred setup.


      Gaming

      So, I got the gun calibrated, and I got my games set up in Batocera. It's time to shoot!

      I'm happy to report that the gun works fantastically. Like, seriously good.

      For most games and emulators, it "just works" which is exactly what I wanted. I tested out several different games on several different platforms, and it worked on stuff ranging from the Atari 2600 to Naomi arcade cabinets.

      I played through the first 10 rounds of Duck Hunt on the NES without missing a shot before getting bored and moving to something else. Time Crisis on the PlayStation (my original light gun love) plays wonderfully.

      I had a friend over this weekend who also loves light gun games and has nostalgia for TC (though his is for TC2 and TC3). We traded off rounds playing Time Crisis 2 (which ended up being a good way to do it, as I forgot how my arms and eyes need a rest after 15 minutes of light gun gaming). We beat the full campaign in 2 and almost beat 3.

      I also tried the gun out in some Windows games off of Steam, just to make sure that my Batocera success wasn't a fluke. Sure enough, it worked just fine!

      I now have an accurate, easy-to-use light gun setup that works on my large, modern LCD TV. I have hours of light gun gameplay ahead of me, and I'm thrilled.


      Caveats

      Wow, kfwyre, this sounds great! I can't wait to get one for myself!

      Easy there, cowboy/cowgirl/cowthem! Let me surface some of the rough edges, lest you think that this is too good to be true.

      Price

      The buy-in price was $300 for me: $250 for the gun and $50 for the IR sensors. This is NOT cheap. You have to REALLY like light gun games to make this worthwhile.

      Games

      Most light gun games have short campaigns and can be somewhat player-antagonistic. A lot of them are/were arcade cabinets designed to eat your quarters, so they have a lot of cheap deaths built in.

      You get longevity out of them by playing them over and over and memorizing enemy patterns and levels, but this type of gaming doesn't speak to everyone, so be aware that if you're not ready for that kind of gaming, your very expensive light gun might become a very expensive paperweight sooner rather than later.

      Sensors

      The sensors aren't designed to come on and off of your TV, as you would have to recalibrate each time you moved them. As such, you have to be comfortable with the sensors being on your TV/monitor permanently.

      If I'm being honest though, I thought permanent sensors would bother me more than they actually do. They are noticeable, especially when the TV is off, but they quickly become "invisible" in the same way that you don't notice your TV legs or the company logo. And when the TV is on you're so focused on the content you don't see them at all unless you're looking for them.

      Lack of Portability

      Because of the hardware sensors, you can't really have a portable setup in the way that you could with a Sinden or as promised by the G'AIM'E. I'd love to take a light gun setup with me to friends' houses or when we have our nerd weekend meetups, but this simply isn't built for that sort of thing.

      Stray LEDs

      The gun is susceptible to catching stray LEDs, which can throw off your inputs. It features sensitivity settings you can change in hopes of having it ignore them, but in practice I had to cover up some lights from other sources with electrical tape.

      The most egregious one is that my bottom sensor sits right below the IR input for my TV, which I learned features a blinking LED that was messing up my accuracy. If I cover it up with electrical tape, I lose the ability to use a remote, so I have to take that piece of tape on and off depending on whether I'm shooting or using the TV for something else.

      Windows-only Configuration

      In order to calibrate the Gun4IR hardware, you have to use the included software that comes with the gun. This only runs on Windows (note: you could possibly get it running through WINE or something, but I didn't try this).

      Once you calibrate the gun, you save the configuration to the gun itself, and it'll work in other environments (like Batocera), but at present there's a Windows dependency for this kind of setup.

      Prebuilt Gun Quality

      The US prebuilts use actual Guncon and Guncon 2 casings. These, of course, haven't been produced in a long time, so you're getting an old, used controller.

      My Guncon2 has a spongy d-pad in which inputs sink in and don't return to neutral, making the d-pad unusable. This is likely an issue with my specific build rather than the Gun4IR platform as a whole, but it's worth noting that, if you're getting a pre-built, you might have some inevitable QC issues because they're being built in guns from 20 years ago.

      That said, the actual Gun4IR components are rock solid so far.

      Controller "Requirement"

      I had dreams of controlling Batocera using only my gun, but I ended up connecting a controller as well. In part this is because it's simply easier to do things with the controller, but it's also because Gun4IR can't be configured to allow chorded inputs for its buttons, which are necessary for tasks like exiting a game. This makes the setup a little clunkier, but it's not a dealbreaker by any means.

      Recoil

      The gun technically has "recoil" (which, from what I can gather, is just a powerful rumble). It requires an external power supply. I don't have a plug near where I connect my gun to the computer, so I haven't tested this. It's entirely optional though, and I don't feel like I'm losing out on anything by not having it.

      Accuracy

      While I'm impressed with the gun's accuracy, I do lose a little bit of accuracy when I'm deep in the corners of my screen.

      I haven't figured out a way around this, but it's mostly a non-issue. For one, many light gun games don't tend to put targets in the corners anyway, and, even better, most of the games I'm playing are in 4:3 anyway, so they don't even come close to the corners of my 16:9 screen in the first place

      Lenses

      The corner inaccuracy mentioned above might be because I'm using a fisheye lens for the gun. It came with it, though it's optional. The fisheye gives the gun a wider viewing angle, which lets it see the sensors well even when moving around and lets you get closer to the screen without losing accuracy.

      I tried calibrating the gun without using the lens but I would have had to stand so far away from my TV that it would have been comical. The fisheye lens lets me stand at what I would consider the "right" distance for playing.

      Finding Solutions

      Being a niche product, it can be hard to find solutions online when something isn't working. The Sinden, for all the setup it requires, has a LOT of online documentation and discussions about it.

      When looking for Gun4IR help, I inevitably ended up reading through stuff about the Sinden to see if it would help. There isn't a lot out there about Gun4IR specifically, so you're kind of on your own. There is a Gun4IR Discord though that might be helpful. From what I saw, the support on there is less about getting specific things running and more about people needing help with the DIY build processes.

      PCSX2

      While most systems "just worked", PCSX2 didn't. I have no idea if this is because of the gun, the emulator itself, Batocera, or something else entirely. Time Crisis 2 and 3 open with their own Guncon calibration screens, and I would get stuck on them. I could shoot, and the screen would flash and give me the gun sound, but it wouldn't ever calibrate and move forward.

      I initially got around this by disconnecting the gun and loading the game so that it didn't pull up the calibration screen. Then I made a save state past that screen that I could load with the gun already connected. However, when I did this, the accuracy was consistently off.

      I finally learned that you can map a button called "Calibration Shot" in the settings for the emulator. This is, for some reason, different from a regular shot? This now lets me pass the calibration screen and have accurate shooting.

      Also, one time during Time Crisis 3 the gun seemed to get stuck in the upper right quadrant of the screen. It would still shoot, but the shots didn't line up with where we were aiming. We restarted the emulator, and the issue went away and hasn't cropped up again.


      Conclusion

      I am quite fond of my Gun4IR so far. It works better than I hoped it would, and it's unlocked a type of gaming that I thought was extinct. (For some reason, light gun games have a different feel to me than VR shooting gallery games. Maybe it's just nostalgia, but I like them a lot more?)

      I would recommend it ONLY if you're someone who knows they're going to get their money's worth out of it and are also willing to put up with the mostly minimal tinkering required to get it working. I say mostly minimal because, no matter what gun you're using, you're still going to have to set up emulators and ROMs and whatnot. The configuration that is specific to Gun4IR is really just installing the sensors, using the calibration app, and making sure your gun isn't catching other LEDs.

      Compared to the G'AIM'E (which is a bit of a fool's errand at this point because that one's still theoretical while this one's here to kiss you in real life), Gun4IR doesn't offer the "plug and play" promise, but it also is compatible with far more games. If you're in the market for the G'AIM'E, however, it's probably worth waiting out that release to see how it fares (and whether people can get it working with more games besides the included ones).

      On the other hand, if you're like me and need some light gun fun NOW then I give the Gun4IR a pretty strong recommendation, with a secondary recommendation for Batocera. The two of them together are really great, and I'm delighted that I have hours upon hours of shooting games ahead of me.

      If anyone has any additional questions or wants me to test specific games/systems, let me know. I'm happy to report back and help in whatever way I can.

      27 votes
    18. Low-end Linux tablet recommendations

      I love reading but lately I've found myself having to sit in front of my 2k monitor to read PDFs because they're technical documents and render poorly on my Kindle, even with using various tools...

      I love reading but lately I've found myself having to sit in front of my 2k monitor to read PDFs because they're technical documents and render poorly on my Kindle, even with using various tools to optimize.

      I've been considering getting a tablet primarily for this purpose. My main requirement is that I really don't want Android or iOS devices, leaving me with either purpose built Linux tablets or Windows tablets that I can replace with Linux. I really don't need much -

      • Fast enough that there's no significant lag between page turns/scrolls
      • 8"+ screen size
      • Video watching isn't necessary but a nice bonus
      • Wifi isn't absolutely necessary as long as there is an easy way of getting files on the device (USB transfer, SD card, external adapter, etc)
      • SD card storage would be nice but I can also make due with just internal flash
      • Keyboard is also optional - I wouldn't mind being able to run an IDE and connect to my gitlab instance for some simple coding on the fly or SSH into my homelab
      • Cameras are largely unnecessary
      • Decent battery life or the ability to upgrade down the road
      • Looking for something around 500$ CAD (362-ish USD, 312€, 269£)

      I've been eyeing the PineTab2 as it meets most of the requirements but reviews seem to be mixed on its usability. So I thought I would ask here if anybody has had similar requirements and found something that works for them. Or if the PineTab2 software has significantly improved - this reddit post seems to indicate that it is in a decent state now.

      If nothing like this exists, I suppose I could settle for an Android device provided it can easily take a custom ROM and be de-googled. I would just prefer Linux as I know it quite well and I much prefer the freedom of it. I've also used a touch screen monitor with Plasma on my Arch laptop and been pleasantly surprised at the experience - the hardware is just a bit too clunky to reliably read with.

      24 votes
    19. I've always found the common approach that websites take to changing the email associated with an account iffy but I am not sure if I am wrong

      I have changed my email more than once, just as part of customizing my online identity and all that. and that obviously required me to login into any accounts I had and updating the email...

      I have changed my email more than once, just as part of customizing my online identity and all that.

      and that obviously required me to login into any accounts I had and updating the email associated with them.

      the most common workflow I have found is
      login -> navigate to settings page -> edit the email field to the new email -> go to the inbox for the new email -> click confirm on confirmation email

      then you can go to that website and do the forgot password, provide your email and change the password and get complete control.

      I have always found that workflow weird cause it's the most prevalent one I have come across and seems so susceptible to tampering.

      if someone leaves their laptop unattended for 3-4 minutes in public while visiting a bathroom (which happened often in the library of my university), there was nothing preventing me from going to their Facebook or whatever account they had open on their computer, changing the email to my own email and then clicking confirm on my inbox once I am back at my desk.

      and most people don't have 2FA so that would effectively give me control of their account.
      Hell, my university once had a potential data breach and they were 99.999% sure the data was not actually accessed by a malicious actor but still sent a mass email saying that they were advising everyone to change their passwords. a classmate of mine in the software systems program's attitude was basically "oh well, who cares?" and I just facepalmed internally.

      there are maybe 3 websites I have come across that instead first send a confirmation email to your current inbox and after you confirm on that, then you get a confirmation email on the new email inbox. which isn't perfect but I feel like it's a bit more sensical and the best you can do without involving 2FA.

      even then, that's also susceptible to the situation I described above if the user is always logged into their email.

      I find it odd that websites don't prompt for a password as part of the email update process (or better yet 2FA with an app as even prompting for a password isn't a guarantee if the user has the password manager as an extension in their browser and they recently unlocked it before leaving their session unattended) to ensure that email changes are always done by the account owner.

      16 votes
    20. Update: A murder mystery game in a castle in Ireland

      Back in January I was tasked by my brother in law to create a murder mystery parlor game during our family reunion in an Irish castle. Well we just got back last night, and it ended up being one...

      Back in January I was tasked by my brother in law to create a murder mystery parlor game during our family reunion in an Irish castle. Well we just got back last night, and it ended up being one of the most fun vacations of my life.

      This is a family of social over-achievers. Super engaged professionals and executives and teachers. A dozen of them would stay up every night drinking and laughing til 2am, sleep 5 hours, then do it all over again. I have trouble keeping up, so I'm glad the game I designed happened on one of the first nights. At first, the mastermind behind this whole trip only gave me 90 minutes for the middle of the day but he lost control of the schedule and I got my three hours in the dark as is proper for a game like this.

      All 21 players absolutely committed, bringing vintage costumes and props across the Atlantic for this one night. I created a deck of character cards for each of them, as well as a number of other special prop and event cards, and as they were all getting dressed I texted them their roles.

      This was the first hangup. The castle had very poor cell and wifi reception so the texts didn't go through. But all 22 of us had iPhones so I ended up AirDropping everyone's character and gave them personal, private notes. I wouldn't mention the tech glitch otherwise, but this absolutely changed my own strategy as the dead victim, Lord Reginald Springfield. I thought I would be in a kind of control room with my laptop receiving texts from the butler or others when they found certain props. But because they couldn't communicate like that, I had to shadow them through the rooms and sprint like the devil in anticipation of their next moves to certain parts of the castle and its grounds.

      Having never done this, and certainly not at this scale, I was surprised by several of their own strategies. At the outset, the butler convened (most of) the group and announced the reading of the will. Then the cops showed up to tell everyone the will was missing, Lord Springfield was poisoned and dead in bed, and that they were all suspects. The Inspector and Constable then began interviewing the subjects one by one.

      I'm aware that normal police procedure is to isolate suspects for interviews, specifically to compare notes and find the lies afterward. But I didn't think these two players were aware of that. Turned out I was wrong. Instead of interviewing everyone in front of each other, they squirreled each suspect away and gave them the business, taking copious notes that they shared with no one.

      Taking their own cues from this, when the suspects began making their own conjectures and discovering clues, they shared them with absolutely no one unless forced. It was perfect game theory. I just didn't expect these competitive bastards to be so very competitive. It was fantastic. The chaos agents played their parts beautifully, muddying the waters, and the spiritualists spent all their time trying to find all seven of their number to convene a seance. Once they did, I raced into my room and put on a long white nightgown and drew a kind of kabuki corpse makeup on my face. They were racing around in the courtyard outside in the last of the sun and I tap...tap...tapped on the window until one of them saw me, an apparition in a castle window. Classic imagery. She pointed and screamed.

      All seven spiritualists (except for the devilish Colonel, who only pretended to be one so he could eavesdrop on the seance) piled into the parlor and held hands. I started walking down the upstairs hall toward them moaning a very haunting melody line from an early Frank Zappa album over and over, then entered the parlor. They said their hair stood on end lol. I whispered my answers then disappeared and later, my widow Lady Eleanor found the burned note in the fireplace of that room.

      Tremendous dramatic moment here: That's the note that revealed I wrote them all out of the will and left the entire estate to Madame DuBois. But Eleanor of all people found it and you could see her internal torment. Then she turned away from them all and didn't share it. For nearly another hour they labored to puzzle out the clues while she acted out very well the utter destruction of her life. Absolutely choice stuff.

      The twist I had planned is that most of the clues pointed toward Vicar Atkinson and he himself only knew that he blacked out after an argument with the victim. So his card tells him that he is almost certainly guilty and if they accused him, to flee. The line of his card at the end is my personal favorite: But if they actually do accuse you, your only chance is to run. That Inspector is old and the Constable is a woman. How fast can she be? I don't think that Tyler (the vicar) knew that his west coast cousin Lena (Constable Wright) was a huge track star, 100 meters champion, crowned fastest girl in San Francisco two years in a row. I wanted to see her run his ass down like The Flash.

      But alas, the real murderer, Hanne (Ingrid) is from Hamburg, Germany and although her card told her she had poisoned the victim while leaving no clues, and that all she had to do was keep a poker face and she was in the clear, she simply couldn't do it. Asking a proper German hausfrau to lie to the police, even in a FUCKING GAME, was too stressful for her and she broke down and confessed the entire thing. I'd hoped to finish this neat and tidy Agatha Christie affair with an accusation and arrest of the vicar, delighted by the idea that justice was NOT served and the wrong man was convicted. Very post-modern take on the whole thing. Two days later I shared all my notes as planned and that was when I'd expected them to realize they'd let the real killer slip away... But never count on duplicity from a Teutonic mind.

      We took antique photos of everyone's insane costumes which I can't share for privacy. But they were perfect. It was an absolute smash hit, with people spending the rest of the week recounting the plots and sub-plots and attacking each other in character. The next night was a family trivia night. The following night was a filming of two musical scenes from Rocky Horror. The following night we rented a traditional Irish band and they gave us a concert in the 15th century hall. We took day trips to Dingle and Limerick and Cork and I hiked and biked and two days ago I was swimming in the Shannon River outside Killaloe.

      An excellent trip all around. Thanks for reading. Happy to answer any and all questions and yeah now I guess I have a side hustle as a murder mystery game designer if anyone needs me.

      32 votes
    21. I need advice, which laptop would you buy now?

      I would like to upgrade my aged 8 years old laptop and I'm completely undecided about which laptop to buy right now. I considered Apple Intel laptops terrible, bad thermals, overpriced,...

      I would like to upgrade my aged 8 years old laptop and I'm completely undecided about which laptop to buy right now.

      I considered Apple Intel laptops terrible, bad thermals, overpriced, unreliable, touch bar (uggg), I hated every second working on it, when the company I work for upgraded me with a M1, it was such a huge improvement from any laptop I have ever tried, absolutely no noise, incredibly performant and the longest battery life of any laptop by a lot.

      I still don't like the Apple ecosystem, and I would prefer to use Linux as my main OS, but I can't find anything that comes even closer for the price of a Mac Air, If I go with Framework I'll get a less performant machine with a way worse battery, I honestly don't think the premium on repairability is worth for me when I don't have any issues repairing more challenging laptops, at the end repairability will be how easy is to get new parts.

      ThinkPads have good reputation and repairability, but for what I see, the quality has gone down the drain in their latest models, and if I go with their premium models I get similar performance to Apple with worse battery, Dell has similar issues.

      Gaming laptops are not an option, I don't do any PC gaming and the size and aesthetics are a dealbreaker for me.

      The main issue seems to be that until ARM processors become better competitors to Apple, the battery life will be always the bottleneck, and I don't know how good the new Snapdragon X Elite compares right now.

      Besides web development, photography edition and video editing (4k), I don't do many demanding tasks, I'm more than fine with the performance of a M1 as the baseline.

      As an alternative, I'm thinking about getting a powerful desktop for the demanding tasks and a less powerful laptop with a good battery and screen, but ideally I would prefer a single machine.

      43 votes
    22. Just did my first tech repair!

      A while ago some of the keys on my Dell XPS laptop started working poorly, they were only registering the presses half of the time or if I pushed them really hard. I tried removing the keycaps and...

      A while ago some of the keys on my Dell XPS laptop started working poorly, they were only registering the presses half of the time or if I pushed them really hard. I tried removing the keycaps and cleaning the keys on the inside, but to no avail. Well, I thought, that means it's time to get a new laptop. So I was choosing the next laptop to get. One of the options I considered was the Framework laptop, which is supposed to be super repairable - I mean, if only I could just replace my laptop keyboard, I wouldn't have to buy a whole new laptop just because of a few broken keys!

      Then I thought about it again. I realized that a repairable laptop is only useful if you actually try to repair your laptop, which I've never done. So, I looked it up, and turns out Dell, while obviously not as easily repairable as Framework, has very well-detailed official service manuals as well!

      Two weeks of waiting for a Chinese copycat keyboard from AliExpress and three hours of work later, I finally have a fully working laptop! Turns out it isn't hard at all to replace a broken keyboard - but I'm still very proud of myself for doing it, mostly for even deciding to do it instead of just turning a fully functional laptop into e-waste as I would've done otherwise. I was also really surprised that Dell laptops are that easy to fix (though they don't officially sell replacement parts to consumers), since it's known to be a company that makes a ton of money on expensive support offerings.

      I don't really know what the lesson of this post is, I just wanted to share this small achievement with y'all.

      53 votes
    23. State of the art in local game streaming

      I’m wondering what software I should use to stream games from my desktop to my laptop. I’ve migrated from mostly using my desktop to mostly using my laptop in the last year. But my desktop has a...

      I’m wondering what software I should use to stream games from my desktop to my laptop. I’ve migrated from mostly using my desktop to mostly using my laptop in the last year. But my desktop has a substantially better GPU and I would love a convenient solution for streaming both Minecraft and Steam games to my Macbook. I’m personally not a fan of Steam’s client on MacOS as it is severely buggy for me. So any alternatives would be nice. I’d probably be happy with a low latency low compression full screen desktop mirroring app. But anything more targeted at games could be nice.

      Edit: I'm using the free version of Parsec and it seems pretty good.

      11 votes
    24. Audio is the weakest link of the linux desktop experience

      In the spirit of all the recent Linux posts, I feel like sharing my thoughts too. I've been using Fedora on my laptop for about ~1.5 years, and I've just began using Arch about 5 days ago. I moved...

      In the spirit of all the recent Linux posts, I feel like sharing my thoughts too. I've been using Fedora on my laptop for about ~1.5 years, and I've just began using Arch about 5 days ago. I moved to Arch because of all the Windows 11 shenanigans, and I really enjoyed the workflow of i3 on my laptop - the only thing I was unsure of was gaming. But I decided to take the dive anyway.

      I installed Arch using the wiki, and it truly felt awesome being able to choose what exactly you want in your system and what you don't. After following the guide, I installed a tiling manger (hyprland), waybar, and a launcher (wofi). It was much easier than I expected (granted I had experience with Linux), after hearing all the Arch boogeyman stories. Though I did accidentally break my system by foolishly doing a `sudo pacman -Rcns ....'. But my configs were still all there and I just had to install everything back, which did not take long at all.

      Everything just worked after installing, except for audio. My audio experience was bad, it was crackling and popping all the time. The Arch wiki didn't really have info on this problem, so I took to other avenues. I found a guide that said to change the 'quantums' for pipewire, to some values that I didn't really understand (nor want to tbh). But that fixed it for the most part!

      My next problem was discord not picking up on audio for certain applications at all - I narrowed it down to apps that were using ALSA as the backend. So, some apps like Plexamp and Firefox wouldn't get picked up by discord. I changed the backend of Firefox to ALSA due to a longstanding bug which resets the per-app volume level of Firefox every now and then. Setting the backend to ALSA is a workaround, but I didn't know it'd prevent discord from picking up audio. I can't find a solution except to revert to the normal backend - if anyone knows a fix the tech support would be welcome haha

      Also the different backends for audio (pipewire/pulseaudio/alsa) make it confusing at times. To me, this is a big hurdle to overcome before the "year of the linux desktop" ever becomes reality - I've had so many issues, even on my laptop. Other than that, the experience is really quite fantastic, the modularity and customization is nuts. I've had quite a bunch of fun tailoring my experience and creating scripts to make the system do exactly what I want.

      39 votes
    25. Anyone on Tildes tried Bazzite or similar Fedora Atomic distros?

      I have been planning to make the switch to Linux as a daily driver for a while and have researched many different distros. I have seen a lot of discussion online about Bazzite and other similar...

      I have been planning to make the switch to Linux as a daily driver for a while and have researched many different distros. I have seen a lot of discussion online about Bazzite and other similar distros based on Fedora Atomic. It sounds like it would be more stable, and less likely for you to accidentally break something, but installing software other than Flatpaks requires running it in some kind of container such as Distrobox. Some people say it's annoying, others say it's good since you mess up the container rather than your system.

      I have used SteamOS on Steam Deck, and notice that things have "just worked" more than what I have personally seen with "normal" distros on laptops or desktops. For example, I've never really had any issues installing things and running software on SteamOS, but someone I know using Mint has seen seemingly minor things cause massive glitches on their system, or they've run into strange difficulty just installing certain programs like Steam. Would one of these types of distros, especially Bazzite which specifically is trying to be like SteamOS, be closer to that Steam Deck experience?

      Has anyone here tried one of these distros and had any thoughts? Anything you loved, or was anything a deal breaker?

      13 votes
    26. Announcing the Tildes Backlog Burner event for May 2025: Shrink your unplayed games list this coming month!

      It's almost time... ...for another Tildes Backlog Burner -- the event where you try out games you've always wanted to play (but haven't yet -- for whatever reason). The Backlog Burner for May 2025...

      It's almost time...

      ...for another Tildes Backlog Burner -- the event where you try out games you've always wanted to play (but haven't yet -- for whatever reason).

      The Backlog Burner for May 2025 will officially begin in two days on May 1st.

      If you're new to the Backlog Burner, check out our previous events to get an idea of what's going on:


      Backlog Bingo is back and better than ever!

      New Category List

      In addition to Flux and Flow from the past, we've added a new list: Free!

      This one is dead simple: the letters of the alphabet, and nothing more. You have (nearly) complete freedom in how you fill your squares. For example, Half-Life could fill:

      • H for its title
      • G for Gordon Freeman
      • F for First-Person Shooter
      • X for "Xen is really kind of a letdown, isn't it?"

      The choice is entirely yours! Be as strict or as loose as you want to be with it.

      We also added nearly three dozen words to the popular Flow set from last time. Maybe you'll roll some of the new additions, like Sly, Maneuver, or Whimsy?

      New Site Features

      u/Wes, coding wizard that he is, has added some incredible new features to the site:

      • Seeded Cards: You can now roll the same exact card as someone else by providing the same seed. It's available on the Settings page (just make sure all other settings are the same as well).

      • Import/Export: Need to move your card from your desktop to your phone? And then to your laptop? And then back to your desktop? Use the new Import/Export feature to save your card and its progress and move it between devices as much as you want. (Note: this also doubles as a backup tool for anyone worried about losing their card!)

      • Behind the Scenes Polish: You won't be able to tell just by looking at the site but there's a lot of backend stuff that Wes spruced up. Better error handling, a custom schema and validator for the category files, proper SVG icons, better mobile responsiveness, etc.

      Truly, the site has never been better!

      If you participated last time, clear your old card and start fresh with a new one. If you're new to the event, simply go to the Backlog Bingo site to generate your card.


      Notification List

      If you are interested in participating in the Backlog Burner, please comment in this topic. Anyone commenting/replying here will automatically be added to a notification list for the Backlog Burner, unless you specify otherwise.


      Start Planning (or Playing)

      Technically the event starts in two days, so you have time to roll your cards (if you're playing Bingo) and plan out what you'd like to play for the month. That said, if you're eager to jump right in, and start early, I certainly won't stop you!

      Let's get ready to burn through these backlogs!


      Backlog Burner FAQ

      What exactly is the Backlog Burner?

      Your "backlog" is all those games you've been meaning to play or get around to, but never have yet. This event is an attempt to get us to collectively dig into that treasure trove of experiences, scratch some long-standing itches, and knock a few titles off our to-play lists.

      It runs every May and November. New discussion topics will go up once a week during those months.

      You do not need to sign up in advance -- the topics are open to all. If you would like to be included in the notification list, comment in this topic to be added.

      How do I participate?
      • Choose some games from your backlog and play them.
      • Then tell us about your experiences in the discussion thread for the week.

      That's it!

      Optionally: you can play Backlog Bingo which is a fun way of cutting down the choices you have to make and playing games you might not have normally selected on your own.

      Do I need to finish the games that I play?

      Nope! Not at all.

      There aren't really any requirements for the event so much as this is an incentive to get us to play games we've been avoiding starting up, for whatever reason. Play as much or as little as you like of a given game.

      Try out dozens for ten minutes each or dive into one for 40 hours. There's no wrong way to participate!

      Can I make multiple posts in the same topic?

      Yes! Each discussion thread stays live for a full week, so feel free to make multiple comments in the topic as you play different games. This isn't considered noise -- it's considered valuable participation in the event!


      Backlog Bingo FAQ

      Important: All data for your Backlog Bingo card is stored on your device, not the server. Clearing your browser data will delete your card. You can use the export feature to make backups or move your card between devices.

      I'm a returning player. How do I reset my previous card?

      If you've already created a card and wish to start over, click the Settings button in the header to access your card settings. Then click the Reset button, and confirm the prompt. This will irrevocably delete your present card, allowing you to start fresh.

      Where is my data stored?

      All data is stored by your browser in local storage. There are no accounts, and nothing is sent to the server, so it's privacy-friendly by design. This does mean that you are responsible for not deleting any browser data on wescook.ca, either manually or through automatic cleanups performed on browser close.

      Backlog Bingo is open-source, and licensed permissively under MIT.

      What is the difference between the "Standard" and "Golf" modes?

      In Standard Mode, each square on the bingo card corresponds with one single game. Duplicate games cannot be entered into different squares. A winning card would have a row of five different games that each filled in one square.

      In Golf Mode, duplicates are not only allowed -- they are encouraged! The purpose of Golf mode is to try to find a single game that will fill multiple categories at the same time. For example: Stardew Valley might fulfill You got it on sale, A solo-dev project, and Has romanceable characters all at the same time. A winning card would have all twenty five squares filled, but possibly only six or seven different games.

      What is the star space in the middle?

      That is the "wildcard" or "free space."

      In Standard Mode, there are no requirements to fill it. You can choose any game you want! Anything goes!

      In Golf Mode, it does not need to be filled. Because Golf is all about stacking up categories on a single game, any game used in Golf would fill it automatically, meaning it has no real function. As such, the square will be pre-filled for you if you play in Golf mode.

      The new Free list defaults to having this space turned off. Because you already have full freedom in how you fill the squares, having a free space is redundant (though if you miss it or just like the aesthetics, you can certainly turn it back on!).

      Can I create custom bingo categories for this, or other events?

      Absolutely! The Backlog Bingo app reads in simple JSON files which define the available categories. We've created a couple prebuilt lists for this event, but you're free to tweak our categories, or create completely new ones. You could even use them for books, anime, movies, recipes -- anything!

      If you are interested in learning more, you can find documentation on the wiki, and use an example JSON category file. You can also ask for help in the topic!

      26 votes
    27. [RESOLVED] Tech support request: my game stream is lagging every five minutes

      The Issue I'm streaming games from a desktop PC hardwired into my router (running Sunshine) to a laptop wirelessly (using Moonlight). It works beautifully. Except, every five minutes, the stream...

      The Issue

      I'm streaming games from a desktop PC hardwired into my router (running Sunshine) to a laptop wirelessly (using Moonlight). It works beautifully.

      Except, every five minutes, the stream chugs: my framerate drops precipitously, and Moonlight gives me a warning telling me I should lower my bitrate. This happens for only a few seconds, before it resolves and goes back to normal.

      I timed the interval between the chugs several times and got approximately 5:07 between each slowdown. It is remarkably consistent.

      Because it's so consistent, I assume there's some scheduled task or something running every five minutes that's causing it to chug. Dropping the bitrate makes the chugging less noticeable, but it still happens.


      Ruling Things Out

      I think it's safe to rule out the idea that it's my router or the host PC.

      I have a smaller 13" laptop that I used to stream to, and I just recently bought a 17" to replace it. The five-minute issue only happens on the 17", even with identical stream settings (same resolution, FPS, and bitrate).

      The computers are obviously different hardware, but they're also running two different linux distros.

      The 13" Laptop is running MX Linux 23.5 (KDE). This is the one that works.

      inxi -Fxz
      System:
        Kernel: 6.1.0-32-amd64 arch: x86_64 bits: 64 compiler: gcc v: 12.2.0
          Desktop: KDE Plasma v: 5.27.5 Distro: MX-23.5_KDE_x64 Libretto September 15
          2024 base: Debian GNU/Linux 12 (bookworm)
      Machine:
        Type: Laptop System: Dell product: Latitude 7370 v: N/A
          serial: <superuser required>
        Mobo: Dell model: 0XFY7T v: A00 serial: <superuser required> UEFI: Dell
          v: 1.28.3 date: 02/07/2022
      Battery:
        ID-1: BAT0 charge: 12.6 Wh (62.1%) condition: 20.3/34.0 Wh (59.6%)
          volts: 8.1 min: 7.6 model: SMP DELL WY7CG58 status: charging
      CPU:
        Info: dual core model: Intel Core m5-6Y57 bits: 64 type: MT MCP
          arch: Skylake rev: 3 cache: L1: 128 KiB L2: 512 KiB L3: 4 MiB
        Speed (MHz): avg: 2496 high: 2758 min/max: 400/2800 cores: 1: 2400 2: 2758
          3: 2400 4: 2429 bogomips: 11999
        Flags: avx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx
      Graphics:
        Device-1: Intel HD Graphics 515 vendor: Dell driver: i915 v: kernel
          arch: Gen-9 bus-ID: 00:02.0
        Device-2: Realtek Integrated_Webcam_HD type: USB driver: uvcvideo
          bus-ID: 1-9:5
        Display: x11 server: X.Org v: 1.21.1.7 with: Xwayland v: 22.1.9 driver: X:
          loaded: modesetting unloaded: fbdev,vesa dri: iris gpu: i915
          resolution: 1920x1080~60Hz
        API: OpenGL v: 4.6 Mesa 24.2.8-1mx23ahs renderer: Mesa Intel HD Graphics
          515 (SKL GT2) direct-render: Yes
      Audio:
        Device-1: Intel Sunrise Point-LP HD Audio vendor: Dell driver: snd_hda_intel
          v: kernel bus-ID: 00:1f.3
        API: ALSA v: k6.1.0-32-amd64 status: kernel-api
        Server-1: PipeWire v: 1.0.0 status: active
      Network:
        Device-1: Intel Wireless 8260 driver: iwlwifi v: kernel bus-ID: 6c:00.0
        IF: wlan0 state: up mac: <filter>
      Bluetooth:
        Device-1: Intel Bluetooth wireless interface type: USB driver: btusb v: 0.8
          bus-ID: 1-2:2
        Report: hciconfig ID: hci0 rfk-id: 1 state: up address: <filter> bt-v: 2.1
          lmp-v: 4.2
      RAID:
        Hardware-1: Intel 82801 Mobile SATA Controller [RAID mode] driver: ahci
          v: 3.0 bus-ID: 00:17.0
      Drives:
        Local Storage: total: 238.47 GiB used: 31.99 GiB (13.4%)
        ID-1: /dev/sda vendor: Toshiba model: KSG60ZMV256G M.2 2280 256GB
          size: 238.47 GiB
      Partition:
        ID-1: / size: 232.43 GiB used: 31.47 GiB (13.5%) fs: ext4 dev: /dev/dm-0
          mapped: luks-a8eaaa90-b4ba-4943-8c1d-ddace5892f40
        ID-2: /boot size: 973.4 MiB used: 524.1 MiB (53.8%) fs: ext4
          dev: /dev/sda2
        ID-3: /boot/efi size: 252 MiB used: 274 KiB (0.1%) fs: vfat dev: /dev/sda1
      Swap:
        ID-1: swap-1 type: file size: 3 GiB used: 3.8 MiB (0.1%) file: /swap/swap
      Sensors:
        System Temperatures: cpu: 80.0 C pch: 68.0 C mobo: 48.0 C
        Fan Speeds (RPM): N/A
      Info:
        Processes: 251 Uptime: 33m Memory: 7.65 GiB used: 3.56 GiB (46.6%)
        Init: SysVinit runlevel: 5 Compilers: gcc: 12.2.0 Packages: 2789 Shell: Bash
        v: 5.2.15 inxi: 3.3.26
      
      /etc/crontab
      17 *    * * *   root    cd / && run-parts --report /etc/cron.hourly
      25 6    * * *   root    test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.daily; }
      47 6    * * 7   root    test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.weekly; }
      52 6    1 * *   root    test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.monthly; }
      

      The 17" Laptop is running Linux Mint 22.1 (Cinnamon). This is the one that has the five minute chugs.

      inxi -Fxz
      System:
        Kernel: 6.8.0-58-generic arch: x86_64 bits: 64 compiler: gcc v: 13.3.0
        Desktop: Cinnamon v: 6.4.8 Distro: Linux Mint 22.1 Xia
          base: Ubuntu 24.04 noble
      Machine:
        Type: Laptop System: Dell product: Inspiron 7773 v: N/A
          serial: <superuser required>
        Mobo: Dell model: 0R58C3 v: A00 serial: <superuser required> UEFI: Dell
          v: 1.19.0 date: 12/15/2021
      Battery:
        ID-1: BAT0 charge: 34.9 Wh (97.5%) condition: 35.8/56.0 Wh (63.9%)
          volts: 16.0 min: 15.2 model: Samsung SDI DELL W7NKD7B status: discharging
      CPU:
        Info: quad core model: Intel Core i7-8550U bits: 64 type: MT MCP
          arch: Coffee Lake rev: A cache: L1: 256 KiB L2: 1024 KiB L3: 8 MiB
        Speed (MHz): avg: 658 high: 867 min/max: 400/4000 cores: 1: 400 2: 800
          3: 400 4: 400 5: 800 6: 800 7: 867 8: 800 bogomips: 31999
        Flags: avx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx
      Graphics:
        Device-1: Intel UHD Graphics 620 vendor: Dell driver: i915 v: kernel
          arch: Gen-9.5 bus-ID: 00:02.0
        Device-2: NVIDIA GP108M [GeForce MX150] vendor: Dell driver: nvidia
          v: 550.120 arch: Maxwell bus-ID: 01:00.0
        Device-3: Realtek Integrated_Webcam_HD driver: uvcvideo type: USB
          bus-ID: 1-5:2
        Display: x11 server: X.Org v: 21.1.11 with: Xwayland v: 23.2.6 driver: X:
          loaded: modesetting,nvidia unloaded: fbdev,nouveau,vesa dri: iris gpu: i915
          resolution: 1920x1080~60Hz
        API: EGL v: 1.5 drivers: iris,nvidia,swrast platforms:
          active: gbm,x11,surfaceless,device inactive: wayland,device-2
        API: OpenGL v: 4.6.0 compat-v: 4.5 vendor: intel mesa
          v: 24.2.8-1ubuntu1~24.04.1 glx-v: 1.4 direct-render: yes renderer: Mesa
          Intel UHD Graphics 620 (KBL GT2)
      Audio:
        Device-1: Intel Sunrise Point-LP HD Audio vendor: Dell driver: snd_hda_intel
          v: kernel bus-ID: 00:1f.3
        API: ALSA v: k6.8.0-58-generic status: kernel-api
        Server-1: PipeWire v: 1.0.5 status: active
      Network:
        Device-1: Intel Wireless 3165 driver: iwlwifi v: kernel bus-ID: 02:00.0
        IF: wlp2s0 state: up mac: <filter>
      Bluetooth:
        Device-1: Intel Bluetooth wireless interface driver: btusb v: 0.8 type: USB
          bus-ID: 1-7:3
        Report: hciconfig ID: hci0 rfk-id: 4 state: up address: <filter> bt-v: 4.2
          lmp-v: 8
      Drives:
        Local Storage: total: 238.47 GiB used: 36.5 GiB (15.3%)
        ID-1: /dev/nvme0n1 vendor: Samsung model: MZVLB256HBHQ-000H1
          size: 238.47 GiB temp: 25.9 C
      Partition:
        ID-1: / size: 229.63 GiB used: 36.21 GiB (15.8%) fs: ext4 dev: /dev/dm-1
          mapped: vgmint-root
        ID-2: /boot size: 1.61 GiB used: 291.7 MiB (17.7%) fs: ext4
          dev: /dev/nvme0n1p2
        ID-3: /boot/efi size: 511 MiB used: 6.1 MiB (1.2%) fs: vfat
          dev: /dev/nvme0n1p1
      Swap:
        ID-1: swap-1 type: partition size: 1.91 GiB used: 0 KiB (0.0%)
          dev: /dev/dm-2 mapped: vgmint-swap_1
      Sensors:
        System Temperatures: cpu: 30.0 C pch: 32.5 C mobo: N/A
        Fan Speeds (rpm): N/A
      Info:
        Memory: total: 16 GiB available: 15.36 GiB used: 1.82 GiB (11.9%)
        Processes: 338 Uptime: 2h 38m Init: systemd target: graphical (5)
        Packages: 1996 Compilers: gcc: 13.3.0 Shell: Bash v: 5.2.21 inxi: 3.3.34
      
      /etc/crontab
      17 *	* * *	root	cd / && run-parts --report /etc/cron.hourly
      25 6	* * *	root	test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.daily; }
      47 6	* * 7	root	test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.weekly; }
      52 6	1 * *	root	test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.monthly; }
      

      Help Request

      Anyone have any ideas for tracking down what might be causing this? I was going to just wipe the machine and replace Linux Mint with MX Linux to rule that out, but I figured I'd ask here before doing that, especially because it could be the hardware and not the distro that's causing the issue.

      20 votes
    28. Climbing the Skyfrost Nail (a piece about jury service, essay collections, and Genshin Impact)

      Having received a jury summons, and with my mental health being how it is, I recently took a bus to the nearby used bookstore. The rule of buying secondhand books is this: You must pretend, while...

      Having received a jury summons, and with my mental health being how it is, I recently took a bus to the nearby used bookstore. The rule of buying secondhand books is this: You must pretend, while in the store, that your phone doesn’t exist; you must not come in looking for anything in particular; you must let yourself be guided by the titles and covers and the blurbs alone. So I followed my nose over to the “poetry and art criticism” shelf of the store (which, I am convinced, is to blame for my poor performance at parties) and started browsing.

      There I found Critical Hits: Writers Playing Video Games and immediately developed a crush. Maybe it was the title, which seemed carefully engineered not to appeal to the general public. Or maybe it was the editor, Carmen Maria Machado, whose short story collection Her Body and Other Parties is a personal favourite. Either way, the anthology of nineteen pieces from nineteen authors about approximately nineteen games was in excellent condition, and had been marked down to eight dollars, so I added it to my little stack of purchases and wandered over to the checkout.

      Like all anthologies, Critical Hits varies widely in quality across its component essays (and one comic). It starts strong: its introduction is a delight, with some of the best footnotes I’ve ever enjoyed. Likewise its first essay, Elissa Washuta’s “I Struggled a Long Time with Surviving,” an exploration of her experience with The Last of Us, pandemic, and intractable illness was deeply impactful and genuinely changed how I looked at the game. But this is par for the course with anthologies (at least, well-compiled ones) which know to dazzle you off the bat with their best material, so that you’re willing to endure their worst. Here, in my estimation, the worst is Anders Morson’s “The Cocoon,” which cites Brian Tomasik (one of those insufferable San Fransisco Rationalists) to argue that, in aggregate, it’s unethical to kill video game NPCs. Morson then goes on to list every Aliens game ever released, for six pages, with dazzling insights like “Aliens: Colonial Marines for PS3 Xbox (2013) is definitely an Aliens-y FPS.”

      In aggregate, though, the anthology is more good than bad. Apart from “The Cocoon,” the worst essays here are mostly just mediocre, or meandering. And there are some true standouts here: Jamil Jan Kochai’s “Cathartic Warfare,” nat steele’s “I Was a Teenage Transgender Supersoldier.” And the reason I’m here, writing this essay of my own: Larissa Pham’s “Status Effect,” an exploration of depression, damage-over-time, and Genshin Impact.

      Released globally in 2020 for PC and mobile devices, Genshin Impact is an action-adventure game which sees players assemble a four-person team from its extensive cast of characters and then wander out into its expansive open world to complete monsters, open quests, and kill chests (something like that, anyway). A live-service game, Genshin has seen regular map expansions and a remarkably stable playerbase for the last five years, and, like WoW before it, has spawned a wave of copycats hoping to take a bite out of the aging titan’s colossal corpus. Larissa Pham and I would have started playing Genshin at around the same time – she describes becoming obsessed with the game in the winter of 2020-2021; I first launched the game in February of 2021, in the icy depths of the pandemic, shortly after failing to kill myself, as something to do while waiting for the hospital bills to pour in.

      In Status Effect, Pham recounts a minor controversy from the fall of 2021. Genshin’s meta had stagnated: a year into its lifespan, no one wanted to include healers on their team, when shielders were proactive and dodging was free. So the developers implemented a damage-over-time status effect called corrosion, inflicted by certain enemies and in certain phases of endgame content, which ignored shields and would wipe the whole team if not healed through. Genshin’s community was and is large enough that any kind of meta shift (however necessary) will spark outcry, controversy, and apocalypse prophets heralding doom (I was one of them: “What, am I just not supposed to use my Zhongli? No one’s gonna pull for fucking Kokomi”), but for Pham, that debuff gave her the language to think and speak about her depression more concretely.

      Genshin has never given me the language I needed to think or speak about anything. Frankly, I don’t think the game’s story, which is consistently a mediocre slog (with a few bright spots) is capable at this point of doing anything interesting or novel. Even in Pham’s case, Genshin’s “corrosion” debuff might have been fungible with any damage-over-time debuff in any game – Pham just happened to be playing Genshin at the time when she needed it. But even saying this, even speaking as someone who cares about a game’s story more than any other element, I think Genshin is a fantastic game, in at least one major aspect: its exploration and world design.

      Upon its announcement, Genshin was panned as “anime Breath of the Wild” a comparison enabled by its gliding and climbing and stamina meter and early-game monster designs and the shade of its grass. But cosmetic similarities aside, Genshin is actually doing something very different – very unique, I think. Genshin presents the player with an extremely large, colorful, and ever-expanding world, peppered with a truly mind-boggling amount of chests, environmental puzzles, and enemy camps. From any given point in the world, you can probably see several little leads to follow: a locked chest in a monster den; a blue faerie waiting to lead you to its court; a movement time trial; a floating elemental oculus. And once you pick one of those, and figure it out, you’ll once again be able to look around and see more chests to open, more stuff to collect, more things to do. So the world is incredibly dense with collectibles, but traversing it is surprisingly weighty. Climbing, gliding, running; all of these are either slow, or stamina-intensive, so you’ll move through the world at a light jog much of the time. This means that you can often see and plan a route to many different puzzle or collectibles before getting to them; it means that, instead of a constant stream of opening chests, each little dopamine hit is separated by a long breath, where you can appreciate the absolutely gorgeous world, and its stirring, melancholy music. And often, quests and puzzles and chests and collectibles will be laid out in a remarkably subtle web, designed to tug the player off the beaten path, towards some of the game’s most gorgeous sights, its most scenic vistas (of which there are plenty).

      So maybe in terms of its exploration philosophy Genshin is an open-world collect-a-thon, more similar to a Super Mario Odyssey than a Breath of the Wild. But really, it’s nothing like either game, or anything else I’ve played; so much could be said about the game’s combat, its world quests, its approach to rewards, the way the game’s levelling systems encourage diverse engagement with the open world. I’ll instead conclude with this: Genshin Impact has my favourite exploration experience of any game I’ve ever played, and nothing else really even comes close.

      Early in the game’s lifespan (December 2020), the developers added the new Dragonspine region: a frozen mountain, home to the bones of dragons and the ruins of an ancient civilization, introducing lethal new mechanics as a way to shake up exploration. Arguably a precursor to corrosion, while in Dragonspine, a status effect called “sheer cold” would accumulate and, once maxed, drain your health at such a high rate that no shielding or healing could keep up. Getting wet would accelerate cold accumulation; eating hot foods, lighting fires, or standing near heat sources would slow or reverse it. It encouraged a different playstyle; beyond keeping a fire character on your team, sheer cold also encouraged players to explore more deliberately; to stay close to heat sources and not stray too far from the path.

      In Dragonspine, the main plot involves restoring an ancient relic called the Skyfrost Nail – an enormous pillar, shattered. Beginning at a base camp at Dragonspine’s foot, you slowly ascend the mountain, fighting monsters, exploring ancient, sealed laboratories, and maybe getting distracted to grab a chest here or a crimson agate there. On the way up, you learn fragments of the story of the ancient civilization that dwelt on Dragonspine, before it froze over; you hear of their research in alchemy, and the celestial nail that was flung down by the gods – to stop their research, before they climbed too high? It was this nail that froze Dragonspine, and somehow corrupted it; it is this nail that you find in broken fragments at Dragonspine’s peak. Beset by truly diabolical monster encounters designed to freeze you fast and absolutely ruin your afternoon, you thaw these fragments and watch as they ascend, reforming the nail, the enormous pillar hanging high above Dragonspine, ready to fall once more. You can, at last, ride the wind currents all the way up to stand on the head of the nail, at what was at the time the highest point in all of Tevyat, to gaze at the world around. All the lands accessible: Liyue and its harbor; Mondstadt and its cathedral, and beyond them, those inaccessible, not yet implemented into the game, represent as abstract hills, mountain, and sea, rolling endlessly into the distant grey fog.

      It was February of 2021, and I had failed to die. Had been released from the hospital into the slushy, wet aftermath of a winter storm, with enough medication to last two more weeks and (though I didn’t know it at the time) enough debt to last through to this very day – if only because I stubbornly refuse to pay it. I returned to my on-campus apartment to discover that I had no heating, no power. Hot water, at least, for tea and baths and thin, meatless soups. According to the thermostat, my poorly-insulated home was hovering around 51°F, so I dragged my mattress off the bedframe, into the corner where it was warmer, sealed myself under a mountain of blankets, and opened my laptop.

      I had meant to start drafting emails to professors, to explain my weeks-long absence and ask for extensions, grace, and leniency (all would eventually give it, and I didn’t even have to use the s-word, or show the doctors’ notes I had so dutifully accumulated). But in that moment, my hands were shaking from the cold and the anxiety: the knowledge that my life could be ruined, my academic scholarship lost, if any of them declined. So instead, I opened the app store, downloaded Genshin Impact, and, after a couple days of sleepless, bloodshot gaming sessions, climbed the Skyfrost Nail in Dragonspine.

      Genshin might not have been capable of giving me the language to understand my experience with depression, dysphoria, and suicide, but it was certainly there when I needed it – the unique, frictional experience it provided offering a strange resonance with my own. And I kept playing it for a long time, perpetually enchanted by its world, its music, the waves of nostalgia and grief that would wash over me at the strangest times.

      In the summer of 2021, I wrote a poem, for a poetry class, which began with the lines, “The economy being how it is / Instead of finishing school / I took a job this autumn at the Indiana Dunes.” It was a narrative poem, the only type of poem I’ve ever been able to write. In it, the speaker wanders around on the sandy shores of Lake Michigan in the aftermath of a heavy storm, picking their way around shredded volleyball nets and desolate lounge chairs, all half-buried under wet, sandy drifts. They’re looking for their phone, probably hopelessly lost amidst the dunes, but in the end, climbing Mt. Baldy (a very tall dune; not actually a mountain), they find that what they were searching for was not actually their phone – was, instead, perspective. A broader view of the world’s beauty. “On a clear day, from there, you can see all the way to Chicago,” they think, before beginning the climb. But in the end, reaching the top, the day is not clear, so they are left to “feast [their] eyes on the endless expanse of grey water.”

      I must apologize for exposing you to my immature poetry, but the fact that I remember so many lines from that tiny, throwaway piece, from one of my least notable college classes, has always been suspicious to me. I suspect that it contains some sort of heartbreaking insight into my mindset at the time – a tragic longing for the picturesque (to quote a book I haven’t read). I played games where you climbed a mountain, wrote poems where the speaker climbed a dune; some nights, I walked a quarter mile to the parking garage near my apartment and climbed to the top level and leaned on the concrete railing and stared out through life-affirming chicken wire. I wanted to see in color, I suppose; to recapture the vividity of a world that I found increasingly exhausting, but mostly saw only greys: grey distance fog, grey water, and the grey existence of a college-town suburb, shining dully under the light-polluted grey sky.

      In November of 2022, Genshin Impact released its 3.2 update “Akasha Pulses, the Kalpa Flame Rises,” which didn’t add any new regions to the map. Instead, it contained the concluding act of the Sumeru region’s main story quest, where the player teams up with a god, a couple academics, a dancer and a cop to fight the evils of the censored internet. For Genshin, this quest (and its preceding acts) were well above par, featuring (among other strengths) actual themes, and a plot that went beyond its gnostic inspirations. So, sure, 3.2 was a timely, relatively compelling update. It was also the update where I quit playing Genshin Impact – for good, I thought. There is simply only so much exploration, questing and combat that can be done in the same world, structure and systems before a work of art overstays its welcome. It wasn’t with any malice that I quit Genshin – I had simply had enough, and that was that.

      My life had changed a great deal in the intervening period. I had finished college, moved cities, learned to cook, become a woman. Gotten a second dose of the COVID vaccine, the day before the move, and spent the entire ride to my new home feeling miserably ill because of it.

      Around the same time, Carmen Maria Machado and J. Robert Lennon, compilers for Critical Hits: Writers Playing Video Games would have been working on their collection. It’s a collection that lives in the shadow of COVID-19 – almost every piece here, you can detect the pandemic’s penumbra (if it isn’t explicitly mentioned). For a lot of people, the pandemic was isolating, lonely, cold. For writers, it might have been that too, but we are solitary creatures, and the thing it gave us was, most of all, time: to play games, to write or fail to write, to think, to spiral.

      Perhaps to counteract this spiral, Graywolf Press, a Minnesota-based not-for-profit publishing house, spent the pandemic hosting “cute mental health cocktail hours.” Lennon was there, Machado was there (my beloved Her Body and Other Parties was published by Graywolf) and it was there that Critical Hits was conceptualized.

      “What we wanted to do was have a really diverse group of writers to provide a very diverse perspective of gaming, by writing about games however they want. We sort of gave them free rein,” Machado says, in an interview she and Lennon gave to Dazed Digital. “It was wild how people were like, ‘Oh my God, yes!’ Everything that came in was so good and so interesting and so different. It was a really extraordinary group of artists who had so many things to say.”

      I don’t know how Larissa Pham, who wrote my favourite essay in the collection, first became attached to it. Shockingly, there aren’t that many interviews or monographs out there describing the creation process for Critical Hits: Writers Playing Video Games, a book with fewer than 500 ratings on Goodreads. Pham has written a smattering of fiction, nonfiction and creative nonfiction; essays, short stories, criticism. Avant-garde poetry, presented on an interactive github website. Kinky lesbian erotica. A cultural commentary about tradwives and baking. She also, at least for a while, played Genshin Impact, at the same time I and everyone else did. I am struck by the strange syzygy of our experiences. Pham graduated Yale; I went to a state school. She gets published; I post to Tildes. She teaches classes; I am constantly struck by how much I have to learn. But in the winter of 2020-2021, both of us, grappling with our respective illnesses, crossed paths with this game, and it was there for us when we needed it.

      In January of 2025, I bought and read Critical Hits: Writers Playing Video Games. In early February, instilled with a sense of nostalgia for a game I hadn’t touched in years, and tired of playing Shadow of the Erdtree (another game with excellent exploration of a very different kind) I downloaded the HoyoPlay launcher and, with it, Genshin Impact.

      Logging in, I was greeted with an embarrassment of little red exclamation marks, attached to almost every UI element, there to helpfully explain what I had missed, what was new, and all the crazy exciting retention-driving bonuses the game would give me to help me catch up. According to the huge new blank spaces on the map, I had many more regions to explore; according to the quest log, many more mediocre stories to sit through. According to my backpack, enough saved-up resources from before I had quit to immediately acquire and build the 5-star character Arlecchino, the only female character in the game – out of some sixty, now – who could plausibly be described as handsome (her vest buttons on the left). Perhaps I should have been overwhelmed. But sinking back into Genshin’s loop felt like coming home. Swimming through the new undersea regions, Fontaine and the Sea of Bygone Eras, offered a welcome twist to what was still a fundamentally fantastic exploration loop. Quests like “The Dirge of Bilquis” and “Masquerade of the Guilty” might not have been brilliant, but featured gorgeous locations, entertaining set pieces, and even an excellent VA performance or two.

      Apparently, I was coming back at a bad time. Shortly before I collected my Arlecchino, a new character had been released: Mavuika. I never got around to playing the quests where she was featured, but apparently she was poorly written and presented a real problem for Genshin’s balance. Mavuika, you see, has a magical motorbike that a). Doesn’t really fit with Genshin’s usual magitech aesthetics and b). Removes all discernible friction from exploration, with its ability to drive super fast, climb walls, ride on water, and even, for a short time, fly. I was slightly scandalized when I heard about her, frankly.

      “Sure,” I thought, “This doesn’t affect me, I’m never going to use her. But if a new player spends their limited resources to get Mavuika (a smart decision; she is, in addition to everything else, a very strong DPS, powercreeping Arlecchino) won’t that ruin the game for them? Won’t her ability to bypass all the exploration challenges in the game take away the one thing that makes it so special?” It felt like the game jumping the shark, releasing a broken character to make a quick buck at the expense of its long-term health. But truthfully, I was a tourist in Genshin this time, coming back to gawk at how it had changed after years of absence. I have no real stake in its balance. I don’t really recommend anyone play it. What happens to the meta and monetization of this game I once loved terribly is now water off a dyke’s back.

      Things that I used to get very up-in-arms about no longer really bother me. I’m sometimes unsure whether that’s a result of healing or hypernormalisation.

      I had jury duty at the Seattle Municipal Court that month, a boxy building downtown. Had to report in at nine in the morning, riding the bus, shaking slightly from the cold and the anxiety. Of course, it’s not yet illegal to be a transsexual in one of the most wonderfully LGBT-indifferent cities on the planet, but the current political climate lends itself to overthinking.

      Potential jurors are to report to the eleventh floor, to an airy, high-ceilinged, window-walled space crammed with chairs and tables and an attached kitchenette – the vending machines offering instruction on how to contact the county for reimbursement. We were to be paid twenty-five dollars per day (plus transit and food costs, if applicable). We were to watch informational videos, fill out cursory forms, and read quietly until called. It was all terribly adolescent, terribly bland. I found myself ruminating on the abstract sculpture pieces hanging from the ceiling, wondering whether their creators had intended them for this space, or whether they had been sentenced to hang here – as a punishment for reckless driving, maybe? What kind of cases even get tried in municipal court? Eventually, I went out onto the rooftop terrace, with only my coffee to protect me from the chilly, cloudy February weather.

      To the west, I could see out the Port of Seattle, its great cranes priestly in their red and white liveries, their still solemnity. A container ship lay still in the bay, making no progress to its destination. And nearer: a sliver of downtown. An empty pit, filled with the refuse of aborted construction, bags of trash, tiny blue dumpsters. Graffiti, content indiscernible. Brown brick buildings; a yellow taxi (!) threading between them. A whole city, half asleep, stirring amid the late morning fog. It started to rain, a miserable spitting drizzle, and I scurried inside to protect my book and my temperamental hair.

      This February, on my last day playing Genshin Impact, I received a DM from a random, low-level stranger named Quentin. “HELP!!” it said. I joined his world in co-op mode.

      Quentin was exploring Dragonspine. When I arrived, his shiny new (low-level) Mavuika was frozen solid by an ice mage, a couple steps away from drowning in a nearby pool, like my own characters had been four years ago. There are some challenges, it seems, that even the most broken character cannot bypass.

      Quentin and I summited Dragonspine together. I was shocked to discover that, even after four years, I still remembered the climb almost perfectly. Still remembered the jagged ruins; the wind currents; the terrifying monsters that had killed me over and over again. I hadn’t resorted to messaging strangers to defeat them, but it’s pretty common to do so – new players almost always struggle with Dragonspine. And so there I was, the helpful stranger this time, jogging forward, activating waypoints, lighting fires, killing chunky minibosses with a single unbuffed normal attack while Quentin stood behind me and put motivational stickers in the chat (stickers are the de facto mode of communication in Genshin co-op, as it’s never a surety that any two players will share a language). Quentin was there – why else? – to repair the skyfrost nail. Sure, his Mavuika could motorbike faster than my characters could climb, but still he slowed down so that we could make the ascent side-by-side. And when he seemed to struggle with the light puzzling involved in thawing the nail fragments, I sat my Arlecchino down next to important clues that he was missing and posted slightly stern stickers until he noticed.

      At the end of the cutscene where the pillar at last rises into the sky, Quentin and I climbed and ran and rode the wind currents up to stand on the head of the Skyfrost Nail. We couldn’t stay long; sheer cold accumulates fast up there, and neither Quentin nor I had brought a healer or a portable stove. But we still stayed, as long as we could, staring out over Teyvat.

      Over the course of over four years of updates, scenery that had once been indistinct rolling hills and sea, fading into fog, had been replaced by new regions, sprawling far beyond our view. Quentin and I could just make out, in the distance, the towering Inazuman mountains, crested by the blossoming sacred sakuras of the Grand Narukami Shrine. The curving tree-city from which sprouts the Sumeru Akadeymia. The baroque arches and elevated crystalline waterways of the Court of Fontaine. And more besides – landmarks I had explored, that Quentin might one day explore: a view onto the entire world with all its colors and its vistas, chests and quests and every artifice of gameplay erased by distance.

      Quentin teleported away to warmer pastures and I remained standing there, struck still and wordless, once again, by the syzygy.

      He and I will never interact again (shortly, he would say, “Thank you Father” – a title often used for Arlecchino – and then kick me from the world). But for that brief moment, our experiences came into alignment with Genshin Impact, across time and very possibly national borders. I know even less about Quentin than I do Larissa Pham, but he and I at the very least got to share that moment of awe and wonder at the top of the world. I wonder what it meant to him.

      In the prologue to Critical Hits, Carmen Maria Marchado writes about her experiences being introduced to new games by friends and partners: “As I keep writing I am struck… by the intimacy of the form; the way the experience of it is specific, even erotic. What did it mean to receive someone’s tutelage? To let yourself be watched? To open yourself up to new ways of understanding? To die over and over again?” Perhaps Critical Hits’ greatest strength, its most distinct quality as an art object, across almost every piece within, is that peculiar intimacy. To watch writers and critics open themselves up to games; then, through those games, open themselves up to you. In much the same way Quentin did by inviting me into his world, Pham and Villarreal and Adjei-Brenyah and Washuta and, yes, even Morson invite us into their worlds, show us how video games refracted their experiences to help them understand themselves with new vividity and clarity.

      I feel a little guilty to have, once again, dedicated so much time and mental energy to Genshin Impact, a game which arguably does not deserve it. While playing it this year, and since then, I have played Signalis and Lies of P and 1000xResist and (fellow gacha game) Reverse:1999, have read Borges and Dillard and Ian Reid – artists and works that are considerably more unified and artistically compelling than Genshin. But none of them hit me quite as hard as this 2020 open-world live-service Chinese gacha game; none came at just the right moment, to connect with my particular experiences, my past; to color my vision.

      My name didn't get called for jury duty, so at 3PM I rode the bus home (stopping briefly for bread and doughnuts at the bakery in order to earn the approval of the women I live with). Genshin Impact no longer lives on my computer. Once again, I got what I needed out of it, and then let it go. Having finished writing this piece, Critical Hits will be put on my bookshelf, probably never to be touched again. But as we move forward into an uncertain future, these small, impactful experiences, insignificant though they were, will continue to live with me. And if you read through this entire meandering essay, maybe some small fragment of them can live with you, too: proof of our shared essence, an invitation into my world.

      21 votes
    29. Travel tips?

      Hi everyone, I just came back from a trip - here are some interesting takeways I thought would be useful to share. Happy to hear from anyone about any other interesting ways to make your life...

      Hi everyone, I just came back from a trip - here are some interesting takeways I thought would be useful to share. Happy to hear from anyone about any other interesting ways to make your life better on the road.

      • Power: Bring a British power adapter head for airplane / train usage - often the North American style NEMA pins are very loose and this is a handy way of overcoming that problem. A very good solution is one of those power adapters for multiple countries with USBC and USBA ports in addition to being able to plug in. It was amazing on the flight to charge multiple devices at the same time.
      • Power: Modern power banks can deliver 100W and hold around 28K mAH (weird power unit, I know...) - even with a laptop you can last all day
      • Trusted Traveller Programs: Everyone knows about Global Entry, but a lesser known one is ABTC for Asia - saved me hours of waiting in line. I'm curious if there are any other good ones.
      • Networking: A little mini travel router is really useful to auto-connect all of your devices and allows you to use smart home devices. A little finicky in terms of setup so it requires some level of networking knowledge (e.g., MAC cloning). You can bring your own casting devices and take over the TV. You can also use it to share wifi on an airplane but I found it too clunky to want to do this often when flying economy.
      • Networking: Bring an ethernet cable and if your laptop doesn't have one, a dongle. Some hotels will have a more reliable eth connection.
      • TVs: Some TVs are set in a "hospitality mode" and have HDMI ports disabled.
      • Organization: Numbering all of your interal compartments with little tags so that you can make sure you have everything by just running through the numbers - this time, I left behind one bag by accident.
      • Finances: A Wise prepaid credit card is very convenient re: paying in local currency.
      • Transportation: Consider getting a transponder for whatever local toll system is in place. In the US my research indicates that the best one is the UNI from Central Florida Expressway.
      • Transportation: Always have an international driver's permit (IDP) - I forgot to get one ready and couldn't rent a car.
      • Passport: Lots of places surprisingly required the physical passport for things like tax free rebates, etc. Important to carry on person in a secure pocket.
      • Laundry: Surprisingly, many budget hotels come with either coin laundry or laundry machines, and many AirBnbs have ensuite laundry. It's good to book one in the middle of the trip on purpose to wash your clothes. The fancy hotels had very expensive laundry service $5 per piece of underwear...
      • Hotels: Travelling in Asia, I became a fan of the local hotel chains (especially Dormy Inn). Booking cancellable reservations also gave me flexibility to modify my travel plans.
      15 votes
    30. Looking for games you can play on a laptop with a trackpad

      Sometimes my girlfriend commandeers my desktop to play games like Fallout 4 (which she discovered after the Fallout TV series last year) and sometimes I’ll go on my laptop while she does that. I...

      Sometimes my girlfriend commandeers my desktop to play games like Fallout 4 (which she discovered after the Fallout TV series last year) and sometimes I’ll go on my laptop while she does that. I usually like to program when I’m on my laptop then but I’m looking for suggestions for games to play that don’t need a mouse or much graphical power. Is Dwarf Fortress something I should try?

      18 votes
    31. Steam Deck low battery health (% of original capacity) and formatting

      I believe a few of us have Steam Decks, thus I wanted to do this kinda public announcement. TL;DR If your Steam Deck reports low battery health (low % of original capacity) drain the battery until...

      I believe a few of us have Steam Decks, thus I wanted to do this kinda public announcement.

      TL;DR

      • If your Steam Deck reports low battery health (low % of original capacity) drain the battery until it shuts down and then fully charge and check again
      • Use your Steam Deck until it shuts down from time to time (say once every 6 months?) to keep your battery level indicator (and remaining time) precise

      Long version

      I have my Steam Deck since May 2022 and I put certainly over 1000 hours in gaming on it. I would believe if it was even approaching 2000 hours.

      Lately I played demanding game and battery was discharging rather fast with remaining time on full charge being under 1:30 hours, which I wasn't used to just a few months ago when it lasted over 2 hours even in demanding games (I limit to 30 fps and I also limit TDP/power). This weekend I jumped into desktop mode and checked the battery life which showed me what I feared - 65% of original capacity.

      I went on iFixit page and the price for new one is hefty 95€, but since Steam Deck got me so much enjoyment, I was ready to pay for it - if it was in stock, that is. I'm glad it wasn't!

      Since I have a bit of electronics and software background (hobby level), I realized that the charging chip (or whatever keeps the info about state of charge) was running since day 1 on relative data. What I mean: I have never discharged my Steam Deck lower than 10% and most of the times charging anywhere between 30-80%. And since the charging chip likely measures last fully charged capacity (and thus battery health) based on, well, how much it was charged and discharged all over again, it probably skewed its measurements in those three years.

      So I went on a "quest" to play until dead. And I was surprised when Steam Deck reached 3% battery and kept running for another hour (ligthweight game) until it was finally dead. Then I fully charged it and voila - battery health 90%!

      I have already said how it likely happened, but once more and in short: the charging chip needs to reach both limits, 0% and 100% of battery, from time to time = You have to let it drain fully here and there if you want your battery level indicator (and remaining time) to be precise or if you want to get the real state of your battery.

      A bit offtopic: I've had laptop that had 50% of original capacity. I have changed the battery cells inside the battery and let it fully discharge and charge again but the vendor locked the chip from "learning" the real capacity making the new cells useless because the chip still reported 50% thus telling me when I booted it up that the battery has to be changed and also telling me non-relevant remaining time based on this 50% battery health... I'm glad that Steam Deck is capable of re-learning this data and not playing dumb.

      27 votes
    32. Artificial incompatibility - a rant (Dell notebook)

      As per title this is inspired by my recent problems with a Latitude 7320 notebook. I can't use my desktop right now and so wanted some cheaper nb for normal usage and eventually settled on this...

      As per title this is inspired by my recent problems with a Latitude 7320 notebook.

      I can't use my desktop right now and so wanted some cheaper nb for normal usage and eventually settled on this model due to being able to get it at an acceptable ratio of price to age and seeing it as compatible on Ubuntu, not noticing the disclaimer until later.

      The problems started right after installing Fedora KDE - the nb was running at absolutely abysmal performance and this problem affects several models.

      Running passmark I've got above 2000 on cpu, on Windows I had 11000. The cpu was throttling to 1500Mhz and lower for no reason. Switching a BIOS setting of power management to "ultra performance" got me to twice the score.

      Eventually using throttled from github for various Lenovo and Dell models and thermald I was able to get to twice that again, still a fifth less than on Windows. Also the repo has potential of security concerns due to how it works, also potential to just stop working due to them later.

      Mainly I'm posting this to just say that there is zero legitimate technical reason why this should happen, it works on Windows and on Dell tampered Ubuntu images. The hw is fine but for some reason someone somewhere decided to artificially limit the hw for whatever reason.

      Right now I am still indecided if I should write off the several hours I've spent on this and return the machine to play the dice with some other model.

      Edit 5.4.: it turns out I was not using the throttled package correctly and now have roughly equivalent performace in Linux as in Windows up from the 4/5 or so after all the other workarounds. All of the points still apply though. I also heartily recommend s-tui as a nice utility for cpu monitoring and stress test.

      14 votes
    33. What is the optimal way to convert an RPG book to a text format?

      An RPG book is a book containing the rules and setting for a tabletop RPG game. Like Dungeons and Dragons 5th Edition, Worlds Without Number, Star Trek Adventures, etc. The fact that they are...

      An RPG book is a book containing the rules and setting for a tabletop RPG game. Like Dungeons and Dragons 5th Edition, Worlds Without Number, Star Trek Adventures, etc.


      The fact that they are rarely in text format always puts me off reading RPG books. I don't want to diminish the importance of art, but importing printed RPG books is prohibitively expensive, and reading huge PDFs on a laptop is not a good experience for me.

      I also find it unpleasant to navigate the complicated design of these books. They're distracting.

      I have a 6.8" Kindle Paperwhite but reading RPG PDFs on it is awful. RPG books have lots of art and complicated layouts. Unfortunately, there doesn't seem to be an easy way to make an RPG into text. I was seriously considering just copying the text and converting it to markdown myself (it doesn't need to be markdown, just something that I can convert into a format my Kindle understands) when I remembered chatGPT.

      Copying the text and asking GPT to make it into markdown worked okay, but it missed the tables. Sending an image of a page worked pretty well, so I think AI is the way here. But I am not a GPT subscriber and I bet I'll hit a limit at some point. Also, instead of sending pages individually, I would prefer to send the PDF and get the result in text. Even if there were limitations (like only 10 pages in one go), it would be an improvement.

      In any case, using chatGPT will be much better than doing it by hand. But is there an AI or other kind of PDF service that is better suited for that task, so I can reduce the amount of manual input?

      11 votes
    34. [SOLVED] Is there an easy way to tell if a laptop has USB-C charging?

      Background: I've been using a 9-year-old 13.3 inch Dell Latitude 7370 laptop running MX Linux to stream games via Moonlight from a beefier desktop machine. It is SO good and works flawlessly. My...

      Background:

      I've been using a 9-year-old 13.3 inch Dell Latitude 7370 laptop running MX Linux to stream games via Moonlight from a beefier desktop machine. It is SO good and works flawlessly. My only complaint is the smaller screen size.

      I would like to upgrade to a larger computer, and given that the computer will literally only be used for streaming games, it doesn't need to have great stats. I'm looking at used/refurbished models -- both for price and because buying something new feels like complete overkill for my needs.

      My only requirements are:

      • 17 inch screen
      • USB-C charging

      That's it! I'm assuming that literally anything I can get with that will work for what I need given that my small, decade-old laptop is already doing the same job perfectly. USB-C charging is a must-have for me. I already have USB-C power cords in all the places I plan on using it, and I don't want to have to use a separate charger for it.


      My Situation:

      Because I'm searching for used/refurbished models, I'm limited to what's available rather than going for any specific model of computer. I can easily find listings for computers with 17 inch screens. What I can't find easily is whether or not they support USB-C charging. Most sites don't have a filter for that, and a lot of the listings don't specify the type of charger used and just list "AC adapter" (or don't mention it at all). Many sites don't have pictures of the ports, or the pictures they do have are stock photos that aren't of the exact model.

      Is there some easy way to find these that I'm missing? Some keyword, or a site that does have a filter for that, or brand knowledge that can point me in the right direction?

      Also, if anyone has any recommended sites for used/refurbished laptops, let me know. I have had success with Backmarket for used tech before, but I'm open to recommendations.

      19 votes
    35. Can you repair coil zipper without replacing the entire zipper?

      Hi [insert tiles demonym here]! I have an LTT backpack, and the zipper is wearing out. The other zipper already broke, which LTT paid to repair under warranty. This ended up being quite a...

      Hi [insert tiles demonym here]!

      I have an LTT backpack, and the zipper is wearing out. The other zipper already broke, which LTT paid to repair under warranty. This ended up being quite a headache, because the repair shop couldn’t find an equivalent zipper anywhere in the EU for shipping (located in France). I eventually found a company in the UK that did custom orders, but the taxes and shipping to France was expensive. The warranty paid for it, but I won’t be using the warranty for the other zipper repair (it’s already an extremely generous warranty, and the damage should absolutely have been classified as normal wear and tear, so I don’t want to take advantage of it again.

      Anyway, the zipper for the laptop pouch is showing the exact same signs of wear. I asked the shop if they could repair this one too, and they said no, because the pouch is too narrow to get their sewing machine into. So I can source a zipper, but I would have to hand sew it into the backpack. I feel like I am capable of this, I just don’t really want to do it. I think their might be a way to reinforce it without replacing the entire zipper. I haven’t been able to find any info online about my theory, so I wanted to see if you all had any insight.

      The important part of the post:

      This zipper is a plastic coil zipper from YKK. They have a continuous coil that is sewn into the tape with thread. The top surface of this thread is ruined by the slider when you zip. This thread is starting to abrade. The other zipper abraded fully in a spot, and the coil separated from the tape.

      Here is my theory. If I get a very strong and relatively thin thread, I can hand sew through the coil to replace / reinforce the factory thread.

      Has anyone done anything like this before? Any tips, or things to watch out for? Will this change or ruin the smoothness of the slider when zipping?

      9 votes
    36. Chromecast alternatives

      Gen 2 Chromecast devices all got struck by a certificate issue today, which is a firm reminder that they are another thing in my house that I don't actually control. They are also one of the very...

      Gen 2 Chromecast devices all got struck by a certificate issue today, which is a firm reminder that they are another thing in my house that I don't actually control. They are also one of the very few google things that I still use.

      I want to kill both of those points.

      Fire Sticks, Roku whatevers, Chromecast, they all have to phone home to some central server to authenticate and feed information. I don't want that. I have servers, I have raspberry pis, I have like 6 random old laptops that need a use.

      Is there any self hosted project that emulates the functionality of a Chromecast?

      25 votes
    37. Seeking suggestions for Windows virtual desktop (for Photoshop schoolwork)

      Hi Tildes community, I'm seeking your suggestions for spinning up Windows virtual desktop. Allow me to set the context... My offspring is in second semester of their first year of university, and...

      Hi Tildes community,
      I'm seeking your suggestions for spinning up Windows virtual desktop.
      Allow me to set the context...
      My offspring is in second semester of their first year of university, and needs to use Adobe Photoshop for one of their classes this semester. They don't use a regular laptop, and have been doing quite well at uni. with their beefy Ipad. While they have used photoshop so far on their ipad, there are some growing pains. Of course, they have access to super beefy desktop Apple Macs at their school's computer lab, but its a pain to get usage of them for a few reasons. At home, all my machines are linux except for my partner's which is an old clunker Windows laptop - which i am in progress of migrating themn away from that Windows machine towards linux laptop...Hence, I don't really have a solid, modern enough machine for my offspring to load Photoshop onto.

      Then, I thought, hey, maybe i can spin up some Windows virtual desktop somewhere for my offspring to use photoshop on...Its only needed for about 10 or 12 weeks remaining this semester...and they only need to use it once per week for each week's assignments. I feel like as long as the virtual windows machine is beefy enough to suppoort photoshop workloads, it can get them through the semester...and then in summer i can decide if I need to buy them an actual laptop (like an Apple laptop, etc.).

      So, may i ask of you dear Tildes community members...Does my approach make sense (of trying to use a windows virt. desktop)? And, if so, are there any recommendations for which provider to use, and how to spin these up? Like, should i try something via AWS or Google Cloud or Azure? Or, should i not even consider this virtual windows approach? I'm open to hearing any/a ll recommendations. If you have links to share for me to research, or if you actually wrote your own blog post on similar topic for example, i'd love to hear it! Thanks in advance!!

      Edit: 2025-02-24 UPDATE: Wanted to update folks on where i am on this...After reviewing these comments, researching some more both online and offline, etc...I arrived at the decision of biting the bullet and just buying my kid an Apple Macbook laptop. I want to thank you all for all your greet feedback and suggestions! Thanks so much Tildes community!!!

      15 votes
    38. Uses for retired 2009 MacBook Pro? [Specifically, when I already own an RPi4]

      Its screen and touchpad work as well as they always have, even though it's largely been gathering dust beneath my desk for the past two years. It's obsolete and too slow for modern (read: under 7...

      Its screen and touchpad work as well as they always have, even though it's largely been gathering dust beneath my desk for the past two years. It's obsolete and too slow for modern (read: under 7 years old) macOS, but it's not broken.

      I could install Linux and set up a server, but my Pi has already filled that role.


      This topic came to mind because a friend sent two truly broken laptops—including a MBP of similar vintage to the one discussed here—home with me to send to electronics recycling. Kicking about for other opinions before I add this computer to the pile.

      19 votes
    39. I hate the new internet. I hate the new tech world. I hate it all. I want out, and I can't be the only one.

      I think most people would agree that the internet and technology in general have absolutely gone to shit over the past decade or so. There is no corner of the internet nor of the software world...

      I think most people would agree that the internet and technology in general have absolutely gone to shit over the past decade or so. There is no corner of the internet nor of the software world that hasn't been affected by enshittification. Everything exists to serve you ads. Everyone wants to extract as much money from you as possible. Every website is in a race for the bottom as they try to find the lowest effort content that makes them the most money. Every piece of software is pushed out half-baked and/or stripped down to the bare minimum with the rest paywalled or with the devs pinky promising to fix it 5 updates down the road.

      Every social medium is just bots. The front page of Reddit is easily 35% easily detectable bots at least and who knows what the rest is comprised of. And it's probably the one that's doing the best at the moment, Facebook, Twitter, Instagram, Tiktok, all of them are just bots and propaganda and engagement farming the whole way down. And the worst thing is, they're complicit. Hell, they're actively encouraging it and trying to find ways to make it worse. And I have no doubt Reddit will bend the knee soon enough too (they just banned /r/whitepeopletwitter because Musk made a tweet critical of the sub).

      There's probably some element of rose-tinted glasses here, but the old internet was just so much better looking back. Like, early 2000's to maybe 2012, 2013 or so, that was the peak. No colossal data harvesting schemes feeding into algorithms designed to keep you engaged on their site 24/7 for the purpose of shilling you advertisements and selling your data, no mass propaganda, no Dead Internet Theory (which can hardly be considered a theory anymore). Yeah there was shit content, there was tons of it, but I can deal with shit content and petty forum drama and whatnot; what I can't deal with is all the multi-billion dollar corporations trying to shape the entire landscape of the Web into the perfectly minmaxxed cash-generating machine that does as little as possible for as much data and advertising as possible.

      Modern software isn't much better. Windows and MacOS are filled with anti-user features, telemetry you just can't turn off, Windows will often just install shit on your computer without telling you. They turn your computer into a walled garden, where you can do what you want as long as you play by their rules, but without giving you any real control over what your computer does. Yeah you can delete system files and brick your laptop if you feel like it, but anyone who's ever tried to permanently disable Windows updates will know that in the end you're not the one calling the shots: Microsoft are. And... Like, that's insane, right? It's running on my fucking computer, it's my CPU doing the work, I want to know what the hell it's doing and not just the parts it lets me see, and if I want it to do something different then I should be able to make it so.

      I hate it all. I'm tired. I want out.


      These are my problems. Here's what I've done about it so far.

      • Obsessive privacy on the web. No Google services. Firefox with as much telemetry turned off as possible. Protonmail and ProtonVPN for everything (and I'm considering getting out of those too with the pro-Trump stances they've been taking recently). As minimal an online footprint as I can get, I make as few accounts as possible and I don't use shared or even slightly related usernames (my username here is an exception as it's my Reddit username, and no, it's not my real name), I delete accounts whenever I can and I GDPR request the services afterward. Virtual cards for online payments as much as possible. Will probably make a Javascript whitelist at some point too. Is all of this overkill? Yes. Why do I bother? Because fuck them.

      • As little social media presence as possible. Real life necessitates some amount of social media interaction of course, I have Facebook and Instagram but use them exclusively for messaging. I often see people excluding Reddit from social media but I don't fully agree, even if it's not exactly in the category it still targets a lot of the same psychological weak points in us, encouraging doom scrolling and shaping our opinions through echo chambers and propaganda (it's always important to remember that echo chambers and propaganda you agree with are still echo chambers and propaganda). I still use Reddit admittedly, but I've tried to minimise my usage as much as possible and I'm shopping for alternatives.

      • Free and Open Source software as much as possible. I'm all in on GNU these days. Yes, it's a massive pain in the ass. My job unfortunately requires some Windows-only software so I'm running a dual partition but I'm trying to get as much of my computer usage onto Linux as possible (I use Arch btw). Like I said above, it's my computer, if I can't control what it's computing then it stops being my computer, it's at best shared between me and all the developers of the proprietary software I have installed on it.


      That's my rant. It's been a long time coming.

      There are still things I'm looking to change, especially with how I use the internet. Getting rid of Reddit is the next big step for me, I think. I just can't be bothered with it anymore, but there is still something about it that I love, every time I look through a small niche topic community, or an interesting new hobby sub I've never seen before with years of cool posts for me to go through. And yeah, I do still enjoy browsing through /r/all even when it's 80% shit and objectively bad for my mental health. But at this point the overwhelming mass of utter shit is just not worth digging through anymore. I'm tired.

      Tildes is really cool. It reminds me of the old internet, the ideal usage of the Web. I open the site, I see a link to an interesting article, I read it, I give it a like, I read and/or contribute to the discussion in a comments section. I want more of this.

      If anyone has any links to cool sites that I should check out I'd greatly appreciate it.

      165 votes
    40. Apple Intelligence doesn't work the way I want it to

      Recently I did an update on my Macbook and it started showing alerts about Apple Intelligence. I've heard a little bit of marketing about this but I haven't really spent any time trying to figure...

      Recently I did an update on my Macbook and it started showing alerts about Apple Intelligence. I've heard a little bit of marketing about this but I haven't really spent any time trying to figure out if it is just hype. Well, I've tried it a few times and I'm completely underwhelmed.
      One of marketed features is that Siri is much improved. That would be nice, I thought, because there are only a few use cases like "Set an Alarm" where Siri could ever do anything besides a google search.

      So there are two times recently I tried to use this improved Siri to solve a problem. My background using AI: I use Copilot at work. I get mixed results for it, but it does use my local context (open files etc) and is able to ask follow up questions if my prompt is too vague.

      First Use Case: I want to solve a technical problem on my laptop

      • My Prompt: "Can you help me fix Discord so that audio is shared when I share a video stream"
      • My Expectation: Maybe an AI summary of the cause of the issue. Maybe open up system settings or open up Discord or give an explanation of why this is a technical problem on Macs.
      • Actual Siri Response: Does an internet search and shows some links. Essentially just did a google search which I could have done by typing the same prompt in a browser.

      Second Use case: I want help finding a file on my laptop

      In this case, I made a summary of my finances on my laptop a few months ago. I can't remember what I named the file or what kind of file it was. Maybe a spreadsheet? I know it was on my local computer.

      • My 1st Prompt: Can you help me find a specific file on my computer
      • My Expectation: Maybe some follow up questions where it asks me for a date range or something that is inside the file. Yes, I know that I can do this in Finder but I want Apple Intelligence to save me a few minutes.
      • Siri: Shows the result of a web search on how to find files on a computer. The first few results are for Microsoft Windows
      • 2nd Prompt: Can you help me find a specific file on my mac
      • Siri: Tells me to use Command-space and use the search

      In both cases, Siri just acted like a shortcut to a google search. It didn't even recognize that I was asking the question on a Mac. This is same as Siri has always been. I assume that it can still figure out to set a timer and do a few things, but it doesn't seem to be working in a way I would expect an AI to work at all.

      28 votes
    41. Rant: Problems with UPS delivery going on for weeks now

      This is going to be a rant with a question at the end, asking how to end this infinite loop of nondelivery? So my friend bought a new laptop from Lenovo back in December. It was supposed to be...

      This is going to be a rant with a question at the end, asking how to end this infinite loop of nondelivery?

      So my friend bought a new laptop from Lenovo back in December. It was supposed to be delivered by UPS but of course they were going to attempt to deliver it while my friend is at work.

      He attempted to have it delivered to a relay point and the website agreed to this. The relay point never received it. When we called customer support, they said they can’t deliver it to a relay point. Despite the site letting us reprogram it to one.

      Next, I chatted with Lenovo and they were like the agent cannot talk to UPS directly. There is an internal department that handles this, according to them. It will take three to five days for the investigation. No news after five days.

      We called UPS again and they said they would deliver it on Monday. And then eventually on Wednesday before 1PM. My friend took half day off in the morning for this. The delivery guy called my friend at 3PM to deliver it. He asked to reprogram it to Friday. The deliveryman agreed. And now we are waiting.

      If this package still doesn’t arrive, two weeks later, I am going to lose my mind!

      This is even the abridged version. There was one point where the customer service person told us to go get it at the relay point when the website clearly said it wasn’t there.

      I don’t understand how delivery companies like UPS fuck this up and insist on delivering during the workday.

      What or how do you manage this endless circus of customer service representatives not being accountable for contradictions? Has someone cracked the code and figured out how to get it delivered at a proper time?

      14 votes
    42. Cherry MX 10.0N mechanical keyboard - A non-enthusiast's thoughts after one month

      So bit more than one month ago my very old Microsoft Sidewinder X4 keyboard broke the membrane on the 'A' key, meaning it was effectively kaput. I decided that I wanted to try a mechanical. The...

      So bit more than one month ago my very old Microsoft Sidewinder X4 keyboard broke the membrane on the 'A' key, meaning it was effectively kaput. I decided that I wanted to try a mechanical.

      The Search

      My use-cases are as follows, in the order of importance:

      1. Gaming
      2. Programming
      3. General typing

      These were the first requirements I settled on, based on my limited knowledge of mechanical keyboards:

      • ISO nordic layout
      • Full size: Because I make heavy use of both numpad and the insert-delete-home-end-page island of keys. Whatever it is called. I have zero interest in compromising on the standard layout.
      • Nice to have: Metal body
      • Nice to have: General high-quality
      • Nice to have: Wireless, but only if 2.4Gz.
      • Nice to have: Tactile switches
      • Nice to have: Backlit keys
      • Nice to have: Simple elegant aesthetic. I especially want to avoid typical gamer aesthetic.
      • Budget basically unlimited

      With these requirements I eventually settled on Keychron Q6 Max with Jupiter Brown. But just before ordering one, I started thinking about the height of the keys on a normal old-school mechanical.
      I don't remember when I have last used one, all my recent keyboard had been modern low-profile so I didn't have a reference for what I was buying other than images.
      I started reading about wrist problems from keyboard height and the recommendation of a wrist rest. I looked at the Keychron options and saw that they only had rests that were completely detached from the keyboard.
      Thing is that I move my keyboard around my desk a lot, so I figured that having a wrist-rest that was not attached would become an annoyance.
      After this I decided to just stick to what I am used to and added another requirement:

      • Low-profile

      Unfortunately when you set requirements for 100%, ISO, and low-profile, then the otherwise extensive Keychron catalogue becomes super limited. So I started looking elsewhere.
      At the time there was a new post about a search engine on the /r/MechanicalKeyboards front page.
      Using this I discovered the Cherry MX 10.0N. This seemed like a good deal. High quality all-metal body.
      The only real sticking point was that the switches are linear with very short actuation, but I liked the look of this keyboard so much that I decided I could probably learn to live with it.

      The review

      The keyboard looks great in person. The all-metal body feels very solid and high-quality. It's got good heft and sticks to the table. The entire board is very thin and feels good to rest on.
      The keys also feel high quality with minimal wobbling, and long keys sound and feel the same whether pressed on the edge or in the middle.

      That's all the good stuff. Now on to the less good.

      The foot

      The adjustable foot in the back has no real positions. Meaning that there is no point in adjusting it where it will click in place and stay there, and it is under constant spring pressure to return to the stowed position. This means that the only thing keeping the extended foot in place is the weight of the keyboard. As mentioned I move my keyboard around frequently, and this means that everytime I move it I have to readjust the foot.
      Additionally, it's highest position is sort of a balancing point, meaning that it you are a bit off, or accidentally push the keyboard a bit in this position, then the foot will suddenly collapse.
      It's a minor annoyance, but one that is unique to this keyboard since I don't see this kind of foot design anywhere else. Otherwise the full-length metal foot is really nice, if only they had added proper click positions in its travel.

      The switches

      As mentioned, these are linear with very short actuation. CHERRY MX LOW PROFILE RGB SPEED switches to be specific. My first thought when trying to type with these was "Oh my god I hate this, how can some prefer this?!".
      Constant mistyping was the name of the game. I was so used to being able to slightly miss a key, but still only actuate the intended. But that doesn't fly with this keyboard. If you depress any key even the slightest, it WILL actuate.
      For gaming I first didn't understand why I sometimes kept jumping. I eventually figured out its because the mere weight of my thumb resting on the spacebar can be enough to actuate it sometimes.

      After 1 month of regular usage, I can confidently say that my thoughts are now "Oh my god I hate this, how can some prefer this?!". Okay, I improved my typing somewhat to maybe half my mistyping. Gaming is still a pain, and I've had to regularly rest my thumb on the table instead to stop the sudden jumping.
      Unfortunately this keyboard does not have hot-swappable switches, so there is no fixing it unless I want to buy a soldering iron and replace every single key, which I am not willing to.

      Key spacing

      So while the keyboard is technically 100%, Cherry has still designed it to be as compact as possible. One area where they have shaved off the length is the spacing between the main keys and the arrows keys and those above. Aswell as on the other side with the numpad.
      I didn't know this prior to puchasing this keyboard, but apparently this spacing is essential for my muscle memory to be able to find those keys. The lack of spacing has meant that maybe 25% of the time I use them, I press the wrong key.

      Overall

      Now the issue with the switches and spacing is really an issue of preference. These aren’t quality issues. They were designed this way because some people like it (somehow). So if this keyboard looks interesting to you, and these preference design choices don't bother you, then I can only recommend the Cherry MX 10.0N. It really is a very high quality keyboard.

      For me though, I just can't overlook these choices, so I have started looking for another keyboard again. I'm currently split between the Cherry KW X ULP and Logitech G915 X Lightspeed. None of them are full-metal body unfortunately. The cherry one seems to be the higher quality, but the the key caps remind me of laptops keys, which I really hate the feel of. Maybe I'm overreacting to it. The Logitech one is lower quality, but has all the the features that I would want. If you know of something better then please do leave a comment. I might reconsider my low-profile requirement. I'll give it at least another month before I become serious about switching again.

      21 votes