Live data from Hacker News

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

news.ycombinator.com

541–550 of 914 posts

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

#541
https://finbodhi.com — Helps you track, understand, and plan your personal finances — with a double-entry accounting. You own your financial data. It’s local-first, syncs across devices, and everything’s encrypted in transit. Supports multiple-accounts (track as a family or even as an advisor), multi-currency, a custom sheet/calculator to operate on your accounts (calculate taxes etc) and much more.

Most recently, we added support for benchmarking and us stocks, etfs etc.

Benchmarking is an interesting topic. I am not sure why but most personal finance tools are quite bad at this. Our benchmarking tool allows you to understand how your underlying portfolio is doing, vs how your timing decisions are fairing. Portfolio comparison is done with NAV chart (nav calculation is same as what mutual funds use). And value chart in comparison with nav chart, helps you understand if your timing decisions are helping.

NOTE: you can try demo without signup, but it doesn't work in Firefox Incognito mode.

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

#542
For the past month, I've been building a distributed, phase-coherent clock synchronization system over standard consumer 2.5GbE copper, bypassing the need for dedicated white rabbit hardware.

It started as a way to fix audio drift in my multi-room setup without using large jitter buffers, but it turned into a standalone project where I started learning more about NIC driver latency. I found that if you isolate a specific CPU core (isolcpus), disable all interrupt coalescing and busy-poll the RX ring buffer with a custom AF_XDP socket, you can characterize the PHY and PCIe bus latency jitter to within a standard deviation of few ns on generic realtek hardware.

I'm using this disciplined clock to do TDOA (time difference of arrival) triangulation of RF signals inside my home. I have three anchor nodes running this stack connected to SDRs. I can currently track the physical location of my dog's collar to within 15cm in 3D space by correlating the signal peaks. The hardest part is writing the solver for the multipath interference. I'm implementing a custom unscented kalman filter to reject the signal reflections bouncing off my refrigerator and radiators. I know what you're thinking. Yes, it sounds totally excessive but getting sub-microsecond synchronization without an FPGA switch feels like magic.

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

#543
I’m building a few Projects that are ready for users

https://bittorrented.com a torrent-first Streaming platform

http://marksyncr.com a free bookmarks synchronizer web extension for chrome safari and Firefox based browsers

http://defpromo.com a zero-cloud self promotion web extension for all browsers helps automate commenting on social media posts to promote your product api keys required

http://coinpayportal.com a non custodial crypto payment gateway Easy to integrate similar to stripe with web hooks and manage multiple businesses

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

#545
Have been working on three micro-saas, all built in Elixir/Phoenix:

https://feedbun.com - a browser extension that decodes food labels and recipes on any website for healthy eating, with science-backed research summaries and recommendations.

https://rizz.farm - a lead gen tool for Reddit that focuses on helping instead of selling, to build long-lasting organic traffic.

https://persumi.com - a blogging platform that turns articles into audio, and to showcase your different interests or "personas".

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

#546
Implementing a debugger for the custom scripting language used by the Zelda game engine I contribute to.

The game engine I work on (link in bio) developed a custom language for engine customization, but it never had any runtime debugging capabilities. I've been adding that over the last couple weeks.

The language compiles to a bytecode, which is what the engine runs. But the bytecode has no source information.

The easy part was getting source locations for stack traces (associating each generated bytecode with an originating source line of code).

Harder was getting scopes information for displaying function names in those stack frames, and for associating runtime variables per-scope (stack variables, globals, class fields, etc.)

Now I just need to create an expression parser for evaluating expressions at runtime based on the current scope, add breakpoints and step over/into/etc. capability to the engine, then wrap it all together in a VSCode extension.

https://web.zquestclassic.com/zscript/ (this doesn't show what I'm working on, it's just a basic web text editor to quickly test the language. can't run it from here).

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

#547
post #148

Earlier quoted context omitted.

Sounds fascinating, do you have any documentation on how you modify the yeast?

I really need to do a write-up. I kinda just whip up the easiest path and do it. For example for the grape, I needed to knock out some tryptophan synthesis genes so I could redirect the bioflux. Problem is that in bakers yeast they have a whole buncha copies of their chromosomes, so I had to knock out one of the genes and replace it with a different gene from grapes. Did that with a quick lil CRISPR switch. Had to el…

Curious why you do CRISPR when HR works great in yeast.

If you are having trouble transforming, try spheroplasty.

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

#548
An open source, self-hostable ebook library for yourself, and/or family and friends. Will include professional and automatically gathered bibliographical metadata, direct reader connectivity, calibre sync, OPDS, an (optional) public bragging shelf, and high quality packages to go with.

If you love reading, want to have an easy way to access your collection, and share it with a few people, this is for you.

https://github.com/colibri-hq/colibri

I’m looking for contributors who would like to help shape Colibri into a counter-approach to big tech; it’s specifically meant to never get monetised, and explore what such software can become.

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

#549
post #62

I've got two going :) https://shepherd.com/ Building a really unique book recommendation platform to help readers find books they might not otherwise know about. We just started working on a full book app that will be a private book diary, along with recommendations and insights based on your Book DNA. Think Goodreads, but rebuilt for readers who want a private space to track what they read, keep notes, and get truly…

> We just started working on a full book app that will be a private book diary, along with recommendations and insights based on your Book DNA. Think Goodreads, but rebuilt for readers who want a private space to track what they read, keep notes, and get truly personalized book recommendations (like Pandora or Spotify for books).

Oh! This is very similar to the project I am working on, Colibri[1], a self-hostable ebook library. I'm an avid Shepherd user though, and I would love to make some kind of integration happen… would you be open to a chat??

[1] https://github.com/colibri-hq/colibri

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

#550
I'm launching many landing pages these days and want to collect emails into waitlists.

I have been working on Wait: https://github.com/tanin47/wait, a self-hostable CORS-enabled headless waitlist system that connects to Google Sheets.

I have many landing pages hosted for free on Netlify and Github Pages as static pages. All of them have waitlist forms that send cross-domain AJAX requests to the Wait server, which then writes the emails to Google Sheets. Since there's no iframe, it's easier for me to style the form and customize the after actions.

The Wait server is hosted on OVHCloud for $4/month. It's probably the most economical option for a waitlist system.

Post reply on HN