Feed aggregator

The AI Vampire

Hacker News - Wed, 02/11/2026 - 3:01am
Categories: Hacker News

SQL /* comments */ can be nested

Hacker News - Wed, 02/11/2026 - 3:01am
Categories: Hacker News

Show HN: Reddit Scout Pro [Chrome-extension]

Hacker News - Wed, 02/11/2026 - 2:59am

Monitor Reddit for high-intent customer conversations. Track keywords, score buying intent, manage leads, and export to CSV. Never miss an important conversation or a prospect again.

Comments URL: https://news.ycombinator.com/item?id=46972158

Points: 1

# Comments: 1

Categories: Hacker News

Epstein archive taxonomy

Hacker News - Wed, 02/11/2026 - 2:56am

Article URL: https://jmail.world/taxonomy

Comments URL: https://news.ycombinator.com/item?id=46972138

Points: 2

# Comments: 0

Categories: Hacker News

Show HN: Qrono – A "final" date/time library for JavaScript

Hacker News - Wed, 02/11/2026 - 2:56am

I built Qrono as a practical default so you can stop debating date/time libraries.

- Minimal bundle size (3.5 kB for 100+ APIs; detailed comparison in the docs)

- UTC-first, but timezone & DST aware (a gap in other libraries)

- Type-safe, immutable, and chainable by design

Docs: https://qronojs.dev/

Comments URL: https://news.ycombinator.com/item?id=46972137

Points: 1

# Comments: 0

Categories: Hacker News

ICS Patch Tuesday: Vulnerabilities Addressed by Siemens, Schneider, Aveva, Phoenix Contact

Security Week - Wed, 02/11/2026 - 2:42am

Several vulnerabilities have been patched and mitigated across the industrial giants’ products.

The post ICS Patch Tuesday: Vulnerabilities Addressed by Siemens, Schneider, Aveva, Phoenix Contact appeared first on SecurityWeek.

Categories: SecurityWeek

Chances of re-interview post rejection

Hacker News - Wed, 02/11/2026 - 2:15am

How common are re-interviews if you were rejected post interview last batch? Took their advice, semi pivoted, and got more traction.

Comments URL: https://news.ycombinator.com/item?id=46971878

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Migrate away from Vue SFC's to native TSX

Hacker News - Wed, 02/11/2026 - 2:15am

I've been actively using Vue for my official and personal projects for over 6 years now. While SFC was great it's quickly becoming a pain. It requires custom Volar plugins. It doesn't work with native typescript. The vue-tsc overrides "fs" imports just to be able to detect and run vue files.

I am not sure why Vue doesn't talk more about native TSX support because it eliminates this whole class of issues. In my work project, this has been a major pain because vue-tsc almost always crashes and I can't use the new tsgo (Typescript written in Go) because it doesn't work with SFCs

So I've made a new tool that migrates SFC to TSX. It's not a trivial migration so I've added an "LLM fallback" which takes care of the tricky things.

It made the migration of our internal codebase quite trivial. I hope you folks try it out and let me know.

Comments URL: https://news.ycombinator.com/item?id=46971877

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Visual Agentic Dev – Click React components to edit source capabilities

Hacker News - Wed, 02/11/2026 - 2:09am

Hello HN,

I built a tool to solve a specific annoyance: context switching between the browser (where I see the bug) and VS Code (where I fix it).

It's called Visual Agentic Dev.

The TL;DR: It lets you click any component in a running React app and instruct an AI agent (like Claude Code) to modify the source code directly.

The "Magic" (How it works): Instead of requiring invasive Babel plugins to inject data-source attributes at build time, I used a runtime approach:

The Chrome extension traverses the DOM to find the __reactFiber$ property. It walks up the Fiber tree to find the _debugSource (fileName, lineNumber). It sends this location + the component's code context to a local Bridge Server. The Bridge Server spins up a PTY (using node-pty) and feeds this context to the Claude Code CLI. This means it works with most "standard" React dev setups (Vite, Next.js dev mode) with zero configuration.

Why I made this: I found that cursor and windsurf are great, but they are still "text-editor first". Frontend development is inherently visual. I wanted a "browser-first" workflow where I can fix UI glitches without ever leaving the mental model of the rendered page.

Repo (MIT/PolyForm Shield): https://github.com/brucetoo/visual-agentic-dev

Demo (GIF): https://i.imgur.com/Iyu3HOZ.gif

I'd love to hear your thoughts on the architecture or the workflow. Is runtime Fiber crawling stable enough for your daily drivers?

Comments URL: https://news.ycombinator.com/item?id=46971848

Points: 1

# Comments: 0

Categories: Hacker News

Pages