frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Breath of Intelligence: What emerges between AI reasoning cycles

https://zenixos.org/essay/03-the-breath-of-intelligence
1•alanxurox•36s ago•0 comments

AWS took Internet down again today

https://pickles.news/posts/the-thermal-event-that-took-half-the-internet-with-it/
1•arthurpro•1m ago•0 comments

Sigil Review: Semantic Diffs for Agents and Reviewers

https://inerte.github.io/sigil/articles/sigil-review/
1•inerte•1m ago•0 comments

Apple Warns Canada's Bill C-22 Could Force Encryption Backdoors

https://www.macrumors.com/2026/05/08/apple-warns-canada-bill-force-encryption-backdoors/
1•Brajeshwar•1m ago•0 comments

Building a custom NAS/homeserver with Fedora CoreOS

https://xyny.art/blog/2026-building-nas/
1•FireInsight•2m ago•0 comments

Mizar: The first usable proof assistant for mathematics

https://lawrencecpaulson.github.io//2026/05/07/Mizar.html
1•ibobev•2m ago•0 comments

Dutch authorities take down Motherless, porn site known for sexual abuse videos

https://nltimes.nl/2026/05/08/dutch-authorities-take-motherless-porn-site-known-sexual-abuse-videos
1•2OEH8eoCRo0•2m ago•0 comments

Sandboxing AIOps and Agentic AI Security

https://blog.cosmonic.com/engineering/aiops-and-agentic-ai-security-in-a-componentized-world/
1•mendyberger•3m ago•0 comments

Low voltage tube amp part 2

https://justanotherelectronicsblog.com/?p=1462
1•ibobev•3m ago•0 comments

Solar-Powered Park Bench Air Monitoring Stations in Washington DC

https://doee.dc.gov/am/release/ddoe-and-epa-announce-unique-solar-powered-park-bench-air-monitori...
1•jffry•4m ago•0 comments

What Causes Lightning? The Answer Keeps Getting More Interesting

https://www.quantamagazine.org/what-causes-lightning-the-answer-keeps-getting-more-interesting-20...
1•ibobev•4m ago•0 comments

Show HN: I built a playground of interative A/B testing for RAG

https://rag-dr.hanhanwu.com/
1•Hanhan2024•6m ago•0 comments

MIT Stories: The Courage to be Open [video]

https://learn.mit.edu/video-playlist/detail/113930?playlist=88445
1•duck•6m ago•0 comments

I listened to the 1001 (?) albums I should listen to before I die

https://jameswpm.github.io/post/1001-albums-experience/
1•surprisetalk•7m ago•0 comments

Weekend at Bernie's – assessing critical open source repos

https://nesbitt.io/2026/05/08/weekend-at-bernies.html
1•dochtman•7m ago•0 comments

Show HN: Howbadis.it – Paste your vibe-coded app, see what'll break

https://howbadis.it
2•emarboeuf•8m ago•0 comments

Apple plans to make iOS 27 a Choose Your Own Adventure of AI models

https://techcrunch.com/2026/05/05/apple-plans-to-make-ios-27-a-choose-your-own-adventure-of-ai-mo...
1•gmays•8m ago•0 comments

Tesla Recalls Cybertruck Because Wheels May Fall Off

https://www.kbb.com/car-news/tesla-recalls-cybertruck-because-wheels-may-fall-off/
1•randycupertino•8m ago•2 comments

Show HW: Markdown Object Language

https://github.com/mol-format/mol-specs
1•dankrusi•9m ago•2 comments

Cognition and future depression: risk in those with&without depression history

https://mentalhealth.bmj.com/content/29/1/e302332
1•bookofjoe•10m ago•0 comments

Functioning Claude-code replica that believes it's real and tries its best

https://clodoop.us/
2•jlansey•10m ago•0 comments

The Instant Payments Race

https://nb1t.sh/the-instant-payments-race/
2•freakynit•11m ago•0 comments

It's Never Been Easier to Be Impractical

https://dinosaurseateverybody.com/blog/its-never-been-easier-to-be-impractical
2•dorkrawk•13m ago•0 comments

Show HN: SnapMog: An Omoggle Alternative without going live

https://snapmog.com/
1•mixfox•16m ago•0 comments

Four ways Europe's big immigration experiment has changed Spain

https://www.ft.com/content/3fe9dccf-7db2-48ac-b26a-9272251fa1d9
1•amunozo•16m ago•1 comments

In Blow to Democrats, Virginia Court Strikes Down House Map

https://www.nytimes.com/2026/05/08/us/politics/virginia-redistricting-supreme-court.html
6•Amorymeltzer•18m ago•0 comments

Jan Koum, WhatsApp founder donates record $200M to Shaare Zedek Hospital

https://www.jns.org/news/israel-news/whatsapp-founder-donates-record-200-million-to-shaare-zedek
3•myth_drannon•21m ago•0 comments

Auth Proxy Injection for LLMs

https://www.grepular.com/Auth_Proxy_Injection_for_LLMs
2•Brajeshwar•21m ago•0 comments

DeepL lays off 25% of its workforce

https://www.heise.de/en/news/Cologne-AI-translator-DeepL-lays-off-a-quarter-of-its-workforce-1128...
3•summarity•21m ago•0 comments

The Grand Line of Fine-Grained Authorization

https://fusionauth.io/blog/grand-line-of-fine-grained-authorization
1•mooreds•22m 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