[HN Gopher] Ask HN: What are you working on? (October 2025)
       ___________________________________________________________________
        
       Ask HN: What are you working on? (October 2025)
        
       What are you working on? Any new ideas that you're thinking about?
        
       Author : david927
       Score  : 68 points
       Date   : 2025-10-12 20:09 UTC (2 hours ago)
        
       | david927 wrote:
       | Hi everyone, these are going to now be posted on the second
       | Sunday of the month.
        
       | seanwilson wrote:
       | I'm working on a tool for creating custom color palettes for web
       | designs that pass WCAG contrast requirements:
       | 
       | https://www.inclusivecolors.com/
       | 
       | - You can precisely tweak every shade/tint so you can incorporate
       | your own brand colors. No AI or auto generation!
       | 
       | - It helps you build palettes that have simple to follow color
       | contrast guarantees by design e.g. all grade 600 colors have
       | 4.5:1 WCAG contrast (for body text) against all grade 50 colors,
       | such as red-600 vs gray-50, or green-600 vs gray-50.
       | 
       | - There's export options for plain CSS, Tailwind, Figma, and
       | Adobe.
       | 
       | - It uses HSLuv for the color picker, which makes it easier to
       | explore accessible color combinations because only the lightness
       | slider impacts the WCAG contrast. A lot of design tools still use
       | HSL, where the WCAG contrast goes everywhere when you change any
       | slider which makes finding contrasting colors much harder.
       | 
       | - Check out the included example open source palettes and what
       | their hue, saturation and lightness curves look like to get some
       | hints on designing your own palettes.
       | 
       | It's probably more for advanced users right now but I'm hoping to
       | simplify it and add more handholding later.
       | 
       | Really open to any feedback, feature requests, and discussing
       | challenges people have with creating accessible designs. :)
        
         | exasperaited wrote:
         | I get that you say it is for advanced users, but I think a "how
         | to use this" link with a video in it that explained a few
         | things would probably open it up to a lot more users.
         | 
         | There's so much more to do with tools like this, and I'm really
         | glad to see it.
        
           | seanwilson wrote:
           | Thanks for the feedback! Yeah, I appreciate there's a lot of
           | background here around color palette design and accessibility
           | so I likely need something like a video or tutorial. Another
           | route is to have the tool start in a less freeform mode that
           | handholds you through the process more.
        
         | zahlman wrote:
         | Great concept. I look forward to the Show HN.
        
       | cryptography wrote:
       | My partner and I are working on Supabird.io
       | (https://supabird.io), a tool to help people grow on X in a more
       | consistent and structured way. It analyzes viral posts within
       | specific communities so users can learn what works and apply
       | those insights to their own content.
       | 
       | My partner shares our journey on X (@hustle_fred), while I've
       | been focused on building the product (yep, the techie here :).
       | We're excited to have onboarded 43 users in our first month, and
       | we're looking forward to getting feedback from the HN community!
        
       | oulipo2 wrote:
       | We're building a repairable and more sustainable ebike battery at
       | https://infinite-battery.com :)
        
         | mickle00 wrote:
         | as an avid analog biker who enjoys seeing more folks get into
         | cycling via their ebikes, I love this!
        
         | trollbridge wrote:
         | Any chance you'll take a look at power tools next?
         | 
         | There are some Amish people who rebuild Dewalt, Milwaukee etc
         | battery packs. I'd like a repairable/sustainable platform where
         | I can actually check the health of the battery packs and
         | replace worn out cells as needed.
         | 
         | To give you an idea of the market, original batteries are about
         | $149, and their knockoffs are around $100.
        
         | simgt wrote:
         | Very nice, looking forward to a deal with Decath' ;) How hard
         | is it to make it compatible with the various motors when there
         | is communication involved?
         | 
         | I've been wondering for a while if the display on ebikes could
         | also be a more open and durable part of it.
        
       | zyklonix wrote:
       | I'm working on https://unrav.io
       | 
       | Building a new layer of hyper-personalization over the web.
       | Instead of generating more content, it helps you reformat and
       | interact with what already exists, turning any page, paper, or
       | YouTube video into a summary, mind-map, podcast, infographic or
       | chat.
       | 
       | The broader idea is to make the web adaptive to how each person
       | thinks and learns.
        
       | theogravity wrote:
       | Adding new transports and documentation to my Typescript logging
       | library (MIT licensed), LogLayer (https://loglayer.dev). Just
       | added documentation for Bun and Deno support added some new
       | logging library transports (LogTape), and finishing up Logflare
       | and Betterstack transports so you can send logs to their logging
       | APIs.
        
       | corlinp wrote:
       | Guessix is an LLM-powered word game like guess who!
       | 
       | We have a fun group working on it on Discord (find the discord
       | invite in the How To)
       | 
       | https://guessix.com/
        
         | hlfshell wrote:
         | Pretty addicting game!
        
       | vldszn wrote:
       | I'm working on a free and open-source invoice generator:
       | https://easyinvoicepdf.com/?template=stripe
       | 
       | - No sign-up, works entirely in-browser
       | 
       | - Live PDF preview + instant download
       | 
       | - VAT EU support
       | 
       | - Shareable invoice links
       | 
       | - Multi-language (10+) & multi-currency
       | 
       | - Multiple templates (incl. Stripe-style)
       | 
       | - Mobile-friendly
       | 
       | GitHub: https://github.com/VladSez/easy-invoice-pdf
       | 
       | Would love feedback, contributions, or ideas for other
       | templates/features.
        
         | trollbridge wrote:
         | We should talk; I'm doing the same thing except U.S.-focused.
        
           | vldszn wrote:
           | Sounds great - feel free to email me at
           | vlad@mail.easyinvoicepdf.com
        
             | trollbridge wrote:
             | Nice to see you're also AGPL-3.0 too.
        
               | vldszn wrote:
               | Yep, AGPL-3.0 for open-source use, and a commercial
               | license is available as well.
               | 
               | https://github.com/VladSez/easy-invoice-
               | pdf/blob/main/LICENS...
        
         | system2 wrote:
         | Are you planning to turn this into a full-fledged CRM of some
         | sort? Are you planning to add user login with templates/company
         | fields auto-populated at one point? Looks very clean, congrats.
        
           | vldszn wrote:
           | Thanks! Appreciate it. No plans for that at the moment - I
           | mainly built it for my own use =)
        
             | system2 wrote:
             | Why would you do something like this instead of using a
             | cheap script from a codecanyon-type website (a true CRUD
             | crm) where you can collect customer data and provide
             | complete service in the long run? Just saying this because
             | you said you built it for your own use.
        
               | vldszn wrote:
               | I actually hadn't heard of Codecanyon before! I used to
               | use a paid invoicing service, but these days I just need
               | a simple way to generate invoice PDFs - that's really all
               | I need.
        
         | dheera wrote:
         | I wonder if you could just send invoices to Comcast for price
         | increases to their Payable Accounts department and if they'd
         | just pay them. Or just invoice companies for "inconvenience
         | fees" of sorts when they actually create inconveniences.
        
       | jamestimmins wrote:
       | I'm working on 1:6 size furniture. There's not much woodworking I
       | can do outside of the shop, so I've been trying to shrink full
       | joinery techniques down to dollhouse size.
        
       | wsxiaoys wrote:
       | I've spent the last few months working on a custom RL model for
       | coding tasks. The biggest headache has been the lack of good
       | tooling for tuning the autorater's prompt. (That's the judge that
       | gives the training feedback.) The process is like any other
       | quality-focused task--running batch rating jobs and doing SxS
       | evaluations--but the tooling really falls short. I think I'll
       | have to build my own tools once I wrap up the current project
        
       | wowohwow wrote:
       | Going solo on https://meldsecurity.com/
       | 
       | I'm putting a bunch of security tools / data feeds together as a
       | service. The goal is to help teams and individuals run
       | scans/analysis/security project management for "freemium"
       | (certain number of scans/projects for free each month, haven't
       | locked in on how it'll pan out fully $$ wise).
       | 
       | I want to help lower the technical hurdles to running and
       | maintaining security tools for teams and individuals. There are a
       | ton of great open source tools out there, most people either
       | don't know or don't have the time to do a technical deep dive
       | into each. So I'm adding utilities and tools by the day to the
       | platform.
       | 
       | Likewise, there's a built in expert platform for you to get help
       | on your security problems built into the system. (Currently an
       | expert team consisting of [me]). Longer term, I'm working on some
       | AI plugins to help alert on CVEs custom to you, generate
       | automated scans, and some other fun stuff.
       | 
       | https://meldsecurity.com/ycombinator (if you're interested in
       | free credits)
        
       | tevli wrote:
       | A library to add strict types for PHP. Sort of a typescript for
       | PHP.
        
         | kmoser wrote:
         | How does this differ from _declare(strict_types=1);_?
        
       | gametorch wrote:
       | https://gametorch.app/sprite-animator
       | 
       | AI sprite animator for 2D video games.
        
       | rhl314 wrote:
       | I am working on Magnetron (https://magnetron.ai)
       | 
       | It is a tool that lets you create whiteboard explainers.
       | 
       | You can prompt it with an idea or upload a document and it will
       | create a video with illustrations and voiceover. All the design
       | and animations are done by using AI apis, you dont need any
       | design skills.
       | 
       | Here is a video explainer of the popular "Attention is all you
       | need" paper.
       | 
       | https://www.youtube.com/watch?v=7x_jIK3kqfA
       | 
       | Would love to hear some feedback
        
         | BusterBladeZX wrote:
         | I really like the idea! One issue though is that the content
         | seems to "stream" much slower than what's being spoken. The
         | result is that I'm sitting there waiting to see whats going to
         | come, even though its already been said which makes it hard to
         | focus on whatever new information is coming.
         | 
         | The animations / drawings themselves are solid too. I think
         | there's more to play with wrt the dimensions and space of the
         | background. It would be nice to see it zoom in and out for
         | example.
        
           | rhl314 wrote:
           | Thanks for the feedback. Will work on making the narration
           | and the animations sync better.
        
         | phaser wrote:
         | this look super cool but is it hugged to death? i can't upload
         | the document :(
         | 
         | how does it work with long papers? will it ever work with small
         | books?
         | 
         | will try it out tomorrow again
        
           | rhl314 wrote:
           | > how does it work with long papers? will it ever work with
           | small books?
           | 
           | yes it should work.
           | 
           | > i can't upload the document
           | 
           | Could you please drop an email to rahul at magnetron dot ai
           | with the document. I will set things up for you
        
       | hoerzu wrote:
       | Tracking trump impact on the market
       | 
       | https://tac.ooo/historic
        
         | elicash wrote:
         | Great domain.
        
       | LTL_FTC wrote:
       | An application that helps deaf and nonverbal individuals with
       | daily interactions when they're out and about.
       | 
       | My first career was in sales. And most of the time these
       | interactions began with grabbing a sheet of paper and writing to
       | one another. I think small LLMs can help here.
       | 
       | Currently making use of api's but I think small models on phones
       | will be good enough soon. Just completed my MVP.
        
       | phaser wrote:
       | Microlandia, the brutally honest city builder. Posting this for a
       | second time, because i've been working super hard on a steam
       | release.
       | 
       | last month's "what are you working on" thread impulsed me to
       | upload this game to itch and 1 month later, i've got a small
       | community, lots of feedback and iterations. It brought a whole
       | new life to a project that was on the verge of abandoning.
       | 
       | So, I'm really grateful for this thread.
       | https://explodi.itch.io/microlandia
        
         | computerdork wrote:
         | this looks awesome, don't have a lot of extra time for a new
         | game, but such an interesting concept!
        
         | vunderba wrote:
         | Big fan of Dwarf Fortress deep simulations - would love to see
         | a viciously realistic SimCity. Good luck!
        
       | piker wrote:
       | Dogfooding Tritium (https://tritium.legal/preview) to root out
       | bugs and performance issues with my new blog[1].
       | 
       | Write a dev blog in Word format using Tritium, jot down bugs or
       | needs, post blog, improve and repeat.
       | 
       | [1] https://tritium.legal/blog
        
       | skyfantom wrote:
       | Working (or better say playing) on LLM + Stocks Market analysis.
       | 
       | https://ftocks.com
       | 
       | Next in the plans is adding more models and compare which one
       | gives better results.
        
       | pgryko wrote:
       | Collecting public datasets for training visual AI models to track
       | and target drones.
       | 
       | Drones are real bastards - there's a lot of startups working on
       | anti drone systems and interceptors, but most of them are using
       | synthetic data. The data I'm collecting is designed to augment
       | the synthetic data, so anti drone systems are closer to field
       | testing
        
       | victornomad wrote:
       | I'm working on a series of "fun experiments" that use LLMs under
       | the hood.
       | 
       | Some are small tech jokes, while others were born from curiosity
       | to see how LLMs would behave in specific scenarios and
       | interactions.
       | 
       | I also tried to use this collection of experiments as a way to
       | land a new job, but I'm starting to realize it might not be
       | serious enough :)
       | 
       | Happy to hear what you think!
       | 
       | https://llmparty.pixeletes.com
        
       | skanga wrote:
       | I'm working on Conductor
       | 
       | https://github.com/skanga/Conductor
       | 
       | Conductor is a LLM agnostic framework for building sophisticated
       | AI applications using a subagent architecture. It provides a
       | robust platform for orchestrating multiple specialized AI agents
       | to accomplish complex tasks, with features like LLM-based
       | planning, memory persistence, and dynamic tool use.
       | 
       | It provides a robust and flexible platform for orchestrating
       | multiple specialized AI agents to accomplish complex tasks. This
       | project is inspired by the concepts outlined in "The Rise of
       | Subagents" by Phil Schmid at https://www.philschmid.de/the-rise-
       | of-subagents and it aims to provide a practical implementation of
       | this powerful architectural pattern.
        
       | arondeparon wrote:
       | I am working on Tailstream (https://tailstream.io/), turning logs
       | into task time visual data streams. Built the web application,
       | web site and a Go CLI agent (open source) and am now slightly
       | pivoting into making it more log-focused.
       | 
       | Working on faceted search for logs and CLI client now and trying
       | to share my progress on X.
        
       | cjflog wrote:
       | Currently a one-man side project: https://laboratory.love
       | 
       | Last year, PlasticList found plastic chemicals in 86% of tested
       | foods--including 100% of baby foods they tested. Around the same
       | time, the EU lowered its "safe" BPA limit by 20,000x, while the
       | FDA still allows levels roughly 100x higher than Europe's new
       | standard.
       | 
       | That seemed solvable.
       | 
       | Laboratory.love lets you crowdfund independent lab testing of the
       | specific products you actually buy. Think Consumer Reports x
       | Kickstarter, but focused on detecting endocrine disruptors in
       | your yogurt, your kid's snacks, or whatever you're curious about.
       | 
       | Find a product (or suggest one), contribute to its testing fund,
       | and get full lab results when testing completes. If a product
       | doesn't reach its goal within 365 days, you're automatically
       | refunded. All results are published publicly.
       | 
       | We use the same ISO 17025-accredited methodology as
       | PlasticList.org, testing three separate production lots per
       | product and detecting down to parts-per-billion. The entire
       | protocol is open.
       | 
       | Since last month's "What are you working on?" post:
       | 
       | - 4 more products have been fully funded (now 10 total!)
       | 
       | - That's 30 individual samples (we do triplicate testing on
       | different batches) and 60 total chemical panels (two separate
       | tests for each sample, BPA/BPS/BPF and phthalates)
       | 
       | - 6 results published, 4 in progress
       | 
       | The goal is simple: make supply chains transparent enough that
       | cleaner ones win. When consumers have real data, markets shift.
       | 
       | Browse funded tests, propose your own, or just follow along:
       | https://laboratory.love
        
         | ashdnazg wrote:
         | First of all, really cool initiative!
         | 
         | It's interesting that a bunch of the funded products have been
         | funded by a single person.
         | 
         | Do you know if it's the producers themselves? Worried rich
         | people?
        
           | cjflog wrote:
           | Given the current reach of the project (read: still small!),
           | I suspect for awhile yet the majority of successfully funded
           | testing will be by concerned individuals with expendable
           | income. It is cheaper and much faster to go through
           | laboratory.love than it would be to partner with a lab as an
           | individual (plus the added bonus that all data is published
           | openly).
           | 
           | I've yet to have any product funded by a manufacturer. I'm
           | open to this, but I would only publish data for products that
           | were acquired through normal consumer supply chains
           | anonymously.
        
         | ebbi wrote:
         | It's sad that it's come to this on needing to test these
         | things, but amazing initiative! Would love something like this
         | where I am.
        
           | cjflog wrote:
           | Where are you? This project is not necessarily limited to
           | products that are available in the United States. Anything
           | that can be shipped to the United States is still testable.
        
       | philippb wrote:
       | www.appealseal.com
       | 
       | a tool to help California home owners to lower their property
       | taxes. This works for people who bought in the past years low
       | interest environment and are overpaying in taxes because of that.
       | 
       | Feel free to email me, if you have questions:
       | phl.berner@gmail.com
        
       | AaronAPU wrote:
       | Wrapping up adaptive reference SPL for my ISO 226 based equal-
       | loudness compensated gain control plugin and adding support for
       | an SPL-based AGC.
       | 
       | https://apu.software/truegain/
       | 
       | Then it's on to the next project.
        
       | ajd555 wrote:
       | I'm currently working on building a local delivery service using
       | electric cargo bikes in NYC: https://hudsonshipping.co. We are
       | planning to launch our first pilot in early 2026 with our first
       | customers in Brooklyn. We've built all of the tech in-house to
       | manage the fleet, deliveries and optimize our routes. If you know
       | of anyone that would like to be a part of the pilot program, feel
       | free to reach out to me!
        
       | timmit wrote:
       | https://tradeinsight.info
       | 
       | To provide trading insights for users.
        
       | vladoh wrote:
       | I'm working on a open-source tool to create photo galleries from
       | a folder of photos: https://simple.photo. It creates galleries as
       | static sites that are easy to self-host.
       | 
       | I started this out of frustration that there is no good tool I
       | could use to share photos from my travel and of my kids with
       | friends and family. I wanted to have a beautiful web gallery that
       | works on all devices, where I can add rich descriptions and that
       | I could share with a simple link.
       | 
       | Turned out more people wanted this (got 200+ GitHub stars for the
       | V1) so I recently released the V2 and I'm working on it with
       | another dev. Down the road we plan a SaaS offer for people that
       | don't want to fiddle with the CLI and self-host the gallery.
        
       | andreygrehov wrote:
       | Building a tool that automatically generates living
       | infrastructure diagrams from your IaC files and turns them into
       | real-time incident dashboards. Think Figma meets Datadog -
       | beautiful visualization that updates during outages to show you
       | exactly what's failing and how to fix it.
       | 
       | The insight: your architecture diagram shouldn't be a stale PNG
       | in Confluence. It should be your war room during incidents.
       | 
       | Going to be available as both web app and native desktop.
        
         | atroche wrote:
         | That sounds amazing. Which IaC tools are you starting with? Do
         | you pull metrics and logs from the AWS/GCP APIs?
        
           | andreygrehov wrote:
           | Thank you. Yes, it integrates with your own AWS/GCP accounts.
           | As for the IaC, targeting the most obvious ones - CFN and
           | TerraForm.
        
         | tomashertus wrote:
         | Mind sharing a link? That sounds really interesting!
        
           | andreygrehov wrote:
           | I'm sorry, not quite ready to share publicly yet, but happy
           | to chat about your incident response workflow. Feel free to
           | email me.
        
       | Routelette wrote:
       | Building a mobile app that generates a random route & random
       | place on the route (food, shopping, etc) -https://routelette.app/
       | Launching soon!
        
       | koeng wrote:
       | I am working on making ultra-low cost freeze-dried enzymes for
       | synthetic biology.
       | 
       | For example, 1 PCR reaction (a common reaction used to amplify
       | DNA) costs about $1 each, and we're doing tons every day. Since
       | it is $1, nobody really tries to do anything about it - even if
       | you do 20 PCRs in one day, eh it's not that expensive vs
       | everything else you're doing in lab. But that calculus changes
       | once you start scaling up with robots, and that's where I want to
       | be.
       | 
       | Approximately $30 of culture media can produce >10,000,000
       | reactions worth of PCR enzyme, but you need the right strain and
       | the right equipment. So, I'm producing the strain and I have the
       | equipment! I'm working on automating the QC (usually very
       | expensive if done by hand) and lyophilizing for super simple
       | logistics.
       | 
       | My idea is that every day you can just put a tube on your robot
       | and it can do however many PCR reactions you need that day, and
       | when the next day, you just throw it out! Bring the price from $1
       | each to $0.01 + greatly simplify logistics!
       | 
       | Of course, you can't really make that much money off of this...
       | but will still be fun and impactful :)
        
         | sha256bu wrote:
         | cool!
        
       | luhsprwhkv2 wrote:
       | A spooky game for this Halloween.
       | https://github.com/luhsprwhk/iOuija73K
       | 
       | Haunted house trope, but it's a chatbot. Not done yet, but it's
       | going well. The only real blocker is that I ran into the parental
       | controls on the commercial models right away when trying to make
       | gory images, so I had to spin up my own generators. (Compositing
       | by hand definitely taking forever).
        
       | ecce_homo wrote:
       | I work on an IP-Geolocation service: https://ip-sonar.com
       | 
       | - 30k requests/month for free
       | 
       | - simple, stable, and fast API
       | 
       | - MCP Server for AI-related workloads
        
       | tubignaaso wrote:
       | Having migraines on and off the past few months, I wanted a way
       | to try and narrow down triggers. All the existing apps out there
       | were overly complicated. So I built something simpler.
       | 
       | https://dotsjournal.app
       | 
       | It's an iOS app to help tracking events and stats about my day as
       | simple dots. How many cups of coffee? Did I take my supplements?
       | How did I sleep? Did I have a migraine? Think of it like a
       | digital bullet journal.
       | 
       | Then visualizing all those dots together helps me see patterns
       | and correlations. It's helped me cut down my occurrence of
       | migraines significantly. I'm still just in the public beta phase
       | but looking forward to a full release fairly soon.
       | 
       | Would love to hear more feedback on how to improve the app!
        
         | jatins wrote:
         | Looks interesting! Would be nice to see some screenshots on the
         | home page for a vibe check
        
         | captainkrtek wrote:
         | This is great! I can see this useful across a variety of self-
         | assessment things: - I'm tired often, are there certain
         | patterns that align with that? - I'm feeling anxious, what
         | events in a day (or other inputs) align with that?
        
       | ashdnazg wrote:
       | Porting my binary & decimal palindromes[0] finding code[1] to
       | CUDA, with which I had no experience before starting this
       | project.
       | 
       | It's already working, and slightly faster than the CPU version,
       | but that's far from an acceptable result. The occupancy (which is
       | a term I first learned this week) is currently at a disappointing
       | 50%, so there's a clear target for optimisation.
       | 
       | Once I'm satisfied with how the code runs on my modest GPU at
       | home, the plan is to use some online GPU renting service to make
       | it go brrrrrrrrrr and see how many new elements I can find in the
       | series.
       | 
       | [0] https://oeis.org/A007632
       | 
       | [1] https://github.com/ashdnazg/palindromes
        
       | sha256bu wrote:
       | Giving people free blood tests when they donate blood!
       | https://hellogoodlabs.com/ - available in San Francisco :)
       | https://app.hellogoodlabs.com/book-tests/donation
        
         | 650REDHAIR wrote:
         | Your website is great. Everything readily available and very
         | clear!
         | 
         | One of the best I've seen in this thread!
         | 
         | Good luck with your mission!
        
       | daveevad wrote:
       | myself
       | 
       | man, myself needs work
        
         | exasperaited wrote:
         | I think getting a clear picture about what it is about yourself
         | that needs work is actually a lot of the real work. Much of the
         | rest of it is picking a direction and then _living in that
         | direction_.
        
       | roggenbuck wrote:
       | I'm working on a performance capture library for Python because I
       | often need to know the performance of backend systems I maintain.
       | I frequently build tooling to capture performance and save it for
       | later analysis. I/O operations get costly when writing lots of
       | data to disk and creating good real-time analytics tools takes a
       | lot of my time. I wanted a library that captures real-time
       | performance analytics from Python backends.
       | 
       | https://github.com/jakeroggenbuck/kronicler
       | 
       | This is why I wrote kronicler to record performance metrics while
       | being fast and simple to implement. I built my own columnar
       | database in Rust to capture and analyze these logs.
       | 
       | To capture logs, `import kronicler` and add `@kronicler.capture`
       | as a decorator to functions in Python. It will then start saving
       | performance metrics to the custom database on disk.
       | 
       | You can then view these performance metrics by adding a route to
       | your server called `/logs` where you return `DB.logs()`. You can
       | paste your hosted URL into the settings of usekronicler.com (the
       | online dashboard) and view your data with a couple charts. View
       | the readme or the website for more details for how to do this.
       | 
       | I'm still working on features like concurrency and other overall
       | improvements. I would love some feedback to help shape this
       | product into something useful for you all.
       | 
       | Thanks! - Jake
        
       | triword wrote:
       | Built _The Daily Baffle_ at https://dailybaffle.com, a new daily
       | puzzles outlet with a variety of original puzzles.
       | 
       | Still working on growing the audience.
        
       | exasperaited wrote:
       | I am still [0] working on trying to recover who I was before
       | whatever -- a couple of years ago -- rendered me progressively
       | unable to concentrate on anything.
       | 
       | Last month was an improvement. This month I can't concentrate for
       | long and I distract very easily, but I seem to be able to do more
       | with what I have, A small sense of ambition that I might be able
       | to do bigger things, and might not need to drop out of tech and
       | get a simple job, is returning.
       | 
       | I am trying to use this inhibited, fractured state to clarify
       | thoughts about useless technology and distractions, and about
       | what really matters, because (without wishing to sound haughty) I
       | used to be unusually good at a lot of tech stuff, and now I am
       | not. It is sobering but it is also an insight into what it might
       | be like to be on the outside of technology bullshit, looking in.
       | 
       | [0] https://news.ycombinator.com/item?id=45424854
        
       | azdle wrote:
       | I'm working on https://bodge.app/
       | 
       | I'm calling it a "Micro Functions as a Service" platform.
       | 
       | What it really is, is hosted Lua scripts that run in response to
       | incoming HTTP requests to static URLs.
       | 
       | It's basically my version of the old https://webscript.io/ (that
       | site is mostly the same as it was as long as you ignore the added
       | SEO spam on the homepage). I used to subscribe to webscript and
       | I'd been constantly missing it since it went away years ago, so I
       | made my own.
       | 
       | I mostly just made this for myself, but since I'd put so much
       | effort into it, I figure I'm going to try to put it out there and
       | see if anyone wants to pay me to use it. Turns out there's a
       | _lot_ of work that goes into abuse prevention when you're code
       | from literally anyone on the internet, so it's not ready to
       | actually take signups yet. But, there is a demo on the homepage.
        
       | chr15m wrote:
       | I've been working on:
       | 
       | - A front-end library that generates 10kb single-html-file
       | artifacts using a Reagent-like API and a ClojureScript-like
       | language. https://github.com/chr15m/eucalypt
       | 
       | - Beat Maker, an online drum machine. I'm adding sample uploads
       | now with a content accessible storage API on the server.
       | https://dopeloop.ai/beat-maker
       | 
       | - Tinkering with Nostr as a decentralized backend for simple web
       | apps.
        
         | mcdrake wrote:
         | Great job on Beat Maker. It's very pleasant to use!
        
       | regera wrote:
       | I shutdown all mobile app projects this year.
       | 
       | This month doubling down on a small house cleaning business that
       | I acquired https://shinygoclean.com
       | 
       | Instead of code, seems like SOPs have become new love language!
       | 
       |  _Code obeys logic. People obey trust. That's the real
       | debugging._ Still learning!
        
       | jesse__ wrote:
       | I've been working on a 3D voxel-based game engine for like 10
       | years in my spare time. The most recent big job has been to port
       | the world gen and editor to the GPU, which has had some pretty
       | cute knock-on effects. The most interesting is you can hot-reload
       | the world gen shaders and out pop your changes on the screen,
       | like a voxel version of shadertoy.
       | 
       | https://github.com/scallyw4g/bonsai
       | 
       | I also wrote a metaprogramming language which generates a lot of
       | the editor UI for the engine. It's a bespoke C parser that
       | supports a small subset of C++, which is exposed to the user
       | through a 'scripting-like' language you embed directly in your
       | source files. I wrote it as a replacement for C++ templates and
       | in my completely unbiased opinion it is WAY better.
       | 
       | https://github.com/scallyw4g/poof
        
       | irskep wrote:
       | I'm working on autowt, a git worktree manager that happens to
       | make LLM coding workflows easier. https://steveasleep.com/autowt/
       | 
       | It has some rough edges, but I use it a ton and get a lot of
       | value out of it.
        
       | tezza wrote:
       | Plugging away with reviews of Genrative AI tech with detailed
       | comparisons. I announced the launch on HN a while ago, thought
       | I'd use this month's for a status update.
       | 
       | I just took Qwen-Image and Google's image AIs for a spin and I
       | keep a side by side comparison of many of them.
       | 
       | https://generative-ai.review/2025/09/september-2025-image-ge...
       | 
       | and I evaluated all the major 3D Asset creators:
       | 
       | https://generative-ai.review/2025/08/3d-assets-made-by-genai...
        
       | ddxv wrote:
       | I can't stop using AppGoblin to scan apps for SDKs:
       | https://appgoblin.info
       | 
       | AppGoblin is a free place to do app research for understanding
       | which apps use which companies to monetize, track where data is
       | sent and what kinds of ads are shown.
        
       | BEBAA7 wrote:
       | Rust bindings for FreeSWITCH:
       | https://github.com/ash30/freeswitch_rust
       | 
       | I want to write voip plugins using a modern tool chain and
       | benefit from the wider crate eco system
        
       | agentultra wrote:
       | A CHIP-8 emulator and debugger written in Zig:
       | https://github.com/agentultra/zig8
       | 
       | It's got the base instruction set implemented and working. A CRT
       | shader, resizable display, and swappable color palettes.
       | 
       | I'm working on sound and a visual debugger for it.
       | 
       | I have some work to do on the Haskell TigerBeetle client and the
       | Haskell postgresql logical replication client library I wrote
       | too.
        
       | elicash wrote:
       | Headbang, a rhythm game that you play by bobbing your head while
       | wearing Airpods while listening to music, is what I'm considering
       | building next. The idea came from someone else using Airpods to
       | create a racing game (RidePods).
       | 
       | (But also just launched https://ChessHoldEm.net this weekend)
        
       | asdev wrote:
       | Open source control pane for running coding agents in parallel:
       | https://github.com/built-by-as/FleetCode
        
       | cfn wrote:
       | Implementing Gene Expression Programming* in CUDA for our
       | software: https://www.genexprotools.com/
       | 
       | * https://gene-expression-programming.com/
        
       | vrdev wrote:
       | trying to build some opportunity for the VR/XR community with
       | https://vr.dev
       | 
       | right now, it's a better way to showcase your really specific
       | industry skills and portfolio of 3D assets (i.e., "LinkedIn for
       | VR/XR) with hiring layered on
       | 
       | starting to add onto the current perf analysis tools and think
       | more about how to get to a "lovable for VR/XR"
        
       | braheus wrote:
       | A little library to define functions in English (through LLM of
       | course; for TypeScript initially) and use these functions like
       | ordinary (async) functions (calling & be called). Agents as
       | functions and multi-step concurrent orchestration of agents with
       | event loops, if fanciness is in order.
       | 
       | And an agentic news digest service which scrapes a few sources
       | (like HackerNews) for technical news and create a daily digest,
       | which you can instruct and skew with words.
        
       | zkiihne wrote:
       | Automated website feedback with browser use + LLMs
       | 
       | I am building a tool that gives automated qualitative feedback on
       | websites. This is the early and embarrassing MVP:
       | https://vibetest-seven.vercel.app/product
       | 
       | You provide your URL and an LLM browses your site and writes up
       | feedback. Currently working on increasing the quality of the
       | feedback. Trying to start with a narrower set of tests that give
       | what I think is good feedback, then increase from there.
       | 
       | If a tool like this analyzed your website, what would you
       | actually want it to tell you? What feedback would be most useful?
        
       | oezi wrote:
       | Currently running some finetuning experiments on non-verbal
       | sounds to teach TTS how to laugh. I have had some success to add
       | the necessary tags and tokens to multiple systems, but assembling
       | the necessary dataset with sufficient quality is hard.
        
       | callc wrote:
       | Just finished a tiny little project to automatically raise my
       | standing desk at night:
       | https://calvinlc.com/p/2025/10/12/standing-desk-arduino.html
       | 
       | Nice to call it feature complete and move on!
        
       | glouwbug wrote:
       | I'm writing my own internal combustion engine simulator with some
       | applied CFD. Nothing public yet but the sound is nice in my
       | opinion:
       | 
       | https://glouw.com/2025/10/12/Ensim4.html
        
       | cryptoz wrote:
       | I'm working on Code+=AI: https://codeplusequalsai.com/
       | 
       | It's an AI-webapp builder with a twist: I proxy all OpenAI API
       | calls your webapp makes and charge 2x the token rate; so when you
       | publish your webapp onto a subdomain, the users who use your
       | webapp will be charged 2x on their token usage. Then you, the
       | webapp creator, gets 80% of what's left over after I pay OpenAI
       | (and I get 20%).
       | 
       | It's also a fun project because I'm making code changes a
       | different way than most people are: I'm having the LLM write AST
       | modification code; My site immediately runs the code spit out by
       | the LLM in order to make the changes you requested in a ticket. I
       | blogged about how this works here:
       | https://codeplusequalsai.com/static/blog/prompting_llms_to_m...
        
       | fjulian wrote:
       | I'm working on Veila, a privacy-first AI chat service. I wanted
       | something that prevents model providers from profiling users and
       | linking information from chats to their identity.
       | 
       | I'm a robotics engineer by training, this is my first public
       | launch of a web app.
       | 
       | Try it: https://app.veila.ai (free tier, no email required)
       | - What it is:         - Anonymous AI chat via a privacy proxy
       | (provider sees our server, not your IP or account info)         -
       | End-to-end encrypted history, keys derived from password and
       | never leave your device         - Pay-as-you-go; switch models
       | mid-chat (OpenAI now; Claude, Gemini and others planned)
       | - Practical UX: sort chats into folders, Markdown, copyable code
       | blocks, mobile-friendly       - Notes/limits:         - Not self-
       | hosted: prompts go to third-party APIs         - If you include
       | identifying info, upstream sees it         - Prompts take a bit
       | long sometimes, because reasoning is set to "medium" for now.
       | Plan to make this adjustable in the future.       - Looking for
       | feedback:         - What do you need to trust this? Open source?
       | Independent audit?         - Gaps in the threat model I'm missing
       | - Which UI features and AI models you'd want next         - Any
       | UX rough edges (esp. mobile)       - Learn more:         -
       | Compare Veila to ChatGPT, Claude, Gemini, etc. (best viewed on
       | desktop): https://veila.ai/docs/compare.html         - Discord:
       | https://discord.gg/RcrbZ25ytb         - More background:
       | https://veila.ai/about.html
       | 
       | Homepage: https://veila.ai
       | 
       | Happy to answer any questions.
        
         | A4ET8a8uTh0_v2 wrote:
         | Hmm. I can't say for others, but I can tell you what would work
         | for me given that I might meet some the criteria of desired
         | audience for this.
         | 
         | In this space, it is more about trust and what you have done in
         | the past more than anything else. Audits and whatnot are nice,
         | but I need to be able to trust that your decisions will be
         | sound. Think how Steam's Gabe gained his reputation. Not
         | exactly easy feat these days.
         | 
         | FWIW, favorited for testing.
        
       | JeremyJaydan wrote:
       | I'm working on adding favicons support to listings on my website
       | directory I recently launched: https://intrasti.com
       | 
       | I just released the changelog 5 minutes ago
       | https://intrasti.com/changelog which I went with a directory
       | based approach using the international date format YYYY-MM-DD so
       | in the source code it's ./changelog/docs/YYYY/MM/DD.md - seems to
       | do the trick and ready for pagination which I haven't implemented
       | yet.
        
       | ianmabie wrote:
       | Working on https://practicecallai.com/ - simple saas that lets
       | users run practice calls / role play against a custom AI partner.
       | Goal is to make it the easiest to use & fastest to get started
       | with in the market.
       | 
       | It's been a fun, practical way to continuously evaluate the
       | latest models two ways - via coding assistance & swapping between
       | models to power the conversational AI voice partner. I've been
       | trying to add one big new feature each time the model generation
       | updates.
       | 
       | The next thing I want to add is a self improving feedback loop
       | where it uses user ratings of the calls & evaluations to refine
       | the prompts that generate them.
       | 
       | Plus it has a few real customers which is sweet!
        
       | igor47 wrote:
       | I'm working on a DnD character sheet app! I spent last week
       | implementing the core DnD SRD ruleset, but what I'm really
       | excited about is ML integration. I want to add a self-hosted
       | fine-tuned ML model that acts as a character and DM assistant.
       | Obviously an LLM via API can do the job, but I'm really curious
       | if it's possible to build smaller, cheaper, task-specific models.
       | Plus, I've never integrated an ML model into a product before,
       | and I'm curious to play with it. I'm thinking of it like clippy
       | for DnD: "it looks like you're trying to cast fireball?"
       | 
       | Besides the LLM experimentation, this project has allowed me to
       | dive into interesting new tech stacks. I'm working in Hono on
       | Bun, writing server-side components in JSX and then updating the
       | UI via htmx. I'm really happy with how it's coming together so
       | far!
        
       | stryan wrote:
       | I've been working on a tool called Materia[0] for managing Podman
       | Quadlets on hosts; I released a new version last month (and
       | posted it on the September thread) and just merged automatic
       | volume data migration the other day. Next goal is to design a
       | system for downloading and loading remote components, similar to
       | ansible roles. Hopefully I can tie it into the new podman quadlet
       | install/etc commands.
       | 
       | [0] https://github.com/stryan/materia and/or
       | https://primamateria.systems/
        
       | iepathos wrote:
       | I'm working on Debtmap - An open source Rust-based code
       | complexity analyzer that tells you exactly which code to refactor
       | and which code to test for maximum impact. Combines complexity
       | metrics with test coverage data to identify the riskiest code in
       | your codebase. Uses entropy analysis to reduce false positives by
       | distinguishing genuinely complex code from repetitive patterns.
       | 
       | https://github.com/iepathos/debtmap
        
       | A4ET8a8uTh0_v2 wrote:
       | Hmm, a personal assistant of sorts that does evaluation of you to
       | get to the bottom of who you really are. For very obvious
       | reasons, it is a local only project and not exactly intended for
       | consumption.
       | 
       | Beyond that, just regular random stuff that comes up here and
       | there, but, for once, my hdd with sidelined projects is slowly
       | being worked through.
        
       | elisiariocouto wrote:
       | I'm working on Leggen (https://github.com/elisiariocouto/leggen),
       | a self hosted personal banking account management system. It
       | started out as a CLI that syncs your bank account transactions
       | and balances, saves them in a sqlite database and can alert you
       | via Telegram or Discord if a transaction matches a filter.
       | Recently I started refactoring the project with the help of
       | Claude Code and Copilot Agent to include an API and a Web app to
       | explore the data and configure it. The product is using
       | GoCardless Bank Accout Data APIs to connect to banks via PSD2 but
       | I found out recently that registering a new account is no longer
       | possible so I'm currently looking into alternatives.
        
         | amrawad wrote:
         | Check out Lunch Flow (https://lunchflow.app) for a global open
         | banking API that's accessible for personal finance apps :) We
         | integrate with Gocardless, among other global open banking
         | providers.
        
       | Aeroi wrote:
       | Camera Search (camerasearch.ai) is my iOS app for tradespeople
       | and DIY users. It combines voice, video, image understanding, and
       | chat--backed by tuned LLM API--to help diagnose issues and guide
       | builds/repairs in realtime.
        
       | ronbenton wrote:
       | Just trying to maintain employment
        
       | allynjalford wrote:
       | https://backpac.xyz/
        
       | tootyskooty wrote:
       | Working on a new interface for learning with LLMs that creates
       | courses on any topic.
       | 
       | https://periplus.app
       | 
       | The goal was to make the learning material very malleable, so all
       | content can be viewed through different "lenses" (e.g. made
       | simpler, more thorough, from first principles, etc.). A bit like
       | Wikipedia it also allows for infinite depth/rabbit holing. Each
       | document links to other documents, which link to other documents
       | (...).
       | 
       | I'm also currently in the middle of adding interactive
       | visualizations which actually work better than expected! Some
       | demos:
       | 
       | https://x.com/mato_gudelj/status/1975547148012777742
        
       | thenipper wrote:
       | An open source campaign management app for TTRPGs. There are a
       | ton out there, that are basically just fancy wikis. I'm working
       | on one in Django for running my old school D&D game i'm starting
       | back up this fall.
        
       | kevinalexbrown wrote:
       | building the standard model for bio:
       | https://standardmodelbio.substack.com/p/introducing-standard...
       | 
       | We're pretty jazzed.
        
       | steren wrote:
       | Same thing I was working on in 2018 already: Google Cloud Run
       | (https://cloud.run/) We just kept shipping, and shipping, and
       | shipping...
        
       | kukanani wrote:
       | An open source website I built to explain tensor functions in
       | PyTorch: https://whytorch.org
       | 
       | It makes tricky functions like torch.gather and torch.scatter
       | more intuitive by showing element-level relationships between
       | inputs and outputs.
       | 
       | For any function, you can click elements in the result to see
       | where they came from, or elements in the inputs to see how they
       | contribute to the result to see exactly how it contributes to the
       | result. I found that visually tracing tensor operations clarifies
       | indexing, slicing, and broadcasting in ways reading that the docs
       | can't.
       | 
       | You can also jump straight to WhyTorch from the PyTorch docs
       | pages by modifying the base URL directly.
       | 
       | I launched a week or two back and now have the top post of all
       | time on r/pytorch, which has been pretty fun.
        
       | Krisso wrote:
       | Working on a macOS Metal based 3D engine and synthesizer to
       | participate in 64kb demo entries in demoscene parties.
       | https://imgur.com/a/wOUdTbt
        
       | conditionnumber wrote:
       | Still not started.
       | 
       | Open source pipeline to ensemble >=2 cheap data vendors into a
       | reliable US equities securities master. If anyone wants to
       | collaborate (in particular split the effort of acquiring &
       | normalizing data from multiple vendors for evaluation). Boring +
       | tedious stuff, but there are a few technically interesting sub-
       | tasks: (1) extract reference data from various unstructured
       | sources and link them by name; (2) detect and correct data errors
       | without a source of ground truth. Success could unblock much more
       | interesting projects.
        
       | anderber wrote:
       | I'm working on a workout tracker that you can actually use for
       | things like TRX and gymnastic rings. Along with normal workouts
       | too. Let me know if there's anything you'd like on there.
       | https://gravitygainsapp.com/
        
       | patcon wrote:
       | I'm in The Hague right now at a digital democracy conference,
       | where I was invited to present on my prototype that I've been
       | building the past few months!
       | 
       | It's for doing realtime "human cartography", to make maps of who
       | we are together in complex large-scale discourse (even messy
       | protest).
       | 
       | https://patcon.github.io/polislike-human-cartography-prototy...
       | 
       | It's for exploring human perspective data -- agree, disagree,
       | pass reactions to dozens or hundreds of belief statements -- so
       | we can read it as if it were Google Maps.
       | 
       | My operating assumption is that if a critical mass of us can
       | understand culture and value clashes as mere _shapes_ of
       | discourse, and we can all see it together, the we can navigate
       | them more dispassionately and with clear heads. Kinda like
       | reading a map or watching the weather report -- islands that rise
       | from oceans, or plate tectonics that move like currents over
       | months, and terraform the human landscape -- maybe if we can see
       | these things together, we 'll act less out of fear of fun-house
       | caricatures. (E.g., "Hey, dad, it seems like the peninsula you're
       | on is becoming a land bridge toward the alt right corner. I feel
       | a little bummed about that. How do you feel about it?")
       | 
       | (It builds on data and the mathematical primitives of a great
       | tool called Pol.is, which I've worked with for almost a decade.)
       | 
       | Videos of its usage:
       | https://youtube.com/playlist?list=PLMgSnvCsIgoFrVNXlpbEgSDta...
       | 
       | Experimental prototype of animating between projections:
       | https://main--68c53b7909ee2fb48f1979dd.chromatic.com/iframe....
       | (advanced)
        
       | solomonb wrote:
       | Continuing to work on a Low Power FM community radio station for
       | the East San Fernando Valley of Los Angeles. We have started
       | promoting and putting on local events and are trying to fund
       | raise to build out the station. Raising money is hard! We did a
       | big show in Burbank where several hundred people showed up but we
       | only netted $800 after expenses. :(
       | 
       | We were featured on our local NPR syndicate which is neat:
       | https://laist.com/news/los-angeles-activities/new-grassroots...
       | 
       | https://kpbj.fm/
        
       | amrawad wrote:
       | I am working on Lunch Flow (https://lunchflow.app), a tool that
       | allows people to automatically sync their bank accounts to their
       | favorite budgeting apps (Google Sheets, Lunch Money, Actual
       | Budget, or use our API!)
       | 
       | I was motivated to build this as I found that many great personal
       | finance and budget apps didn't offer integrations with the banks
       | I used, which is understandable given the complexity and costs
       | involved, so I wanted to tackle this problem and help build the
       | missing open banking layer for personal finance apps, with very
       | low costs (a few dollars a month) and a very simple api, or
       | built-in integrations.
       | 
       | Still working on making this sustainable, but been quite a
       | learning experience so far, and quite excited to see it already
       | making a difference for so many people :)
        
       | jborden13 wrote:
       | Helping people and orgs bring their vibe code apps to life has
       | been fun:
       | 
       | https://productionapps.ai/
        
       | jason_zig wrote:
       | Month 48 of my one-man project Zigpoll: https://www.zigpoll.com/
       | 
       | On-site surveys for eCommerce and SaaS. It's been an amazing ride
       | leveling up back and forth between product, design, and
       | marketing. Marketing is way more involved than most people on
       | this site realize...
        
       | very_good_man wrote:
       | www.platechase.com
       | 
       | This is a free license plate tracking game for families on road
       | trips. Currently adding more OAuth providers, and some time zone
       | features.
        
       ___________________________________________________________________
       (page generated 2025-10-12 23:00 UTC)