frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A deep dive into Grok Bot

https://flaviocopes.com/grok-bot/
1•thoughtpeddler•1m ago•0 comments

OpenAI Dumps Cursor

https://www.bloomberg.com/news/articles/2026-08-29/openai-to-end-partnership-with-cursor-after-sp...
1•MehrdadKhnzd•5m ago•1 comments

A shelf with counts in HTML (no JavaScript)

https://webwithoutjs.com/lab/shelf/
2•nreece•8m ago•0 comments

Terminal-Bench 4.0

https://www.tbench.ai/news/terminal-bench-4-0
1•mji•9m ago•0 comments

Quest for the Eternal Dock – Lambdock

https://jointhefreeworld.org/blog/articles/gnu-linux/quest-for-eternal-dock/index.html
2•signa11•10m ago•0 comments

Box breathing: Inside the 'most powerful hack' to control stress

https://www.bbc.com/news/articles/c5y5jqly153o
1•1659447091•10m ago•0 comments

Why this philosopher turned down Anthropic

https://www.ft.com/content/bdb3b820-905b-431e-82c0-386535755af1
1•outside1234•11m ago•0 comments

Show HN: SlideX – Open-source presentations with MDX

https://www.slidexdeck.com/en/
1•zz41354899•11m ago•0 comments

Personal Dynamic Media (1977)

https://ieeexplore.ieee.org/document/1646405
1•gone35•15m ago•0 comments

LSPs for LLMs

https://ianbarber.blog/2026/08/11/lsps-for-llms/
2•ocamoss•16m ago•0 comments

Show HN: Metis – An agent harness pushing DeepSeek to Opus-tier coding (82%)

https://github.com/Wholiver/metis
1•oliverhuchenrui•18m ago•0 comments

Subs, a cloud native agent harness

https://github.com/substructureai/subs
1•xwil•18m ago•0 comments

TurboKV: Insanely fast Rust key-value store

https://github.com/kingroryg/turbokv
5•rgbimbochamp•30m ago•0 comments

PureSpace – Lightweight macOS cleaner and uninstaller

https://www.haoqibit.com/puremac
2•Popang•35m ago•1 comments

PastePal – Clipboard manager for Mac with iCloud sync

https://www.haoqibit.com/pastepal
2•Popang•35m ago•0 comments

Our decision on Cursor following its acquisition by SpaceX

https://twitter.com/OpenAI/status/2093515564786540695
7•qainsights•36m ago•1 comments

Landlady to 9/11 hijackers reveals their links to alleged Saudi spy

https://www.bbc.com/news/articles/c99dvm39mreo
2•1659447091•37m ago•0 comments

"We quit the CDC last year. The problems we protested remain"

https://www.statnews.com/2026/08/28/cdc-protest-resignations-one-year-later-houry-jernigan-daskal...
4•EA-3167•41m ago•0 comments

ASCII City: Traffic and Detail Update [video]

https://www.youtube.com/watch?v=DSRooHo_HSI
4•guiambros•43m ago•0 comments

Start a Blog

https://guzey.com/personal/why-have-a-blog/
3•bilsbie•44m ago•1 comments

Search songs based on feelings or images

https://vibemax.streamlit.app
2•sushmeywork•45m ago•1 comments

Safety Does Not Compose: Non-Decaying Loop State for Autonomous LLM Agents

https://arxiv.org/abs/2608.27141
2•sbulaev•47m ago•0 comments

JDK 28: Structured concurrency proposed finalised

https://openjdk.org/jeps/8389757
2•alnlkjlknlkn•50m ago•0 comments

It's One Parking Spot in New York City. What Could It Cost, $250k?

https://www.nytimes.com/2026/08/25/nyregion/private-parking-spots-new-york-city.html
2•thelastgallon•53m ago•1 comments

YouTube Auto Dubbing, Explained

https://blog.youtube/creator-and-artist-stories/youtube-auto-dubbing-explained/
2•cisc•55m ago•0 comments

OpenAI and Anthropic are ruining San Francisco

https://www.sfgate.com/local/article/open-ai-anthropic-ruining-sf-22404657.php?link_source=ta_fir...
6•catchmeifyoucan•1h ago•2 comments

Kumander Linux – A Linux Distro with a Windows 7 Desktop

https://www.kumander.org/
10•linuxkernal•1h ago•1 comments

Our decision on Cursor following its acquisition by SpaceX

https://openai.com/index/our-decision-on-cursor-following-its-acquisition-by-spacex/
82•meetpateltech•1h ago•22 comments

Increased Errors for Durable Objects in the Hong Kong Region – Cloudflare Status

https://www.cloudflarestatus.com/incidents/mlr8smgngv5h
2•kyisaiah47•1h ago•0 comments

Trump announces new US oil agreement with Venezuela

https://www.theguardian.com/us-news/2026/aug/28/trump-venezuela-oil-agreement
6•TheAlchemist•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