Feed aggregator
Today's Wordle Hints, Answer and Help for Feb. 19, #1706
Today's NYT Strands Hints, Answers and Help for Feb. 19 #718
Ohio Newspaper Removes Writing From Reporters' Jobs, Hands It To an 'AI Rewrite Specialist'
Andrew Yang Warns AI Will Displace Millions of White-Collar Workers Within 18 Months
Show HN: Axon – Run autonomous coding agents(Claude, Codex) safely on Kubernetes
Article URL: https://github.com/axon-core/axon
Comments URL: https://news.ycombinator.com/item?id=47066093
Points: 2
# Comments: 0
Show HN: UltraPlot 2.0 – semantic legends, better layouts, faster imports
UltraPlot v2.0.1 is out!
UltraPlot is a Matplotlib wrapper aimed at keeping Matplotlib’s flexibility while making common plotting workflows faster and more consistent.
v2.x focuses on semantic legends (categorical/numeric/size/geo), more reliable layout + axis-sharing in complex grids, guide architecture cleanup, CI hardening, and much faster import times via lazy loading.
We also launched a new docs site with a gallery: https://ultraplot.readthedocs.io/
Code: https://github.com/Ultraplot/UltraPlot
Feedback is very welcome, especially on legend API ergonomics and layout behavior in real figures.
Comments URL: https://news.ycombinator.com/item?id=47066090
Points: 2
# Comments: 0
From automated farm tractors to exam paper grading, AI boosts efficiency
Article URL: https://apnews.com/article/india-ai-summit-artificial-intelligence-education-farmers-fc59f14e0cfefc212ea727be9c407186
Comments URL: https://news.ycombinator.com/item?id=47066083
Points: 2
# Comments: 0
Show HN: Sports-skills.sh – sports data connectors for AI agents
We built this because every sports AI demo uses fake data or locks you behind an enterprise API contract.
sports-skills gives your agent real sports data with one install command. No API keys. No accounts. For personal use.
Eight connectors out of the box: NFL, soccer across 13 leagues with xG, Formula 1 lap and pit data, NBA, WNBA, Polymarket, Kalshi, and a sports news aggregator pulling from BBC/ESPN/The Athletic.
npx skills add machina-sports/sports-skills
Open for contributions.
Comments URL: https://news.ycombinator.com/item?id=47066082
Points: 2
# Comments: 0
The first signs of burnout are coming from the people who embrace AI the most
Article URL: https://techcrunch.com/2026/02/09/the-first-signs-of-burnout-are-coming-from-the-people-who-embrace-ai-the-most/
Comments URL: https://news.ycombinator.com/item?id=47066070
Points: 2
# Comments: 0
Baby food sold in 49 states recalled over possible health risk
Article URL: https://ktla.com/news/consumer-business/baby-food-sold-in-49-states-recalled-over-possible-health-risk/
Comments URL: https://news.ycombinator.com/item?id=47066066
Points: 2
# Comments: 1
Show HN: Ocrbase.dev – pdf→.md/.json OCR for developers
https://x.com/adammajcher20/status/2024221836053995944
Comments URL: https://news.ycombinator.com/item?id=47066060
Points: 2
# Comments: 0
Show HN: AsdPrompt – Vimium-style keyboard navigation for AI chat responses
I use Claude everyday (no joke) and kept getting annoyed by the same thing: selecting text from responses with the mouse. Overshoot, re-select, copy, click input, paste. Especially bad in long conversations where you want to reference something from 30 turns ago. asdPrompt is a Chrome extension that adds hint-based navigation (like Vimium) to AI chat interfaces. Cmd+Shift+S activates the overlay, hint labels appear next to every text block. Type a letter to select a block, then keep typing to drill down: block → sentence → word. Enter copies, or you can press an action key (e, d, x) to inject a follow-up prompt ("elaborate on [selection]") directly into the chat input.
Works on claude.ai, chatgpt.com, and gemini.google.com. Adapts to light/dark themes. Free. Built the initial MVP in 2 days using Claude Code — the adapter architecture, NLP segmentation pipeline, and Playwright test harness would have taken a month without it.
Tech details for the curious: site-specific DOM parsers behind an adapter interface, text segmentation via compromise.js with regex fallbacks for technical content (paths, camelCase break NLP libraries), bounding rectangles calculated via Range API + TreeWalker, overlay isolated in Shadow DOM. Tested with Playwright visual regression.
The landing page has an interactive tutorial where you can try the full drill-down mechanic without installing. Happy to talk about the implementation.
Comments URL: https://news.ycombinator.com/item?id=47066047
Points: 2
# Comments: 0
Omacon 2026 – The vibes around Linux are changing
Article URL: https://www.omacon.org/
Comments URL: https://news.ycombinator.com/item?id=47066043
Points: 2
# Comments: 0
Aqueous chemi-mechanical recycling for blending and purifying mixed polyolefins
Article URL: https://www.sciencedirect.com/science/article/pii/S1385894726005565
Comments URL: https://news.ycombinator.com/item?id=47066041
Points: 2
# Comments: 0
Simplify IT: The art and science towards simpler IT solutions(2025)[pdf]
Article URL: https://nocomplexity.com/documents/reports/SimplifyIT.pdf
Comments URL: https://news.ycombinator.com/item?id=47066038
Points: 2
# Comments: 1
Ask HN: Why do so many people dislike the Opera browser?
i have noticed that Opera tends to get a surprisingly negative reaction in technical communities. but i have not yet seen a clear and technically grounded explanation that justifies the level of dislike. from what i can tell, common criticisms seems to be that the company was acquired by a Chinese consortium or a questions about privacy.
what are your strongest technically accurate arguments against using Opera in 2026?
Comments URL: https://news.ycombinator.com/item?id=47066021
Points: 2
# Comments: 2
Show HN: Sniptail – Turn Slack into a team interface for AI coding agents
Hi HN,
I built Sniptail — an open-source bot that lets you run AI coding agents (Codex / Copilot CLI) against real repos directly from Slack or Discord.
Instead of AI living only inside one developer’s IDE, Sniptail turns it into a team-facing layer:
- Mention the bot and ask how a feature works - Run commands to ask, plan or implement collaboratively - Generate repo reports - Open lightweight PRs
All against explicitly approved repos.
Flow:
Slack/Discord → job queued in Redis → worker clones repo → agent runs → report or PR link posted back in-thread.
It’s self-hosted, repo-scoped, and modular (chat channel, agent, git provider are separate layers).
Not trying to replace Copilot/Codex/CC, the worker runs it on your behalf.
Repo:
https://github.com/Justkog/sniptail
If the project gains traction, the idea is to support:
- more agents (Claude Code, Open Code, …) - more channels (Telegram, Microsoft Teams, …) - more git services (Bitbucket, Azure Repos, …)
Feel free to try it, let me know if you find it actually useful!
Happy to go deep on architecture if helpful.
Comments URL: https://news.ycombinator.com/item?id=47066016
Points: 2
# Comments: 0
How to teach Claude to write better code
Article URL: https://www.ponylang.io/blog/2026/02/teaching-claude-to-write-pony/
Comments URL: https://news.ycombinator.com/item?id=47066011
Points: 2
# Comments: 0
