Live data from Hacker News

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

news.ycombinator.com

581–590 of 1001 posts

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

#581
Building a language learning tool again[1].

I have found for myself that there is a lack of vocabulary learning apps that have good search functions. When I make a search function, I want it to be able to find all subsets of words, that I could think of. Instead what many search functions only allow you to do is, to first find one set of words, and then in a new separate search find another set of words. Currently working on that search function.

Also what I find annoying in spaced repetition learning apps I have seen so far is, that they will ask you very simple words over and over again, just because you didn't see them in a while. But I really don't need to learn those words over and over again, because I just know them.

Another annoying thing is, that in some apps you cannot see your learning progress. How many percent you already learned. Or that you cannot specify how difficult a word is to learn. Or how relevant it is. All this metadata, that could be good for learners to be able to search through, when searching for the subset of words they want to learn next. Oh, and of course tags ... With tags one can add all kinds of attributes to words. Maybe I am only looking for nouns or verbs. Maybe I am only interested in words that have something to do with family.

There is still a lot to do, but it is taking shape nicely.

The app is written in Python and tkinter. It is very simple to use in most aspects, and I really don't care much about the looks. I actually find them refreshingly simple and functional. Not this "everything flat" kind of epidemic in UI, and widgets still give feedback when using them. Not web based with the typical nodejs or npm overhead and tens or hundreds of dependencies. Nope, keeping it very minimal so far.

I also have another idea, that might give it a modern touch, but that might also introduce overhead and probably should be an optional setup or feature: Give users tools to let LLMs generate example usages of words, if they want to do so. Of course that would have to be a local LLM I don't want to get into users having to sign up somewhere and get API keys and all that.

I am also not planning to make a mobile app. Maybe later I can create an API, so that one could build a web frontend, if one chooses to do so. But first I want to build this app and the functionality behind it.

[1]: https://codeberg.org/ZelphirKaltstahl/tkapp

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

#582
Working on adding MPD [1] client mode to my music player: https://github.com/olegantonyan/mpz

Currently it works as standalone player. Addition of MPD client mode opens possibility to play music on a separate device while keeping the UX of the music player that I like.

[1] https://www.musicpd.org/

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

#583

I recently launched a daily word puzzle! https://tiledwords.com It’s inspired by tile placement board games like Patchwork and crosswords. You rotate and move tiles to rebuild a broken crossword. It’s free, web based, and responsive. I currently have several hundred daily players and growing. My wife and I create the puzzles and I’m continuing to fix bugs and add new features. I just launched a ”community puzzle” fea…

Really great! One of the things that Wordle did that I thought was very clever was having a copy and paste social media preview of how you did. It might be worth adding that for vitality... you could even add an image preview with Open Graph meta tags if you were clever.

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

#585
Just shipped Scrype, a library for devs who want a cool way to showcase their code.

It's fully typed. Works with vanilla JS, Vue, React, or just a script tag.

Got some feedback that it may not be the best UX-wise but let me know what you guys think!

Demo: https://devjeff.info/scrype Repo: https://github.com/DevChanQ/scrype

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

#587
I'm working on a free replacement to the NY Times daily mini crossword after they started charging for it and I didn't want to pay. https://www.jepeto-mini.com/ (DNS may still be propagating).

A fun project with lots of challenges finding word lists, refining them, using AI for clue generation, etc.

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

#590
I'm currently working on a directory of apps and tools, created by indie makers and small teams: https://www.discoverindie.tools.

Only indie make products, fully bootstrapped.

The idea is to both give founders another space to showcase their products and for early adopters and general public to browse through bootstrapped alternatives.

Post reply on HN