Live data from Hacker News

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

news.ycombinator.com

861–870 of 922 posts

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

#861
post #794
post #788

Earlier quoted context omitted.

Super cool. I have something similar in my browser tab for years now when I open a new one

Nice. Is that an extension?

Yes, it's called: Mortality - Death Clock - New Tab

It's a countdown timer of sorts ;)

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

#862

After work hours I'm continuing work on my Saas for hairdressers. There's some big players there but I feel like I can at least still try. I'm honestly really surprised about how much I get stuck on business logic decisions. I went into this thinking making appointments, basic managing of employees and all that would be simple and relatively similar across salons. Additionally I'm considering where I should move to.…

My wife and I own a salon in Idaho, USA. You're welcome to reach out. Email in my profile.

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

#863
Hello all. I am new here and new to coding. I am trying to create a web app that "gamifies" prompt jailbreaking with a bounty for the successful prompt break. People will pay to try and their payments will fund the bounty. For transparency, I will be using a smartcontract on the BSC chain (to keep testing with real crypto cheap) and crypto wallets will be used to pay, fund the bounty, and track attempts (all easily seen on BSCScan). A successful prompt break will trigger the bounty transfer from the smartcontract to the successful wallet immediately. The LLM prompt will vary to create different personalities in the chatbot to keep efforts fun and engaging. Attempts are linked only to web3 wallets. Prompts will be stored off chain and used to improve LLM prompting security. Data will also be used to improve security interaction between LLMs and blockchains (which can help with protecting sensitive data when utilizing AI). Just wondering what people might think of this project. My day job is in healthcare as a provider, not coding. The projects here are incredibly impressive and there is so much talent. So, I am a bit embarrassed to even post here. Your input will be highly valued and appreciated.

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

#864

I’m working on not being bothered by the fact that everyone else is working on something

Remember that there's strong selection bias in this thread (those who aren't working on something aren't posting a comment). Not to speak of "Dark Matter Developers".

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

#865

Earlier quoted context omitted.

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…

Your page will convert better if you embed your 2-field form right there, instead of the call-to-action button. Even better if you make it a 1 field form (and ask for the notification-receiving email after submit).

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

#866

I've been updating my HN bot (watch comments for keywords and post to Slack/Discord) written in Crystal to use raw SQL instead of unmaintained ORM. Turns out the whole app needs only ~ 10 SQL requests, and it's way funier to write modern SQL than fighting the ORM. The new code looks like this : db_message = Model.save_new_message!(@conf.db, DbButler::Hn, item, DbState::Processing) Than I have a Model module with all…

Hmm any plans on integrating it with Discord instead of Slack? Also, aware of https://f5bot.com/ ?

It is working with both Slack and Discord already.

I was not aware of f5bot, but I got inspired by another bot called Little Birdie which doesn't exist anymore and it's basically just a re-implementation of it.

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

#867

Firefly is a typed full stack programming language: - object capabilities - implicit async/await - immutable collections https://www.firefly-lang.org/ It's small and (hopefully) fun, and quite usable already. If you try it out, please share your thoughts!

Looks fascinating! RPC looks interesting. Tasteful website! Slight typo: search for "NodeSytem" on your home page.

Thank you!

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

#868

I'm working on a project to document all publicly accessible stained glass in North America. The tech itself isn't anything exciting (vanilla HTML/CSS/JS and using Bootstrap for UI). All the work is in collecting and entereing data and hopefully recruiting folks around the country to go to their local church/synagogue/mosque, government building, or glass shop/studio and taking photos and collecting information on gl…

What made you passionate about documenting stained glass? (I like these types of projects. Check out loc.alize.us as a way of finding stained glass windows in a limited geo area)

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

#869

I'm still working on development of a native Windows application for data analysis of SQLite databases. It's geared towards non-technical (or only slightly technical) users and allows queries to be easily made without knowing SQL. Additionally, it easily lets the user quickly create charts from the queried data (bar, column, histogram, line, pie, scatter). Development is nearly complete and hoping to put in the hands…

If you're still recruiting testers, then I'm interested in using this.

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

#870

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…

The guy at Not Just Bikes will tell you that enforcement will never work nor happen and that the only way to get people to slow down is to design the road so it doesn't feel safe to drive fast. The road next to my house has a speed limit of 20mph but most cars go 45mph because it's a straight road 4 lanes but space for 6. No bumps, no curves, wide. Effectively it feels like you should be driving fast. If I go the spe…

I remember in Europe saw a lot of roads constructed that way to prevent fast driving, e.g. lots of small roundabouts. It works pretty well.
Post reply on HN