Live data from Hacker News

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

news.ycombinator.com

101–110 of 1001 posts

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

#101
post #59

Because I love building APIs and backend services, I built a simple IP geolocation service with the best developer experience. It has free (rate-limited) access and affordable paid tiers. Check it out: https://ip-sonar.com

This is cool - how does IP geolocation work? How do you know that xyz IP is at this particular spot? Edit: I see you are using MaxMind database - do you add some sort of additional analytics or overlay on top of that?

At this moment, I'm still very early with the service, I don't do any serious data crunching on my end (but I plan to).

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

#102
I'm working on a programming game called "Pragma Twice". As in, playing the game involves programming. I just put up a steam page for it (https://store.steampowered.com/app/3528840/Pragma_Twice/) and have a demo submitted to Valve for review (which should hopefully be approved any day now, since I'm trying to participate in June's NextFest)

This game was originally inspired by the game "Untrusted" (https://github.com/AlexNisnevich/untrusted)

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

#103
I’m working on Karl [https://www.veloursdevices.com], a MIDI controller. It’s quite unique because it features 32 encoders over a display, which allows you to have a fully customizable interface—like a touchscreen, but with actual knobs you can touch.

I have a software engineering background, and I’ve been working on this for nearly 3 years now! I used to play with the Electra One controller before, but having the encoders over the display is really something I’ve always wanted.

I presented Karl last month at Superbooth (a fair in Berlin) and got really good feedback. After 6 months of beta and 2 years of touring with it myself, the first batch will be dispatched in August, and this is quite exciting!

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

#104
I’m working on a research cybersecurity tool that attempts to combine the natural language understanding and information synthesis strengths of LLM-driven agents with symbolic logic and knowledge bases expressed as Datalog programs for determinism and declarative semantics.

The approach is to perform system scanning using a combination of LLMs and traditional algorithms to dynamically populate a Datalog knowledge base. The facts of the program are constrained to a predefined “model schema” of sorts and a predefined set of rules that encode specialized domain knowledge of how new facts can be derived from known facts.

We generate proof trees / attack graphs from the knowledge base and queries posed to it. The attack graph uses big-step semantics to plan and guide the execution flow, and the system dispatches to agents with tool use to fill in the details and implement the small-step semantics, so to speak. This may include API calls to a Metasploit Framework server or RAG over vulnerability and exploit databases.

We use Pydantic AI to constrain the LLM output to predefined schemas at each step, with a dash of fuzzy string matching and processing to enforce canonicalization of, e.g., software names and other entities.

Tl;dr: neurosymbolic AI research tool for cybersecurity analysis and pentesting.

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

#105
post #102

I'm working on a programming game called "Pragma Twice". As in, playing the game involves programming. I just put up a steam page for it ( https://store.steampowered.com/app/3528840/Pragma_Twice/ ) and have a demo submitted to Valve for review (which should hopefully be approved any day now, since I'm trying to participate in June's NextFest) This game was originally inspired by the game "Untrusted" ( https://github.…

This gives me exapunks / Zachtronics vibes

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

#106
I am working on a music recommendation algorithm for your self hosted music. Think of it like your personal pandora.

Backend is already working: Boldaric https://github.com/line72/boldaric

And a simple iOS native front end (which I haven’t submitted to the App Store yet). Tor Jolan https://github.com/line72/torjolan

It has been interesting tweaking the algorithms and models for various similarity searches.

I really like that it focuses on music characteristics and not metadata, so popularity of a song/artist isn’t even taken into account. This has really helped me explore my rather large music collection especially when I get stuck in a rut of listening to the same things.

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

#108

I've been collecting and digitizing vintage print advertisements and publishing them ( https://adretro.com ). I have tens of thousands of ads in the collection and it would take me many lifetimes to complete, but I've been using AI to extract and catalog the meta data. I can get through about 100 ads/day this way. One of my favorite ads, a computer from 1968 that "answers riddles": https://adretro.com/ads/1968-digi-c…

That’s really cool.

Indeed it is!

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

#109
Dora: https://dorafiles.com

It's a file explorer where it embeds your local file structure so you can use natural language to search your file system.

Started off as a local inference/vector-db only project last year and now also using cloud inference/vector-dbs for faster processing.

You can also use "agent-mode" to organize your files/folders, create items, move, copy and save content to disk directly from chat.

Post reply on HN