frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Middle Class is being erased in Europe [video]

https://www.youtube.com/watch?v=T3SiTNoEbu8
1•sajithdilshan•2m ago•0 comments

Cowboy Clothes and Sunday Best

https://schmud.de/posts/2026-08-10-cowboy-clothes.html
1•surprisetalk•3m ago•0 comments

I Spent Twenty Years Becoming Good at the Wrong Game

https://savvynormie.com/i-spent-twenty-years-becoming-good-at-the-wrong-game/
1•speckx•4m ago•0 comments

Type Confusion Vulnerability in isolated-VM

https://www.endorlabs.com/learn/ghsa-864f-rcv7-6rh4-critical-type-confusion-vulnerability-in-isol...
1•cristianstaicu•5m ago•0 comments

Exploring Chat Forking

https://getness.dev/announcements/chat-forking.html
1•frenchie4111•6m ago•0 comments

Is this AWS RI/SP simulation engine interesting / valuable?

1•Exstratus•7m ago•1 comments

DSH is on a wrong direction; Pie is my take

https://github.com/wangii/pie
1•wangii•7m ago•0 comments

Show HN: Parmar – BPE tokenization as a pre-filter for LZMA (+9.6%, and faster)

https://github.com/shallowbyte/parmar
1•ronak_parmar•8m ago•0 comments

What Is Good Mathematics?

https://arxiv.org/pdf/math/0702396
1•sonabinu•8m ago•0 comments

MH370 mystery deepens with new evidence

https://vt.co/news/world/mh370-aviation-mystery-new-evidence-wrong-place
2•wglb•9m ago•0 comments

Dashboard Touch – free open source Touch ID alternative for your Mac [video]

https://www.youtube.com/watch?v=8zXN-JzjkgY
2•tambourine_man•10m ago•0 comments

Perth medical researchers working on artificial placentas for premature babies

https://www.abc.net.au/news/2026-07-18/artificial-placenta-research-for-premature-babies/106929330
1•speckx•11m ago•0 comments

Domyn CEO Uljan Sharka: 'We're a few quarters away from $1B ARR'

https://sifted.eu/articles/domyn-uljan-sharka-podcast
1•simonebrunozzi•13m ago•0 comments

Fscrypt Sees Cleanup with Linux 7.3 Open Door for Features Like Btrfs Encryption

https://www.phoronix.com/news/Linux-7.3-FSCRYPT
1•DemiGuru•14m ago•0 comments

X.org Server 26.1 RC1 Prepares for First Feature Release in Five Years

https://www.phoronix.com/news/X.Org-Server-26.1-RC1
3•achyudh•14m ago•0 comments

Frustrated GP patients hang up as Yorkshire accent baffles AI receptionist

https://www.theguardian.com/society/2026/aug/20/yorkshire-rotherham-ai-gp-receptionist-cannot-und...
4•mellosouls•17m ago•0 comments

10x: The federal government's own venture studio

https://10x.gsa.gov/
2•nateb2022•18m ago•0 comments

DiffusionGemma Technical Report

https://arxiv.org/abs/2608.00146
3•gmays•19m ago•0 comments

Show HN: evepad – The missing IDE for building eve agents

https://github.com/andrewckor/evepad
4•ckor•20m ago•1 comments

Malicious Rust Crate Arrayref Runs a Build-Time Payload

https://safedep.io/arrayref-proc-macro1-rust-build-time-malware/
18•abhisek•20m ago•0 comments

Giant whales move into Greenland waters as ice disappears

https://www.bbc.com/news/articles/cq6dn9gj7eno
2•speckx•22m ago•0 comments

Relationship Engineering: the fifth phase of building with AI

https://twitter.com/swombat/status/2090421410887880771
2•obiefernandez•24m ago•0 comments

Choking victims should perform Heimlich manoeuvre on themselves – scientists

https://www.independent.co.uk/news/health/choking-heimlich-manoeuvre-perform-yourself-how-to-chai...
3•thunderbong•26m ago•0 comments

Draft spec for an offline emergency dispatch protocol in on-device LLMs url

https://github.com/kapustin-i/offline-dispatch-protocol
2•kapustin-i•27m ago•0 comments

I recently sat down for coffee with one of my oldest friends in the industry

https://notes.jordanscales.com/coffee
2•speckx•28m ago•0 comments

How dbt works, and why orchestrators shouldn't split it into tasks

https://www.windmill.dev/blog/how-dbt-works-and-its-orchestrators
6•rubenfiszel•28m ago•0 comments

Data annotation is creating jobs

https://www.nytimes.com/2026/08/20/world/asia/ai-jobs-data-annotation-india-karur.html
2•ripe•29m ago•1 comments

Sokoban via Grok App Builder

https://sokoban.grok.me/
4•da-x•29m ago•2 comments

Show HN: Find every AI model your code calls and warn before it's retired

https://llmstatus.ai
4•taylorgt•30m ago•1 comments

Canonical Backs New Project to Translate Large C Codebases into Safe Rust

https://linuxiac.com/canonical-backs-new-project-to-translate-large-c-codebases-into-safe-rust/
6•datakan•31m 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