frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

I Know What You Think of Me (2013)

https://archive.nytimes.com/opinionator.blogs.nytimes.com/2013/06/15/i-know-what-you-think-of-me/
1•jger15•4m ago•0 comments

Outrageously Small NNs: Emergent Reasoning at 6,616 Tok/SEC One Intel AMX Core

http://gregdiamos.com/2026/09/07/outrageously-small-neural-networks.html
1•gdiamos•5m ago•0 comments

TIL POSIX specifies a tool designed to assist you with generated code

https://www.reddit.com/r/commandline/comments/1w809fu/til_posix_specifies_a_tool_designed_to_assi...
1•g-b-r•5m ago•0 comments

Super Smash Bros. Melee is 100.00% decompiled

https://decomp.dev/doldecomp/melee
1•Lammy•12m ago•1 comments

Meetings

https://www.nber.org/papers/w35706
2•tfirst•14m ago•1 comments

September 2026 Emacs meetup recap [video]

https://www.youtube.com/watch?v=RatVp4YLwiM
6•iLemming•19m ago•1 comments

Why Did Trump Order Up 660M Pounds of Mystery Meat?

https://www.nytimes.com/2026/09/07/opinion/trump-meat-import.html
3•thelastgallon•19m ago•1 comments

Githack: A Persistent Object Store for Lisp Based on Git

http://funcall.blogspot.com/2026/09/githack-persistent-object-store-for.html
14•kagevf•19m ago•1 comments

Relaxed Memory Model Zoo: Ordering models by the inclusion of allowed behaviours

https://rmm-zoo.kissig.org/
2•csmantle•28m ago•0 comments

Coulomb's law remains tricky to test at home

https://chillphysicsenjoyer.substack.com/p/coulombs-law-remains-tricky-to-test
2•crescit_eundo•45m ago•0 comments

Browser Isolation Session Initialization Failures – Cloudflare Status

https://www.cloudflarestatus.com/incidents/z16209cfb1xv
2•kyisaiah47•46m ago•0 comments

SayItErmano – local-first voice dictation for Linux

https://github.com/acailic/SayItErmano
3•ilkehimself•50m ago•0 comments

OpenCode team's X analytics leaderboard

https://xrank.opencode.ai/
3•seelos•51m ago•0 comments

Where Understanding Arrives After the Decisions

https://medium.com/@gurvinder372/article-10-where-understanding-arrives-after-the-decisions-310cb...
3•gps372•52m ago•0 comments

Anthropic AI 'formalizes' proof of Fermat's last theorem in just 11 days

https://www.nature.com/articles/d41586-026-02822-9
5•sbulaev•53m ago•1 comments

Zen of Palm [pdf]

https://www.cs.uml.edu/~fredm/courses/91.308-fall05/palm/zenofpalm.pdf
3•hexatron4•53m ago•0 comments

Europe's largest carbon capture facility opens in the Netherlands

https://www.yara.com/corporate-releases/europes-largest-carbon-capture-facility-officially-inaugu...
4•negura•53m ago•0 comments

Made this math/physics learning website, would love some feedback

https://locusmath.org/
3•dinomighty•55m ago•2 comments

Integration of proteomic aging clocks in a phase 2a clinical trial

https://www.nature.com/articles/s41587-026-03286-y
4•spenvo•59m ago•0 comments

Secure temporary file sharing for AI agents and humans

https://github.com/aispace-sh/aispace-client
7•tengio•1h ago•1 comments

Show HN: Brw - better than Claude chrome

https://brw.donworks.co.uk
5•maxrev17•1h ago•0 comments

WeatherNext 3: Our most advanced global weather AI model

https://blog.google/innovation-and-ai/models-and-research/google-deepmind/introducing-weathernext-3/
6•gmays•1h ago•1 comments

Landmark study reveals century-long U.S. suicide rate cycles among youth

https://attheu.utah.edu/health-medicine/landmark-study-reveals-century-long-cycles-in-u-s-suicide...
5•littlexsparkee•1h ago•1 comments

Astrophyzix Integrates NASA API's to Build Advanced Public Tracker Tool

https://www.astrophyzix.com/p/live-asteroid-tracker-v9.html
2•UniverseToday•1h ago•0 comments

Saturday Evening Post Will Stop Printing After 205 Years

https://www.nytimes.com/2026/09/02/business/media/saturday-evening-post-stop-printing.html
4•ripe•1h ago•1 comments

The Full-Source Bootstrap: Building from source all the way down

https://guix.gnu.org/en/blog/2023/the-full-source-bootstrap-building-from-source-all-the-way-down/
17•embedding-shape•1h ago•0 comments

Premium Shop Helpfull

https://www.ebay.com/usr/ilyasseng0
3•ilaysyou•1h ago•3 comments

What are you building? Paste a domain, prove you own it, get listed

https://www.whatareyoubuilding.app/
2•kunalpanchal•1h ago•0 comments

Have You Ever Seen the Rain?

https://christopherren.substack.com/p/have-you-ever-seen-the-rain
3•lookatdata•1h ago•1 comments

Open-source 3D anatomy explorer: 2,234 selectable BodyParts3D meshes

https://github.com/ashemag/human-atlas
2•metrofun•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