Live data from Hacker News

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

news.ycombinator.com

611–620 of 1001 posts

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

#611
Working on a flight tracking tool that records the landing and takeoff actions of a local airfield to get insights in how they determine on which runway a takeoff or landing is assigned. Problem is that all the free aircraft api's don't register a landing or takeoff act and also not on which runway.

The airport in question has just one runway and is situated in a dense population area. Both sides of the runway are used (officially noted as two runways) for takeoff and landing causing noise complaints in the neighborhood. The airfield says it assigns a runway based on wind direction and speed, and when there is much traffic they relieve one of the two directions to prevent going over a threshold. My goals is to check if they follow their own rules and just to have a insight if my annoyance over why there are so many aircraft over my house and not on the other side is justified or not.

As a frontender this is quite challenging. I'm using Express with typescript to write the backend. Usually I get bored quite quickly because progress is not going fast enough, so I'm using a lot of AI to speed things up.

I'm checking for aircraft in a 5km circle every 30 seconds. If a aircraft is below and above x feet than I'm going to track it every 5 seconds. Between each entry I'm checking the coordinates and altitude to determine which runway (direction) is used and if it's taking off or landing. I'm also using another API to get weather data like wind speed and wind direction. Finally this is saved in a JSON file (for now) and loaded into the frontend to be displayed in a table.

I do have a working prototype, and removing a few bugs. At the moment it's checking the logs after a day of collecting to check for errors, fixing those errors and validating the fix the next day. When it's done I'm planning to open source it so that anyone can use it if needed.

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

#615
I am working on https://github.com/furkan/dockerlings, a TUI for learning docker (name and concept inspired by rustlings). It has attracted a surprising but welcome amount of interest, and I'm looking into extending it with more advanced exercise paths. Open to feedback & collaboration from all.

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

#616
An AI assistant plugin for Logseq. https://github.com/shovon/logseq-ai

It allows users to "chat" with their Logseq graph. Think of it like a "Cursor for Logseq". I hope people find it useful. I have on numerous occasion wished that I could have easily asked about a specific block on my graph, and would provide an intelligent response, also somewhat influenced by the contents of the entire graph. It's still a work in progress.

It's fully open source.

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

#618
* Continuing development on Breaka Club (https://breaka.club/blog/why-were-building-clubs-for-kids) — Turning kids from consumers into creators.

* GodotJS — https://github.com/godotjs/GodotJS — TypeScript for Godot

* Consulting for companies using GodotJS (and Unity).

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

#619
Like my fifth attempt at a multiplayer turn-based cricket game, combining squad management, player progression, delivery/shot deck management, and multiphase ball-by-ball play balancing risk/reward. This time, I'm targeting the web, using Elixir/Phoenix/LiveView and loving the experience.

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

#620
post #174

https://mytinycafe.com/ An PWA primarily for my wife and my daughter. They can order their hot chocolate and their coffee as if they were going to grab something at a fancy café downtown, but instead it's at home and I'm the barista. It is quite nice to have for when my wife comes back from work and want something specific, or when we are waiting for the visit of a few friend, they can order exactly the available bev…

Awesome! I like when imagination fills the gaps of technology, maybe because I played on old computers like spectrum, we had few pixels and had to imagine the rest.

The ordering could’ve been “solved” with a WhatsApp message, ( or shouting ? :D ) but that would have been so boring!

This much better life UX !

This app is a reminder of being playful and imaginative in life can bring joy, congrats!

Post reply on HN