frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Alman: German, Simplified

https://alman.ai/
1•tosh•16s ago•0 comments

Murati's Thinking Machines Releases Open-Weights 975B Parameter LLM

https://thinkingmachines.ai/inkling/
1•htrp•25s ago•1 comments

Disposable Software

https://seths.blog/2026/07/disposable-software/
2•herbertl•1m ago•0 comments

C Strings: A 50-Year Mistake – By Trần Thành Long

https://longtran2904.substack.com/p/c-strings-a-50-year-mistake
2•rbanffy•1m ago•0 comments

Sorel Caribou Boots: Great Product, Disappointing Online Shop

https://micro.mjanssen.nl/2026/07/15/200303.html
1•marc0janssen•1m ago•0 comments

Inkling: Our Open-Weights Model

https://thinkingmachines.ai/news/introducing-inkling/
1•vimarsh6739•2m ago•0 comments

Odyssey Linux – a Void-based distro trying to make no-systemd approachable

https://linuxcommunity.io/t/odyssey-linux-a-void-based-distro-trying-to-make-no-systemd-approacha...
1•ashitlerferad•2m ago•0 comments

Show HN: How you auto recover your Claude Code workflow when quota resumes

https://github.com/softcane/cc-session-recover
1•pradeep1177•5m ago•0 comments

The Fight over Humanoid Robots Has Shut Down a Car Factory for the First Time

https://www.wsj.com/business/autos/the-fight-over-humanoid-robots-has-shut-down-a-car-factory-for...
1•bookofjoe•5m ago•2 comments

Show HN: Tarit – a hypervisor which is 2x faster than firecracker

https://github.com/instavm/tarit
1•mkagenius•6m ago•0 comments

Kilocode Acquired by Anaconda

https://www.anaconda.com/blog/kilo-code-joins-anaconda-what-builders-should-know
2•datadrivenangel•7m ago•0 comments

Universal gates from braiding and fusing anyons on quantum hardware

https://www.nature.com/articles/s41586-026-10709-y
2•sbulaev•7m ago•0 comments

Agentic Misalignment in Summer 2026

https://alignment.anthropic.com/2026/agentic-misalignment-summer-2026/
1•lucamark•8m ago•0 comments

Steam Game Cartridges

https://old.reddit.com/r/pcmasterrace/comments/1ux13ui/steam_game_cartridges/
2•ShroudedNight•9m ago•0 comments

State of DESIGN.md 2026 – Survey results

https://getdesign.md/state-of-design-md
2•omeraplak•10m ago•1 comments

Suno hacked, leak reveals scraping data

https://xcancel.com/jason_koebler/status/2077393545850409308?s=20
2•hmokiguess•13m ago•2 comments

Show HN: ForkUnion v3 – Faster OpenMP-style thread-pool for C, C++, Rust, & Zig

https://github.com/ashvardanian/ForkUnion
1•ashvardanian•14m ago•0 comments

A webring for people offering Unoffice Hours

https://unofficehours.com/
1•rekl•14m ago•0 comments

Beyond lithium: how sodium-ion batteries could change the world

https://www.nature.com/articles/d41586-026-02150-y
2•SiempreViernes•14m ago•0 comments

Scrum Doesn't Matter (and It Never Did)

https://kasperowski.com/scrum-doesnt-matter-and-it-never-did/
2•mooreds•15m ago•0 comments

Show HN: Class-diff: A Pharo classes comparer using Needleman-Wunsch

https://github.com/hernanmd/class-diff
1•hernanmd•17m ago•0 comments

Fourteen months of LeafWiki (OSS), in small moments

https://leafwiki.com/blog/fourteen-months-of-leafwiki/
1•perber•18m ago•0 comments

Anthropic, Blackstone, and Hellman and Friedman Introduce Ode with Anthropic

https://www.businesswire.com/news/home/20260715205134/en/Anthropic-Blackstone-and-Hellman-Friedma...
1•petethomas•18m ago•0 comments

House passes bill to make daylight saving time permanent

https://apnews.com/article/daylight-saving-time-house-passes-bill-53e7ffd1c3e9beddb9ab1601a8482ad5
1•speckx•19m ago•2 comments

Airport Food

https://pablostanley.substack.com/p/airport-food
1•pablostanley•21m ago•0 comments

3D interactive map of the local universe

https://knowtheuniverse.com/
1•wanda•21m ago•0 comments

The Scariest Chart in Electrical Engineering [video]

https://www.youtube.com/watch?v=GK2pZ_oVU1o
2•jonbaer•21m ago•0 comments

Trump officials seek public input to overhaul Medicare payment system

https://www.washingtonpost.com/politics/2026/07/14/trump-officials-seek-public-input-overhaul-med...
1•brandonb•22m ago•0 comments

Pete Hegseth, DoD announce mandatory annual testosterone testing for members 30

https://www.instagram.com/reel/Da0eEi9OZvL/
9•randycupertino•23m ago•1 comments

Harness session capture/rehydration/feedback

https://github.com/nvk/llm-wiki
1•nvk•23m 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