frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ubu Roi

https://en.wikipedia.org/wiki/Ubu_Roi
1•helterskelter•1m ago•0 comments

It's Not Our Fault Your Account Was Hacked

https://twitter.com/dnaccess/status/2056790716605775994
1•bhartzer•1m ago•0 comments

The Measurement of Loudness

https://www.counting-stuff.com/the-measurement-of-loudness/
1•sebg•2m ago•0 comments

Show HN: GitVitae – Free hosted portfolio and resume for anyone

https://git-vitae.github.io/
1•amarbirsingh•2m ago•0 comments

AS202734 hijacked multiple Chinese Carriers on May 16-17

https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/MI6VWOX7XOCDIS244RLJSMS2ITZWT...
1•speckx•3m ago•0 comments

Reflections on Building Forum Software

https://www.counting-stuff.com/reflections-on-building-forum-software/
1•sebg•3m ago•0 comments

Show HN: Buildby – A CLI to find out what desktop apps are built with

https://github.com/wavever/buildby
1•wavever•4m ago•0 comments

Apple blocked billions in fraudulent transactions

https://www.bleepingcomputer.com/news/apple/apple-blocked-22-billion-in-fraudulent-app-store-tran...
2•theodore-1•4m ago•0 comments

Rethinking integration testing in the age of coding agents

https://thenewstack.io/ci-for-coding-agents/
1•anirudhrx•8m ago•0 comments

Vapi is having a major outage

https://status.vapi.ai/incident/901977
2•TealMyEal•8m ago•0 comments

Automating Osint/Google Dorking for LinkedIn with AI (GhostIn Alternative Tool)

https://www.ghostin.org/
1•MambaXan•8m ago•0 comments

Trump Plans to Sign Executive Order Granting Oversight of A.I. Models

https://www.nytimes.com/2026/05/21/technology/trump-ai-executive-order.html
2•cf100clunk•9m ago•0 comments

Memory Location Matters for Performance

https://pythonspeed.com/articles/performance-memory-locality/
1•tosh•11m ago•0 comments

Libraries Face Hard Choices Amid Constraint

https://www.insidehighered.com/news/faculty/research/2026/05/18/libraries-face-hard-choices-amid-...
1•speckx•11m ago•0 comments

The Metaverse Fever Dream

https://pxlnv.com/blog/metaverse-fever-dream/
1•zhenyi•12m ago•0 comments

Thank HN: You helped make Foqos a success, 100k downloads and 4k+ reviews, 4.9/5

https://github.com/awaseem/foqos
1•awaseem•14m ago•1 comments

Scammers are abusing an internal Microsoft account to send spam links

https://techcrunch.com/2026/05/21/scammers-are-abusing-an-internal-microsoft-account-to-send-spam/
2•Brajeshwar•14m ago•0 comments

Whale Fall

https://shkspr.mobi/blog/2026/05/whale-fall/
1•edent•15m ago•0 comments

Ask HN: What's your favourite memory of the ISS?

1•audreyfei•16m ago•0 comments

The Little Book of Semaphores (2016)

https://greenteapress.com/wp/semaphores/
1•aragonite•16m ago•0 comments

Why the US Embassy cancelled 2k visa appointments

https://blog.fillvisa.com/why-the-us-embassy-cancelled-2000-visa-appointments-and-what-it-means-f...
1•junaid_97•17m ago•0 comments

How Is the AI Infrastructure Buildout Being Financed?

https://undertheclaim.substack.com/p/how-is-the-ai-infrastructure-buildout
1•aashu_bel•17m ago•0 comments

Europe-China spacecraft launches to study Earth's 'invisible armour'

https://www.france24.com/en/live-news/20260519-europe-china-spacecraft-launches-to-study-earth-s-...
1•gmays•17m ago•0 comments

Josh Comeau Spring 2026 Course Open House

https://courses.joshwcomeau.com/open-house
1•SpyCoder77•17m ago•0 comments

Show HN: Boku – Simple, sequential YAML task runner to automate the boring stuff

https://hxii.github.io/boku/
1•hxii•17m ago•0 comments

Show HN: Darc – grep-like memory search tool for coding agents

https://github.com/0xjunha/darc
1•jnhprk•18m ago•0 comments

Tech Layoff Tracker

https://deadstack.net/layoffs
1•dreadsword•21m ago•1 comments

What makes a good variable naming convention

https://benharrap.com/post/2025-03-03-variable-naming-convention/
1•leephillips•27m ago•0 comments

Alexander Grothendieck Revolutionized 20th-Century Mathematics

https://www.quantamagazine.org/how-alexander-grothendieck-revolutionized-20th-century-mathematics...
1•Brajeshwar•28m ago•0 comments

Technical Interviews Reject the Wrong Engineers

https://fagnerbrack.com/technical-interviews-reject-the-wrong-engineers-a8e78ca04b2e
1•birdculture•30m 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