Live data from Hacker News

Ask HN: What are you working on? (February 2026)

news.ycombinator.com

781–790 of 1001 posts

Re: Ask HN: What are you working on? (February 2026)

#781
Pageplane (https://pageplane.app) - Carrd meets Github Gists [1]

StockStreaks (https://stockstreaks.com) - Hot and cold streak data for stocks [2]

---

[1] more info here: https://news.ycombinator.com/item?id=46637349

[2] I broke the pipeline over the weekend when adding new metrics, but you can still see the main idea

Re: Ask HN: What are you working on? (February 2026)

#782
I built (and currently testing) a 4 port automated PCB test & programming tool. I needed a way to produce a bunch of PCBs efficiently and couldn't find a solution that was flexible and didn't cost many thousands of dollars. I made a simple tool to solve this.

Features

    - 4-channel DUT interface with individual power control via TPS22992
    - JTAG multiplexer for programming (not exclusive to JTAG)
    - Power monitoring using PAC1954 for per-channel current/voltage measurement
    - Raspberry Pi Pico for control logic and automation
    - USB interface through Pi Pico USB-CDC for host communication (1 port for each DUT)
    - 1.8V - 5V IO support
    - MicroPython support for test script automation
https://www.youtube.com/watch?v=NKTlRVKJuS8&t

https://github.com/Netlist-Studio/dut_hub_hw

Re: Ask HN: What are you working on? (February 2026)

#783

ComputerPoker.ai We trained PyTorch models on solved poker scenarios for post-flop, turn, and river situations. The planned "killer feature" is to give users feedback on their poker play in the flow of a simulated poker tournament or simulated cash game scenario. The goal is to play against "GTO Bots" (Game Theory Optimal Bots) to learn how to play closer to GTO.^1 Poker has been a passion of mine for a few years now…

If you want someone who knows almost nothing about poker to see if you can teach them how to play, let me know :D

Re: Ask HN: What are you working on? (February 2026)

#784
I built a website where kids can practice reading comprehension and learn new words while staying up to date with the latest global news each day. I originally built it for my own kids to help them maintain their reading skills while we travel. They loved it—and even suggested adding gamified features like streaks and badges!

https://zaplearner.com

Re: Ask HN: What are you working on? (February 2026)

#786

Most of my time goes to Group Income ( https://groupincome.org ) / Shelter ( https://shelterprotocol.net ), a protocol and platform for building rich decentralised rich (web) applications with end-to-end-encryption. The idea is building the tech for an experience rivaling or surpassing that of siloed apps but with a focus on user and data autonomy. The rest of my time goes into a few personal projects, most with no p…

> A temporary e-mail address provider with deterministic addresses for attribution.

How does this work?

Re: Ask HN: What are you working on? (February 2026)

#788
i've been wondering and thinking about new SAAS i can make. I've found several issues with my works as an agency owner.

Been hard for me to run an agency and my little SAAS on a country that is not support Stripe as the payment gateway.

Is it would be a great idea to create a payment gateway software?

Re: Ask HN: What are you working on? (February 2026)

#789
https://dreaming.coreyburns.ca Built a site for when I need to relax on breaks or when feeling stressed out. Has some relaxing visuals, music and ambient rain noise.

https://waking.coreyburns.ca Kind of the polar opposite of above, a high energy trance radio station with cool visuals, connected to my local icestream with only banger sets.

https://hackernews.coreyburns.ca Just my own version of hackernews that is more pleasing to the eye.

Re: Ask HN: What are you working on? (February 2026)

#790

I’ve been exploring graph theory and built Overtone, an interactive graph that maps musical artists, genres, albums, labels, instruments, and their relationships using MusicBrainz data. This spun out of a separate graph-based fraud-detection project that I hope to introduce on HN sometime soon. It’s a beta, but already works well on desktop and makes it easy to explore musical neighborhoods and discover new artists b…

Hi, nice work, its pretty simple and easy to use. I've often found new artists from one-off song collaborations eg Devonte Hynes from Solange's single Losing You. No connection between them is indicated from my minimal use of the site. But that's from the data feed (MusicBrainz) from what I gather, and adding such functionality may increase complexity. Would love to get a quick playlist from all the nodes in a neighbourhood so I could listen quickly. Keen to see where it goes.
Post reply on HN