Show HN: Pulsar, a browser-only GitHub PR monitor for engineering manager
(pulsar.arkham-advisory.com)
I built Pulsar to solve a daily annoyance: GitHub's PR view doesn't give you a clean at-a-glance picture of what needs attention across multiple repos.<p>Pulsar is a lightweight dashboard that runs entirely in your browser. You paste in a GitHub PAT and it never leaves your machine, no bac...
Hello Hacker News! I'm Andreas, and I built SkyBlobs (<a href="https://skyblobs.com" rel="nofollow">https://skyblobs.com</a>). It's still early but I wanted to share it now to get feedback. I built it to solve a problem I kept running into: non-technical teammates needi...
Hi HN!<p>I'm giving an invited talk at APS March Meeting next week about the importance of software for progressing science. I have deep personal experiences, but I'd love to hear from this community!<p>Have you worked on scientific software? What was your experience? What went well? What ...
I just started a blog and newsletter in the developer experience niche. I plan on writing about my experience of various tools and tech I try out to help developers build faster. Also I will be documenting my whole journey about starting this newsletter there, so it might be a fun serios to follow!<...
We built rudel.ai after realizing we had no visibility into our own Claude Code sessions. We were using it daily but had no idea which sessions were efficient, why some got abandoned, or whether we were actually improving over time.<p>So we built an analytics layer for it. After connecting our own s...
Hey HN -- I'm a solo dev. Built this because I got tired of AI crawlers reading my HTML in plain text while robots.txt did nothing.<p>The core trick: shuffle characters and words in your HTML using a seed, then use CSS (flexbox order, direction: rtl, unicode-bidi) to put them back visually. Bro...
I kept copying multi-line commands from ChatGPT/Claude/READMEs and getting `command not found` errors when pasting into my terminal. Bracketed paste mode doesn't help β it prevents line-by-line execution, but the content itself still arrives broken (stray `$` prompts, split continuati...
Hey HN!<p>We built Notte, a browser infrastructure and agents platform.<p>Many of our users automate UI workflows or extract data from sites that donβt have APIs. In practice, we noticed that once an agent understands how a site works, parts of the task can often run without a browser by interacting...
GitHub:
<a href="https://github.com/themankindproject/imgfprint-rs" rel="nofollow">https://github.com/themankindproject/imgfprint-rs</a><p>imgfprint is a Rust library for deterministic image fingerprinting and image similarity detection.<p>Features:
- perceptu...