Live data from Hacker News

Ask HN: What are you working on? (February 2025)

news.ycombinator.com

501–510 of 922 posts

Re: Ask HN: What are you working on? (February 2025)

#501
I'm working on a tool which validates the HTML in your web application as it's being used. Because valid HTML is still important, and otherwise you need to integrate HTML valid into a test suite in CI (which is hard), or you need to manually validate pages with one of the online validators (which is tedious and doesn't scale).

Interested in this? Email me. My email is on my profile.

Re: Ask HN: What are you working on? (February 2025)

#502
Currently working on the side on Java libraries that provide access to Apple's mobile device management service APIs like the automated device enrollment and app and book management services: https://github.com/petarov/apple-mdm-clients

I had this written in Kotlin several years ago but now I want to do it all in Java, use as little 3rd party deps as possible and add more extensive unit testing.

Re: Ask HN: What are you working on? (February 2025)

#503
post #352

I'm a long-time FreeCAD user, and one of my annoyances is that long-running operations lock up the entire UI and can't be aborted. This is particularly annoying if you realise you made a mistake, but have no way to go back and correct it without waiting for the operation to complete first. Or you kill FreeCAD but then you don't get to save your work. So for my first contribution to FreeCAD I'm working on fixing this.…

Always awesome to see new freecad devs chiming in. Thank you for your efforts, I bet a lot of people are reading your comments and nodding in approval, waiting for freecad to enter its heyday.

> waiting for freecad to enter its heyday

As far as I'm concerned FreeCAD has been the world's leading CAD program for at least the past 8 years (which is how long I've been using it).

All of the competition is at least one of (worse; proprietary; doesn't run on Linux), which means FreeCAD beats all of them in my value system.

Re: Ask HN: What are you working on? (February 2025)

#504
post #427

I live next to a school, so there's a low speed limit (30 km/h). Still, people drive like race drivers and the city hasn't ever responded to the residents' hopes of introducing a speed camera. I wanted to have some data on how many people speed, the max speed recorded, that sort of thing. Things the city should be doing after many complaints of dangerous driving and people being almost killed on zebra crossings. I ha…

This is very interesting. I had the same need a few weeks ago, which resulted in a tiny Golang/OpenCV project ( https://github.com/kmmndr/motion-speed ). In my use case, we even had champions beating 60 km/h, three times allowed speed

It's always interesting when you find out others are doing some obscure idea. Last year I was scraping supermarket data from a small country and I ended up setting up a discord with a half dozen of us sharing tips.

Re: Ask HN: What are you working on? (February 2025)

#505
I'm working on my online multiplayer game: kingbit (iOS). I released it back in 2023 and haven't touched the code since. It's still by far my most successful app (7.3M impressions, 500 MAU) so I'm excavating the code and going to try and seriously monetize this project into a real business.

Re: Ask HN: What are you working on? (February 2025)

#506

Working with clients I realized that many companies lack basic monitoring and observability. E-commerce shops go down and no one notices. DBs do thousands of useless queries per minute. Emails stop sending silently. I’m building a tool to make monitoring setup a no-brainer. I’m talking about basic website monitoring setup in 5-seconds — literally. The problem is not a lack of tools. The existing tools are not even th…

So uptimerobot.com is complicated for you?

Not for me.

Apparently finding and setting up monitoring is too problematic for all of the people who are running their freshly-created startups and e-commerce shops without any monitoring.

For someone who does not know HTTP from HTTPs or all the different kinds of probes, reading about them and making decisions about what to set up is a time investment. Complicated might be the wrong word.

All you really need to do is to provide a domain name and an email address for alerts to get basic monitoring set up. My goal is to set up monitoring with zero decisions under 30 seconds.

Getting pretty close with nixmonitor.com

Re: Ask HN: What are you working on? (February 2025)

#510
post #95

Earlier quoted context omitted.

Well done, LinkedIn is a cesspool. Ironically the only thing I am using right now is Twitter, since a lot of interesting people are still on there. There's a lot of negative but balance as well. For every MAGA or ESR's comments, I balance it out with Miguel de Icaza's views on Gaza, etc.

You should be able to use Twitter without justifying yourself

Yeah you are right. But there is some really toxic stuff there too that isn't going away. You can't really filter it.
Post reply on HN