frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Pentagon will 'never again' rely on a single AI provider, official says

https://www.nextgov.com/artificial-intelligence/2026/05/pentagon-will-never-again-rely-single-ai-...
3•billybuckwheat•1m ago•0 comments

The all-new Fitbit Air

https://blog.google/products-and-platforms/devices/fitbit/fitbit-air/
1•tlyleung•2m ago•0 comments

A Message from Hayden Brown, Upwork CEO

https://www.upwork.com/press/releases/upwork-ceo-hayden-brown-shared-the-following-message-with-e...
1•littlexsparkee•2m ago•1 comments

The Iliad as Propaganda Justifying Aristocratic Rule

https://www.richardhanania.com/p/the-iliad-as-propaganda-justifying
1•paulpauper•4m ago•0 comments

Don Quixote was an unexpected hit

https://storica.club/blog/don-quixote-parody/
2•cemsakarya•4m ago•0 comments

Claude Code, Codex and Agentic Coding #8

https://thezvi.substack.com/p/claude-code-codex-and-agentic-coding-f54
1•paulpauper•5m ago•0 comments

Non-determinism is an issue with patching CVEs

https://flox.dev/blog/achieving-rapid-cve-remediation-in-an-era-of-escalating-vulnerabilities/
2•mathewpregasen•5m ago•0 comments

Polish intelligence warns hackers attacked water treatment control systems

https://therecord.media/polish-intelligence-warns-hackers-attacked-water-treatment
3•devonnull•7m ago•0 comments

Ask HN: How do you find good personal blogs on Google nowadays?

2•xapet•9m ago•2 comments

Ask HN: How do you find good personal blogs on Google nowadays?

1•xapet•9m ago•0 comments

Show HN: Agent MGMT guide to agent orchestrators

https://agentmgmt.dev/
1•manume•10m ago•0 comments

Interactive KL Divergence Visualisation

https://robotchinwag.com/posts/kl-divergence-visualisation/
1•joshlk•11m ago•0 comments

Beyond DevOps

https://debarshibasak.github.io/readables/blogs/beyond-devops.html
1•debarshri•16m ago•0 comments

USPS considers allowing people to ship handguns through the mail

https://www.theguardian.com/business/2026/may/08/usps-postal-service-handguns-mail
1•bookofjoe•18m ago•0 comments

The 77-Year-Old Artist Who 'Paints' Japanese Landscapes with Excel (2017)

https://www.thisiscolossal.com/2017/12/tatsuo-horiuchi-excel-artist/
2•rendx•19m ago•0 comments

Free chatbot that monitors changes on any website and sends alerts

https://apps.apple.com/pl/app/monity-ai/id6761957823
1•kamilms21•24m ago•0 comments

Show HN: Obsidian-Semantic, a CLI that lets agents search your vault by meaning

https://github.com/ravila4/obsidian-semantic-search
2•ravila4•25m ago•0 comments

Grok TTS vs. OpenAI

https://techstackups.com/comparisons/grok-tts-vs-openai/
1•ritzaco•27m ago•0 comments

AI Is Distorting Practically Everything About the Economy

https://www.wsj.com/tech/ai/ai-is-distorting-practically-everything-about-the-economy-4ca6fcff
2•1vuio0pswjnm7•27m ago•1 comments

Show HN: Bowbuilds, a configurator and tuning toolkit for compound archers

https://bowbuilds.com
1•whereismyreleas•30m ago•0 comments

Could Lovable's automatic 10% pay raise be the cure for toxic cultures?

https://techcrunch.com/2026/05/07/could-lovables-automatic-10-pay-raise-be-the-cure-for-toxic-cul...
2•doener•31m ago•1 comments

The Matrix Conference

https://conference.matrix.org/
1•doener•32m ago•0 comments

Feeding the Machine

https://www.theverge.com/cs/features/831818/ai-mercor-handshake-scale-surge-staffing-companies
1•amai•32m ago•0 comments

UFO Files Released by U.S. Shed Light on What the Government Knows

https://www.nytimes.com/2026/05/08/us/politics/ufo-sightings-us-government.html
2•quapster•33m ago•0 comments

Tell HN: Prayer with AI models is suboptimal

1•3pt14159•34m ago•0 comments

Show HN: I built a translator for SPANGLISH and mixed-language text

https://spanglishtranslator.net
1•Odeh13•34m ago•0 comments

Flatcar Container Linux – container optimized, immutable fs, config provisioning

https://www.flatcar.org/
1•gessha•36m ago•0 comments

Gulp – We have been made aware of a potential incident and are shutting down all

https://old.reddit.com/r/letsencrypt/comments/1t7ifve/gulp_we_have_been_made_aware_of_a_potential/
1•newsoftheday•36m ago•1 comments

NTFS-recover – NTFS data recovery when the MFT is corrupted

https://github.com/mjgil/rust-ntfs-recover
2•mjgil•38m ago•1 comments

Open TCP Connections in the Browser

https://developer.puter.com/networking/
1•ent101•38m ago•0 comments
Open in hackernews

I built MCP on Ruby to help developers turn any Rails API into an MCP server

https://github.com/nagstler/mcp_on_ruby
2•NinjaGems•1y ago

Comments

NinjaGems•1y ago
I built MCP on Ruby, a gem that turns your Rails app into a fully-featured LLM server following the Model Context Protocol standard.

- What is it? Think of MCP as "REST for LLMs" - it standardizes how apps talk to AI models.

My implementation brings this to Ruby/Rails with:

Provider adapters for OpenAI & Anthropic (just add your API key)

Persistent storage options (memory, Redis, ActiveRecord)

Streaming responses for dynamic UIs

File handling & tool calling support

*Rails integration with just a few lines of code

- Why I built it I wanted a clean, Rails-friendly way to add AI capabilities without writing boilerplate for each provider. The existing MCP implementations were Python-focused, so I built this for the Ruby community.

- The ActiveRecord storage (just released in v0.3.0) lets you store conversations in your existing Rails database.

- Try it out: https://github.com/nagstler/mcp_on_ruby