I recently wrote a CHIP 8 interpreter using JavaScript to brush up on my skills and learn some new features. I was able to improve upon a previous Python version and noticed that there isn't…
I've recently been delving into BASIC again, this time using the YAPE emulator in WARP mode. The code I've written is 100% pure BASIC 3.5. I was originally planning on uploading it to GitHub once…
Fetching a summary from Wikipedia article to embed a snippet in the Wordpress post I needed this kind of functionality since ages, yet coudln't find any interesting plugins. So there is my own solution. Quick…
ESP 8266 Starfield demo for SSD1306 OLED display In this working draft, there are some leftovers from the pure C++ version which I created as first, using the SDL library.Then I slowly started disabling and…
Trying the Webassembly While porting the C++ Starfield code to WASM (see it live, C++ on the web) I had a hard time to make it work, despite the succesfull compilation process. One can't read…