Feed aggregator
The AI Vampire
Article URL: https://steve-yegge.medium.com/the-ai-vampire-eda6e4f07163
Comments URL: https://news.ycombinator.com/item?id=46972179
Points: 2
# Comments: 0
SQL /* comments */ can be nested
Article URL: https://modern-sql.com/caniuse/comments
Comments URL: https://news.ycombinator.com/item?id=46972174
Points: 1
# Comments: 0
Show HN: Reddit Scout Pro [Chrome-extension]
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
Create Caricature of Me and My Job – Viral AI Trend Free
Article URL: https://caricaturetrend.com/
Comments URL: https://news.ycombinator.com/item?id=46972153
Points: 1
# Comments: 0
Epstein archive taxonomy
Article URL: https://jmail.world/taxonomy
Comments URL: https://news.ycombinator.com/item?id=46972138
Points: 2
# Comments: 0
Show HN: Qrono – A "final" date/time library for JavaScript
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
RooDB: Now faster than MySQL (acc. to sysbench 1M rows)
Article URL: https://github.com/jgarzik/roodb/releases/tag/v0.7.0
Comments URL: https://news.ycombinator.com/item?id=46972136
Points: 1
# Comments: 0
We are all going to regret Kalshi and Polymarket
Article URL: https://davekarpf.substack.com/p/we-are-all-going-to-regret-kalshi
Comments URL: https://news.ycombinator.com/item?id=46972129
Points: 2
# Comments: 0
Immediate 10 day TFR issued in El Paso due to "special security reasons"
Article URL: https://old.reddit.com/r/ADSB/comments/1r1pqnp/10_day_tfr_issued_in_el_paso_due_to_special/
Comments URL: https://news.ycombinator.com/item?id=46972121
Points: 2
# Comments: 0
The Problem with LLMs
Article URL: https://www.deobald.ca/essays/2026-02-10-the-problem-with-llms/
Comments URL: https://news.ycombinator.com/item?id=46972099
Points: 2
# Comments: 0
FortiGate Symlink Persistence Method
Article URL: https://pgj11.com/posts/FortiGate-Symlink-Attack/
Comments URL: https://news.ycombinator.com/item?id=46972083
Points: 1
# Comments: 0
ICS Patch Tuesday: Vulnerabilities Addressed by Siemens, Schneider, Aveva, Phoenix Contact
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.
APIs over UIs: Agents Are the Future Interface to Everything
Article URL: https://dylanhuang.com/blog/agents-over-ui/
Comments URL: https://news.ycombinator.com/item?id=46971882
Points: 1
# Comments: 0
Chances of re-interview post rejection
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
Show HN: Migrate away from Vue SFC's to native TSX
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
What happens when you give Claude Code $1,500 to Run Meta Ads Autonomously
Validating Markdown Structure in a Single Declarative Expression
Article URL: https://alganet.github.io/blog/2026-02-11-02-Validating-Markdown-Structure-in-a-Single-Declarative-Expression.html
Comments URL: https://news.ycombinator.com/item?id=46971864
Points: 1
# Comments: 0
Watching OpenClaw making an actual claw in fusion360
Article URL: https://twitter.com/ChrisInNoosa/status/2021480882511777862
Comments URL: https://news.ycombinator.com/item?id=46971850
Points: 1
# Comments: 0
Show HN: Visual Agentic Dev – Click React components to edit source capabilities
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
The Rather-efficient Replacement to RL-specialization for AI agents
Article URL: https://cadenza-landing-qtu7gbjwb-akshparekh123-3457s-projects.vercel.app/
Comments URL: https://news.ycombinator.com/item?id=46971835
Points: 1
# Comments: 1
