frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Human Flatus Atlas

https://www.flatus.info
1•fodmap•23s ago•0 comments

AgentaOS – Give your agents a financial OS in 30 seconds

https://agentaos.ai/blog/launch
1•Pance•1m ago•0 comments

SpaceX launch creates predawn 'jellyfish' spectacle in Florida sky

https://www.floridatoday.com/story/tech/science/space/2026/03/04/spacex-launch-photo-gallery-of-j...
1•bookmtn•2m ago•0 comments

Notes on Project Oberon

https://sidhion.com/blog/oberon_notes/
1•surprisetalk•2m ago•0 comments

Border-Image Tool

https://jacobfilipp.com/borderimage/
1•surprisetalk•2m ago•0 comments

Evolution in Higher Dimensions [video]

https://www.youtube.com/watch?v=DB-TD3s3MZ0
1•surprisetalk•2m ago•0 comments

Some Lotto Math

https://leancrew.com/all-this/2025/12/some-lotto-math/
1•surprisetalk•2m ago•0 comments

Ask HN: Do you think AI fulfills Revelations in anyway?

1•general_reveal•3m ago•0 comments

Long video maker using veo3 with one prompt

https://www.vo3ai.com/app/story-to-video
1•jeyzolo•3m ago•1 comments

SafetyWing – Global Partner Program – Remote – Commission-Based

https://global-partners-program.safetywing.com
1•damjanSW•4m ago•0 comments

Show HN: Teaching Tokens: Implementing Private, Lightweight AI in the Classroom

https://medium.com/@josh.beck2006/teaching-tokens-implementing-private-lightweight-ai-in-the-clas...
1•Beckmeister•5m ago•0 comments

WebKit for SwiftUI [video]

https://developer.apple.com/videos/play/wwdc2025/231/
1•simonpure•5m ago•0 comments

Open Memory Initiative (OMI) - an open DDR4 UDIMM reference design

1•mertefesensoy•5m ago•0 comments

Free nano banana 2 to try

https://banananano2.ai
2•jeyzolo•7m ago•0 comments

The Next Evolution of the Prisma ORM

https://www.prisma.io/blog/the-next-evolution-of-prisma-orm
2•durron•8m ago•0 comments

Microsoft rumoured to be planning launch of new 'modular' Windows 12 OS

https://www.pcgamer.com/software/operating-systems/microsoft-rumoured-to-be-planning-launch-of-ne...
2•fbelzile•9m ago•0 comments

Chinese hackers exploiting Dell zero-day flaw since mid-2024

https://www.bleepingcomputer.com/news/security/chinese-hackers-exploiting-dell-zero-day-flaw-sinc...
2•tuananh•10m ago•0 comments

Show HN: BrowseBrawl – What if browser agents battled to generate training data?

https://www.browser-brawl.com/
3•HrubyOnRails•10m ago•0 comments

Bropages Is Down

https://bropages.org/
2•bariumbitmap•10m ago•1 comments

Show HN: We built a News Synthesis Engine to fight media bias

https://apps.apple.com/us/app/the-bias-wide-angle-news/id6755318038
2•charlie_ehlen•12m ago•0 comments

Show HN: Kodama – A self-hosted autonomous daemon for Claude Code and Codex

https://github.com/FratteFlorian/kodama
2•flofra•13m ago•0 comments

I built safe JavaScript for $250 in two weeks

https://loewald.com/blog/2026/2/26/how-i-built-new-javascript-in-two-weeks-for-250-dollars
4•podperson•14m ago•1 comments

Apple Does Fusion

https://om.co/2026/03/03/apple-does-fusion/
2•herbertl•14m ago•0 comments

Chiplets: A Technology, Not a Market (2025)

https://semiengineering.com/chiplets-a-technology-not-a-market/
2•herbertl•14m ago•0 comments

Astrophysicist Proposes Interstellar Mission to Study Black Holes

https://www.sci.news/astronomy/interstellar-mission-astrophysical-black-holes-14129.html
3•bookofjoe•15m ago•0 comments

The DIY Diehards Building Green Infrastructure from Scratch

https://reasonstobecheerful.world/diy-diehards-building-renewable-energy-infrastructure-from-scra...
3•PaulHoule•17m ago•1 comments

There's Probably a $1M Idea Sitting in This Database

2•briebella•18m ago•0 comments

The Journey of Internet Ads – A Scrollytelling

https://www.june.kim/advertising-journey/
2•kimjune01•18m ago•0 comments

Show HN: React multi-step form library with dynamically generated steps

https://github.com/martiserra99/formity
3•martiserra99•19m ago•1 comments

Show HN: Claude Code Spinner Verbs Extractor

https://github.com/jaehongpark-agent/claude-code-spinner-verbs
3•jaehong747•19m 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•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