frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Evolving programming languages in the AI era

https://dashbit.co/blog/evolving-ai-era
1•ahamez•1m ago•0 comments

The Most Expensive Breach on Earth Still Speaks Plaintext DNS

https://redhand.io/resources/dns-detections
1•eladlad•3m ago•0 comments

I built aiFlow, a free and open-source macOS file manager

https://github.com/nnikolaandric-sudo/aiFlow
1•oblivion1789•4m ago•0 comments

Enjoy.dev: one person, infinite engineers

https://enjoy.dev/
1•serial_dev•6m ago•0 comments

Qualcomm Talks Up Linux on Snapdragon X2 Laptops

https://www.phoronix.com/news/Qualcomm-Talks-Up-X2-Linux
1•rbanffy•6m ago•0 comments

SQLite database migrations directly in the browser, built with WebAssembly

https://play.ptah.run/
1•cabyrcus•6m ago•1 comments

Utyansky Index: Deterministic O(1) slot isolation for AI vibe coding

https://github.com/vlad-utyansky/utyansky-index
2•vladutyansky•9m ago•0 comments

Show HN: Forkbench – boundaries and supervision for AI coding agents

https://forkbench.com/l/FAUiWl3f
1•forkbench•10m ago•0 comments

First Autonomous Agentic System

https://blog.cloudgeni.ai/cloudgeni-first-truly-autonomous-cloud-platform/
1•davletdz•10m ago•0 comments

I am looking for GTM co-founder for my anti AI slop startup I am building

1•arpanghoshal•12m ago•1 comments

Measuring the Trustworthiness of Open-Source-Derived Models

https://cognition.com/blog/measuring-open-source-model-trustworthiness
1•ronfriedhaber•13m ago•0 comments

The Invisible Way Companies Are Using AI to Set Salaries

https://www.wsj.com/lifestyle/careers/the-invisible-way-companies-are-using-ai-to-set-salaries-ad...
2•thm•13m ago•0 comments

Agent IAP – Little Snitch Meets 1Password for AI Agents

https://vpetersson.com/2026/09/23/little-snitch-meets-1password-for-ai-agents/
4•mvip•13m ago•1 comments

China Is Holding Sensitive F-35 Parts Diverted to Hong Kong

https://www.bloomberg.com/news/articles/2026-09-23/china-is-holding-sensitive-f-35-parts-diverted...
1•Lio•15m ago•0 comments

Two-Tier Encryption in the UK – Identical Apple Devices, Different Protection

https://macanorak.com/two-tier-encryption-in-the-uk/
1•ReturnoftheHack•15m ago•0 comments

ACTx486 turns a podcast or video into a responsive AI conversation

https://runtimewire.com/article/actx486-turns-a-podcast-or-video-into-a-responsive-ai-conversation
1•Alifatisk•16m ago•0 comments

AMD Upstreams AVX10_V2_AUX Support into LLVM Clang 24

https://www.phoronix.com/news/LLVM-Clang-AVX10_V2_AUX
1•rbanffy•16m ago•1 comments

Polytender – AI for Public Tenders

https://polytender.com/en
1•mnewme•17m ago•0 comments

Show HN: I built AgeDB, a database for AI agents to store context and data

https://github.com/sivsivsree/agedb
1•sivsivsree•20m ago•0 comments

New Physics SIM

https://pmad-sim.org/
1•lucahenrikmarsu•21m ago•2 comments

Show HN: HodoClip - A browser scratchpad that saves links with clips

https://chromewebstore.google.com/detail/hodoclip/olklheidccboooipkkbegbejgkonpcln
1•rakshran•21m ago•0 comments

FlatPing, uptime monitoring and status pages

https://flatping.darsena.app
1•paranojik•22m ago•0 comments

A new report from Europe raises serious alarms about orbital collisions

https://arstechnica.com/space/2026/09/there-are-now-17000-satellites-in-orbit-and-growing-should-...
1•rbanffy•24m ago•0 comments

Pro-Human AI Declaration

https://prohumandeclaration.com/en/sign/demand-ai-accountability
2•ljmf00•24m ago•1 comments

MemTensor NPM and PyPI packages compromised with credential stealer

https://socket.dev/blog/memtensor-compromise
2•joshcsimmons•26m ago•0 comments

A Readable UseToggle

https://itsnas.me/writing/use-toggle
1•itsnasme•28m ago•0 comments

Boris Sakač, pioneer of Olympic Games IT systems, has died

https://www.vecernji.hr/sport/preminuo-boris-sakac-pionir-razvoja-informatickih-sustava-olimpijsk...
1•taubek•29m ago•1 comments

I miss old Google: readers tell us how they search the internet in the age of AI

https://www.theguardian.com/technology/2026/sep/23/google-readers-respond-ai-overview-internet-se...
1•CrypticShift•29m ago•0 comments

Show HN: C3 Playground – a C3 compiler with graphics and sound in the browser

https://play.c3-lang.org/?example=voxelspace_synthwave
2•lerno•30m ago•2 comments

Show HN: I built a phone remote for YouTube Music on PC and Mac

https://remotune.app/
1•enslee•38m 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