frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

America's Enterprising Spirit Is Booming After Decades-Long Slump

https://www.nytimes.com/2026/07/17/business/economy/american-small-business-boom.html
1•TMWNN•40s ago•0 comments

How China quietly saved the world last month [video]

https://www.youtube.com/watch?v=BkA0bkb6ZO0
1•dataflow•53s ago•0 comments

Plants That Make Real Dairy Protein? Scientists Discover an Unexpected Shortcut

https://www.cfhu.org/news/plants-that-make-real-dairy-protein-hebrew-u-scientists-discover-an-une...
1•geox•2m ago•0 comments

Show HN: DWS A LLM Generated, "Drudge Report" style news site

https://news.dws.rip/
1•tdubey•2m ago•0 comments

I love dining alone. So should you.

https://www.washingtonpost.com/food/2026/07/16/want-truly-appreciate-dining-out-eat-alone/
1•0in•2m ago•0 comments

The King's Great Fortune

https://aethermug.com/posts/kings-great-fortune
1•mrcgnc•3m ago•0 comments

I Made Acquiring Customers Easier

https://seenearme.com/
1•Rollmodl•3m ago•1 comments

Double slash in Web addresses 'a bit of a mistake' (2009)

https://www.zdnet.com/article/double-slash-in-web-addresses-a-bit-of-a-mistake/
1•taubek•7m ago•0 comments

Show HN: Knowledge graph skill for Claude/Kimi Code

https://org-edge.com/sysedge.html
2•org-edge•7m ago•0 comments

Doing things right is a lonely craft

https://en.andros.dev/blog/d0d251b2/doing-things-right-is-a-lonely-craft/
2•inigyou•8m ago•0 comments

What Did We Lose When We Lost the Stars

https://theconvivialsociety.substack.com/p/what-did-we-lose-when-we-lost-the-c3b
1•longdefeat•10m ago•0 comments

Ask HN: What leads to government websites being badly engineered?

1•curiousaboutml•11m ago•0 comments

Holo: macOS utility turns desk around a MacBook into four assignable tap zones

https://github.com/JustinGamer191/Holo
1•ingve•11m ago•0 comments

Show HN: Free Math game for 6-8 years old – no accounts, works offline

https://github.com/abhas9/escape-run
1•redcat99•13m ago•0 comments

Pricing for 145 models LLM/STT/TTS aggregated and comparable

https://hail.so/costs
2•r13i•15m ago•0 comments

The Mathematics of Traffic Jams

https://theconversation.com/dont-change-lanes-the-maths-of-holiday-traffic-jams-287389
1•rwmj•18m ago•0 comments

Deliver Rider wins China's top literary prize for poetry

https://www.sixthtone.com/news/1018783/DeliverRiderWinsChina’sTopLiteraryPrizeforPoetry
1•whiteblossom•19m ago•0 comments

Show HN: Mute Users

https://github.com/David-OConnor/hn_mute
1•the__alchemist•20m ago•0 comments

SolarOS

https://old.reddit.com/r/cyberDeck/comments/1uemtp6/solaros/
1•carlosjobim•20m ago•0 comments

United States Metric Board

https://en.wikipedia.org/wiki/United_States_Metric_Board
1•scapecast•20m ago•0 comments

DRIVE – Operational Excellence for AI-accelerated engineering

https://www.cortex.io/drive
3•backlit4034•22m ago•0 comments

Bananas sprout in Rayleigh Garden UK after 15 years

https://www.bbc.com/news/articles/cvg8edqq5g5o
1•teleforce•22m ago•0 comments

Narv - An autonomous agent that converged toward microkernel design principles

1•narv-lab•25m ago•0 comments

Show HN: CallBro – Granola, but Powered by Codex, Claude Code, or Your Local LLM

https://callbro.ai/
1•zlat1997•32m ago•1 comments

OpenStreetMap: Admin_level for All Countries

https://wiki.openstreetmap.org/wiki/Tag:boundary%3Dadministrative#Table_:_Admin_level_for_all_cou...
1•ivanjermakov•32m ago•0 comments

Shopi Sri Lanka's No.1 E-Commerce Builder

https://shopi.lk/
1•ruzny-ramzan•34m ago•0 comments

DynamoDB Deep Dive

https://www.thetrueengineer.com/p/dynamodb-deep-dive
1•adletbalzhanov•35m ago•0 comments

Show HN: Claude Code Workflows for GPT/Codex

https://github.com/cyrusNuevoDia/gpt-workflow
2•knrz•37m ago•1 comments

Scalable Detection of Adversarial Synthetic Slop and Coordinated Media Abuse

https://research.google/pubs/scalable-detection-of-adversarial-synthetic-slop-and-coordinated-med...
2•thinkingemote•37m ago•1 comments

China's C919 passenger jets to enter service on first international route

https://www.msn.com/en-xl/technology/aviation/china-s-c919-passenger-jets-to-enter-service-on-fir...
3•ilamont•38m 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