frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: AI Usage Ball – Claude/Codex/Antigravity Quota as Mac Liquid Orbs

https://github.com/aiusageball/ai-usage-ball
1•xbyxy2000•1m ago•0 comments

Show HN: I built a better right-click menu for macOS

https://github.com/ganeshmshetty/openclip
1•ganeshmshetty•1m ago•0 comments

Show HN: Flipdot display with an AI chat that codes sandboxed animations for it

https://github.com/mdbug/flipdot
1•mdbug•2m ago•0 comments

When 'if' slows you down, avoid it

https://easylang.online/blog/branchless
1•theanonymousone•4m ago•0 comments

Skills vs. MCP tools for AI agents: when to use which

https://blog.logrocket.com/skills-vs-mcp-tools-agent-guide/
1•deepmem•4m ago•0 comments

Training a coding model to paint watercolours

https://huggingface.co/blog/train-to-paint-with-code
1•makaimc•7m ago•0 comments

Unveiling the Cognitive and Social Toll of ChatGPT Over-Reliance

https://onlinelibrary.wiley.com/doi/10.1002/acp.70205
1•geox•9m ago•0 comments

I turned the periodic table into a live market

https://elementswar.lol
1•tunarob•10m ago•0 comments

HotDog and Sausage Software: the HTML editor that barked at the world

https://karamatli.com/posts/hotdog-html-editor-sausage-software/
1•sparsesignal•10m ago•1 comments

Show HN: jeden.day – a compact habit tracker with flexible schedules

https://jeden.day/
3•mdbug•10m ago•0 comments

A Story About Joe

https://alisnic.github.io/posts/story-about-joe/
1•alisnic•13m ago•0 comments

Show HN: Jern Cloud – a coding agent bound by a policy file in your repository

https://jern.ai
1•ademar•13m ago•0 comments

A brief guide to French polling data

https://maxhalford.github.io/blog/french-polling-data/
1•sebg•13m ago•0 comments

Free OpenHelper AI Chatbot v2 Preview is coming with many features

https://techambient.github.io/HybridAI/v2.html
1•techambient•14m ago•0 comments

Bill Gates' roots in the trashcans of history (2000)

https://www.theregister.com/software/2000/06/29/bill-gates-roots-in-the-trashcans-of-history/1502096
1•Bluestein•15m ago•0 comments

Show HN: I built my first MCP to manage Google Ads

https://adchestra.com/
2•MichalKrk•15m ago•0 comments

Anthropic's distillation battle turns to the dark web as China concerns swell

https://www.cnbc.com/2026/09/03/anthropic-distillation-battle-turns-to-dark-web-china-concerns-sw...
2•prng2021•15m ago•0 comments

'Insane data': Duke professor Dan Ariely accused of additional research fraud

https://dukechronicle.com/article/duke-university-professor-dan-ariely-accused-of-additional-rese...
1•_tk_•16m ago•0 comments

Nvidia to Acquire Hugging Face

https://blogs.nvidia.com/blog/nvidia-to-acquire-hugging-face/
5•tosh•16m ago•0 comments

Freelancers are getting buried with 'soulless' AI slop cleanup

https://www.theguardian.com/technology/2026/sep/02/ai-jobs-freelance-cleanup
1•_____k•16m ago•0 comments

Absurd Adventure and Amygdalectomy Advocacy

https://www.astralcodexten.com/p/absurd-adventure-and-amygdalectomy
1•eatitraw•20m ago•0 comments

Show HN: Vantage – One prioritized health action per day from Apple Health

https://www.vantagehealthapp.com/
1•petreradu•21m ago•0 comments

Show HN: Oconee Runtime – Policy enforcement for browser AI and coding agents

https://www.oconeeruntime.com/news/policy-enforcement-for-browser-ai-and-coding-agents
2•hthomas4•22m ago•0 comments

Release 13.0.8 · Grafana/Grafana

https://github.com/grafana/grafana/releases/tag/v13.0.8
2•kyisaiah47•24m ago•0 comments

We ported 65 OSS projects with AI

https://akka.io/blog/we-ported-65-oss-projects
2•TylerJewell•25m ago•2 comments

GoPro: A normal, unremarkable piece of merger activity

https://www.ft.com/content/e7cc6fc2-74ae-497b-92bf-d8254dd161fa
1•root-parent•25m ago•0 comments

How Swiss tables work in Go built-in map

https://victoriametrics.com/blog/go-swiss-table-map/index.html
1•valyala•27m ago•0 comments

Show HN: StillMade – Programmable AI video pipeline; Chat to video (now)

https://www.stillmade.shop
2•nomanWasTaken•28m ago•1 comments

Elmway – Tasks and Notes

2•victor_dd•29m ago•0 comments

OWASP MCP Governance and Risk Framework

https://github.com/OWASP/OWASP-MCP-Governance-and-Risk-Project
1•882542F3884314B•29m 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