Live data from Hacker News

Ask HN: What Are You Working On? (June 2025)

news.ycombinator.com

581–590 of 1001 posts

Re: Ask HN: What Are You Working On? (June 2025)

#581
I'm working on a tool to remix/manage my playlists, that's agnostic from the different music platforms.

I used to have an integration in Spotify, that automatically copied my "Discover weekly" playlist into an archive. Over time, it grew close to 10000 songs. It also started to get polluted by ambient sound and kids songs when my daughter was born.

I wanted to clean it up but as far as I could tell, the only way was to do it manually, song by song. I'd want to have something more powerful, that would easily let me rearrange/split/curate my playlists based on any arbitrary constraint.

Re: Ask HN: What Are You Working On? (June 2025)

#582
https://pickyskincare.com - a tool that lets you find skin care products based on the ingredients you want and don't want in it. The main use case is for finding cheaper versions of a product you already like, or one without things you're allergic or sensitive to.

It's written in elixir using Phoenix live views. There's almost no custom Javascript outside of what that framework gives. First load may take a while because it's the cheapest tier of fly.io and boot loads all known ingredients and products in to memory.

Re: Ask HN: What Are You Working On? (June 2025)

#583
Been working on https://github.com/amterp/rad for almost a year now. It's a programming language designed for writing good CLI scripts, so it's aiming to replace Bash but is much more Python-like, and offers unique syntax and a bunch of in-built support for scripting.

Please check it out if it sounds at all interesting! Keen for feedback :) I've written some docs, including a "getting started" guide, linked in the GitHub page.

Re: Ask HN: What Are You Working On? (June 2025)

#585
Working on a physical and digital archive of all American vintage print advertising. I've built the archival and database software on Lucee & MySQL to store images and automate, and I use OpenAI to analyze images and extra meta data. All of the full page ads are pushed to https://adretro.com.

I've gotten the process to fully catalog all of the advertisements in a magazine (about 150 on average) down from over a week to a few hours. I should be able to get through the material within my lifetime now :)

Re: Ask HN: What Are You Working On? (June 2025)

#586
I'm building the JavaScript version of Semantic Kernel: https://kerneljs.com

> Semantic Kernel is a lightweight, open-source development kit that lets you easily build AI agents and integrate the latest AI models. It serves as an efficient middleware that enables rapid delivery of enterprise-grade solutions.

Re: Ask HN: What Are You Working On? (June 2025)

#587
Working on https://qrew.cc

When I worked at larger orgs. Reviewing applicants was a very busy task. I would usually get 100-300 applications for the role. And I never trusted HR team to filter out candidates before interviews, so I would go manually through all the candidates. In the world of AI and automatic ATS systems, I have the same problem. I don't trust AI now to filter and rank candidate resumes for me. I wanted something that enhances my process, but does not replace it.

So i've started working on https://qrew.cc, where AI helps you, but keeps you fully in control.

Re: Ask HN: What Are You Working On? (June 2025)

#588
I adore Geoguessr, but when I play it I wish there was a bit more strategy, or a longer term planning aspect to the game instead of purely memorization and clicking.

So I'm building it. Still early, and I have nothing to share yet, but I'm already pretty confident my Geoguessr friends will love it when it's finished.

Re: Ask HN: What Are You Working On? (June 2025)

#589
I'm working on my first hide-and-seek game[1], built using my own 2D game engine[2]. The game's theme is dark and mysterious, with various subtle references.

Aside from that, I’ve also made some sillier little games/demos[3].

There’s a computer with a classic BASIC interpreter written in Lua after the first level.

1 - https://reprobate.site

2 - https://carimbo.site

3 - https://carimbo.games

Re: Ask HN: What Are You Working On? (June 2025)

#590
Been working on https://www.stainedglassatlas.com.

Trying to document and map as much of the publicly accessible stained glass as possible. The goal being the next time you visit a new city or town, you'll know where all the beautiful stained glass is to go see. Just recently added support for countries outside of North America. No exciting tech (vanilla HTML/CSS/JS). But excited for folks to check it out!

Post reply on HN