frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

ChatGPT bans campaigns from using AI to make ads. They're doing it anyway.

https://www.washingtonpost.com/politics/2026/09/05/chatgpt-bans-campaigns-using-ai-make-ads-theyr...
1•bookofjoe•1m ago•1 comments

Colonialism for clicks: influencers trying to film most isolated tribes

https://www.theguardian.com/world/2026/sep/05/colonialism-for-clicks-influencers-attempting-meet-...
1•theanonymousone•2m ago•0 comments

How Much CO₂ Builds Up in N95 Masks? – A Study [pdf]

http://pi.kylebenzle.com/co2.pdf
1•KyleBenzleKyle•3m ago•0 comments

Tesla Cybercab Tech Details – Initial Findings (Out of Spec Reviews)

https://www.youtube.com/watch?v=VI9OjUufpP0
1•spikels•4m ago•0 comments

121820

https://121820.xyz
1•ankitank•4m ago•0 comments

JDK 26 and SIMD Operations

https://krzysztofslusarski.github.io/2026/09/05/simd.html
1•mfiguiere•5m ago•0 comments

Show HN: GDSL – Extending the compiler down to memory and up to the web

https://goldensystems.ca/GDSL
1•FirTheMouse•8m ago•0 comments

How to Beat the Machines Before They Beat You

https://thedarksideoftheboom.substack.com/p/one-for-the-trader-how-to-beat-the
1•RickJWagner•9m ago•0 comments

Show HN: Getting to the top of Show HN is getting harder

https://artifactbin.dev/@vivek/6bXsx3-vol-2-show-hn-hall-of-fames
1•ppsreejith•11m ago•0 comments

Ask HN: Is AI a Powerdrill?

2•dfps•12m ago•0 comments

What did she see? The intelligence scramble to trace an accused spy's footsteps

https://www.cbc.ca/news/politics/canada-china-spy-nato-intelligence-9.7331493
1•Teever•12m ago•0 comments

Show HN: MobileCode – OpenCode with Built-In iOS and Android Previews

https://github.com/hsandhu/mobilecode
2•rsandhu•13m ago•0 comments

Show HN: Repolis – A visual way to explore GitHub repositories

https://hyeonsangjeon.github.io/Repolis/?view=plaza&lang=en
1•shizzydigital•14m ago•1 comments

Swiftask just raised €1.55M to scale its AI agent deployment

https://agence-api.ouest-france.fr/numerique/swiftask-securise-1-55-m-euros-pour-deployer-ses-age...
1•stanislasrandri•16m ago•0 comments

MITx is ending access to its courses for learners in Iran on September 8

1•mahdihabibi•17m ago•0 comments

Annote – visual feedback and element context for coding agents

https://annote-ui.netlify.app/
2•pelumialesh•19m ago•0 comments

The Project 2038 Frequently Asked Questions (FAQ)

https://maul.deepsky.com/%7Emerovech/2038.html
3•Bluestein•20m ago•0 comments

Show HN: Art – draw one stroke, let symmetry complete it

https://mrdee.in/mandala/
4•cyb0rg0•22m ago•1 comments

Tao's reservations on future AI-only solutions to NS finite-time blowup problem

2•ogogmad•26m ago•0 comments

Berlin cyberattack: hackers leak highly sensitive data across dark web

https://www.euronews.com/next/2026/09/05/berlin-cyberattack-hackers-leak-highly-sensitive-data-ac...
6•leumon•26m ago•0 comments

Youtubers being paid to spread AI FUD

https://www.youtube.com/watch?v=lPdmYMHrWKg
7•mapontosevenths•27m ago•0 comments

The Year 2038 Problem

https://en.wikipedia.org/wiki/Year_2038_problem
2•thinkingemote•29m ago•1 comments

Maintainer Agents

https://blog.bilus.dev/posts/agent-maintainers/
2•bilus•31m ago•0 comments

Let's Remember Some Publications That Said We Would Get to Mars by 2026

https://defector.com/lets-remember-some-publications-that-said-we-would-get-to-mars-by-2026
4•mmooss•32m ago•0 comments

Why are we still doing versioned database migrations?

https://blog.elis.cc/articles/why-are-we-still-doing-versioned-database-migrations/
2•el1s7•33m ago•0 comments

Show HN: Created a WhatsApp <-> discord bridge (no business API)

https://github.com/Karvy-Singh/OSdc-wa
2•karvySingh•34m ago•0 comments

Rebuilding a 1995 GPS Time Server so I don't get Telstra'd

https://www.jeffgeerling.com/blog/2026/truetime-xl-gps-time-server-restomod/
5•Brajeshwar•35m ago•0 comments

Better ClearType Tuner

https://github.com/bp2008/BetterClearTypeTuner
2•XzetaU8•42m ago•0 comments

The Straits Are Not OK

https://foreignpolicy.com/2026/08/07/history-hormuz-straits-iran-war-trump/
3•CharlesW•44m ago•2 comments

UN votes to adopt new world map to reflect Africa's true size

https://www.bbc.com/news/articles/ce30vp55dnlo
3•jonah•46m 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