https://github.com/colibri-hq/colibri/ Colibri—a self-hostable web application to manage your (and your family's) ebook library, intended as a companion to Calibre. I want it to be a friendly, simple, capable, opinionated app to review your books, add metadata to them, get them onto your reader, share them with family and (few) friends, create a public shelf for bragging, connect with Goodreads etc., and exchange com…
Ask HN: What are you working on? (April 2025)
891–900 of 1001 posts
Re: Ask HN: What are you working on? (April 2025)
#892Re: Ask HN: What are you working on? (April 2025)
#893 # dig @sophia.m3047 coroutines.redis.sophia.m3047 txt +short
"write_control:1"
"get:3"
"statistics_report:1"
"process_pending_queue:1"
The implementing code (not including turning it into a DNS response) is surprisingly simple: https://github.com/m3047/rkvdns/blob/f6fba9523a83aa5125378bb...Re: Ask HN: What are you working on? (April 2025)
#894Re: Ask HN: What are you working on? (April 2025)
#895This kind of hack can lead LLMs to be the 21st century browsers.
Oh yes... also working on preparing my retirement end of this year...
Re: Ask HN: What are you working on? (April 2025)
#896I’m working on https://vimgolf.ai , to help me learn new vim commands and in doing so hopefully help others. Right now, still working on adding the ai assisted level creation for each motion, but more to come on that.
Re: Ask HN: What are you working on? (April 2025)
#897A tree cutting tool. Take photos of the tree from 6 different angles, feed into a 3D model generator, erode the model and generate a 3D graph representation of the tree. The tool suggests which cuts to make and where, given a restricted fall path (e.g. constrained by a neighbors yard on one side). I create the fallen branches in their final state along the fall plane, and create individual correction vectors mapping…
Forgive my ignorance but all the tree cutting I've observed has been based on climbing and cutting in segments from the top rather than letting the tree fall. Under what circumstances is it better or necessary to actually let the tree fall?
Re: Ask HN: What are you working on? (April 2025)
#898The first ever SQL debugger – runs & visualizes your query step-by-step, every clause, condition, expression, incl. GROUP BY, aggregates / windows, DISTINCT (ON), subqueries (even correlated ones!), CTEs, you name it. You can search for full or partial rows and see the whole query lineage – which intermediate rows from which CTEs/subqueries contributed to the result you're searching for. Entirely offline & no usage o…
This would be incredible to understand why some queries execute slow; most of the time it's one of the steps in between that takes 99% of the execution time at our company. Do you record the time each step takes?
Re: Ask HN: What are you working on? (April 2025)
#899I'm working on TicketSidekick having lots of fun with pinecone, chromadb, llms, aws serverless and golang!
TicketSidekick is a smart support agent that manages tech support automatically across the entire incident lifecycle.