Live data from Hacker News

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

news.ycombinator.com

561–570 of 1001 posts

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

#561
At home... about to welcome a dog, so that's going to shrink my free time even further.

On the "side projects" side of things, I've been working on a "boot to EndBASIC" disk image since December with the goal of creating a small "dev kit" box that boots quickly and directly into the interpreter. The disk image is pretty much done for a first release, so now I need to get to the design and 3D-printing of a case for the board+screen combo. The latter is brand new territory for me, and I have a self-imposed deadline of June when I'll be presenting this at BSDCan.

... but I've also taken a small detour to improve the EndBASIC website and provide a dynamically-generated gallery of user-uploaded projects. This has been a deficiency for a while and I felt it'd be easy to add it, right on time for the "dev kit" release.

Stay tuned!

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

#562
The Goodreads of music. I'm a lifelong music nerd and have developed habits for finding and curating good music, both new and old. I'm codifying my habits and heuristics for discovering new music into an AI-powered social platform that can be used by anybody to widen their horizons in terms of music they listen to and to share their taste with others. https://waxnerd.com/adnan

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

#563
Working on writing a series of blog posts on interaction nets. The first one is up already an is an introduction to the topic [0]. I feel like the topic is very accessible but the ideas are spread out across discord channels, papers, twitter, and GitHub repos. Hoping to centralize it a bit.

[0]: https://ezb.io/thoughts/interaction_nets/lambda_calculus/202...

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

#564
Building an app that extracts key information from PDFs + highlights citations.

You provide a PDF and a JSON schema defining what to extract, and it returns the extracted values, the citations and their precise locations in the document.

This is especially valuable in workflows where verification of LLM extracted information is critical (e.g. legal and finance). It can handle complex layouts like multiple columns, tables and also scanned documents.

Planning to offer this both as an API and a self-hosted option for organizations with strict data privacy requirements.

Screenshot: https://superdocs.io/highlight.png

Feel free to get in touch for a demo.

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

#565
I'm in the midst of a tectonic career shift, from being laid off from a position and place I loved, to another gig while I keep looking for another unicorn role like before.

So most of my project work is home-based, after years of being able to chase (and execute) dreams at work.

On the technology front, I'm finally investing in a proper network core for home. WiFi 7 AP, 2.5Gig core, PoE everywhere, zone-based firewall. Still mapping out DHCP scopes and VLANs, but once that's done it'll be moving on to proper IoT and Home Assistant build-outs to prepare for the Unfolded Circle 3 later this summer. Also looking to redo my two N100 hypervisors off Proxmox and back to RHEL + Cockpit, or some other Linux + KVM implementation; from there, it's all about Kubernetes, Ansible, and Terraform. Really just a lot of oft-postponed side projects because I had amazing fulfillment at work, that I suddenly have ample time for now.

Outside of the tech stuff, I'm still trying to get some decent photos of two local birds of prey that have been hunting in my neighborhood. They seemingly spite me by only showing themselves when I don't have my camera with me, but dangit, I will photograph them.

On the writing front, I've got a few topics jostling around in drafts: speculating on potential futures of LLMs, the internet as a psychohazard, and a series of "fundamentals" to try and teach my non-techie circles more about how computers and the internet work, so they can do some modest self-hosting and get off centralized services. I'll likely dovetail some of them with my own home projects, writing them alongside the documentation as I make progress.

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

#566

I just put live a daily logic puzzle, Clues by Sam. I've been working on it for a while now, mainly on the level generator. It was tricky to generate levels that are solvable using logic (no guessing needed), and also fun to solve (no crazy long deduction chains, but also not just obvious things). I'm sure the implementation still has some quirks on some devices, so would love to hear if you encounter issues! https:/…

I really enjoy this! I like Murdle, too. I was very interested in a sort of quest generation system that would use similar concepts to generate RPG quests, basically constraint solving I suppose.

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

#568

I am about to begin a PhD in astronomy. Until last month I was working at Caltech for 3 years on code which calculates orbits of asteroids to high precision. This code is being used on several NASA telescopes now to predict when they will image known asteroids (NEO Surveyor, SphereX, maybe Roman eventually). I was allowed to open source it and I am planning on making it the basis of my PhD research: https://github.co…

Ever thought of making a presentation about this subject and putting it on YouTube? :-)

It sounds really impressive.

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

#570

I'm preparing to leave the corporate world after twenty years and go get a master's in software engineering this fall in Newfoundland. Pretty anxious about that, given how massive of a life change it is, and how much will be riding on me getting good grades.

That's super cool! Good for you!

I'm kind of contemplating the same thing - not leaving the corporate world, because I have too many bills and debts for that - but getting a PhD in something, maybe math or CS. I don't know that anyone really does that in their forties, though...

Post reply on HN