JoeOfTexas
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Show HN: Built a soundboard for my haunted garage with AI assistance (theworstofboth.com)
It's 3 weeks from Halloween and I decided to host a haunted garage at my house for our neighborhood. I drafted a layout of the garage, got donated decorations, spent $500 on amazon to transform the garage and found a…
-
It works for my P1S, but could use help testing on other printers. I would love some help from a designer to make the stream overlay look sleek. If you don't have Python setup, no worries, I made a zip file that has a…
-
I rarely see posts about 3d printing, why is that?
-
I built a variation of B+Tree to track leaderboard rankings and it works similar to Redis Z functions (zadd/zrange). Now I'm trying to think of a solution to filter by country code or some other player attribute. In…
-
I am learning how to write a database for fun. The issue with storing BTree to disk are the many operations for balancing on insert and deletion. I want a structure that is very simple to write to disk that doesn't…
-
Hey all, I'm trying to figure out the best way to build thousands of leaderboards for thousands of different statistics scoped to different time windows. I need to be able to calculate a players rank in the leaderboard…
-
Many of the projects submitted here have great looking websites, which seem more like afterthoughts to the owners. But to me, it is the most impressive thing ever compared to the technology being offered. My programmer…
-
Hi HN, I engineered this platform to support building multiplayer games for competitive gamers. Game development uses JavaScript for both client and server, and focuses on Trivia and Board game genres, but all played in…
- Show HN: The Worst of Both – U.S. Politics (worstofboth.com)
Ever wanted to see what both sides of the party lines are saying? This little app I created lets you see them side-by-side. It pulls from left/right leaning subreddits. You can click on the party logo to pop off the top…
-
I've been using this on my projects since 2019, and it's made my life so much easier sharing and reacting to state changes across components. Redux has made life a living hell at my job trying to follow code trails for…
-
Hi everyone, This is a little tech demo I've been working on the past 2 years. It's been up for 1 year now, and has since had a few major updates. I have a soft spot for games with ranking systems, and I wanted an easy…
-
I changed my SSH port and use fail2ban, but it seems these botnets have endless supply of IP addresses or there are just that many countries scanning. I think changing the port blocks them for a little bit until they…
-
I want to make a comic, but it seems stable diffusion is better suited to creating environments than characters. Are there any generators that can let me make a consistent story?
- Show HN: Memorize-Up Made with React (acos.games)
-
I am working on a webapp, that needs this environment setup: ------------------------------------- Public Routes: - API (nodejs / 1+ instances) - WebSockets (nodejs / 1+ instances) - Object Storage (proxy) Private…
-
You have many years of development under your belt in multiple languages and frameworks. Some are hobby, some are work. > The one thing that is constant, is always having to start a project from ground zero. This could…