frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Coversubstack-Zagreus=Whiterabbit.flexe

https://substack.com/@rootedinthought/note/c-276218913
1•dcmexpunksolar•1m ago•0 comments

LibAgar – Cross-platform GUI written in C

https://libagar.org/
1•0x0203•2m ago•0 comments

What are you looking for when reviewing LLM generated code?

1•gnunicorn•3m ago•0 comments

Ask HN: Developers, are you being forced into prompt-only engineering?

1•zerr•4m ago•0 comments

Fear about young adults' maturity is just a way of trying to control them (2023)

https://www.newstatesman.com/comment/2023/06/fear-about-young-adults-maturity-is-just-a-way-of-tr...
1•frereubu•4m ago•1 comments

Show HN: ELDC – Natural language identification, faster than FastText and CLD2

https://github.com/nitotm/eldc
1•nitotm•6m ago•0 comments

Anthropic flies staff to D.C. to clean up White House fight

https://www.axios.com/2026/06/14/anthropic-white-house-mythos-fable
1•dstala•7m ago•0 comments

Trailblazing investigative reporter Roger Cook dies

https://news.sky.com/story/trailblazing-investigative-reporter-roger-cook-dies-13554262
1•austinallegro•10m ago•0 comments

Searching for Guy Debord (2003)

https://brooklynrail.org/2003/10/express/searching-for-guy-debord/
1•robtherobber•10m ago•0 comments

Ask HN: Did you try Claude's "Fable 5" model before it was pulled?

2•aniokono•10m ago•0 comments

How to Think about Parallel Programming: Not (2010)

https://github.com/matthiasn/talk-transcripts/blob/master/Steele_Guy/ParallelProg.md
1•tosh•10m ago•0 comments

How Contaminants in drinking water are regulated by the EPA and states

https://www.ewg.org/news-insights/news/2025/03/how-contaminants-drinking-water-are-regulated-epa-...
1•num42•11m ago•0 comments

Complexity Models

https://en.algorithmica.org/hpc/complexity/
1•tosh•12m ago•0 comments

Tell HN: Claude is completely unusable for biology

1•Protostome•13m ago•0 comments

Translation Drift in Web Novels: Answering Vague Questions in the Moment

http://blog.merrilin.ai/engineering/2026/translation-drift/
1•stonecharioteer•13m ago•0 comments

Multistack 1.0 – Lightweight TUI for orchestrating coding agents

https://crates.io/crates/multistack/1.0.0#1.0.0
1•gidellav•16m ago•0 comments

Zerostack 1.5 – Lightweight Unix-inspired coding agent

https://crates.io/crates/zerostack/1.5.0#1.5.0
1•gidellav•16m ago•0 comments

Show HN: VibeKnow – content-to-video agent using Remotion

https://vibeknow.ai/
1•xutangly•18m ago•0 comments

Donate Agent Traces

https://huggingface.co/spaces/trace-commons/web
1•simon-inta•18m ago•0 comments

Magic Buffers and io_uring Registered Buffers

https://www.mindfruit.co.uk/posts/2025/10/magic-buffers-and-io-uring-write-fixed/
1•tosh•19m ago•0 comments

Alt-Tab Creates Background Service After Uninstall

https://github.com/lwouis/alt-tab-macos/issues/5758
1•0x616e677279•22m ago•0 comments

Show HN: 10k moving agents in Godot using GDScript

https://vav-labs.com/blog/moving-10000-agents-in-godot/
1•Vav-Labs•24m ago•0 comments

Writing books at the push of a button (Philip M. Parker) [video]

https://www.youtube.com/watch?v=m8WuGKyBR90
1•seren4321•24m ago•0 comments

Sustainability requires protecting finite resources, not optimizing consumption

https://zenodo.org/records/20596148
1•ErystelaThevale•24m ago•0 comments

Show HN: CefSwift, a SwiftUI-first wrapper around Chromium Embedded Framework

https://github.com/Rajaniraiyn/CefSwift
1•rajaniraiyn•25m ago•0 comments

Skill to Create Flashcards

https://getspace.app/blog/flashcards-skill
1•friebetill•27m ago•1 comments

Four-Day Week Could Transform Employment Access for Disabled Workers

https://www.disabilityrightsuk.org/news/four-day-week-could-transform-employment-access-and-inclu...
1•robtherobber•28m ago•0 comments

The Window Has Closed

https://twitter.com/i/status/2066332670817456584
2•Michelangelo11•28m ago•0 comments

How to Write Better Git Commit Messages with AI

https://theaileverageweekly.com/posts/how-to-write-better-git-commit-messages-with-ai.html
1•talvardi7•29m ago•1 comments

Recycled phone clusters build low-cost data centers with strong core performance

https://www.tomshardware.com/desktops/servers/researchers-recycle-old-phones-and-cluster-them-int...
1•maxloh•30m 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