frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Interfaces for Representing Uncertainty (2025)

https://digitalseams.com/blog/interfaces-for-representing-uncertainty
1•bobbiechen•1m ago•0 comments

LM/LSTS inference-injected garbage collection programming language

https://medium.com/@andrew_johnson_4/lm-lsts-hits-major-mid-stabilization-milestone-with-release-...
1•DoubleDecoded•5m ago•0 comments

Reaching 10⁻⁶ mbar for my homemade electron microscope [video]

https://www.youtube.com/watch?v=Ku04_mVZx_E
1•Audiolite•5m ago•0 comments

Epiplexity

https://andys.blog/epiplexity/
1•andytratt•9m ago•0 comments

The Cheapest Mercy

https://protortyp.github.io/posts/the-cheapest-mercy/
2•protortyp•9m ago•0 comments

Building self-improving tax agents with Codex

https://openai.com/index/building-self-improving-tax-agents-with-codex/
1•gmays•13m ago•0 comments

Google pushes water standards amid data center backlash

https://www.axios.com/2026/06/03/google-pushes-water-standards-data-center-backlash
1•1vuio0pswjnm7•14m ago•3 comments

Show HN: AI Agent that resolves all your support issues

1•Daniel-Pan•14m ago•0 comments

American capitalism has taken an apocalyptic turn

https://economist.com/business/2026/06/03/american-capitalism-has-taken-an-apocalyptic-turn
2•andsoitis•15m ago•0 comments

American Fork PD posts and removes unredacted bodycam footage

https://old.reddit.com/r/RecklessBen/comments/1tvzfv9/american_fork_pd_unredacted_bodycamdashcam_...
2•cosmicgadget•18m ago•0 comments

Strategic Petroleum Reserve

https://www.energy.gov/hgeo/opr/strategic-petroleum-reserve
1•mooreds•18m ago•0 comments

The Post That Beat The News By 38 Minutes. [video][50 mins]

https://www.youtube.com/watch?v=b2VAiFBXz-E
1•Bender•21m ago•0 comments

DOJ investigating former congressman George Santos for insider trading on Kalshi

https://www.npr.org/2026/06/02/nx-s1-5843371/george-santos-kalshi-insider-trading-investigation
2•gnabgib•24m ago•0 comments

SpaceX wins tax exemption for $55B AI chip plant despite local backlash

https://www.ft.com/content/86b2440a-60ce-4a5b-94ba-a6a4456ae574
1•1vuio0pswjnm7•24m ago•0 comments

Sil Val was built on public money-now it's fighting California's billionaire tax

https://www.morningstar.com/news/marketwatch/2026060256/silicon-valley-was-built-on-public-money-...
1•initramfs•25m ago•0 comments

Postgres IDE in Cursor

https://techcommunity.microsoft.com/blog/adforpostgresql/your-postgresql-workflow-just-found-its-...
1•gen_tp•25m ago•0 comments

Scientists uncover Feynman's formula for finding best holiday restaurant

https://www.theguardian.com/science/2026/jun/01/scientists-uncover-feynmans-formula-for-finding-b...
1•paulpauper•26m ago•0 comments

How cowboy culture remade Brazil

https://thebaffler.com/outbursts/rodeo-clowns-cowie
1•paulpauper•26m ago•0 comments

Are India's GDP figures OK after all?

https://www.ft.com/content/28783a0c-5a7c-4d6b-9485-61bdcb06e83d
2•paulpauper•27m ago•1 comments

Large AI Models in Dental Healthcare

https://arxiv.org/abs/2606.02914
1•berlianta•27m ago•0 comments

Meta Is Reportedly Working on an AI Pendant and More Smart Glasses

https://www.engadget.com/2184224/meta-developing-ai-pendant-more-smart-glass-models/
1•gmays•33m ago•0 comments

Ask HN: What would justify writing a kernel in 2026?

1•alonsovm44•33m ago•3 comments

Fridge with a Tiny Funnel Site

https://tailscale.com/blog/funnel-fridge
1•ChicknNuggt•35m ago•0 comments

The King and the Swarm

https://firstthings.com/the-king-and-the-swarm/
1•cratermoon•35m ago•0 comments

OpenAI Codex tool linked to malicious NPM supply chain attack

https://www.techradar.com/pro/security/openai-codex-tool-with-over-29-000-downloads-linked-to-mal...
1•ChicknNuggt•36m ago•0 comments

HttpBin Service

https://github.com/conductor-oss/httpbin
1•opiniateddev•39m ago•0 comments

Show HN: AI Gauge, a desktop monitor for Claude/Codex/Copilot usage limits

https://github.com/jpajak/ai-gauge
1•jpajak•41m ago•0 comments

Darknet Market Maximalism

https://antimoonboy.com/darknetmarketmaximalism/
2•Cider9986•46m ago•0 comments

Algebra of Contexts

https://github.com/neurons-me/.me
2•suiGn•52m ago•0 comments

Father of VR: The best AI future nobody is talking about – Jaron Lanier [video]

https://www.youtube.com/watch?v=v8f73ueeSTw
2•tartoran•54m 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