frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Shading Motion

https://blog.maximeheckel.com/posts/shading-motion/
1•tobr•2m ago•0 comments

Qutis Health

https://qurtis.tech
1•witstorms•7m ago•1 comments

Coin size device can hack Boeing airplanes

https://ia.acs.org.au/article/2026/coin-sized-device-could-hack-boeing-airplanes.html
1•asdefghyk•9m ago•0 comments

Blocking prompt injection deterministically costs 40% false positives

https://github.com/vineetpant/customhouse/blob/main/docs/false-positives.md
1•vineetpant•10m ago•0 comments

Xdvc [pdf]

https://ia903104.us.archive.org/30/items/travelocirt1/tripo1.pdf
1•hsbdfh•10m ago•0 comments

DSHPlugin – DeepSeek Harness plugins with install, compatibility and repo data

https://dshplugin.app/
1•yanng404•12m ago•0 comments

Why the Same iPhone Photo Looks Worse Every Time You Touch It

https://iphone-photo-tips.netlify.app/
1•suolex•12m ago•1 comments

You shouldn't let agents talk to each other

https://trpevski.com/blog/multi-agent-orchestration-routing-and-failure-recovery/
1•dzugumot•15m ago•0 comments

How the proposed Australian gambling advertising opt-out register will work

https://www.abc.net.au/news/2026-08-18/federal-politics-how-will-gambling-ad-opt-out-work-online/...
1•milderworkacc•15m ago•0 comments

I made a crazy difficult logic puzzle generator

https://bossfeed.fun/games/morning-mystery/dual-category-logic-puzzle
1•el_boss•16m ago•0 comments

Show HN: Anql is offline workspace for notes, math, and structured work

https://github.com/anqlproject/anql
3•anqluser•17m ago•2 comments

The Enemy of Art

https://www.dgtlgrove.com/p/the-enemy-of-art
1•atan2•18m ago•0 comments

An agent readiness checker tool

https://ora.ai
1•botacode•19m ago•0 comments

Show HN: Code and Sea – Building privacy-first apps without subscriptions

https://codeandsea.com
1•Sharanxxxx•21m ago•0 comments

DeepSeek Harness

https://deepseek-code.com
1•gscott•22m ago•1 comments

Show HN: Convex clients in 100 programming languages

https://github.com/mikecann/the-convex-100-language-challenge
2•mikeyseee•26m ago•0 comments

Writing your own Linux debugger in Rust

https://ogghostjelly.github.io/slog/debugger.html
1•ingve•29m ago•0 comments

Zotero 10.0

https://www.zotero.org/support/changelog#changes_in_100_august_17_2026
1•y1zhou•29m ago•1 comments

A signal that passed out-of-sample testing and was still garbage

https://smugcalls.com/data-leakage-backtest.html
1•smugcalls•32m ago•0 comments

armlint: Examine AArch64 machine code to find suboptimal instruction sequences

https://github.com/gaul/armlint
2•csmantle•37m ago•0 comments

Show HN: Agents Workbook watch Claude Code, Codex write down their working notes

https://github.com/softcane/agents-workbook
1•pradeep1177•39m ago•0 comments

A Different Approach to WordPress Plugins: Building for Performance First

https://medium.com/@chris.ahrweiler/a-different-approach-to-wordpress-plugins-building-for-perfor...
2•docjojo•40m ago•0 comments

We Ship Our UI Through a Subtitle System

https://deadworks.net/blog/we-ship-our-ui-through-a-subtitle-system
1•dw-wisp•40m ago•0 comments

Pilots, Flight Attendants Top in the List of Radiation-Related Cancer Deaths

https://hms.harvard.edu/news/pilots-flight-attendants-have-greater-risk-radiation-related-cancer-...
3•XzetaU8•42m ago•0 comments

GitHub Availability July 2026

https://github.blog/news-insights/company-news/github-availability-report-july-2026/
1•fahrradflucht•43m ago•0 comments

A Reproducible First Request to an OpenAI-Compatible API

https://github.com/Vector-Compute-Engine/api-quickstart
1•VectorEngine•44m ago•0 comments

Private Scribe – 100% offline Whisper AI voice dictation for Windows

https://omnitender.gumroad.com/l/private-scribe
1•subtiliorars•47m ago•0 comments

Claude Max 20x plan as open source subsidy

https://til.andrew-quinn.me/posts/claude-max-20x-plan-as-open-source-subsidy/
2•hiAndrewQuinn•54m ago•0 comments

Show HN: Vyral – Portable contracts for data, retrieval, durable work, and MCP

https://github.com/Univeracity/vyral
1•ocdjeremy•56m ago•1 comments

New Spanish nanomaterial cools surfaces by up to 12.9C without electricity

https://www.euronews.com/next/2026/08/17/new-spanish-nanomaterial-cools-surfaces-by-up-to-129c-wi...
3•2bacon2•58m 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