frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

California Counties and Cities Comparison

https://trekhleb.dev/cali-vibe/
1•okso_app•1m ago•0 comments

Books and Screens

https://aeon.co/essays/what-we-think-is-a-decline-in-literacy-is-a-design-problem
1•bookofjoe•2m ago•0 comments

PocketMage PDA CrowdSupply

https://www.crowdsupply.com/talisman-design/pocketmage
1•caminanteblanco•3m ago•0 comments

StarRocks Is Not Enterprise Ready

https://dataengineeringguide.substack.com/p/starrocks-celerdata-not-enterprise-ready-2026
1•amandagerdes•4m ago•0 comments

Show HN: Codemaxxing – Maximize your slop abilities

https://github.com/jshchnz/codemaxxing
1•jshchnz•5m ago•0 comments

Long-Context Isn't the Answer

https://www.humanlayer.dev/blog/long-context-isnt-the-answer
1•arbayi•10m ago•0 comments

Wisp: WebAssembly Lisp

https://github.com/DavidLiedle/WISP
2•DavidCanHelp•10m ago•0 comments

Apollo's impatient old-timers are rooting for NASA's return to the moon

https://apnews.com/article/apollo-artemis-nasa-moon-6fd9cb210d40c59a729d5103c0994351
5•devonnull•10m ago•0 comments

FreeBSD Forums Hacked

https://mastodon.social/@nixCraft/116319158100665914
1•PortableCode•11m ago•0 comments

AI's capability improvements haven't come from it getting less affordable

https://www.lesswrong.com/posts/E6ELHguZFNF3Czp55/ai-s-capability-improvements-haven-t-come-from-...
1•gmays•13m ago•0 comments

OpenAI introduces a Codex plugin for Claude Code

https://twitter.com/reach_vb/status/2038670509768839458
2•adamfeldman•21m ago•1 comments

Discrete Norms, Stability Analysis, and the Lax Equivalence Theorem

https://natrask.github.io/ENM5320-2026/NewMaterial/Lecture03_Jan27/Lecture_4.html
1•measurablefunc•24m ago•0 comments

AI models sabotaging shutdown scripts. It took 22 years to regulate Meta

https://www.briancarpio.com/blog/ai-is-self-preserving-what-happens-in-22-years
2•linsys•25m ago•0 comments

Nous Research Hermes Agent launches Multi-agent

https://twitter.com/nousresearch/status/2038688578201346513
2•grafda•25m ago•0 comments

AI Leaders versus Elon Musk

https://www.axios.com/2026/03/30/elon-musk-openai-altman-anthropic
2•doener•25m ago•0 comments

Notes on Going Solo

https://www.joanwestenberg.com/notes-on-going-solo-celebrating-6-years-of-studio-self/
3•exolymph•28m ago•0 comments

Show HN: 30u30.fyi – Is your startup founder on Forbes' most fraudulent list?

https://30u30.fyi
71•not-chatgpt•32m ago•14 comments

Ask HN: Do multiple short stints in startups hurt even if you've learned a lot?

2•gokuljs•35m ago•0 comments

Show HN: Buyout Game Benchmark: Multi-Agent Bargaining, Transfers, and Takeovers

https://github.com/lechmazur/buyout_game
3•zone411•35m ago•0 comments

Railway CDN Caching Incident: When Opt-In Becomes Opt-Everyone-In

https://joshuabellew.com/posts/railway-cdn-caching-incident-march-2026/
3•kawsper•36m ago•1 comments

Get ready with the latest beta releases

https://developer.apple.com/news/?id=z8vzrgzx
1•surprisetalk•36m ago•0 comments

Android Developer Verification

https://android-developers.googleblog.com/2026/03/android-developer-verification-rolling-out-to-a...
30•ingve•37m ago•5 comments

Agents of Chaos

https://agentsofchaos.baulab.info/
1•jonbaer•37m ago•0 comments

Non-Profit Dating App

3•circumcised•39m ago•2 comments

South Polar Times

https://www.laphamsquarterly.org/roundtable/south-polar-times
2•Thevet•39m ago•0 comments

What Pretext Reinforced About AI Loops

https://www.nibzard.com/oracles/
1•gmays•39m ago•0 comments

The plan to make IPOs great again

https://www.economist.com/business/2026/03/29/the-plan-to-make-ipos-great-again
2•2OEH8eoCRo0•40m ago•1 comments

Slug

https://metalbyexample.com/slug/
1•ingve•41m ago•0 comments

ASCII Might Fly

https://adelfaure.net/artware/ascii_might_fly/
1•susam•41m ago•0 comments

How I went AI-native in my terminal workflow

https://www.augmentcode.com/blog/ai-native-in-the-terminal-workflow
2•r00tbeer•43m 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•11mo ago

Comments

NinjaGems•11mo 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