frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Shared Code: Democratizing AI Companies

https://www.cip.org/blog/shared-code
1•erlend_sh•4m ago•0 comments

Show HN: ProofOfDonation, replace CAPTCHAs with charity donations

https://github.com/mgriley/proof-of-donation/
1•mgriley•5m ago•0 comments

Show HN: PDF Pocket Tools – offline PDF toolkit as a single 200KB HTML file

https://pdfpockettools.itch.io/pdf-pocket-tools
1•pdfpockettools•7m ago•0 comments

Sam Altman addresses AI doomsday fears in new interview

https://fortune.com/2026/09/12/sam-altman-interview-ai-doomsday-safety-models-control-ipo-2027/
1•JeremyTheo•12m ago•1 comments

How supermarkets are using AI to watch you in the aisles

https://www.rte.ie/brainstorm/2026/0911/1590631-retail-surveillance-ai-technology/
2•austinallegro•16m ago•0 comments

Ryanair CEO compares rival airlines to 'rapists'

https://www.brusselstimes.com/2312302/ryanair-ceo-compares-rival-airlines-to-rapists
1•Daniyal45•21m ago•0 comments

Marriott Guest Says Hotel Insisted a Rubbermaid Laundry Cart Was a Baby Crib

https://www.fashiontimes.co.uk/marriott-guest-rubbermaid-cart-instead-crib-1763854
1•extasetoi12•23m ago•0 comments

Homebrew 7.0.0

https://brew.sh/2026/09/13/homebrew-7.0.0/
4•mikemcquaid•25m ago•1 comments

Man arrested after allegedly sexually abusing koi fish in Bangkok

https://www.khaosodenglish.com/featured/2026/09/11/man-arrested-after-allegedly-sexually-abusing-...
1•face2sunny•26m ago•0 comments

Robots protest in Poland over AI regulation concerns

https://www.aljazeera.com/video/newsfeed/2026/9/7/robots-protest-in-poland-over-ai-regulation-con...
1•dinesshsaini21•28m ago•0 comments

Toposes are NOT scary – Urs Schreiber [video]

https://www.youtube.com/watch?v=_3TslhCBQ1E
1•hackandthink•29m ago•0 comments

Download More RAM – Nvidia CMP 170HX Cmpunlocker

https://www.lttlabs.com/articles/2026/09/12/cmp-170hx-cmpunlocker
2•willx86•33m ago•0 comments

In Clover: What does McKinsey do? (2022)

https://www.lrb.co.uk/the-paper/v44/n24/laleh-khalili/in-clover
1•Tomte•38m ago•0 comments

Show HN: Run coding agents on your own machine, steer them from anywhere

https://github.com/phyra-research/roamux
2•mwiki•45m ago•0 comments

Diablo 5 Announced

https://sea.ign.com/diablo-iv/248747/diablo-5-announced
2•nsoonhui•46m ago•0 comments

Ask HN: Should we start airgapping our personal devices?

1•emerongi•46m ago•1 comments

Android – Morphe patch app list

https://morphe-patches.software/#apps
1•dockerd•47m ago•0 comments

Deepfakes are wrecking influencers' credibility, one fake ad at a time

https://www.theguardian.com/technology/2026/sep/12/deepfakes-wrecking-influencers-credibility
4•andsoitis•50m ago•1 comments

Genuine curiosity will always beat performative intellectualism

https://hasifcore.substack.com/p/genuine-curiosity-will-always-beat
3•the-mitr•51m ago•0 comments

Rawtree – A ClickHouse Fork by Tinybird

https://rawtree.com/
2•knuckleheads•51m ago•0 comments

Matt Berry is now a sentient IKEA shelf in Skyrim

https://www.pcworld.com/article/3233287/matt-berry-is-now-a-sentient-ikea-shelf-in-skyrim.html
1•jubayer9906•55m ago•0 comments

Ask HN: What if anyone could sell AI tokens from their idle GPU?

1•edurights-team•55m ago•2 comments

Show HN: How LLMs work, explained through music, football or cricket analogies

https://understand-ai.dev/
1•understandaidev•55m ago•0 comments

Persimmon v0.1 Model Card

https://persimmon.humansand.ai/blog/persimmon-model-card.html
1•pr337h4m•55m ago•0 comments

Little Tikes iconic children's toys go colorless for 'contemporary feel'

https://www.wafb.com/2026/09/10/little-tikes-iconic-childrens-toys-go-colorless-contemporary-feel/
2•Danhale93•57m ago•0 comments

Dramatic insider warnings over AI fall flat with some in Silicon Valley

https://www.bbc.co.uk/news/articles/cq635037g18o
13•chrisjj•58m ago•9 comments

Texts Reveal Kash Patel Ordering Staff to Fight "Ifindretards" Account

https://newrepublic.com/post/215320/texts-kash-patel-order-staff-mean-social-media-posts-ifindret...
3•girish_r•59m ago•0 comments

Massing

https://en.wikipedia.org/wiki/Massing
1•tosh•1h ago•0 comments

This website runs on a Raspberry Pi 4B with only 1 GB of RAM

https://pi.deepakness.com/
4•7777777phil•1h ago•3 comments

Pace the frontier but stop pretending you need anyone else's permission

https://twitter.com/DavidSacks/status/2098973625252708460
1•caaqil•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