• 17 Posts
  • 104 Comments
Joined 2 years ago
cake
Cake day: October 12th, 2023

help-circle





  • it’s pretty good for this specific purpose. it has an open source inkscape plugin written in python for it, so I don’t need to use proprietary software. however, it also needs printed alignment marks, and it can only read them off a white or red background; I’ve tried printing on green paper and it was not happy with it. I can work around it by gluing a black and white alignment border around the page, but that cuts down on the usable area slightly.

    overall, good for the $50 I paid for it lol







  • 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.




  • 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?”.







    • I haven’t modified the behavior of the controllers at all; that much is just decorative. Same for the dock. You can use this as a “normal” switch and everything works :)

      • edit: you can also use some third-party laptop docks! but not all of them. I think the switch is using some non-standard protocol. Some docks advertise themselves as “switch compatible”. However, when you are using a homebrew os (linux or android), then it will work with any dock.
    • I have a steam deck as well, and I use both. A modded switch (or any switch, tbh) has very limited system specs. x86 emulation is possible, but only for games that don’t use much cpu or ram. Steam and Proton are basically unusable. This is for emulation and low-spec indie games.

    • The trailhead begins at https://switch.hacks.guide/. I recommend a 512 GB microsd, with 128 GB set aside for ubuntu and 64 GB for android. Happy hacking :)