diff --git a/src/content/ideas.txt b/src/content/ideas.txt deleted file mode 100644 index 5bc7f08..0000000 --- a/src/content/ideas.txt +++ /dev/null @@ -1,46 +0,0 @@ -- 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? - - One MB is 1 million bytes. - - Stop using arbitrary linear scales for wide ranged things like volume. Use dB! For brightness too! - - Why your site should have dark mode (and light mode). - - Detailed breakdown of the CSS 3D perspective script. - - Dark patterns - - YouTube's subscriber notification setting requires enabling notifications for the app on mobile to ring the bell. - - Discord giving force feeding you free nitro for a week - - Android phone asking "want to set firefox as default" but then the "don't ask me again" changes the choice. - - Using a hardware passkey on windows with separate device requiring you to click "cancel" to use it. - - Every website saying "we value your privacy". - - The travel app asking for location permission every time I open it, despite not needing it. - - Apps that when you open a link that takes you to the app, don't take you back to where you where when you press back. YouTube and X does this. - - Ask before writing a long irrelevant angry rant. You might just have the details wrong. -- Projects - - Buddhabrot renderer. - - Wooden Drawing Board. - - Blender to CSS export script. - - Page Flip animation for web like turn.js -- Art - - Flying Hornwitser papercraft. - - Safiria papercraft - - Prototype Soren Plush. - - Vlooi 3d head -- Photos? -- 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.