Feed aggregator

These Are a Few of My Favorite Things From Google I/O 2026

CNET Feed - Tue, 05/19/2026 - 4:35pm
Google Docs Live, Ask YouTube and Project Aura made the top of my list. But the future also looks somewhat slop-py.
Categories: CNET

Starlink Hikes Prices for Nearly 3 Million US Customers. Just One Plan Escaped

CNET Feed - Tue, 05/19/2026 - 4:25pm
Starlink says the price increases will support ongoing improvements to its network.
Categories: CNET

Verizon’s annual cyber report reveals a major change in how data breaches originate, highlighting the impact of artificial intelligence.

Computer Weekly Feed - Tue, 05/19/2026 - 4:24pm
Verizon’s annual cyber report reveals a major change in how data breaches originate, highlighting the impact of artificial intelligence.
Categories: Computer Weekly

Zero: The Programming Language for Agents

Hacker News - Tue, 05/19/2026 - 4:19pm

Article URL: https://github.com/vercel-labs/zero

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

Points: 1

# Comments: 0

Categories: Hacker News

Shhh, Don't Put Secrets in the Repo

Hacker News - Tue, 05/19/2026 - 4:18pm
Categories: Hacker News

Ask HN: Is grpcurl home page compromised?

Hacker News - Tue, 05/19/2026 - 4:13pm

Clicking on some FAQs (like "Does grpcurl Does grpcurl require a .proto file?a .proto file?") redirects me to https://i3seperfiles.com a really suspicious web site). Am I crazy or over-paranoid?

Update: nevermind that's been discussed here https://www.fullstory.com/blog/inside-a-global-campaign-hijacking-open-source-project-identities/ Sad to see an Open source project targeted like that

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

Points: 2

# Comments: 0

Categories: Hacker News

Show HN: Bevel – Guess the book from its opening passage

Hacker News - Tue, 05/19/2026 - 4:13pm

Built Bevel because my girlfriend is in a book club and I wanted to make her something. It’s a daily puzzle: you read a 200ish-word public-domain passage and try to deduce the author, decade, nationality, and title in five guesses with adaptive hints in between guesses. Wordle-ish mechanics, but for classic literature. There’s a Discord activity too if you enjoy it & want to add it to your server. Bevel is currently unverified on Discord, so only addable to smaller servers for now. Would love any feedback.

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

Points: 2

# Comments: 0

Categories: Hacker News

Show HN: AgentKit SEO - a career context file that installs as agent skills

Hacker News - Tue, 05/19/2026 - 4:11pm

I was job hunting across countries and kept running into the same two problems.

First: every platform optimises for different things. LinkedIn wants keywords. ATS parsers want specific formatting. GitHub rewards README quality. A portfolio has to be crawlable. Staying consistent across all of them without a system is nearly impossible.

Second: every AI agent session starts from scratch. Paste a context dump, watch it burn half the window fetching your links, get generic output. The agent has no grounded facts about you – so it improvises.

Both problems point to the same fix: one verified source of truth, written once, readable by humans and agents alike.

That's AgentKit SEO [1]. The core concept is an agent-context file – a private Markdown document with your career facts, project metrics, and proof links. You build it once using the context skill. Every other skill (LinkedIn, GitHub, CV/ATS, portfolio, X) reads from it.

It ships as a CLI that installs focused skill files into whichever agent you use:

npx agentkit-seo install --provider codex # or: claude-code, gemini-cli, opencode, or portable SKILL.md This is not an auto-apply tool. It's the step before that: create one grounded file, then use it as input for any agent, any platform, any task. No hallucination from context overload. No contradictions between your CV and your LinkedIn.

Open source, free, MIT licence. My co-author Elia Innocenti and I built it because it didn't exist.

[1] https://github.com/agentkit-seo/agentkit-seo

[2] https://agentkit-seo.github.io/

[3] https://www.npmjs.com/package/agentkit-seo

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

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: YouTube MCP, give any AI agent access to YouTube

Hacker News - Tue, 05/19/2026 - 4:10pm

I have a long YouTube watch-later playlist and wanted Claude to help me triage it by summarizing each video. It couldn't. I later discovered YouTube is not accessible to Claude, ChatGPT and majority of AIs. So I built this MCP server to fix that.

This is a local MCP server that gives any MCP-compatible client (Claude, ChatGPT, OpenClaw and others) 8 tools for working with YouTube content:

- fetch full transcript, with or without timestamps - download transcript as a .md file - get video metadata (title, channel, views, duration, likes, description) - search within captions for a keyword or phrase - download video or audio

No YouTube API key. No account. No signup. Everything runs locally on your machine against publicly available data.

Setup is one line: npx @umbertotancorre/youtube-mcp

yt-dlp and ffmpeg are bundled automatically during install, so there's nothing to configure manually.

It's free and MIT licensed. Feedbacks are welcome.

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

Points: 3

# Comments: 0

Categories: Hacker News

Building the First AI-Native Hotel Booking Platform

Hacker News - Tue, 05/19/2026 - 4:08pm

Article URL: https://hotels.cooveb.com/

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

Points: 1

# Comments: 0

Categories: Hacker News

Pages