frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Google Flood Forecasting API

https://developers.google.com/flood-forecasting
1•teleforce•3m ago•0 comments

Just create a free bio generator

https://www.aibiotools.com/
2•JohnYuan97•7m ago•1 comments

Built an AI course that teaches to make 3-5k monthly -Launching Today

https://bpyynqq0ziax.space.minimax.io/
3•AIMoneyMachine•8m ago•2 comments

PHP 8.4.19 Release Announcement

https://www.php.net/releases/8_4_19.php
2•ms7892•10m ago•0 comments

Animation 10k Starlink Satellites

https://spaceweather.com/archive.php?view=1&day=18&month=03&year=2026
2•MeteorMarc•11m ago•0 comments

Catastrophe and Corporate Bonds: A Unified Approach to Pricing Disaster Risks

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6165466
2•7777777phil•11m ago•0 comments

Show HN: Blocktools – a Rust-powered suite for the smart contract lifecycle

https://blocktools.dev
2•wazzaaaa•11m ago•0 comments

Show HN: QCCBot – Android in a browser tab, with AI agent control

4•Eastra•12m ago•0 comments

Show HN: ROMA runs multiple coding agents simultaneously – Claude, Codex, etc.

https://github.com/liliang-cn/roma
2•AISlop31415•14m ago•0 comments

Confer is bringing foundational AI privacy to Meta

https://confer.to/blog/2026/03/encrypted-meta/
2•jbegley•15m ago•0 comments

Echoo – Free, open-source macOS app for system-wide AI via shortcuts and voice

https://www.echoo.ai/
2•mike_elkabetz•17m ago•2 comments

Run any LLM on any hardware. Auto-detects your GPU, checks if the model fits

https://github.com/Julienbase/uniinfer
2•julien_base31•18m ago•0 comments

AI changed software cost structure not Value structure

https://testdouble.com/insights/quality-you-cant-generate-ai-is-only-as-good-as-your-constraints
2•kathir05•24m ago•0 comments

Arizona Charges Kalshi with Illegal Gambling Operation

https://www.bloomberg.com/news/articles/2026-03-17/arizona-charges-kalshi-with-operating-illegal-...
3•greg_w•31m ago•0 comments

Show HN: Open-source YouTube summary, transcript chat, and timeline sidepanel

https://github.com/EchoTide/QuickSummarize
2•oujiangping•34m ago•0 comments

British physics faces 'catastrophic' cuts

https://www.bbc.com/news/articles/czr0zmzzp84o
3•jb1991•34m ago•0 comments

Show HN: Vue-OTP-pro – Minimal OTP input for Vue 3

https://vue-otp-pro.netlify.app
2•pratik227•38m ago•0 comments

Celebrating Tony Hoare's mark on computer science

https://bertrandmeyer.com/2026/03/16/celebrating-tony-hoares-mark-on-computer-science/
2•benhoyt•43m ago•0 comments

The Hyperscale IPv4 Moat: Analyzing AWS's Latest 9M Address Acquisition

https://circleid.com/posts/the-hyperscale-ipv4-moat-analyzing-awss-latest-9m-address-acquisition
2•jruohonen•44m ago•0 comments

The Last Quiet Thing

https://www.terrygodier.com/the-last-quiet-thing
5•cylo•47m ago•0 comments

CVE-2025-71263: Unix fourth edition buffer overflow vulnerability

https://www.cve.org/CVERecord?id=CVE-2025-71263
3•pseudohadamard•47m ago•1 comments

The End of Political Hypocrisy

https://hedgehogreview.com/web-features/thr/posts/the-end-of-political-hypocrisy
4•rzk•49m ago•1 comments

Show HN: I wrote a macOS C++ audio driver to fix HDMI volume controls

https://github.com/chenjy16/SoundBridge
3•chenjy16•50m ago•0 comments

Contract-Centered Iterative Stability v4.7.3

https://ai.gtzilla.com/papers/contract-centered-iterative-stability-v4.7.3/
2•osconfused•51m ago•1 comments

DeepSeek by Hand in Excel

https://www.byhand.ai/p/deepseek-lecture-128
5•teleforce•53m ago•0 comments

Thrum – Agent coordination through messaging

https://leonletto.github.io/thrum/index.html
3•leonletto•53m ago•1 comments

How Israel is censoring reporting on the war

https://www.972mag.com/israel-media-censorship-iran-war/
8•0x54MUR41•55m ago•0 comments

100% private Mac dictation app

https://www.getvoibe.com/
2•ayushchat•56m ago•0 comments

Designing Defensive Databases for Agents

https://arpitbhayani.me/blogs/defensive-databases/
2•Noumenon72•57m ago•0 comments

LightningPDF – HTML to PDF API with a native renderer and Chromium fallback

https://lightningpdf.dev/
3•DigitalTrubador•1h ago•2 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•10mo ago

Comments

NinjaGems•10mo 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