Or the better formula: Find a small niche you're passionate about, thats too small for the large companies but perfectly reasonable for you and small/mid size team.
Nice video. There have been some modern hypercard attempts, has anyone used any of those? They seemed pretty promising during the wave of "no-code" just before LLMs entered the scene. But hypercard still grants users…
A while back I built a magic-themed game to solve the problem of getting younger kids past visual block-coding tools(scratch etc) and into real programming. It's called Lambda Spellcrafting Academy. Kids craft spells…
While great for a personal Whatsapp, this kind of defeats the point of using it for a business.
Did you know the soundtrack was composed in a module tracker? Someone recently recorded the full soundtrack playing back in Milkytracker. Pretty neat since you can see how the composers wrote the songs.…
Hey this is pretty cool! Have you thought about putting it online? I've occasionally used tools like Adobe's color scheme finder, where you upload an image and it suggests a fitting colorscheme derived from the photo.…
With packet radio you can transmit digitally, and basically have IRC via radio. https://en.wikipedia.org/wiki/Packet_radio
So I understand wanting to build emulators so that people can continue to play their old games after the hardware fails. But in building an emulator for a current generation console, it seems likely that much of the…
Impressive memory optimizations. Streaming out converted pixel values was a neat way of pulling off the "framebuffer" without having enough memory for storing all the 16 bit values. Solid engineering.
Far more people / companies are designing PCBs than there are designing custom chips.
I built a little game around the idea of a visual representation of s-expressions. It is meant to make it easier for newcomers to learn to program. The visualization not only allows you to edit programs more easily, but…
Palmer Luckey founded Anduril which makes military drones.
I had the same thing. Tested on desktop for others in the game boat: its a story about repairing an old macintosh. Some pretty nice scrolling effects.
Thanks for sharing! I'm currently trying out a bootstrapped hw project myself, and have enjoyed following along with your progress. You mentioned having trouble working with vendors, was this for ex: having boards…
This is why most "semiconductor" companies are actually fabless, focusing on design while working with a partner(like TSMC) to have their designs manufactured.
I've found Rust very pleasant for building little games. I've mostly been using SDL + a my own little shim so I can target web through wasm & canvas. I had professionally worked with C++ for a long time so getting…
You might enjoy this paper : https://faculty.ucr.edu/~eschwitz/SchwitzPapers/USAconscious... Its a bit long but I thought it was completely worth the read. It proceeds in a very gradual series of steps to make the point…
I built a game you might find interesting. It's basically a visual Lisp wrapped up in the idea of arranging magical cards to build spells. https://www.bittwiddlegames.com/lambda-spellcrafting-academy... The demo is…
Or the better formula: Find a small niche you're passionate about, thats too small for the large companies but perfectly reasonable for you and small/mid size team.
Nice video. There have been some modern hypercard attempts, has anyone used any of those? They seemed pretty promising during the wave of "no-code" just before LLMs entered the scene. But hypercard still grants users…
A while back I built a magic-themed game to solve the problem of getting younger kids past visual block-coding tools(scratch etc) and into real programming. It's called Lambda Spellcrafting Academy. Kids craft spells…
While great for a personal Whatsapp, this kind of defeats the point of using it for a business.
Did you know the soundtrack was composed in a module tracker? Someone recently recorded the full soundtrack playing back in Milkytracker. Pretty neat since you can see how the composers wrote the songs.…
Hey this is pretty cool! Have you thought about putting it online? I've occasionally used tools like Adobe's color scheme finder, where you upload an image and it suggests a fitting colorscheme derived from the photo.…
With packet radio you can transmit digitally, and basically have IRC via radio. https://en.wikipedia.org/wiki/Packet_radio
So I understand wanting to build emulators so that people can continue to play their old games after the hardware fails. But in building an emulator for a current generation console, it seems likely that much of the…
Impressive memory optimizations. Streaming out converted pixel values was a neat way of pulling off the "framebuffer" without having enough memory for storing all the 16 bit values. Solid engineering.
Far more people / companies are designing PCBs than there are designing custom chips.
I built a little game around the idea of a visual representation of s-expressions. It is meant to make it easier for newcomers to learn to program. The visualization not only allows you to edit programs more easily, but…
Palmer Luckey founded Anduril which makes military drones.
I had the same thing. Tested on desktop for others in the game boat: its a story about repairing an old macintosh. Some pretty nice scrolling effects.
Thanks for sharing! I'm currently trying out a bootstrapped hw project myself, and have enjoyed following along with your progress. You mentioned having trouble working with vendors, was this for ex: having boards…
This is why most "semiconductor" companies are actually fabless, focusing on design while working with a partner(like TSMC) to have their designs manufactured.
I've found Rust very pleasant for building little games. I've mostly been using SDL + a my own little shim so I can target web through wasm & canvas. I had professionally worked with C++ for a long time so getting…
You might enjoy this paper : https://faculty.ucr.edu/~eschwitz/SchwitzPapers/USAconscious... Its a bit long but I thought it was completely worth the read. It proceeds in a very gradual series of steps to make the point…
I built a game you might find interesting. It's basically a visual Lisp wrapped up in the idea of arranging magical cards to build spells. https://www.bittwiddlegames.com/lambda-spellcrafting-academy... The demo is…