• 2 Posts
  • 13 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.









  • Hey, don’t claim to represent my opinion if you don’t understand my reasoning. I don’t think art is mystical or spiritual at all, not in the way you’re describing it. Art is absolutely about patterns, and I agree that those patterns are inevitably going to be learned by computers.

    My objection is not to “AI Art” in general, but to the specific type of art which is brute-force trained to mimic existing art styles. When organic artists take inspiration, they reverse engineer the style and build it up from fundamentals like perspective and lighting. Stable Diffusion and other brute-force ML algorithms don’t yet know how to build those fundamentals. What they’re doing is more like art forgery than it is like art.

    And even then, I don’t really take issue with forgery if it’s done in good faith. People sell replicas of famous paintings, and as long as they’re honest about it being a replica, that’s cool too. Ethically my objection is that AI artists typically “hide their prompts” and try to sell their forgeries as originals.