Live data from Hacker News

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

news.ycombinator.com

691–700 of 1001 posts

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

#691
Working on a little "passion project" that has ended up consuming a lot of weekends now, but it's been a lot of fun.

I've been building https://photoweather.app because I never end up having time to look at weather forecasts, which means I also don't go out with my camera enough since outdoor photography is quite a weather dependent activity.. so I'm trying to turn this around by having the app tell me when and where I could be photographing instead.

It's a bit of a challenge for sure, weather forecasts are not always the most reliable, not to mention learning enough about weather to forecast photographic opportunities.. but it's also been really enjoyable to finally build something real and something that I myself actually use all the time.

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

#692
Bitwit: Learn CS, logic, and math theory (_not_ DSA) with spaced repetition: https://bit-wit.com/

I was hit by a big wave of depression last year. That crisis gave me a couple of periods of hyperfocus, and I thought I might as well use them to try to improve my mind and my ability to reason.

I haven't had good results learning certain subjects, like CS/math, with Anki or other flash card systems. The only thing that ever seemed to work for me was doing a lot of problems with pencil and paper. But without problems exercising those tools or techniques, they tended to just evaporate from my mind.

So my idea was to combine spaced repetition and problem presentation, and create a system for generating problems and validating their solutions randomly and parametrically. So successive presentations of the same card would present a different problem... and the overall effect would hopefully be that you learn the invariants that each card is trying to present, instead of memorizing some combination of variables and values. Sort of MathAcademy but for CS.

I _think_ it's feature-complete at this point, though I'm still working on validating and publishing cards (and there are a couple of things I wanna do to improve security). I'm pretty early in the dogfooding process, and I'm still the only person using it, and there are definitely bugs. But if anyone would like to try it out, I'd be delighted to hear your feedback (email in profile, also on site). Just maybe go a little easy on me right now, lol :/

The Boolean Logic and Lambda Calculus subjects are free forever, and the first topic of each other subject is also free, so if you're intrigued you can use it for quite some time (literally months) before even needing to provide an email address. No need to pay for anything.

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

#693
AskUCP – UCP protocol explorer showing all products on Shopify (https://askucp.com/)

On January 11th, Google and Shopify announced the Universal Commerce Protocol (ucp.dev). It's an open standard that lets any application query products across e-commerce platforms without needing APIs, integrations, or middlemen. AskUCP is one of the first applications built on it.

Right now, if you want to buy something online, you have to know which store sells it. You go to Amazon, or you go to a Shopify store, or you go to Etsy. Each one has its own search, its own interface, its own checkout. The experience is fragmented because the infrastructure is siloed.

UCP changes this at the protocol level. If products are described in a standard format, any application can discover them. You don't need permission from each platform. You don't need to build integrations. Anybody or any AI agent just querys the protocol.

AskUCP is designed to be a single pane of glass into online commerce. You search once, and you see products from across the ecosystem. Currently, that means the entire Shopify catalog. As more platforms adopt UCP, their products become explorable too. Eventually, it should be everything.

This is a proof of concept. It's early, and there are rough edges. Let me know what you think, refinements, ideas etc etc.

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

#694
I'm working on https://videoreject.com

Video Reject is a platform for people to buy/sell physical media. Like Reverb but for physical media.

I love movies and wanted an excuse build something in that world. Its not necessarily groundbreaking, but I think it could build a nice community of folks with the same interests.

We're getting ready to launch, but in the meantime, we have a waitlist up.

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

#695
Micropay - Stripe for the next billion people (https://micropay.dev/)

Hi HN, I built this because I got tired of fighting with integrating payments in Africa.

M-Pesa processes over $300B annually, it's how 50+ million people in Kenya pay for everything from groceries to rent. People don't have bank accounts, but rather pay straight from their cell phone nummber. But integrating it into your app? That's a different story. Most developers spend weeks on what should take hours, it's almost impossible. And existing solutions for Mastercard, Paypal, Apple Pay etc are useless because most don't have bank accounts.

Micropay is essentially what Stripe did for credit cards, but for mobile money.

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

#696
post #674

Nonna Emilia, so I don't forget people's names and what they're up to anymore. I did post about Emilia a few months ago... now I have a domain https://meetemilia.com/ The basic idea is that you give Emilia knowledge about your family and friends, and then you can ask her questions or (eventually) get reminders. I was motivated during an extended family gathering where I completely blanked out on the names of the part…

[dead]

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

#697
Sponder - Filter and transform RSS feeds or Podcasts (https://sponder.app)

Different RSS clients provide different filtering options, and lots of them limit you to a few keywords and/or put them behind a $7-12/mo subscription. I'm building Sponder so you can curate what you see, and it just presents another RSS feed, so you can keep using your favorite client but fill in the feature gaps.

Right now it can merge and filter by string or regex, and next I'm building (because it's what I want) history replay and smarter podcast rerun detection. it's new and I'm very open to feedback and feature requests.

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

#698

Recently, I got banned from Reddit for sharing my local news summarization website (www.cafelutza.ro) - for the Romanian market. So I figured you know what, I've been trying to bring this product to Reddit in the hopes of having better discourse around the news, but instead I realized, I was looking for smart discourse around a subject, which I haven't been able to find on Reddit or elsewhere, so I created Exppit ( h…

> Recently, I got banned from Reddit for sharing my local news summarization website (www.cafelutza.ro)

how exactly this happened? What did you do?

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

#699
I'm an embedded software engineer by day and like it or not I have to acknowledge that AI tooling is coming to our work, so I'm currently working on learning to interact with AI coding tools like Claude Code more effectively and efficiently by "vibe-coding" a game for a family member on my personal time. Something inspired by a blend of 'Recettear' and 'Stardew Valley' with the touch that the player shopkeeper is an anthropomorphic cat.

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

#700
Currently building https://auth-email.com

Many mainstream email providers have switched to require OAuth for login, but there are tons of clients and apps that don’t (or can’t) support OAuth.

Auth-Email is a secure, private relay that takes out the need to worry about OAuth: authorize mail accounts one time in our dashboard, then use an ordinary username and password for IMAP, POP, and SMTP via our server.

Post reply on HN