frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

New York City Real-Time Subway Status Visualization

https://subway.joonas.wtf/
1•bookofjoe•3m ago•0 comments

Show HN: GREF – Interactive search and replace for terminal and Vim

https://github.com/albertize/gref
1•albertize•4m ago•0 comments

Where's the holistic AI productivity data?

https://rachelandrew.co.uk/archives/2026/06/11/wheres-the-holistic-ai-productivity-data/
1•tobr•6m ago•0 comments

Sylix, an free alternative of Cursor & Copilot

https://sylixide.com/
1•Sai-09•9m ago•0 comments

Show HN: I built a personalized AI newsletter you configure by replying to it

https://briefednewsletter.com/
1•tozcoded•12m ago•0 comments

Is Israel's 'buffer zone' inside Lebanon an attempt to grab gas reserves?

https://www.aljazeera.com/features/2026/6/12/is-israels-buffer-zone-inside-lebanon-an-attempt-to-...
1•hebelehubele•15m ago•0 comments

Show HN: Thèque, a private visual library for the things you save

https://theque.app
2•ecuzmici•17m ago•0 comments

An Analyst's Missed Remark Surfaced in Deadly Iran School Strike Probe

https://www.bloomberg.com/news/features/2026-06-26/an-analyst-s-missed-remark-surfaced-in-deadly-...
1•r721•17m ago•1 comments

Windows CE Dreamcast Community Edition (wince-dc)

https://github.com/maximqaxd/wince-dc
2•msephton•17m ago•0 comments

Towards a formal theory of computer insecurity: a language-theoretic approach [video]

https://www.youtube.com/watch?v=AqZNebWoqnc
1•binyu•19m ago•0 comments

Why AI Gurus Are Building Toys While the World Needs Architects

https://medium.com/@alanscottencinas/the-scale-wall-why-ai-gurus-are-building-toys-while-the-worl...
1•encinas88•20m ago•1 comments

1666 Great Fire of London

https://en.wikipedia.org/wiki/Great_Fire_of_London
1•simonebrunozzi•20m ago•0 comments

Introduction to Conditional Flow Matching – Part I, Normalizing Flows

https://huet.ing/posts/cfm_part_i/
1•DeanMoriarty123•21m ago•1 comments

Tell HN: Check your subscription renewals (VPNs, etc.). They cost too much

2•simonebrunozzi•23m ago•1 comments

China's electromagnetic rocket launch technology

https://timesofindia.indiatimes.com/science/chinas-electromagnetic-rocket-launch-technology-could...
3•Tomte•26m ago•0 comments

How little exercise can you get away with?

https://www.economist.com/science-and-technology/2026/07/03/how-little-exercise-can-you-get-away-...
3•Brajeshwar•27m ago•2 comments

I found a malware hiding in my TailwindCSS config file

https://infosecwriteups.com/i-found-north-korean-dprk-malware-hiding-in-my-tailwind-config-js-45a...
2•donohoe•27m ago•0 comments

The Android's Dream; a Love Letter to the Bomb

https://kyleobrien.me/the-androids-dream-a-love-letter-to-the-bomb/
1•kyo3•29m ago•0 comments

The Secret History of Polymarket

https://unlimitedhangout.com/2026/06/investigative-series/the-secret-history-of-polymarket-part-1/
1•tilltheend•31m ago•0 comments

Trace Institute

https://traceinstitute.org/
1•mpartel•33m ago•0 comments

Open source HW equivalence checking tool at both RTL and gate level

https://github.com/keplertech/kepler-formal
1•nanocoh•34m ago•1 comments

California Bans 'Sell by' Labels, Hoping to Cut Food Waste

https://www.nytimes.com/2026/07/02/us/california-food-labels-sell-by.html
2•randycupertino•36m ago•0 comments

Spherical Gear [video]

https://www.youtube.com/watch?v=0bRoFs6n_Gg
1•firephox•36m ago•0 comments

Snapcompact: Rendering context as pixel-font bitmaps cuts input cost 3x

https://blog.can.ac/2026/06/10/snapcompact/
1•oxedom•38m ago•0 comments

Write Code, Not Specs

https://softwaredoug.com/blog/2026/07/04/write-code-not-specs.html
2•Tomte•38m ago•0 comments

Takeaways from "On Writing Well"

https://www.thetrueengineer.com/p/takeaways-from-on-writing-well
2•adletbalzhanov•44m ago•0 comments

China's Current Five-Year Plan to Save Jobs from A.I

https://cn.nytimes.com/china/20260701/china-ai-jobs-birthright-hormuz/
4•tom2026hn•45m ago•0 comments

Show HN: Hacker-News Buddies

4•freakynit•46m ago•3 comments

Happy Independence Day

4•GauntletWizard•49m ago•0 comments

Show HN: Open Kioku – local evidence layer for AI coding agents

https://github.com/shivyadavus/open-kioku
2•shivyadavus•50m 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