Top
Best
New

Posted by david927 3 days ago

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

What are you working on? Any new ideas that you're thinking about?
444 points | 1299 commentspage 33
gnavadev 1 day ago|
Prediction model for false positives to help my University SOC.

Automatic dataset builder and cleaner. (End product would be something like, you type that you want a dataset for dog breeds, and it builds and cleans the data automatically)

A flashcard app for my main stakeholder (My wife)

kilroy123 3 days ago||
I'm building one project a week for the next 25 weeks for my newsletter. First, I want interesting content for the newsletter. Second, I want to try to grow the newsletter to put out something fun and joyous. The world needs more good fun.

https://randomdailyurls.com

jeffadelic 2 days ago|
Hi, I like your newsletter concept and I do subscribe to it.

One thing I think may be cool, is put a thumbs up/thumbs down link in the email to track sentiment of the links you share. Some links are really cool, others I am not interested in at all, it may be useful to capture that info.

I would visit a site daily if you expose some of that info publicly (like 49% positive 51% negative for a link), to see how my sentiment matches your wider audience.

kilroy123 2 days ago||
That's for subscribing and for the feedback! Good idea. I'll put it down on the todo list.
pkiv 3 days ago||
I'm working on rebuilding Playwright from the ground up, but focused on automation and self healing using LLMs.

It's called Stagehand (https://github.com/browserbase/stagehand) and we just released v3, which is a total rewrite.

dataviz1000 3 days ago||
Interesting.

I rewrote Playwright to run completely in a Chrome Extension without CDP or chrome.devtools for no practical reason at all. I started to do it like Forest Gump started running. It can't get past bot protection so pretty worthless from a browser automation point of view. [0]

What I don't understand is why the need to rewrite Playwright instead of just patching it. Playwright (or Puppeteer) has addressed every edge case that has come -- especially race conditions which are a monster to deal with -- up over the years and by the time you do the same you will have Playwright.

Why is rewriting or rebuilding Playwright from the ground up needed?

[0] https://github.com/adam-s/cordyceps/tree/main/pages/side-pan...

forgetbook 3 days ago||
Very cool. I make a consulting business out of packaging selenium scripts into windows apps for small businesses, do you have any desire to turn this into a saleable product?
pkiv 3 days ago|||
Stagehand is our open source project, but the company behind it is called Browserbase - https://browserbase.com/ where we run headless browser infrastructure as a service. So no interest at this point, Browserbase drives the revenue that funds Stagehand!
Lord_Zero 3 days ago|||
What type of stuff do people pay you to do?
ymyms 3 days ago||
Building https://www.hessra.net/, an authorization system based on the Biscuit token format (decentralized, signed, and attenuable). The goal is to push beyond JWTs and Zanzibar-style policy engines by giving every machine-to-machine request its own embedded, verifiable authorization logic in a small capability token. These tokens can be delegated, restricted, and verified locally with no extra network calls required after getting the token.

Early use case is replacing API keys with identity tokens that expire, delegate, and prove possession and then can be used for easy step up to fine-grained authorization. There's some pretty interesting authorization stuff you can do, like having multiple parties sign off before a token is valid or requiring a series of micro-services sign a token for it to be valid.

sillysideprojs 2 days ago||
I'm starting to shift my energies towards building more hardware and less web/mobile apps for side projects.

I'm currently working on Dice of Sending - for when you want to roll physical dice but you play DND online. This is mostly just for fun with my DND group.

https://github.com/TravisBumgarner/dice-of-sending

samrus 3 days ago||
Helping my recent MBA grad sister make a simple python script to fit here resume to a JD using openAI's api. Shes applting to product and marketing roles in AI and this helps her understand the tech (and its limitations) better as well as apply to more jobs easier

Market is brutal though man. She hasnt gotten an offer after so much trying

Vermin2000 2 days ago||
I'm working on an app to display charts, analysis, and data on English football league games.

The real goal is to figure out how to use code gen AI (Cursor) effectively for data science projects and to figure out rapid deployment. I'm pushing things a bit harder than you typically see in demo apps (e.g. different chart types (e.g. violin plots, heatmaps, line charts), interactive charts, JavaScript widgets interacting with Bokeh charts, etc).

I'm trying to figure out all the skills, processes, and training you need to build a technical app very quickly. I'm at the deployment stage now.

project2501a 2 days ago||
What I am working on is my masters thesis in bioinformatics supports/HPC: "Predicting the running time of bioinformatics tools", by running (initially) 5 tools 1000 times each with different parameters and then fitting a curve.

I am pretty sure I can get 70% predation rates +/- 10% . Unfortunately, I'm blocked by the lack of hardware. Kind of not-quite school affiliated (so I cannot really ask for national computing resources), so I am trying to build a single threaripper pro node on my own. Hurts the wallet, but if added to slurm as module, this can have implications.

pbrum 2 days ago||
We are close to landing our first customer - an enterprise-level one at that! We're Geneva Business Messaging, a tool to centralize, persist, and if necessary escalate critical interactions between large companies and their partners. For actual collaborative cross-company work in fields like engineering, logistics, or security - not spam, marketing, sales, or the other frequent purposes of B2B apps.

We're at genevabm.com if you want to check it out!

nidnogg 3 days ago|
I'm wrapping up a v0 of a personal website soon [1]. This has been kinda "coming soon" for almost 7 years now - every single time I attempted it in the past, I would stop it prematurely due to a lot of yak shaving and I could never finish it fully. Or more commonly, I would get bombarded with busy times as well.

I'm happy where it's landing so far but also appreciate any actionable feedback to make it better (!). Under the hood, it packs a Rust Axum API, plenty of ffmpeg, and some hobo infrastructure [2] here and there.

[1] - https://nid.nogg.dev

[2] - https://github.com/nidnogg/hobo-infra-manifesto

More comments...