frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

OpenAI admits its agents went off the rails another six times

https://www.theregister.com/ai-and-ml/2026/09/17/openai-admits-its-agents-went-off-the-rails-anot...
1•Lio•2m ago•0 comments

A Third of European Companies Turned DMARC on and Get No Reports Back

https://ciphercue.com/blog/europe-dmarc-reports-us-processors
1•adulion•3m ago•0 comments

Neovim have a ~$800k Bitcoin donation sitting untouched since 2023

1•jakemanger•5m ago•0 comments

When did we stop looking up?

https://ahmedhossamdev.com/writing/when-did-we-stop-looking-up/
1•ahmedhossamdev•5m ago•0 comments

Show HN: Berry Avenue Codes – a fast directory of Roblox asset IDs

https://berryavenuecodes.com/
1•richardharmer•6m ago•0 comments

Ask HN: What is your approach to sensitive data in LLM prompts and traces?

1•Securelytixdev•6m ago•0 comments

Show HN: Windows Automation Tool – System Center Orchestrator Replacement

https://github.com/Sev7eNup/NodePilot
1•Sev7eNup•8m ago•0 comments

Get Free SEO Backlinks

https://indexyour.link/
2•ajonline•9m ago•0 comments

EU moves toward restricting social media access for under-15s

https://www.euronews.com/my-europe/2026/09/15/leak-eu-commission-to-pitch-social-media-restrictio...
1•akyuu•14m ago•0 comments

Better Vector Search for Long Documents: Chunking Inside Manticore Search

https://manticoresearch.com/blog/auto-chunking/
5•GloriaVinogrado•19m ago•0 comments

Capturing Implicit Feedback from Users

https://langfuse.com/academy/monitoring/capturing-signals
1•clemo_ra•22m ago•0 comments

The White House Tussle to Sway Trump on AI

https://www.wsj.com/tech/ai/inside-the-white-house-tussle-to-sway-trump-on-ai-0043d567
3•tosh•25m ago•0 comments

Introducing GNOME 51, "A Coruña"

https://release.gnome.org/51/
2•coffeeaddict1•26m ago•0 comments

Libinput 1.32 Released with Circular Scrolling Support for Circular Touchpads

https://www.phoronix.com/news/libinput-1.32-Released
1•rbanffy•29m ago•0 comments

ARST ARSW: Star Wars sorted alphabetically (2014) [video]

https://www.youtube.com/watch?v=5GFW-eEWXlc
1•kristianp•29m ago•0 comments

Spiral Galaxies Font

https://erikdemaine.org/fonts/spiralgalaxies/
1•Bluestein•30m ago•0 comments

Noise wants to help everyday people become paid content creators

https://techcrunch.com/2026/09/16/noise-wants-to-help-everyday-people-become-paid-content-creators/
3•soltanov•32m ago•1 comments

Jev means structured output is interesting again

https://www.seangoedecke.com/jev-means-structured-output-is-interesting-again/
1•monkeydust•33m ago•1 comments

Spotify lets parents exclude kids' music from Wrapped and recommendations

https://techcrunch.com/2026/09/15/spotify-finally-lets-parents-exclude-kids-music-from-wrapped-an...
2•soltanov•34m ago•0 comments

Reinventing issue tracking: Local-first and Git-native

https://blog.manganin.dev/blog/reinventing-issue-tracking/
1•mpweiher•36m ago•0 comments

Birdychat Is Now Balsio

https://www.balsio.com/blog/birdychat-is-now-balsio
1•skylurk•37m ago•0 comments

'Born-again' star offers rare chance to watch stellar evolution in real time

https://www.manchester.ac.uk/about/news/born-again-star-offers-rare-chance-to-watch-stellar-evolu...
2•giuliomagnifico•42m ago•0 comments

Show HN: Knowhere-Rebuilds the document structure that chunking throws away

https://github.com/Ontos-AI/knowhere
1•Cindy_Yingxin•42m ago•0 comments

Boox Picco micro e-reader full specs confirmed

https://www.readme.club/news/boox-picco
1•georgefrowny•42m ago•0 comments

Ubuntu 26.10 Amd64v3 Can Provide a Nice Boost for Low-End/Budget Hardware

https://www.phoronix.com/review/ubuntu-2610-amd64v3-lowend
2•rbanffy•48m ago•0 comments

Astra broke a yet unsolved German Army Enigma message from 1941

https://mvueh-enigma-solved.carterl.chatgpt.site/
1•smusamashah•48m ago•2 comments

Nobody pays for open source. We can force them to

https://seldo.com/posts/nobody-pays-for-open-source-we-can-force-them-to/
1•sparshrestha•49m ago•0 comments

Show HN: Speartip.eu – A software launch directory for EU-founders

https://speartip.eu/en/launch
3•janket•49m ago•0 comments

Ray Ozzie and the Optimism of Being Early

https://reproof.app/blog/lotus-notes-history
1•maguay•53m ago•0 comments

An Introduction to Bε-Trees and Write-Optimization [video]

https://www.youtube.com/watch?v=v_g4eZeWAng
1•dchest•55m 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