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…
Ask HN: What are you working on? (May 2025)
381–390 of 1001 posts
Re: Ask HN: What are you working on? (May 2025)
#382Re: Ask HN: What are you working on? (May 2025)
#383Re: Ask HN: What are you working on? (May 2025)
#384Re: Ask HN: What are you working on? (May 2025)
#385Re: Ask HN: What are you working on? (May 2025)
#386Counter-drone defense tech https://orcrist.us
Re: Ask HN: What are you working on? (May 2025)
#387Mathbreakers 2 ( https://mathbreakers.com ) A 3D game to help students in grades 5-8 learn Arithmentic, Fractions, Geometry, and Algebra. 50% or more of middle school students experience math anxiety, and it's no wonder that so many people grow up believing, "I'm not a math person." Math can be incredibly fun and beautiful if approached and experienced the right way. Mathbreakers is a vibrant, interactive world where…
Re: Ask HN: What are you working on? (May 2025)
#388I 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 l…
Wow! I was thinking about doing something similar (extracting audio features to find really similar songs) some weeks ago. I love the idea, it'd be great to have something like this to discover music too, but it'll be difficult to discover new music because it won't be present in the collection.
I also finally took my wife’s collection, properly tagged it, and added it to my collection. That has been fun to explore.
Re: Ask HN: What are you working on? (May 2025)
#389I’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 bas…