Feed aggregator

Today's Wordle Hints, Answer and Help for Feb. 19, #1706

CNET Feed - Wed, 02/18/2026 - 4:00pm
Here are hints and the answer for today's Wordle for Feb. 19, No. 1,706.
Categories: CNET

Today's NYT Strands Hints, Answers and Help for Feb. 19 #718

CNET Feed - Wed, 02/18/2026 - 4:00pm
Here are hints and answers for the NYT Strands puzzle for Feb. 19, No. 718.
Categories: CNET

Show HN: UltraPlot 2.0 – semantic legends, better layouts, faster imports

Hacker News - Wed, 02/18/2026 - 3:41pm

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

Categories: Hacker News

Show HN: Sports-skills.sh – sports data connectors for AI agents

Hacker News - Wed, 02/18/2026 - 3:40pm

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

Categories: Hacker News

Show HN: AsdPrompt – Vimium-style keyboard navigation for AI chat responses

Hacker News - Wed, 02/18/2026 - 3:37pm

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

Categories: Hacker News

Omacon 2026 – The vibes around Linux are changing

Hacker News - Wed, 02/18/2026 - 3:37pm

Article URL: https://www.omacon.org/

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

Points: 2

# Comments: 0

Categories: Hacker News

Ask HN: Why do so many people dislike the Opera browser?

Hacker News - Wed, 02/18/2026 - 3:34pm

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

Categories: Hacker News

Show HN: Sniptail – Turn Slack into a team interface for AI coding agents

Hacker News - Wed, 02/18/2026 - 3:34pm

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

Categories: Hacker News

Pages