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…
Super cool project! The website looks great too. Some analytics would be amazing. Not sure why but I think it would be really interesting to see the data in aggregate from various perspectives, e.g. what were the most popular add types by year or by publication.
Ask HN: What are you working on? (May 2025)
691–700 of 1001 posts
Re: Ask HN: What are you working on? (May 2025)
#692I'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…
What a neat idea! I'd second the person requesting a timeline view.
Re: Ask HN: What are you working on? (May 2025)
#693Re: Ask HN: What are you working on? (May 2025)
#694Re: Ask HN: What are you working on? (May 2025)
#695Re: Ask HN: What are you working on? (May 2025)
#696So I started building something simple: a tool that lets me turn highlights into flashcards with as little friction as possible.
Just select text on your iPhone, share it with the app, and it creates a flashcard using AI — a Q&A pair and a short summary. You can browse cards in the app, or show them on your Home Screen, Lock Screen, or watchface of your Apple Watch.
This is my first iOS app, and building it has been a great learning experience. I’m using Supabase for the backend which have been mostly great.
Check it out: https://komihag.com
Re: Ask HN: What are you working on? (May 2025)
#697It stems from my struggle to keep up with the feeling of overwhelm with so many things to learn. Currently working on organizing all of my thoughts into a coherent theory.
You can check my blog to learn more about my journey and the theory = https://www.moderncynicism.com/about
Re: Ask HN: What are you working on? (May 2025)
#698I was reading a lot of technical books and kept highlighting things I wanted to remember — but I rarely went back to review them. The notes just sat there, on my Kindle or in the reading app. So I started building something simple: a tool that lets me turn highlights into flashcards with as little friction as possible. Just select text on your iPhone, share it with the app, and it creates a flashcard using AI — a Q&A…
Re: Ask HN: What are you working on? (May 2025)
#699Re: Ask HN: What are you working on? (May 2025)
#700An "JIT interpreter" for Emacs Lisp [1] with Graal Truffle [2] in Java. And it is really amazing how the frameworks these days simplify building a JIT runtime for a language. Currently I'm working on a pdump[3]-like feature for it. [1] https://codeberg.org/gudzpoz/Juicemacs/src/branch/main/elisp [2] https://www.graalvm.org/latest/graalvm-as-a-platform/languag... [3] https://www.gnu.org/software/emacs/manual/html_node…