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?
Ask HN: What are you working on? (May 2025)
101–110 of 1001 posts
Re: Ask HN: What are you working on? (May 2025)
#102This game was originally inspired by the game "Untrusted" (https://github.com/AlexNisnevich/untrusted)
Re: Ask HN: What are you working on? (May 2025)
#103I 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)
#104The 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)
#105I'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.…
Re: Ask HN: What are you working on? (May 2025)
#106Backend 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)
#107I’m working on https://voicecast.app/ but struggling to get users. It’s a way for podcasts to get voice messages for their shows. Any advice appreciated!
Re: Ask HN: What are you working on? (May 2025)
#108I'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.
Re: Ask HN: What are you working on? (May 2025)
#109It'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.
Re: Ask HN: What are you working on? (May 2025)
#110https://github.com/jaronilan/stories/blob/main/Base%20Rate.p...
Will now move at the usual snail pace to write the next one.