frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Why Omarchy Exists

https://mikael.pika.page/posts/why-omarchy-exists
1•mikae1•29s ago•0 comments

The Python documentation is now available in Persian

https://blog.python.org/2026/09/the-python-documentation-is-now-available-in-persian/
1•lumpa•1m ago•0 comments

An LLM Beat NetHack

https://kenforthewin.github.io/blog/posts/llm-nethack-ascension/
1•jwm1•1m ago•0 comments

The Most Important Market in AI Is the Middle

https://tomtunguz.com/the-most-important-market-in-ai-is-the-middle/
1•simonpure•4m ago•0 comments

Cursor Introducing Projects

https://cursor.com/blog/projects
2•Leonerd•4m ago•0 comments

Immigration changes are driving foreign researchers to leave the U.S.

https://www.statnews.com/2026/05/04/trump-immigration-policy-stat-survey-measures-science-impact/
3•Bluestein•5m ago•0 comments

Are we going to use the same Desktop UX forever? [video]

https://media.ccc.de/v/kde2026-7-are_we_really_going_to_use_the_same_desktop_ux_forever
1•ognarb•5m ago•0 comments

How the pro-nicotine 'wellness' movement rebranded an addictive drug

https://theconversation.com/how-the-pro-nicotine-wellness-movement-rebranded-an-addictive-drug-29...
1•devilcius•6m ago•0 comments

Empire of Grift

https://www.theatlantic.com/magazine/2026/10/maga-foreign-policy/688352/
3•rbanffy•6m ago•0 comments

CP/M-80 2.2 Compilers. (Update from June 19, 2026: Dave Glover – by David Lee

https://medium.com/@davidly_33504/cp-m-80-2-2-compilers-91958a8f1d58
1•rbanffy•7m ago•0 comments

Signature 27 is likely Motorola's first smartphone with GrapheneOS support

https://www.heise.de/en/news/Signature-27-is-likely-Motorola-s-first-smartphone-with-GrapheneOS-s...
1•thunderbong•7m ago•0 comments

Ten thousand magnets later – CERN Courier

https://cerncourier.com/ten-thousand-magnets-later/
1•rbanffy•7m ago•0 comments

Developers Song (2011) [video]

https://www.youtube.com/watch?v=RwMvW9cAIZg
1•thesdev•7m ago•0 comments

What are passkeys? A simple guide for friends and family

https://whatarepasskeys.info/
1•timmyc123•10m ago•1 comments

Show HN: QBasic 1.1 in the Browser

https://www.vahidyousefzadeh.com/qbasic/app
1•vahidce•12m ago•0 comments

How can this Amazon scammer keep going, not shipping any goods?

https://www.amazon.de/sp?language=en&ie=UTF8&seller=A29EBN4DXM8UCL&asin=B0CGBFF8K9&ref_=dp_mercha...
10•kiloklokillo•13m ago•2 comments

The Cloudflare error page X icon is not centered

https://infosec.exchange/@rebane2001/117319966425143761
1•ambigious7777•13m ago•0 comments

Open Source World of Warcraft Client in C++ and Vulkan Renderer

https://github.com/Kelsidavis/WoWee
1•m0do1•14m ago•0 comments

Show HN: Free attestation for AI agent decisions – verifying one costs $0.10

https://github.com/0xsims/rubric-attest
1•RubricProtocol•14m ago•0 comments

Meta Connect 2026: Watch Live Sept 23–24

https://www.meta.com/connect/
2•simonpure•14m ago•0 comments

Jev vs. LLMs on 770 "Am I the Asshole?" posts

https://github.com/dchristopoulos/jev-aita
2•dchristopoulos•15m ago•0 comments

Human homeostasis is more efficient in social proximity

https://www.science.org/doi/10.1126/sciadv.aeg4937
2•wslh•15m ago•0 comments

WoW Mac boost – speed up WoW by holding the volume key

https://github.com/chrisdecember/wow-mac-boost/
1•nk_kolja•19m ago•0 comments

The Long Walk Out – Human Migration Atlas

https://khayoon.github.io/Peopling-of-the-Planet-Earth-Mapped/
1•thunderbong•19m ago•0 comments

Geothermal Heat Map of US Hot Springs

https://www.soakingsprings.com/hot-springs/geothermal-map
4•armenarmen•20m ago•1 comments

Double Descent and Malign Overfitting in Diffusion Models

https://arxiv.org/abs/2609.26392
1•Betelbuddy•22m ago•0 comments

KDE and AI, and You, and Me

https://pointieststick.com/2026/09/23/kde-and-ai-and-you-and-me/
2•TangerineDream•24m ago•0 comments

Security auditing in the age of (good enough) AI

https://blog.trailofbits.com/2026/09/18/auditing-in-the-age-of-good-enough-ai/
2•wslh•25m ago•0 comments

Buzz: Share spare compute and run open models together over P2P networks

https://www.iroh.computer/blog/buzz-agent-workspaces
1•karissa•28m ago•0 comments

Prepping for an engineering interview? Created this skill you can use

https://github.com/bravilogy/interview-prep
1•bravilogy•29m 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