Live data from Hacker News

Ask HN: What are you working on? (October 2025)

news.ycombinator.com

661–670 of 1001 posts

Re: Ask HN: What are you working on? (October 2025)

#661

Currently working on my resume website to make it easier to get a sense of what type of developer I am: https://www.terwiel.io/ Also working on a GxP-compliant, offline-first, real -time synced QMS, but I’ve put that on hold in favor of optimizing my resume.

Your resume web is awesome! Congrats!

Thank you. That means a lot. I hope to fully finish it by the end of the month as it's still riddled with small bugs. But feel free to fork it: https://github.com/danielterwiel/terwiel.io

Should be as easy as updating all data in the data/ folder and you can get your own version. Mind you: getting the SVG logos right is the hard part

Re: Ask HN: What are you working on? (October 2025)

#662
I work with DSPy in Python and felt it was missing in the Ruby ecosystem.

So I started https://github.com/vicentereig/dspy.rb: a composable, type-safe version built for Rubyists who want to design and optimize prompts, and reuse LLM pipelines without leaving their language of choice. Working with DSPy::Signatures reminds me a bit of designing a db schema with an ORM.

It’s still early, but it already lets you define structured modules, instrument them in Langfuse, wire them up like functional components, and experiment with signature optimization. All in plain Ruby.

Re: Ask HN: What are you working on? (October 2025)

#663
My one-person side project, Whenever: https://stevebennett.me/2025/08/26/whenever-exploring-times-...

In short, an explorable database of movies, TV shows, books and board games organised around the time and place that they're set. So if you're interested in stuff set during the French Revolution but not in Paris, you could find it there, for instance.

Re: Ask HN: What are you working on? (October 2025)

#667

Currently working on Note Cargo, basically self-hosted Markdown note-taking app, but I tried to not using database. So similar to Obsidian/Logseq but its web-based. And currently working to make things shareable, also don't want to use database. Here is the demo https://notecargo.huedaya.com/

it says OneNote but does it also support stylus handwriting, links, tables, images? id love a onenote replacement but these features are what makes me stick to onenote

Re: Ask HN: What are you working on? (October 2025)

#668
post #341

I am working on the little book of algorithms: https://github.com/little-book-of/algorithms A project to implement 1000 algorithms. I have finished around 400 so far and I am now focusing on adding test cases, writing implementations in Python and C, and creating formal proofs in Lean. It has been a fun way to dive deeper into how algorithms work and to see the differences between practical coding and formal reasonin…

Wow, that looks fun and probably get to learn a lot about algorithms.

I don't have any feedback, but rather a question, as I've seen many repositories with people sharing their algorithms, at least on GitHub for many different languages (e.g. https://github.com/TheAlgorithms), what did you find that was missing from those repositories that you wanted to write a book and implement hundreds of algorithms, what did you find that was lacking?

Re: Ask HN: What are you working on? (October 2025)

#670

I've been suffering from migraines for the last month, so have channeled my (non-migraine) time into a migraine tracker to try and find the root causes. All the tracking apps I tried all have nice complex forms, which is all well and good, unless...you are having a migraine. Rough idea is easy to use voice mode to record data, then analyze unstructured data with AI later on. I want to track all relevant life informat…

Could work for a lot more than just migranes
Post reply on HN