• 0 Posts
  • 83 Comments
Joined 3 years ago
cake
Cake day: June 10th, 2023

help-circle
  • I half wonder if it’s regional, I reserved mine when that went up and mine showed up a few weeks back, it shipped out of the states though so idk.

    If you have a steamdeck, layout is close but it’s way more comfortable to use the trackpad. Rear buttons are a lot nicer than the ones of the deck. It feels closer to the oled deck stick wise, I have a lcd one which I swear has way farther travel. I haven’t figured out what to do with the grip inputs yet, not super sure how useful they’ll be for me to be honest but cool it’s there.

    Small things and totally software that I appreciated, noticed that the back buttons are one by default with it, maybe that’s across the board now, was a small but appreciated change because I was always having to turn that on. Also like that steam input can ignore trackpad inputs if you’re touching the sticks.


  • I use both, debian on servers and old machines, arch on my desktop. Arch being rough is way overblown in my experience, the install script makes it straightforward to setup and it’s been pretty much painless since I switched to it two years ago, I had experience with debian before that. Both arch and debian have fantastic documentation available.

    Debian and derivatives, in my experience, are really well supported so that’s a plus. Age of packages has never really bothered me and cases where I want bleeding edge there’s options for that.

    Both are solid options and I don’t think you’ll be upset either way, if you can I’d try both.




  • That’s actually amazing, can you choose the bots you’re filling the raid/party slots with? I’ve got wicked nostalgia for wotlk and my partner was interested in wow when classic came out but they’ve had bad experiences with pug raids in other games (heck, even issues with guilds). Would you mind posting a link to some of the guides you used?



  • I bought a Brother colour laser last year (which on the outside looks identical to the monochrome one I bought 17 years ago that lives with my parents), zero issues, which pretty much has been my experience with printers on linux (also tried a ~5 y/o & 25 y/o HP LaserJet, one being the cheapest thing I’ve ever used, other being old office equipment, think I tried the Epson ecotank and photo printer my mil has as well)


  • It’s not terrible advice tbh, even just hand sketches are solid for getting ideas down, makes it easy to translate to cad. It at least helps me think things through and the like.

    Get a few pencils with different leads (some harder stuff like 2-4H and an HB) and some nice paper and you’re good, but really anything works, totally have a mockup of my garage on a whiteboard planning where I want to put stuff.

    As for cad packages, freecad, as far as I’m aware there are some architecture workbench plugins, and there’s a tech drawing workbench. Coming back to cad after a while I found it super easy to pick back up (coming from solidworks at least)



  • If you do it manually, path is something like (if it’s on the ssd at least)

    ~/.local/steam/steamapps/common/StardewValley/mods
    

    SMAPI has a .sh in their release zip that sets it up for you, and their wiki is pretty solid if you’re wanting to do it through proton instead of the native application. I gave the nexus mod app a try, works pretty well but without premium you need to download mods individually, having an actual mod manager is nice though.

    I’ve done rimworld modding running that through proton, but rimworld has workshop support and various mod managers so that was really easy to do (and plays pretty well, but I played rimworld on the og steam controller in the past so was kinda used to it)



  • If I recall the Verb-Noun idea is supposed to make it clear what is happening, take a look through stuff like the approved verbs for defining cmdlets. There’s aliases and stuff for sure for example I think ls is an aliases for Get-ChildItem in PowerShell.

    It’s supposed to make it so you don’t necessarily need to look things up, need to do something to an item? Well you can Copy, Remove, Rename, Move etc, and while yeah that’s a super basic example that you know the equivalent linux commands for, the concept is supposed to apply everywhere. Now, whether or not people follow the guidelines is probably another story.

    I don’t really hate shell scripting, feel like they all have their place, complex stuff though is nicer in straight PowerShell than bash IMO, but I’m fine using either.