|
|
|
|
|
by patcon
399 days ago
|
|
I don't suppose you're using LLMs for coding? The number of my older friends who've found energy for side-projects since LLM coding became a thing is very notable In the most extreme case: a new father of twins just uses his IDE and home projector to put up the work on the wall and builds little things by voice and reading, as he's home with his daughters. It's pretty eye-opening. Obviously, he won't want to divide his attention so obviously in the near future, but he's the sort who will likely be making things with and for them very early -- I imagine it will be like kids spending lots of time growing up in their father's woodshop. |
|
Five days ago, I stumbled upon that package again, and in between my work tasks I casually chatted with o3 on how to get that screen to show something. I explored my original idea (driving via SPI interface directly) but that turned out to be a dead-end - and then went back to the framebuffer approach (system overlay handles the screen, I write to /dev/fb0); o3 made me a quick prototype to prove the concept - and then I fired up Aider with gemini-2.5-pro, and got the MVP the same day. I casually iterated on it over the next 4 days, improving performance, functionality, style and adding touch support.
I can tell you, if not for LLMs, that board would continue to gather dust in the drawer for the next decade. Instead, I'm on my way to extending this to realize my other old dream - making it into LCARS A/C control panel to replace the vendor-provided wall-mounted one.
Also, in the past couple months, I explored many other ideas and did a few prototypes, and started feeling again the energy I last had in high school. LLMs are just that good at removing the "blank page syndrome" and making every incremental task just more cost-effective, to the point they start to fit in my otherwise busy adult schedule.