Live data from Hacker News

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

news.ycombinator.com

411–420 of 1001 posts

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

#411
A few months ago, I saw a tweet from @awilkinson: “I just found out how much we pay for DocuSign and my jaw dropped. What's the best alternative?” Me being naive, I thought “how hard could would it actually be to build a free e-sign tool?”

Turns out not that hard.

In about a weekend, I built a UETA and ESIGN compliant tool. And it was free. And it cost me less than $50. Unlimited free e-sign. https://useinkless.com/

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

#413
When someone dies, you don't get even one extra second to access the documents and information they meant to share it with you.

Trying to fix this problem with Eternal Vault.

Link: https://eternalvault.app

Another thing thats in early alpha right now is CapKit, AI professional captions for short form videos

https://capkit.app

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

#416
Anti-spam email/messaging protocol that is simple, cheap to implement, directly compatible with email/messengers, low false negative rate compared to current spam filtering, free for senders, and does not require the sender to pay to send a message. For people who receive too much marketing spam, survey spam, low-effort cold emails, and want to be able to easily filter spam successfully because you do not want to waste time on them.

Future-proofed and will work on AI spam in the future too, unlike current spam filtering methods.

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

#417

I've been enjoying the breadth of projects made possible with AI, I've cataloged over 200 of them created in 2025 here: https://jonathanclark.com/posts/ai-coding-million-lines-2025... A few of my recent favorites: - swim lap counter in html/JS that uses the camera to watch you swim and count laps/timing - video recorder that records your window/desktop and uploads a file to S3 - video conferencing app that allows a 2…

Woah that's a lot of projects. Would be cool if you could open-source some of them.

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

#419
I built this: https://github.com/dvcoolarun/web2pdf — a CLI tool for converting web pages to PDFs, recently open-sourced after adding several new features. (Might be useful!)

Not related to the thread, but if anyone is looking to hire a developer or knows of opportunities, I was recently let go and am actively searching. Any leads or feedback would be greatly appreciated.

Sample PDF: https://drive.google.com/file/d/1n7M1TKOptSsYiibrbvV_Yojx53T...

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

#420
Working on a binary that will instrument every Java service running on Linux host machine with OpenTelemetry Java Agent.

Kinda like this (https://github.com/open-telemetry/opentelemetry-injector) but with support of having multiple service name for different services. This includes tomcat, normal systemd services and also services running inside docker containers.

EDIT: I am popping my cherry with this comment on HN. Been a lurker since past 2-3 years.

Post reply on HN