frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Dupes (product clones) took over the world

https://www.vox.com/podcasts/493930/dupe-culture-fender-ugg-quince-tiktok-amazon-online-shopping
2•gumby•22s ago•0 comments

Show HN: Skills as a Service via MCP –> Coding Agent Skill Library

https://github.com/mmccalla/coding-agent-skill-library
1•get-analyst-01•2m ago•0 comments

Linux Transparent Proxy Internals

https://allhailthetopology.substack.com/p/linux-transparent-proxy-internals
1•ldelossa•2m ago•1 comments

Google probed by Swiss regulator over Android default search feature

https://www.reuters.com/legal/litigation/google-probed-by-swiss-regulator-over-android-default-se...
1•1vuio0pswjnm7•4m ago•0 comments

Why design matters for a web framework: a 7-year evolution

https://wasp.sh/blog/2026/07/13/why-design-matters-for-a-web-framework
2•matijash•4m ago•0 comments

Show HN: Megaphone – On-device macOS dictation built on Apple's SpeechAnalyzer

https://github.com/Kuberwastaken/megaphone
1•kuberwastaken•4m ago•0 comments

Show HN: Orbital PAI a personal AI assistant

https://github.com/Dream-Mosaic/orbital-pai
1•kalcode•5m ago•0 comments

K (1993)

https://web.archive.org/web/20160330020952/http://archive.vector.org.uk/art10010830
1•tosh•5m ago•0 comments

IBM warns AI boom is squeezing software budgets; shares sink in sector rout

https://www.reuters.com/business/ibm-expects-second-quarter-revenue-below-estimates-2026-07-14/
3•lilerjee•7m ago•0 comments

The Reverse Information Paradox

https://snscratchpad.com/posts/reverse-information-paradox/
2•jack1689•7m ago•1 comments

Many US cities will see record overnight temperatures

https://apnews.com/article/heat-dome-record-temperatures-fb7664f71743f71beca4ce7447562ca2
2•geox•8m ago•1 comments

Show HN: Opening lines of famous literary works

https://www.verbaprima.com/
8•plicerin•9m ago•0 comments

WhatsApp forensics in 2026 and what survives end-to-end encryption

https://andreafortuna.org/2026/07/14/whatsapp-forensics-2026/
2•iamnothere•9m ago•0 comments

Turned the Pitch into a Market

https://twitter.com/MuratLite/status/2077038661724672306
2•Jellyd•10m ago•1 comments

Show HN: Pulsys – Pull-through cache for Hugging Face built with io_uring

https://github.com/pulsys-io/pulsys
2•poshmosh•11m ago•1 comments

Questions for the Center-Left

https://www.natesilver.net/p/12-questions-for-the-center-left
2•7777777phil•11m ago•0 comments

Reconstructing Pelé's lost goal [video]

https://www.youtube.com/watch?v=R-Yqes8AotY
2•simonpure•11m ago•0 comments

8086 CPU, chipset, 640 KB RAM, floppy, keyboard and VGA screen in one CSS file

https://css-dos.ahmedamer.co.uk
2•zdw•12m ago•0 comments

Intention Is All You Need

https://sbloz.com/intention-is-all-you-need/
2•sbloz•12m ago•0 comments

Show HN: Sol – a validated computational artifact for human-agent handoffs

https://github.com/LopezNuance/Sol
2•jamweba•13m ago•0 comments

Panasonic's PV-460 Camcorder Stabilized Shaky Videos

https://spectrum.ieee.org/panasonic-camcorder-ieee-milstone
2•Brajeshwar•13m ago•0 comments

I'm a USB-C Maximalist

https://shkspr.mobi/blog/2026/07/im-a-usb-c-maximalist/
2•speckx•13m ago•0 comments

Competition Is for Losers

https://www.wsj.com/articles/peter-thiel-competition-is-for-losers-1410535536
2•ronfriedhaber•15m ago•0 comments

Trust is not Governance: an essay from inside Google DeepMind

https://www.blackhc.net/essays/trust_is_not_governance/
2•nervai•15m ago•0 comments

Show HN: Open-source]IntentGuard: Catch PRs that pass tests but miss the ticket

https://github.com/derrickchiang1024/intentguard
2•CHIA_CHIANG•15m ago•0 comments

Are we offloading too much of our thinking to AI?

https://www.artfish.ai/p/offloading-thinking-to-ai
5•yenniejun111•15m ago•0 comments

Single-Rollout Asynchronous Optimization for Agentic Reinforcement Learning

https://arxiv.org/abs/2607.07508
2•gmays•16m ago•0 comments

The First Photonic Reasoning Processor

https://www.akhetonics.com/
3•binyu•18m ago•0 comments

Why Did IBM Stock Crash 25% Today?

https://www.disruptionbanking.com/2026/07/14/why-did-ibm-stock-crash-25-today/
4•emsidisii•19m ago•0 comments

After Such Knowledge

https://www.5jt.com/after-such-knowledge
2•tosh•20m 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