frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Transit Rewards

https://waymo.com/blog/2026/09/transit-rewards/
1•NWChen•51s ago•0 comments

Running Tailwind's engine against a shadow root, without a build step

https://blog.crossui.com/2026/09/shadcn-says-the-code-is-yours-so-why-cant-anything-edit-it
1•linb•1m ago•0 comments

New EVs from Saudi Arabia

https://cleantechnica.com/2026/09/21/ceer-saudi-arabia-evs-exobot-domestic-manufacturing/
1•gumby•1m ago•0 comments

Media Capture Doesn't Need the Newsroom

https://www.promarket.org/2026/09/22/media-capture-doesnt-need-the-newsroom/
1•01-_-•1m ago•0 comments

Husky: A model-specific inference engine up to 4.5x faster than Apple's MLX

https://husky.underdog.ai/
1•davidbarker•1m ago•0 comments

OpenAI is about to eat Jev's lunch – Arcturus Labs

https://arcturus-labs.com/blog/2026/09/21/will-openai-eat-jevs-lunch/
3•JohnBerryman•2m ago•0 comments

Jev – a curation of Jev demos on X, tools, skills, and integrations

https://github.com/Amal-David/awesome-jev
2•frostbyte7•2m ago•0 comments

Actively Inducing Side-Channel Leakage Using Electromagnetic Injection

https://injecteave.github.io/
1•Bluestein•3m ago•0 comments

Deterministic Hypervisors for Cheap

https://redvice.org/2026/deterministic-hypervisor/
1•fanf2•3m ago•0 comments

Show HN: Vegetarian Meal Prep and Grocery (100% free)

https://vegbatch.com/
1•rrivers•4m ago•0 comments

Watch-Wearing as a Marker of Conscientiousnes

https://pmc.ncbi.nlm.nih.gov/articles/PMC4556152/
2•criddell•4m ago•2 comments

It's Raining Boxes: Amazon Drones Overwhelm a Texas Suburb

https://www.nytimes.com/2026/09/21/us/politics/amazon-drone-delivery-texas.html
2•thelastgallon•4m ago•0 comments

The Manager's Path in the Age of AI

https://skamille.medium.com/the-managers-path-in-the-age-of-ai-279cb6611d66
2•adrianhoward•5m ago•0 comments

Researchers find way to listen in on headphones from afar

https://www.theregister.com/security/2026/09/17/researchers-find-way-to-listen-in-on-headphones-f...
2•jonbaer•5m ago•1 comments

The Spectacle [video]

https://vimeo.com/1222710784
1•surprisetalk•5m ago•0 comments

Automated inbox zero with Notion, agents, and Jev

https://www.bounds.dev/posts/automated-inbox-zero-with-notion-agents-and-jev/
1•boundsj•5m ago•0 comments

AI-controlled robot arms attempted harmful tasks 97% of the time

https://www.tomshardware.com/tech-industry/artificial-intelligence/ai-controlled-robot-arms-attem...
2•rbanffy•7m ago•0 comments

Creating a Blog in Gemini://

https://brennan.day/creating-a-blog-in-gemini/
1•birdculture•7m ago•0 comments

Don't be fooled by this summer of AI hype

https://www.technologyreview.com/2026/09/22/1144867/dont-be-fooled-summer-ai-hype/
3•wrxd•7m ago•0 comments

The Choicer Voicer online in the browser

https://dubmates.org
1•bitvvip•8m ago•0 comments

Toward physical AI: When the hardware becomes the neural network

https://techxplore.com/news/2026-09-physical-ai-hardware-neural-network.html
1•Anon84•9m ago•0 comments

Show HN: Numban reports scammers callback number rather than spoofed caller ID

https://numban.com/
3•hegsethme•9m ago•0 comments

Muse, Meta's extraordinarily privileged AI assistant, has a serious 0-day

https://arstechnica.com/security/2026/09/muse-metas-extraordinarily-privileged-ai-assistant-has-a...
4•pavel_lishin•10m ago•0 comments

FedNow and the Development of U.S. Fast Payments

https://www.richmondfed.org/publications/research/economic_brief/2026/eb_26-28
1•toomuchtodo•11m ago•1 comments

Show HN: Brayer – Create product mockups locally in the browser

https://usebrayer.com/studio
1•Alecocluc•11m ago•0 comments

Show HN: Hack – my Hacker News mobile client now lets you block AI posts

4•busymom0•12m ago•0 comments

Show HN: PortButler – SSH, SFTP and serial in one macOS window

https://portbutler.sshlab.dev/
3•swq115•12m ago•0 comments

Show HN: Simple web tool to remix text on iconic brand logos

https://logo.baby/
1•rogerdickey•13m ago•0 comments

Too Hot to Holiday

https://europeancorrespondent.com/en/r/too-hot-to-holiday
1•speckx•13m ago•0 comments

Show HN: I made a fly drive a car

https://siddaarth.com/fly-by-wire/
2•Siddaarth•13m ago•3 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