Since subreddits related to identifying AI images/videos got very popular, my wife started to send me cute AI generated videos, older family members can't distinguish AI videos at all, I've decided to code a weekend side project to train their Spidey sense for AI content. https://IsThisAI.lol The content is hand picked from tiktok, Instagram, Facebook, Reddit and other AI generating platforms. Honestly I don't know w…
Ask HN: What Are You Working On? (March 2026)
341–350 of 1001 posts
Re: Ask HN: What Are You Working On? (March 2026)
#342Re: Ask HN: What Are You Working On? (March 2026)
#343Re: Ask HN: What Are You Working On? (March 2026)
#344Chronomaly is a flexible and extensible Python library for time series forecasting and anomaly detection using Google TimesFM.
Re: Ask HN: What Are You Working On? (March 2026)
#345I have been working on quite a bit of things… but lately I went back to my hobby project of the last year: https://DuoBook.co It’s like netflix for language, where users can select/create their personal bilangual stories. I had quite a lot of feedback from HN, friends, random people on the internet and trying to solve the common pain points and find my way around to make it geniunely useful. - Most people said it’s h…
Re: Ask HN: What Are You Working On? (March 2026)
#346I made a game where you try to guess a daily mystery bird. http://jerm.cool/bird/ It pulls a list of birds reported on eBird in your county in the last 2 weeks and you ask preselected questions like the the color or size to whittle down the possibilities. I also made a matching game that uses the same list and you have to match the name to a picture of the bird. I set it up for California for now. I wanted to get mor…
Re: Ask HN: What Are You Working On? (March 2026)
#347https://symgraph.ai/ - AI-Powered Reverse Engineering Inside Your Disassembler Open-source plugins for Ghidra, Binary Ninja, and IDA Pro that bring LLM reasoning, autonomous agents, and semantic knowledge graphs directly into your analysis workflow. Coming soon: A supporting online service. The VirusTotal for reverse engineering. A cloud-native symbol store and knowledge graph service designed for the reverse enginee…
Re: Ask HN: What Are You Working On? (March 2026)
#348Im building https://trypixie.com to legally employ my 7 year old child, save on taxes and contribute to her Roth IRA. Im also building https://www.keepfiled.com , a microsaas to save emails (or email attachments) to google drive I almost forgot, I also built https://statphone.com - One emergency number that rings your whole family and breaks through DND. I love building. I built all these for myself. unfortunately I…
Re: Ask HN: What Are You Working On? (March 2026)
#349KPT is a language app specifically targeted at explainable verb conjugation for highly inflected/agglutinative languages. Currently works for Finnish, Ukrainian, Welsh, Turkish and Tamil.
These are really hard languages to learn for most speakers of European languages, particularly English - we're not used to complex verb conjugations, they're hard to memorise and the rules often feel quite arbitrary. Every other conjugation practice app just tells you right/wrong with no explanation, which doesn't really help you learn when there are literally hundreds of rules to get right.
The interesting part was using an LLM to create a complete machine-executable set of conjugation rules, which are optimized for human explainability, and an engine to diagnose which rule is at fault when you get it wrong. There's several hundred rules needed for each language in order to cover all exceptions.
NB as a bonus it also works fully offline because my best practice hours are when I'm travelling and have poor connectivity.