atum47

↗ HN profile [ 85.4 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. 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…

  2. 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…

  3. 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…

  4. 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…

  5. I've pushed another commit from ChatGPT, it's not a 100% yet but is getting closer.

  6. The Code Player (thecodeplayer.com)
  7. 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…

  8. 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…

  9. 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…

  10. 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…

  11. 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…