

Steam has joy-con support built in! Depending on the game you want to play, you might be able to get away with two half-controllers.
Steam has joy-con support built in! Depending on the game you want to play, you might be able to get away with two half-controllers.
the ds4 kit I linked is also a usb-c conversion kit! and eXtremeRate also sells replacement sticks, mine are metal now!
My favorite static site generator by far is Eleventy, which you can learn by reading their sample code at eleventy-base-blog. It uses NodeJS which runs on all major platforms, and it generates plain old HTML that you can put on any static host. I played with several of the generators on the Jamstack list, and decided that this is the one I’m most comfortable recommending. It has a very high power-to-effort ratio, you can do some really useful stuff with very little knowledge. I’m using it on my personal site, https://nycki.net/, to automatically generate a “navbar” on every page, plus an RSS feed for my blog. It’s also nice for generating “prev/next” links under articles.
unfortunately most controllers with back buttons don’t let you re-bind them in the host OS, with the Dualsense Edge being a notable exception. I’ve bought a Dualsense Edge, and, unfortunately, I can’t recommend it. You’re paying $80 too much just for 4 extra buttons.
my controller of choice is a pre-owned Sony Dualshock 4 (like $30 on ebay) plus this $30 DIY Back Buttons kit from eXtremeRate. This new and improved kit allows you to save up to 6 different “profiles”, so you can have different mappings for different games. the mappings are saved on the controller itself, however, it won’t sync them with Steam. and they don’t function as “function buttons”, they’re limited to acting as a “clone” of another button on the controller.
at first I was unsatisfied with this – what’s the point, if I can’t use all eight face buttons and both stick clicks and four more back buttons, all at the same time, right? except… in hours of playtime, I’ve never run into a situation where that mattered. Most games either keep your thumbs on the sticks, in which case you can have the back buttons act as ABXY, or else you keep your thumbs on the face buttons, in which case the stick clicks and trigger clicks are available. plus you have the touchpad click, which really is a separate button that Steam recognizes.
I’ve never had any problems using this controller with linux. as far as the OS is concerned, it’s just a ps4 controller, and the support for those is quite good.
Ask him to export the modpack from curseforge. This should create a small zip file. You can import that zip file into prism, and it will re-create the modpack.
I think the biggest culture shock for a lot of people is “fewer surprises, more options.” On my machine at least, updates don’t run automatically – I might get a notification that “updates are available” but that’s it, I still have to say “okay, now is a good time to update”, it won’t surprise me with them.
Similarly, if I want to set a hotkey for like “take a screenshot of the current application”, I can do that! But the downside is that it might not be set up by default, I have to go to settings -> hotkeys or something similar.
Linux “gets out of your way” and lets you solve problems, but that also means it’s not always going to solve them for you. It’s getting better at this over time – if lots of people have the same problem, the solution might get merged “upstream”, but a lot of things are still “well, how do YOU want it to work?”.
is this available in text form?
hell yeah! don’t forget to wishlist Coffee Buns and Crossed Signals, a couple of other stories being worked on by the same team :)
I’m a huge fan of Mice Tea (nsfw), it’s more comic than game (it’s actually a choose-your-own-adventure) but I read it on my Deck <3
It’s an erotic romance about a nerdy girl, a bookstore, and some magic tea that turns you into a furry. Tons of literal and metaphorical aftercare.
this is my sticking point with fish. I still need to know bash for writing portable scripts, so its hard to justify scripting in fish.
woah this is amazing!!! how do i subscribe to you?!
I still use firefox despite their questionable leadership, for one major reason: it prevents Google from setting whatever web standards they want. Sites that aren’t standards compliant will usually still work in Chromium-based browsers, but they will break in Firefox, and then I can report the bugs.
The thing that sold me on the Steam Deck: mods. Mods for minecraft, mods for skyrim, mods for stardew valley, mods for SteamOS itself. I can customize it like no other console, and I don’t even need to hack it first.
Not enough people seem to get that the Steam Deck isn’t just a console that runs PC games, it’s also a console that runs mods. The first games I played on mine didn’t stretch its graphical capabilities, they were just games like Stardew and Minecraft that I could have played on the Switch, but only on the Steam Deck could I play them my way.
agreed, i prefer third party docks to the official one, especially if you want to put a silicone case on your deck.
Everything from this 2023 reddit post
i also carry in my purse:
I used to carry a battery pack but its heavy and rarely used, so now I just carry a second usb-c cable and a c-to-c extender and hopefully i’ll be able to reach an outlet.
Probably Emacs. /j
I have Syncthing set up to copy save data between my pc and steam deck, but not just for emulator stuff: its got my entire modded minecraft directory and my balatro modloader nn there too.
11ty is my favorite! cross-platform, good defaults, built-in tag support, and just generally good learning curve.