frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Data Beads

https://databeads.eu/
1•bookofjoe•59s ago•0 comments

The Object Model in Livelymerge

https://www.inkandswitch.com/livelymerge/notebook/lm-03/
1•mpweiher•1m ago•0 comments

Diffflow, a Bigger Toolbox, Free Tools Dashboard

https://diffflow.com/blog/tools-dashboard/
4•7rin0•2m ago•0 comments

Greenland issues 'strong warning' as Trump-linked oil firm prepares to drill

https://www.theguardian.com/world/2026/aug/08/greenland-iwarning-trump-linked-oil-firm-prepares-d...
1•thisislife2•4m ago•0 comments

Giving a Shit as a Service (2022)

https://allenpike.com/2022/giving-a-shit/
1•downbad_•5m ago•0 comments

Ask HN: How can I find trackers I did not place in my stuff?

2•jvilalta•6m ago•0 comments

Elon Musk's X Money promises 6% APY and $10M in FDIC coverage

https://finance.yahoo.com/markets/currencies/articles/elon-musks-x-money-promises-180000390.html
2•mooreds•7m ago•0 comments

Strangers on a Bench

https://strangersonabench.com/
1•mooreds•8m ago•0 comments

Tunnel Whisperer – Surgical port forwarding over HTTPS for hostile firewalls

https://github.com/Tunnel-Whisperer/Tunnel-Whisperer
1•zglozman•9m ago•0 comments

Federal proposal would deeply cut Colorado River water for AZ, CA and NV

https://www.nbcnews.com/science/environment/proposal-cut-colorado-river-water-arizona-california-...
1•mooreds•9m ago•0 comments

Lake Chaubunagungamaug

https://en.wikipedia.org/wiki/Lake_Chaubunagungamaug
1•willmeyers•10m ago•0 comments

I think GCP is better than AWS (2020)

https://nandovillalba.medium.com/why-i-think-gcp-is-better-than-aws-ea78f9975bda
1•downbad_•14m ago•0 comments

Show HN: Find out how ChatGPT describes your brand, then fix it

https://pallix.in
1•not_wowinter14•19m ago•0 comments

Python Package Comparison for Webcrawlers and Website Mirroring

https://inventwithpython.com/blog/python-webcrawler-package-comparison-aug-2026.html
1•gregsadetsky•19m ago•0 comments

ChatGPT / Codex Reset on Monday

https://xcancel.com/thsottiaux/status/2086189414292865249
1•sscaryterry•20m ago•0 comments

Hyper-Markdown – Markdown for knowledge graphs

https://hyper-markdown.org/
3•divingstar•24m ago•1 comments

I aggregated tracker SDKs and permissions across 300 open-source Android apps

https://apptizo.com/reports/app-trackers-permissions/
1•jkircas•25m ago•0 comments

The Internet Is in Crisis

https://www.theatlantic.com/culture/2026/08/perez-hilton-livestream/688223/
1•paulpauper•25m ago•0 comments

Switzerland is a neutral nation but has more nuclear bunkers than any country

https://www.npr.org/2026/08/08/g-s1-137635/switzerland-nuclear-bunkers
2•andsoitis•28m ago•0 comments

James Bond, not Bond James: why scientific publishing must respect name order

https://www.nature.com/articles/d41586-026-01772-6
2•paulpauper•30m ago•0 comments

What's New in Inkdrop v6

https://forum.inkdrop.app/t/whats-new-in-v6/5570
2•dgavrilov•39m ago•0 comments

Coldcard hardware wallet firmware flaw sees 2k BTC (~$130M) drained

https://www.web3isgoinggreat.com/?id=coldcard-hardware-wallet-flaw
8•ilamont•41m ago•1 comments

Wikipedia's founder on his life's work: "A propaganda tool"

https://nordictimes.com/world/wikipedias-founder-on-his-lifes-work-a-propaganda-tool/
3•thisislife2•42m ago•0 comments

Time Series Observing Itself

https://timeseriesofindia.com/meta/
2•prtk25•45m ago•0 comments

Show HN: Fullscreener // borderless fullscreen for any window (Windows only)

https://github.com/carlos-menezes/fullscreener
1•carlos-menezes•46m ago•0 comments

AI Music Debate Is Missing Half the Money

https://justwordz.medium.com/the-ai-music-debate-is-missing-half-the-money-ffb714924aaa
1•samspenc•46m ago•0 comments

Leibniz's Treatise Disputatio metaphysica de principio individui

https://ojs.tnkul.pl/index.php/rf/article/view/12197
1•Bluestein•46m ago•0 comments

Use Claude Code to make synced video edits to a song

https://github.com/ZiadAbdelkarim/beat-synced-edit
1•iwasastreamer•49m ago•0 comments

Am I the problem? Interviewing another team to find out

https://www.macchaffee.com/blog/2026/am-i-the-problem/
1•signa11•54m ago•0 comments

What We Talk About When We Talk About Bruce Lee

https://decodingvibes.com/blog/what-we-talk-about-when-we-talk-about-bruce-lee/
1•altmanaltman•54m 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