frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: ChaosRank – which microservice should you break next?

https://github.com/Medinz01/chaosrank
1•Medinz01•1m ago•0 comments

Show HN: PenguWarpOS – OS SIM made in py for Linux newbies

https://github.com/theidioticdev/penguwarpos/tree/testing
1•theidioticdev•3m ago•0 comments

We Might All Be AI Engineers Now

https://yasint.dev/we-might-all-be-ai-engineers-now/
1•sn0wflak3s•4m ago•0 comments

Firefox Nova – our first look at the browser's big redesign

https://www.omgubuntu.co.uk/2026/03/firefox-nova-redesign
1•LindensStudio•7m ago•1 comments

Online play game: Five Nights At Epsteins

https://www.fivenightsatepsteins.site/
2•colaice•8m ago•0 comments

Giving iOS Lockdown Mode Another Look

https://conic.al/writing/giving-ios-lockdown-mode-another-look/
1•seanieb•12m ago•0 comments

Using procedural generation to create the 10k landscapes in The Sentinel

https://thesentinel.bbcelite.com/deep_dives/generating_the_landscape.html
1•msephton•12m ago•0 comments

Take Your Time (2017)

https://blog.ncase.me/take-your-time/
1•mgarciaisaia•14m ago•1 comments

Colobot

https://en.wikipedia.org/wiki/Colobot
1•Nition•23m ago•0 comments

MDM is dead. Long live ACE?

https://bayton.org/blog/2026/03/mdm-is-dead-long-live-ace/
1•p2detar•23m ago•0 comments

JavaScript Isn't Scheme (2013)

https://journal.stuffwithstuff.com/2013/07/18/javascript-isnt-scheme/
1•Tomte•24m ago•0 comments

"Clinejection" Turned an AI Bot into a Supply Chain Attack – Snyk

https://snyk.io/blog/cline-supply-chain-attack-prompt-injection-github-actions/
1•Daviey•25m ago•1 comments

How do you recruit accessibility testers without attracting bad actors?

https://seemeplease.com/test-with-us
1•SeeMePlease•28m ago•1 comments

I Hate Matlab: How an IDE, a Language, and a Mentality Harm (2017)

https://neuroplausible.com/matlab
1•Tomte•31m ago•0 comments

Show HN: Alt – No-code API load testing tool

https://www.apiloadtest.com
1•dbdoc•35m ago•0 comments

GPL upgrades via section 14 proxy delegation

https://runxiyu.org/comp/gplproxy/
19•weinzierl•35m ago•3 comments

Unlocking Python's Cores:Energy Implications of Removing the GIL

https://arxiv.org/abs/2603.04782
1•runningmike•36m ago•1 comments

Using time travel to remotely debug faulty DRAM (2020)

https://julialang.org/blog/2020/09/rr-memory-magic/
1•tosh•37m ago•0 comments

Ask HN: Feedback on a Rust graph algorithm framework?

1•salistellix•38m ago•0 comments

Bristol social media 'School Wars' trend blamed for attack on 12-year-old girl

https://www.itv.com/news/westcountry/2026-03-05/bristol-social-media-school-wars-trend-blamed-for...
2•DropDead•40m ago•0 comments

Show HN: AI pull request reviewer that analyzes Git diffs

1•bolitupac•43m ago•0 comments

Cursor: Build agents that run automatically

https://cursor.com/blog/automations
3•helloplanets•49m ago•0 comments

Show HN: Tool that simulates how visitors psychologically experience websites

https://human-psychology-simulator.thequantumgrove.io/
1•HPSimulator•49m ago•0 comments

Scholze: "For me, mathematics started with Grothendieck"

https://old.reddit.com/r/math/comments/1rl6yyf/scholze_for_me_mathematics_started_with/
1•iNic•51m ago•0 comments

How to Build a Personal Intelligence Agency

https://www.operator.io/blog/build-a-personal-intelligence-agency
1•david_shi•51m ago•0 comments

Show HN: Mt – Knowledge graph with spaced repetition

https://github.com/odosui/mt
1•yanis_t•52m ago•0 comments

Ask HN: For solopreneurs – how to you solve architecture?

1•rkuodys•54m ago•0 comments

Show HN: Utter, a free local dictation and meeting notes app for Mac and iPhone

https://utter.to/
2•hubab•55m ago•0 comments

"I'm obviously taking a risk here by advertising emoji directly."

https://unsung.aresluna.org/im-obviously-taking-a-risk-here-by-advertising-emoji-directly/
2•tobr•1h ago•0 comments

C++ Performance Improvements in MSVC Build Tools v14.51

https://devblogs.microsoft.com/cppblog/c-performance-improvements-in-msvc-build-tools-v14-51/
1•pjmlp•1h 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•10mo ago

Comments

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