frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Dory: Docker and Linux containers, native to your Mac

https://augani.github.io/dory/
1•xyzzy_plugh•10m ago•0 comments

Reconstructing SQLite's float-to-text without reading the source

https://github.com/lucasolopes/haruspex
1•byolopes•11m ago•0 comments

EPA approves pesticides that may be considered forever chemicals

https://thehill.com/policy/energy-environment/5950487-epa-pesticides-forever-chemicals-pfas/
1•OutOfHere•19m ago•0 comments

Show HN: Void test: 6 frontier LLMs go silent on "Be silence." Live proof

https://getswiftapi.com/void-test
1•rayanpal_•24m ago•0 comments

Show HN: SmolSignal – signal copilot for Flipper Zero files

https://github.com/SmolNero/SmolSignal
2•edgar_ortega•27m ago•0 comments

Show HN: I replaced my $500/mo legal SaaS with an AI-generated toolkit

https://maxiporonga.gumroad.com/l/ytruk
1•promptalex53•28m ago•0 comments

Show HN: Earshot, a homebrew Claude Tag

https://github.com/Octember/earshot
1•octember•31m ago•1 comments

Maybe you should learn something

https://www.marginalia.nu/log/a_135_learn/
2•tylerdane•32m ago•1 comments

FemiCore Review 2026 – 7-Second Bladder Reset Method Explained

https://gamma.app/embed/FemiCore-Review-2026-7-Second-Bladder-Reset-Method-Explained-9yahcz6mepth...
1•wildriverreview•32m ago•0 comments

Show HN: Local privacy-first Microsoft Recall alternative with Gemma 4

https://github.com/ayushh0110/ScreenMind/blob/main/README.md
1•skye0110•37m ago•0 comments

MagicBookShelf – A modern reader for classic novels – Crime and Punishment

https://magicbookshelf.org/read/crime-and-punishment/
1•philipfweiss•47m ago•0 comments

Four-Byte Burger [video]

https://www.youtube.com/watch?v=i4EFkspO5p4
1•CharlesW•49m ago•0 comments

A Conflict-Free Multi-Agent Ensemble for Claude and Codex

https://medium.com/@Koukyosyumei/a-conflict-free-multi-agent-ensemble-for-claude-and-codex-0ded61...
1•syumei•49m ago•0 comments

Show HN: Snibble – Snake x Scrabble where every match fits in a QR code

https://snibble.gg/
1•purple-leafy•55m ago•0 comments

Cholibrium Reviews 2026 – Does This Mushroom Blend Work

https://gamma.app/embed/Cholibrium-Reviews-2026-Does-This-Mushroom-Blend-Work-7rsn8kmry09nfdi?mod...
1•wildriverreview•55m ago•0 comments

BrickSlider – TypeScript-first, Tailwind-first carousel

https://sixsrc.github.io/brickslider/
1•marcusloren•1h ago•1 comments

A 2048-spin bulk acoustic wave Ising machine for number partitioning and Sudoku

https://arxiv.org/abs/2607.02112
2•Jimmc414•1h ago•0 comments

How Can Reinforcement Learning Achieve Expert-Level [Chip] Placement?

https://arxiv.org/abs/2604.25191
2•Jimmc414•1h ago•0 comments

Synthesis is harder than analysis

https://surfingcomplexity.blog/2026/07/03/synthesis-is-harder-than-analysis/
10•azhenley•1h ago•3 comments

I watched a flat earth convention

https://theconversation.com/i-watched-an-entire-flat-earth-convention-for-my-research-heres-what-...
1•robertclaus•1h ago•0 comments

The Human in the Loop Essay

https://designedbybruno.net/essays/06-the-human-in-the-loop
1•designedbybruno•1h ago•0 comments

Show HN: A tree-based replacement for PowerPoint

https://presentation.ironactionai.com/
1•nkersting•1h ago•0 comments

US life expectancy on track to reach record high

https://www.cnn.com/2026/07/02/health/us-death-rate-record-low-cdc-report-longevity
2•mbroshi•1h ago•0 comments

Windows App Profiles

https://github.com/lahcim/WindowsAutoProfiles
2•lahcim2000•1h ago•1 comments

Unlocking Windows Notepad: Create Time-Stamped Logs Like a Pro

https://windowsforum.com/threads/unlocking-windows-notepad-create-time-stamped-logs-like-a-pro.34...
2•thunderbong•1h ago•0 comments

Zork in browser with hand-crafted animated pixel-art scenes

https://github.com/posabsolute/zork-ui
1•indigodaddy•1h ago•0 comments

Teams Make Contact with Spacecraft Set to Boost NASA's Swift

https://science.nasa.gov/blogs/swift/2026/07/03/teams-make-contact-with-spacecraft-set-to-boost-n...
2•ChrisArchitect•1h ago•0 comments

Traveler – Scout Motors

https://www.scoutmotors.com/traveler
1•evo_9•1h ago•0 comments

Argentina's plan for AI-run companies can't avoid humans

https://www.reuters.com/world/americas/argentinas-plan-ai-run-companies-cant-avoid-humans-2026-07...
2•tartoran•1h ago•0 comments

The Optimization Trap: Optimization Only Protects What It Measures

https://www.saveneighbor.com/blog/the-optimization-trap
1•JJonesRatio•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