Ask HN: What Are You Working On? (Nov 2025)
631–640 of 1001 posts
Re: Ask HN: What Are You Working On? (Nov 2025)
#632An annoying little laptop charging reminder utility that does the job.
---
There are times when I am deeply involved in a focus-work session, a meeting, OR watching some sort of engaging video content, and don't pay timely attention to the standard low battery notifications from my MacBook.
After the laptop shuts down suddenly, what follows is the most annoying walk to find the charger or the charging outlet. It's frustrating at times, sometimes embarrassing because you have to say, "Sorry, my battery died down" as you join back the session after 2-3 minutes.
Over the last 3-4 weekends, I have been building Plug-That-In, which has floating notifications. Essentially, a notification that follows my cursor movement, so I get a stronger nudge irrespective of what I am doing.
There are a few other critical features, such as Reminder Mode and Do-Not-Disturb Settings.
- Reminder Mode: On critical/lower battery levels, it will keep beeping like a car's seat belt alert for some time (configurable) when the battery is really low.
- Do-Not-Disturb settings: Configure what sort of alert/sound it will generate when I have system audio playing or video playing, or the camera is active.
It has addressed a personal need and has already proven useful a few times over the last weeks.
Re: Ask HN: What Are You Working On? (Nov 2025)
#633We are looking for an angel! Please reach out at hello@ceogenerator.com
Re: Ask HN: What Are You Working On? (Nov 2025)
#634Examples:
- YC: https://markets.apistemic.com/companies/y-combinator-goaq9
- uber: https://markets.apistemic.com/companies/uber-com-ojj2j
- Anthropic: https://markets.apistemic.com/companies/anthropicresearch-yx...
Try it for any company here: https://markets.apistemic.com
Re: Ask HN: What Are You Working On? (Nov 2025)
#635https://substack.com/@xlogiclabs/note/p-177713038?r=6s54sx&u...
Re: Ask HN: What Are You Working On? (Nov 2025)
#636Re: Ask HN: What Are You Working On? (Nov 2025)
#637You can think of it as a data source, or a knowledgeable companion that can provide comprehensive book information for online booksellers, libraries, book-related startups, bookworms, and more.
I got a pre-alpha build running for those that want to test it out[2], but the code is still not out there, as there are a few things I want to refactor. Wrote comprehensive documentation for it this weekend, now I need to refactor the merger package with some new rules, and write something to decrease the number of genres returned.
Been tough to find time to work on it because of the baby, but AI has been helping a lot to speed things up, and the work has been quite fun. Not sure if there will be interest in the idea, but it solves a problem I have, so I had to work on it anyway.
Hope to have the code on GitHub by the end of this week. AGPL licensed.
[1]: https://github.com/pagina394/librario
[2]: https://paste.sr.ht/~jamesponddotco/5612eaa80fc7eee8b6180a31...
Re: Ask HN: What Are You Working On? (Nov 2025)
#638Re: Ask HN: What Are You Working On? (Nov 2025)
#639My own blog, which I mainly write for myself. But it is getting steadily more readers. Last week I wrote some scripts to help me with creating OG images quicker.
Tech:
- Zola, static site generator made in Rust
- Swift, writing scripts for custom generating stuff
- HTML and CSS
- Cloudflare Pages