atum47
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Show HN: Plot equations and evolve them with Conway's Game of Life (victorribeiro.com)
Hi everyone, I made a small experiment where you can use mathematical equations as Conway’s Game of Life starting state. Enter one or more explicit functions such as `y=sin(x); x=sin(y)` and the app plot the curves on…
- Show HN: Wordit – Change One Letter, Keep the Chain Going (victorribeiro.com)
Hi everyone, I got this idea for a game where, starting from a four letter word you need to go as deep as you can in your vocabulary, changing only one letter per word. bear -> beer -> peer... Each correct word gives…
- Show HN: Play Bang Bang against a neural network (victorribeiro.com)
Browsing through some old projects I found this game I wrote a long time ago, back when I was super interested in NN. My goal was to have the NN to learn as it plays against the player so they could have a chance of…
-
I have a 20 dollars droplet on digital ocean that I use to host my website, apps and lately some small LLMs. I've been working on an app that is basically a wrapper around ollama with some custom features. I sent the…
-
I've pushed another commit from ChatGPT, it's not a 100% yet but is getting closer.
- The code player – beautiful code typed in real time (thecodeplayer.com)
- The Code Player (thecodeplayer.com)
- Show HN: Chip-8 emulator written in JavaScript (github.com)
- Show HN: Chip-8 emulator written in JavaScript (github.com)
-
Hey HN! I’ve been working on TinyJS, a small framework designed for managing state and components in a lightweight way. To illustrate its usage, I built TinyApp, a simple example that showcases its capabilities. TinyJS…
-
Hi HN, I got to work yesterday and today and came up with a very simple way to create and manage state in TinyJS. I end up creating a simple App to illustrate how to use the new createState function and custom…
- Show HN: I've added undo and redo to IsoCity (github.com)
-
Just saw a post about a service that provides, among other things, bulk email deletion on Gmail; but you have to give them access to your account (Yeah, that's a NO for me dog). Coincidentally, not so long ago I was…
-
Hi everyone, the other day I was here cause I thought I came up with a neat way of creating HTML via JavaScript [1] - After some iterations, I'm quite content with the code I wrote. Since I intend to use this in my…
-
Although I've been using React for at least 5 years now, I don't quite like frameworks. For personal projects I sometimes use web component but they can be over kill depending on what you are trying to achieve. I do…
- Show HN: I accidentally crated a infinite level for a wolf 3D clone (victorribeiro.com)
- Show HN: I accidentally crated a infinite level for a wolf 3D clone (victorribeiro.com)
- Show HN: A simple calculator implemented using the shunting yard algorithm (victorribeiro.com)
- Show HN: Shunting Yard Algorithm (github.com)