• 1 Post
  • 75 Comments
Joined 2 years ago
cake
Cake day: October 12th, 2023

help-circle



  • code editors might have the features you want, and its easy to repurpose a code editor into a notes app.

    sync a folder between your devices (syncthing is great for this) and put markdown text files in it. I like to call this folder “Memo” since its like writing letters to myself.

    edit the markdown using VS Code (desktop) or Carbon (android). I haven’t tested whether Carbon can do this, but I know in VS Code, you can reorder a list with keyboard shortcuts.

    click anywhere on a line of text, then hold Alt and press Up arrow, and the text will swap places with the line above it.

    edit: Syncthing and Carbon are open source. VS Code has some proprietary code added by Microsoft, but none of it is relevant to your use case, so you may prefer the fork called Codium.




  • 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 carry a spare usb stick and some low-capacity microsd cards, because sometimes its just easier to hand someone a file the old fashioned way.

    Sometimes I do play games on my phone, but whenever possible I use a usb or bluetooth gamepad, because touchscreens aren’t supplanting buttons any time soon.

    And of course the Steam Deck is my favorite gizmo, not just because it can run every PC and emulator game, but also because it doesn’t have any bullshit preventing me from installing mods. If phone modding was easy and accessible i’d be willing to spend more on a phone.