frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Playing cards with an IDE – See how

https://editor.thedevcards.com/ndinda_codes
1•okiki-clickdrop•3m ago•0 comments

Coding a Database Proxy for Fun

https://packagemain.tech/p/golang-database-proxy
1•der_gopher•4m ago•0 comments

Hypothetical Paintings and Why AI-Generated Art Can Feel Soulless

https://decodingvibes.com/blog/3-hypothetical-paintings-and-why-ai-generated-art-can-feel-soulless/
1•altmanaltman•7m ago•0 comments

Host your own RTK Base

https://www.centipede-rtk.org/host-rtk-base
1•altilunium•9m ago•0 comments

LightSwitch – In-Network and Photonic LLM Inference in Transit

https://github.com/pisantifrancesco89/Project-LightSwitch
1•Shibano89•9m ago•0 comments

"Hopefully a meteor will strike the Earth soon": Game devs talk GenAI witchhunts

https://www.rockpapershotgun.com/hopefully-a-meteor-will-strike-the-earth-soon-game-devs-talk-gen...
1•Tomte•12m ago•0 comments

NVMe 2.4 Update Adds Post-Quantum Security, Power Controls

https://www.eetimes.com/nvme-2-4-update-adds-post-quantum-security-power-controls/
1•giuliomagnifico•12m ago•0 comments

Gertieboard Is an IBM PC/XT Clone That Blends Vintage and Modern Hardware

https://www.hackster.io/news/gertieboard-is-an-ibm-pc-xt-clone-that-blends-vintage-and-modern-har...
1•rbanffy•15m ago•0 comments

Whose Is This Song?

https://substack.com/sign-in
1•feldrim•16m ago•0 comments

The Killer Cable Snap – MythBusters (2006) [video]

https://www.youtube.com/watch?v=XEnuL45hr_g
1•joebig•17m ago•1 comments

A Collectivist, Economic Vision for AI

https://cacm.acm.org/research/a-collectivist-economic-vision-for-ai/
1•visha1v•26m ago•0 comments

Automated researchers can reliably mitigate alignment failures

https://www.anthropic.com/research/automated-researchers-mitigate-alignment-failures
1•EvgeniyZh•30m ago•0 comments

Show HN: Hikaru – image compression that hits an exact file size, no slider

https://hikarulabs.xyz
1•CFBL•31m ago•0 comments

The Ultimate Dream

https://blog.br11k.dev/2026-08-29-the-ultimate-dream
1•konovalov-nk•35m ago•1 comments

Git.kernel.org Is "Interesting" to Crawlers

https://people.kernel.org/monsieuricon/creepy-crawlies
3•sohkamyung•36m ago•1 comments

Show HN: Snippety – a native text expander for Mac and iPhone

https://snippety.app
2•snippety•36m ago•1 comments

We Ran Code Inside Fortune 500s Using Files They Published for AI Agents

https://medium.com/@alonhertz1/data-became-code-we-ran-code-inside-fortune-500s-using-files-they-...
3•nizbit•37m ago•1 comments

Does Computer Science Need Computers?

https://www.quantamagazine.org/does-computer-science-need-computers-20260828/
2•rbanffy•38m ago•0 comments

You Know GDPR Is Good Based on Who Hates It

https://matduggan.com/you-know-gdpr-is-good-based-on-who-hates-it/
13•latexr•41m ago•4 comments

Making $2.7M a Year Selling Ice in NYC [video]

https://www.youtube.com/watch?v=iGejCONYVjA
1•binyu•41m ago•0 comments

I ran a little experiment: could I make agent memory deterministic

https://www.lorekit.io/blog/agent-memory-data-model
1•mthines•43m ago•0 comments

Adversarial Interoperability

https://www.eff.org/deeplinks/2019/10/adversarial-interoperability
1•orphereus•48m ago•0 comments

"Lead through code" – engineering managers getting squeezed

https://www.youtube.com/watch?v=MPVmV-6O5to
1•lifeisstillgood•48m ago•0 comments

Show HN: Player vs. Computer

https://github.com/Rubinoslaw/Player-vs-Computer/
1•PolishDevelop22•51m ago•0 comments

LuaDB: Lightweight, embeddable, zero-dependency RDBMS written 100% in pure Lua

https://github.com/jncastilho/luadb
2•thunderbong•52m ago•0 comments

How bicycle coaster brakes work (2018)

https://www.dougbarnesauthor.com/2018/06/how-bicycle-coaster-brakes-work.html
2•Vedor•54m ago•0 comments

Rhine Group: Draghi, Collison unite experts for EU competitiveness

https://en.ilsole24ore.com/art/draghi-and-collison-stripe-set-to-boost-growth-in-europe-the-rhine...
3•Lucasoato•1h ago•0 comments

InferenceFS: Never worry about data again (Again)

https://github.com/philipl/inferencefs/
1•linkdd•1h ago•0 comments

Breakscale: Distributed Systems Design Simulator

https://github.com/xevrion/breakscale
1•handfuloflight•1h ago•0 comments

Muraqib, free nightly QA that lets Claude open a fix PR when tests fail

https://github.com/holistis/muraqib
1•Bugintelligence•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•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