frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Grok-ultracode – standing ultracode for Grok Build CLI

https://github.com/malakhov-dmitrii/grok-ultracode
1•cskeleto•38s ago•0 comments

In Soviet Union, Optimization Problem Solves You (2012 but Relevant Again)

https://crookedtimber.org/2012/05/30/in-soviet-union-optimization-problem-solves-you/
1•hagbard_c•1m ago•1 comments

ZeroVer: 0-Based Versioning

https://0ver.org/
1•vladde•2m ago•0 comments

White House tech strategy leaves open-weight AI off its critical list

https://thenextweb.com/news/white-house-strategy-open-weight-ai-critical-technology-list
1•LYFMail•2m ago•0 comments

Domain Name Journal

https://www.dnjournal.com/index.htm
1•orf•2m ago•0 comments

Code quality and security tooling was built around the repo and that's breaking

https://blog.codacy.com/teams-built-quality-and-security-infrastructure-around-the-repository-and...
1•claudiacsf•3m ago•1 comments

Hong Kong convicts two Tiananmen vigil activists of inciting subversion

https://www.france24.com/en/asia-pacific/20260821-the-hong-kong-tiananmen-vigil-activists-convict...
1•pera•3m ago•0 comments

Rust 1.98.0

https://blog.rust-lang.org/2026/08/20/Rust-1.98.0/
2•HieronymusBosch•7m ago•0 comments

Safety Issues and an Accident Delayed Linde's Green Hydrogen Plant for Years

https://industrydecarbonization.com/news/safety-issues-and-an-accident-delayed-lindes-green-hydro...
1•hannob•8m ago•0 comments

The smell of rain: how Aussie scientists invented a new word in 1964

https://www.csiro.au/en/news/All/Articles/2015/March/the-smell-of-rain-how-our-scientists-invente...
1•fanf2•9m ago•0 comments

Pasiv – a signed, honest crypto miner for the machine you own

https://pasiv.network/
1•screan•13m ago•0 comments

Bounded Agents: Delegation Security for Multi-Agent AI Systems

https://arxiv.org/abs/2608.15888
2•xmuruaga•19m ago•0 comments

Google gives publishers a new way to fight AI-driven traffic losses

https://techcrunch.com/2026/08/20/google-gives-publishers-a-new-way-to-fight-ai-driven-traffic-lo...
2•jnord•24m ago•0 comments

We Changed Travel Forever

https://hotels.cooveb.com
1•sshinde•25m ago•1 comments

Scientists tracked kids for 8 years – the screen time result was unexpected

https://www.sciencedaily.com/releases/2026/08/260815064803.htm
1•jnord•25m ago•0 comments

Emacs 31.1 will release on 8/24

https://github.com/emacs-mirror/emacs/blob/062dcd2aead00c3b47c14ff5b6c40313f7a775f5/etc/HISTORY
8•birdculture•31m ago•0 comments

Bulwark Gateway – fail-closed security proxy for LLM agents (self-hosted)

https://github.com/red-orbita/bulwark-gateway
1•rokitoh•33m ago•0 comments

Engaging with AI for serious maths research – Norman Wildberger

https://www.youtube.com/watch?v=Q7d2KMdVp9E
1•nyc111•34m ago•0 comments

The Defense-Tech Bubble Is Headed for Consolidation

https://fox-and-lion.vercel.app/analysis/the-defense-tech-bubble-is-headed-for-consolidation
4•bdjsmsm•37m ago•0 comments

SQLite plans can drastically differ with CTE and temp table

https://askrecall.dev/blog/44-minute-ci-job/
1•vira28•38m ago•0 comments

SQLite for Everything

https://joecode.com/2026-08-19-sqlite3/
1•mpweiher•39m ago•0 comments

Survival Guide for a Censored Internet

https://akitaonrails.com/en/2026/08/19/survival-guide-for-a-censored-internet/
1•g0xA52A2A•43m ago•0 comments

Compilation of Elon Musk promising self driving Tesla 'next year' for 10 years

https://www.reddit.com/r/EnoughMuskSpam/s/ROk3lHIdqQ
3•fsuts•43m ago•1 comments

Inadvertent Context Leakage in Language Models

https://arxiv.org/abs/2608.19857
1•sbulaev•44m ago•0 comments

Voluntary attention regulates acute immune responses in humans

https://www.nature.com/articles/s41562-026-02541-1
1•morsch•47m ago•0 comments

America Inc has a tight grip on allied governments

https://www.economist.com/business/2026/08/16/america-inc-has-a-tight-grip-on-allied-governments
1•edward•48m ago•0 comments

Bitcoin's short squeeze traced to a Treasury bond buyback decision

https://davidebtc186.substack.com/p/bitcoin-just-had-its-biggest-squeeze
1•shadowbip•53m ago•0 comments

Only one type of lawyer will survive the AI wipeout

https://www.afr.com/work-and-careers/workplace/judges-may-be-the-only-survivors-of-law-s-ai-carna...
2•asdefghyk•55m ago•1 comments

Writing with AI Is Stupid

https://lambdaland.org/posts/2026-08-07-ai-writing-stupid/
4•frizlab•1h ago•3 comments

Better Batteries

https://matklad.github.io/2026/08/20/better-batteries.html
2•olexsmir•1h 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