hornwitser.no/content/ideas.txt
2025-02-01 07:41:20 +01:00

31 lines
1.8 KiB
Text

- Words
- Making a website with HTML
- What you want to have
- A way to write components that can be reused in pages with an HTML like syntax.
- You need this to maintain headers, footers, widgets and consistent site wide content without going insane.
- You want it to be HTML like so that you don't have to learn another language to write and inspect your HTML.
- A way to easily render those components into HTML files that you can open with your browser to test.
- A programming language you can use to write arbitrary code to combines your HTML components with data.
- A system that watches for changes during development and shows it in the browser immediately.
- How I implemented this with Node.js and TypeScript.
- Mention React+JSX, Vue.js, and Svelte.
- Consoles becoming shittier with each generation
- Why do I have to sign in to Xbox Live to play a CD?
- One time a friend of mine put on a CD, started the Audio Player app and it played the opening riff before stopping with the message "Audio Player needs an update".
- Why does it take longer and longer from when you insert a new game until you can play?
- Test showing difference from startup until playing on various generations of consoles (NES will probably stomp on this)
- How to fix sleep with 24.5 hour days.
- Leaving Microsoft Windows for Linux
- Incessant Copilot integration that can't be turned off into stuff like Edge.
- Please stop using framesets. They are horrible UX, mkay?
- Projects
- Buddhabrot renderer.
- Wooden Drawing Board.
- Blender to CSS export script.
- Art
- Flying Hornwitser papercraft.
- Safiria papercraft
- Prototype Soren Plush.
- Vlooi 3d head
- Download Archive: A zip file containing every page so that you can browse the site locally and keep it.
- Problem: module scripts require CORS sent by a server to work.