Live data from Hacker News

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

news.ycombinator.com

71–80 of 1001 posts

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

#71
post #4

Still on my sabbatical and continuing to build on things I enjoy rather than things that pay (for now). Main focus is https://wheretodrink.beer , collecting and cataloging craft beer venues from around the world. No ambition of being exhaustive, but aiming for a curated and substantial list. After the last thread, a bunch of people added their suggestions, thanks! It helped add interesting new venues from cities I ha…

How did you populate it? The Berlin list was pretty decent. I added one that came to mind.

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

#74
I'm working on rewriting OSINTBuddy in Rust with Apache Age and Vite+preact ( http://209.46.122.104/docs/overview - sign in/create account will not work yet). You can think of OSINTBuddy as node graphs, OSINT data mining, and plugins, or as an alternative to Maltego. The project was previously written in Python using JanusGraph and the frontend using create-react-app. I still have to wire up all the frontend endpoints and write out a Rust websocket but once that's done I'll more or less be at feature parity with the old Python edition.

The code and a demo video can be found here: https://github.com/osintbuddy/osintbuddy (and on codeberg)

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

#75
making small releases for new styles and tools at https://vizbull.com Photo to Portrait converter

In few weeks releasing Chrome Extension for Youtube Transcript and Summary dashboard at https://www.infocaptor.com

Doing some minor fixes for https://wireframes.org - MockupTiger AI Wireframing

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

#76
I’m working on a service that sends weather alerts via sms. Sign up takes 3 taps from a. SMS enabled device. It’s some what useful, but I still have lots to do. Around 27 users so far.

https://www.mercuryfalling.net

Apologies for US zip codes only and imperial units. I’ll for international postal codes and offer Celsius/metric units soon.

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

#78
built my own game engine with threejs, and now at a point where we can game via a config file and edit game with an editor.

Now I am focusing on trying to get brands / businesses to create games on https://playcraft.fun for their marketing campaigns or events

if you want are interested, feel free to ping me!

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

#79
I'm currently developing a middleware that connects Nvidia PhysX to GameMaker. There's still a lot of work left but I have most features working in some capacity. Dynamic and static actors, primitive/convex/triangulated shapes, joints, character controllers, GPU accelerated PBD particles and deformables, etc. GameMaker is primarily a 2D engine and offers limited options for 3D, but it is possible if you know how to use vertex buffers. I'll probably post it here once it's a little farther along, but I'm pretty proud of my progress so far. I'm hoping I can use it to support myself in some way, but there's a lot of anxiety in selling a niche project like this.

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

#80
Still working on: an enclosure-compatible open-source version of the 2nd gen Nest thermostat. It reuses the enclosure, encoder ring, display, and mounts of the Nest but replaces the "thinking" part with an open-source PCB that can interact with Home Assistant.

- The encoder ring which works like an LED mouse, but in reverse: Fully reverse-engineered and on its own demo PCB

- The faceplate PCB, which does the actual control of the thermostat wires, has been laid out, but the first version missed a really-obvious problem involving the behavior on power-on with certain of the GPIO pins from the ESP32, so I've got rev 3 on order from the PCB manufacturer.

Nest Thermostats of the 1st and 2nd generation will no longer be supported by Google starting October 25, 2025. You will still be able to access temperature, mode, schedules, and settings directly on the thermostat – and existing schedules should continue to work uninterrupted. However, these thermostats will no longer receive software or security updates, will not have any Nest app or Home app controls, and Google will end support for other connected features like Home/Away Assist. It has been pretty-badly supported in Home Assistant for over a year anyway, missing important connected features.

Post reply on HN