Hacker Newsnew | past | comments | ask | show | jobs | submit | tonym128's commentslogin

This is so awesome, really really well done on the UI and UX.

I love the game like pixel perfect shadow maps.

I made a similar site last year - https://tonym128.github.io/peakylight/peakylight.html and used ray casting


The cloud effect is really nice!


Direct link to the game - https://tonym128.github.io/Aussie-Meme-Boss-Rush/ Code up at - https://github.com/tonym128/Aussie-Meme-Boss-Rush

I found it happy and sad making at the same time, I had an itch to make something and about a day of vibing later, I don't really feel like I made something but I have scratched the itch at the same time and now I'm onto the next project.

Was interested if anyone else was experiencing this it's so easy to scratch the itch that made you want to build something in the first place and you don't really put in the effort to having to build it, so once it's good enough, you're moving onto the next project...

Anyways it was a fun game for me to make and play and ... onto the next project :)


Direct link to the YouTube video - https://www.youtube.com/watch?v=qht68vFaa1M


This entire game fits into a 64 KB executable - including all textures, levels, models, animations, sounds, music, and code.

It’s a retro shooter with 3 levels, 1 boss fight, 4 unique enemies, 4 weapons, and a handful of power-ups.

Minimum specs Intel i5 or equivalent GTX 770 or equivalent 8 GB RAM 64 KB disk space


Take a look at https://80.lv/ There's a lot of game dev stuff on there, I'm subscribed to their Telegram chat feed and it's one of my favourites

https://t.me/LevelEightyNews


A Telegram Bot to convert speech to text from small videos and audio files.

This bot uses Docker, Telegram, Python and Whisper.cpp to stand up a small telegram bot on your own infrastructure which can take media and convert it to text.

The setup is meant to be as simple and quick as possible, so it's not meant for production use. It is intended for personal use only.

Tested on AMD64, provided build scripts for ARM64 and ARM32v7.

There's a YouTube video of a full build, source and setup run through - https://youtu.be/Vo4OVdDRlcU

This was originally a Raspberry Pi 4 project I wrote and was manually running on a Pi. You can see a video about that here - https://www.youtube.com/watch?v=MjLzgebcDHo

And now it's a Docker container, which can run on a Pi, Mac and Windows PC!


I'm sorry these are videos, but your question made me think of these.

If you're looking for programming inspiration I love these videos

Jon Bentley - Three Beautiful Quicksorts https://www.youtube.com/watch?v=aMnn0Jq0J-E

Bret Victor - Inventing on Principle https://www.youtube.com/watch?v=PUv66718DII


OP might also be interested in Bentley's book, Programming Pearls:

https://www.amazon.com/Programming-Pearls-2nd-Jon-Bentley/dp...


With the new generation of machine learning is there a way to make endless stories ? Could they be unique and fun and have a moral grounding ? Could I run it all myself on a Raspberry Pi, hidden in a corner somewhere ?


I have a pet hate, it's voice notes in WhatsApp or Telegram. Quite often the voice notes remain unheard for hours, due to the call to action (the notification) not letting me see what I need to react to, or if I'm in meetings and cannot listen for a period of time.

There are paid for services which can transcode speech to text but none free I could find. With the release of Whisper this has become something I thought could be solved with some minimal coding.

While Whisper relies on GPU's, Whisper.cpp does not and can run on a CPU with 1Gb ram (about 500mb for the model) enter the Pi 4.

I wrote a telegram bot in Python using python-telegram-bot which calls whisper.cpp to transcode speech to text. Here's my bot which is open to all, but you could start your own, with a Pi 4 and an always up connection, you can leave it running for when you need it.

Due to the constraints on the Pi 4, it only runs the English model and may result in errors for other languages.

Check my bot out here https://web.telegram.org/k/#@shhhhhhhhhhhhhhhhh_bot Check out Whipser here https://openai.com/blog/whisper/

Check out Whipser.cpp here https://github.com/ggerganov/whisper.cpp


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: