HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bittwiddle

no profile record

comments

bittwiddle
·vor 3 Monaten·discuss
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.
bittwiddle
·vor 4 Monaten·discuss
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 the joy of creation, which is mostly lost when interacting with an LLM.
bittwiddle
·vor 9 Monaten·discuss
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 using logic and function composition, learning core concepts like conditionals, functions, and recursion in a fun way. If you’re a technical parent and want your child to have a strong foundation, consider taking a look.

Free demo: https://www.bittwiddlegames.com/lambda-spellcrafting-academy...
bittwiddle
·vor 2 Jahren·discuss
While great for a personal Whatsapp, this kind of defeats the point of using it for a business.
bittwiddle
·vor 2 Jahren·discuss
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.

https://www.youtube.com/watch?v=iONsjiiqeKg
bittwiddle
·vor 2 Jahren·discuss
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. Though honestly theirs doesn't perform too well.

Yours looks like a nice improvement.
bittwiddle
·vor 2 Jahren·discuss
With packet radio you can transmit digitally, and basically have IRC via radio.

https://en.wikipedia.org/wiki/Packet_radio
bittwiddle
·vor 2 Jahren·discuss
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 audience is just interested in pirating the games.
bittwiddle
·vor 2 Jahren·discuss
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.
bittwiddle
·vor 2 Jahren·discuss
Far more people / companies are designing PCBs than there are designing custom chips.
bittwiddle
·vor 2 Jahren·discuss
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 also to observe it as it runs.

Heavily inspired by MIT's Lisp-based SICP course.

The game uses Rust+SDL, and is playable in the browser thanks to WASM. https://www.bittwiddlegames.com/lambda-spellcrafting-academy...
bittwiddle
·vor 2 Jahren·discuss
Palmer Luckey founded Anduril which makes military drones.
bittwiddle
·vor 2 Jahren·discuss
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.
bittwiddle
·vor 2 Jahren·discuss
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 assembled? I guess I've probably gotten "lucky" with relatively low scale so far, but been happy with the assorted online PCBA services.
bittwiddle
·vor 2 Jahren·discuss
This is why most "semiconductor" companies are actually fabless, focusing on design while working with a partner(like TSMC) to have their designs manufactured.
bittwiddle
·vor 2 Jahren·discuss
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 comfortable with Rust wasn't too bad.

https://www.bittwiddlegames.com/ You can see a web build at https://www.bittwiddlegames.com/lambda-spellcrafting-academy...