frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Recommended Mystery Novels

https://bactra.org/notebooks/mystery-recs.html
1•mattbit•9s ago•0 comments

Running Python code in a sandbox with MicroPython and WASM

https://simonwillison.net/2026/Jun/6/micropython-in-a-sandbox/
1•pretext•3m ago•0 comments

PQ-SORT – Visualiser for the performance of PQC signatures

https://pqsort.tii.ae/
1•unprovable•3m ago•0 comments

BYD will pay for any damage caused using it's autonomous driving technology

https://www.drive.com.au/news/byd-promises-to-pay-for-any-damage-caused-using-semi-autonomous-dri...
1•KnuthIsGod•6m ago•0 comments

OpenCV 5 Is Here: The Biggest Leap in Years for Computer Vision

https://opencv.org/opencv-5/
1•ternaus•15m ago•0 comments

Alan Kay on "Should web browsers have stuck to being document viewers?"

https://donhopkins.medium.com/alan-kay-on-should-web-browsers-have-stuck-to-being-document-viewer...
1•signa11•17m ago•0 comments

Is This Hate Speech?

https://link.springer.com/article/10.1007/s10610-023-09543-z
1•barrister•19m ago•0 comments

Lambda or Fargate: a decision built from numbers

https://medium.com/@yalovoy/lambda-or-fargate-a-decision-built-from-numbers-b6fd8fcd7bce
1•zero-ground-445•19m ago•0 comments

The Smallest C Binary

https://blog.weineng.me/posts/smallest_c
1•signa11•22m ago•0 comments

Simpson's Paradox

https://plato.stanford.edu/entries/paradox-simpson/
2•hackandthink•33m ago•0 comments

Been trying to post and I am getting flagged for it

1•Neobecomer•33m ago•1 comments

Agentic Search for Context Engineering

https://leoniemonigatti.com/blog/agentic-search-for-context-engineering.html
1•eigenBasis•33m ago•0 comments

Pennsylvania seems to just be running a steal money from Peter to feed Paul gag

https://drive.google.com/file/d/1e4YjokqzwoJZuhiVJhn92FUQ9ClS5dCX/view?usp=drivesdk
1•EddieMunsterrr•33m ago•0 comments

Mystery over squares on our roads is solved

https://www.bbc.co.uk/news/articles/cvgzg583dv2o
1•zeristor•34m ago•0 comments

Group Chat: The Best Way to Stress Out Your Team

https://37signals.com/group-chat-problems
1•plurby•37m ago•0 comments

Using Fedora Silverblue for Compositor Development

https://bxt.rs/blog/using-fedora-silverblue-for-compositor-development/
2•JNRowe•38m ago•0 comments

Above: Privacy Phones, Laptops, and Tablets

https://abovephone.com/
2•0x54MUR41•40m ago•0 comments

Blitz – A modular no-JS browser written in Rust

https://blitz.is/
1•satvikpendem•40m ago•0 comments

AI Has Come for Serif Fonts

https://www.wired.com/story/ai-has-come-for-serif-fonts/
1•maxloh•46m ago•0 comments

Thanks largely to robots Ukraine's now talking about winning, not just surviving

https://www.defenseone.com/technology/2026/06/ukraine-robots-winning/413902/
3•MilnerRoute•49m ago•0 comments

The Anger Isn't at the Tool

https://mamonas.dev/posts/the-anger-isnt-at-the-tool/
1•konmam•55m ago•0 comments

Small PRs, big speedups: The Ruby performance work you almost missed

https://mensfeld.pl/2026/06/ruby-performance-roundup/
2•doppp•58m ago•0 comments

Crypto's True Believers Demand to Be Taken Seriously

https://www.vanityfair.com/news/story/cryptos-true-believers
3•1vuio0pswjnm7•1h ago•2 comments

Free Online Survival Game – Arcade Style with Sonar Ping

1•desinxstudio•1h ago•0 comments

Jürgen Schmidhuber: World Models, RL and Year That Changed AI

https://www.the-information-bottleneck.com/jurgen-schmidhuber-world-models-rl-and-the-year-that-c...
1•__patchbit__•1h ago•0 comments

Making Claude a Chemist

https://www.anthropic.com/research/making-claude-a-chemist
1•zdkaster•1h ago•0 comments

Sites in Codex

https://developers.openai.com/codex/sites
2•ttul•1h ago•1 comments

Show HN: Nanocode-CLI – A lightweight terminal-based AI coding assistant

https://github.com/hit9/nanocode
2•hit9•1h ago•0 comments

Dots.tts: 2B-parameter continuous, end-to-end autoregressive TTS system

https://rednote-hilab.github.io/dots.tts-demo/
1•HellsMaddy•1h ago•0 comments

Ask HN: Does robotics capabilities research accelerate AGI timelines?

3•themasterchief•1h ago•1 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