frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

I run the message board an AI swarm improvised to hack Hugging Face– in the open

https://thefomite.com/dispatch/2026-09-15-the-room-the-swarm-improvised
1•bryaninbangkok•1m ago•0 comments

Using Prometheus and OpenTelemetry together is getting easier

https://prometheus.io/blog/2026/09/21/otel-prometheus-interoperability-survey/
1•yashdotrv•2m ago•0 comments

Extracting and Characterizing Hidden Chain-of-Thought

https://interestingengineering.substack.com/p/reasoning-in-plain-sight
1•archibaldJ•2m ago•0 comments

How to win a beer with high-dimensional statistics

https://jamiesimon.io/blog/how-to-win-a-beer-with-high-dimensional-statistics/
1•jamie-simon•4m ago•0 comments

How do I rekindle my motivation for earning my PhD?

https://www.nature.com/articles/d41586-026-02563-9
1•bookofjoe•4m ago•1 comments

The Quickest Path to a Diff

https://christophermeiklejohn.com/ai/zabriskie/agents/reliability/performance/distributed/2026/09...
1•aray07•4m ago•0 comments

I ported Omarchy screensaver engine from Rust to x86-64 assembler: 17x faster

https://twitter.com/dhh/status/2103595410921279635
1•tosh•6m ago•0 comments

Optimizing x264 settings and per-title ladders

https://streaminglearningcenter.com/articles/optimizing-x264-settings-and-per-title-ladders.html
1•dabinat•7m ago•0 comments

Show HN: r3, A local alternative to Claude Artifacts

https://github.com/hyperlogue/r3
1•rickye26•7m ago•0 comments

The AI apocalypse may not look how we expect

https://deanfaenger.bearblog.dev/the-ai-apocalypse-may-not-look-how-we-expect/
1•throwrioawfo•9m ago•0 comments

Apple faces $5.7B patent infringement over iPhone and Apple Watch haptics

https://www.cnbc.com/2026/09/26/apple-taction-technology-patent-infringement-verdict.html
1•tolugenius•12m ago•0 comments

6,800-year-old Serbian settlement was large, with little social inequality

https://archaeologymag.com/2026/09/6800-year-old-serbian-settlement-was-larger/
1•msolujic•13m ago•0 comments

ReActionView: Reactive views for the HTML+ERB you have

https://github.com/marcoroth/reactionview
1•ksec•16m ago•0 comments

Show me how you research an unfamiliar technical topic

1•jlnppk02•17m ago•1 comments

Moore's Law for UAV Density

1•alpple•17m ago•0 comments

Show HN: Srvquery, the TypeScript toolkit for querying game servers

https://github.com/carlos-menezes/srvquery
1•carlos-menezes•18m ago•0 comments

Show HN: Jev predicting your life choices

https://quiz.seek.ws/
1•sdrth•19m ago•0 comments

Show HN: Policy gateway for AI agent tool calls, with a tamper-evident log

https://github.com/banji-007/compliance-ail
1•banji-007•20m ago•0 comments

I built a serverless, client-side AI emotional journal

https://ai-therapist-web-app-7tyh.bolt.host/
1•SereneAI•20m ago•0 comments

Banyan Vines

https://en.wikipedia.org/wiki/Banyan_VINES
1•smalltorch•23m ago•0 comments

Grow the Harness, Not the Context

https://arxiv.org/abs/2609.26760
1•acossta•24m ago•0 comments

Gender, Identity, and Power in the Shaft Tombs of Western Mesoamerica

https://www.metmuseum.org/essays/gender-identity-power-tombs-mesoamerica
2•bryanrasmussen•25m ago•2 comments

A test of agentic workflows for software engineering

https://hankconn.github.io/a-test-of-agentic-workflows-for-software-engineering.html
2•hegem0n•28m ago•0 comments

Sieve: Find and grep in the same command faster than both

https://github.com/m10ust/sieve
1•m4y0u•29m ago•0 comments

Digital Homesteading: A Primer on Running Your Own Web Services [2025]

https://brodybrooks.com/posts/2025-digital-homesteading/
1•erickhill•30m ago•0 comments

Maybe Flagship Models Shouldn't Be World Class Exploit Writers?

http://blog.lockboxx.org/2026/09/maybe-flagship-models-shouldnt-be-world.html
1•aahok•30m ago•0 comments

I Deliberately Bet Like a Problem Gambler. DraftKings Made Me a VIP

https://www.propublica.org/article/draftkings-sports-gambling-problem-vip-fanduel
1•theanonymousone•31m ago•0 comments

Working with OSC: UDP vs. TCP (2019)

https://blog.djy.io/working-with-osc-udp-vs-tcp/
1•gregsadetsky•31m ago•1 comments

I'm the Mom in That Viral Giants Clip. Let Me Tell You About My Husband

https://themomoftheyear.substack.com/p/im-the-mom-in-that-viral-giants-clip
3•minimaxir•31m ago•1 comments

Universal Agents

https://thesecretsproject.com/universal-agents
1•frabjoused•35m 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