frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Kubernetes Secrets Management

https://infisical.com/blog/kubernetes-secrets-management
1•vmatsiiako•58s ago•0 comments

AI should be illegal until we figure out how to deal with its consequences

https://ivanca.github.io/ai/2026/08/29/ai-should-be-illegal-until-we-figure-out-how-to-deal-with-...
1•AmbroseBierce•1m ago•0 comments

August 27 outage: Incident report

https://proton.me/blog/august-27-outage-incident-report
1•Cider9986•4m ago•1 comments

A free and public search engine for all browser extensions

https://extensions.proxied.tech/
1•proxiedtech•6m ago•0 comments

What does it mean for data to be AI ready?

https://sina.bio/posts/what-does-it-mean-for-data-to-be-ai-ready.html
1•sinab•6m ago•0 comments

Show HN: Delete yourself from data brokers without a subscription

https://github.com/k7cfo/remove-your-data
4•k7peak•9m ago•2 comments

Getting Ridge Regression Right

https://k9s.gr/ramblings/getting_ridge_regression_right.html
1•rafael859•16m ago•0 comments

The Myth of the Cynical Genius

https://www.psychologytoday.com/us/blog/trust-games/202111/the-myth-the-cynical-genius
2•John7878781•18m ago•0 comments

Steve Jobs 8th Grade Science Fair Project: The Silicon-Controlled Rectifier

https://www.rrauction.com/auctions/lot-detail/351632607484006-steve-jobs-personally-built-8th-gra...
3•reaperducer•18m ago•0 comments

Efficient Decode Context Parallelism with vLLM for Long Context Workloads

https://vllm.ai/blog/2026-08-07-decode-context-parallelism
1•aray07•22m ago•0 comments

Omnipresent availability risks in cloud software

https://surfingcomplexity.blog/2026/08/29/omnipresent-availability-risks-in-cloud-software/
2•azhenley•23m ago•0 comments

AI surveillance in schools raises safety and equity concerns

https://www.brookings.edu/articles/ai-surveillance-in-schools-raises-safety-and-equity-concerns/
2•hn_acker•26m ago•3 comments

US Kobo Sales Double?

https://www.publishersweekly.com/pw/by-topic/digital/content-and-e-books/article/101053-rakuten-k...
2•seam_carver•30m ago•0 comments

Research: Why You Shouldn't Treat AI Agents Like Employees

https://hbr.org/2026/05/research-why-you-shouldnt-treat-ai-agents-like-employees
1•njrc•31m ago•1 comments

Sony Music, Warner sue Anthropic, alleging a "brazen campaign" of intellectual

https://techcrunch.com/2026/08/29/sony-music-warner-sue-anthropic-alleging-a-brazen-campaign-of-i...
1•sbulaev•34m ago•0 comments

The Server Called Paranoia: Defend Autistici/Inventati

https://micahflee.com/the-server-called-paranoia-defend-autistici-inventati/
2•oriettaxx•37m ago•0 comments

California Passes AB-1856 for Open-Source Relief over Age Verification

https://www.phoronix.com/news/California-AB-1856-Passes
3•mdp2021•42m ago•0 comments

Scientific articles are increasingly cryptic due to excess use of jargon (2022)

https://revistapesquisa.fapesp.br/en/scientific-articles-are-increasingly-complex-and-cryptic-due...
1•anigbrowl•46m ago•0 comments

Did tvwatch.su also copy your GitHub profile?

2•chelm•49m ago•0 comments

Htdym (How to Deploy Your Model)

https://www.sailresearch.com/blog/htdym
1•simonpure•56m ago•0 comments

US Population Growth Atlas

https://countdown369.github.io/county-population-growth/
1•gmays•57m ago•1 comments

Simurg – free web search for your AI agents that aborts hallucinations

https://pypi.org/project/simurg/
1•lebagetdefrance•58m ago•0 comments

Will financing bottleneck AI compute? An Anthropic case study

https://epochai.substack.com/p/will-financing-bottleneck-ai-compute
1•gmays•1h ago•0 comments

The Dark Side of the Colonization of Palestine

https://medium.com/freedomofthought/the-dark-side-of-the-colonization-of-palestine-0e7bcfddab96
4•raynchad•1h ago•0 comments

Sandbox.watch: Agent Sandbox Comparison

https://sandbox.watch/
1•simonpure•1h ago•0 comments

From the Promised Land to the State of Israel

https://medium.com/freedomofthought/the-hebrews-the-jews-the-promised-land-the-state-of-israel-an...
2•raynchad•1h ago•0 comments

New Home Sales Decrease to 607,000 Annual Rate in July

https://calculatedrisk.substack.com/p/new-home-sales-decrease-to-607000
3•JumpCrisscross•1h ago•1 comments

Show HN: AI Agents for Osint/Sigint

https://www.makralabs.org/about
1•ritsource•1h ago•1 comments

$44M Solar-Powered EV Production Deal Struck

https://frequal.com/aptera/ProductionDealAug2026.html
16•TeaVMFan•1h ago•22 comments

Zero-Trust for Bloggers: Hardening Your Site Against AI-Driven Phishing Swarms

https://www.a1ho.com/2026/08/zero-trust-for-bloggers-hardening-your_9.html
2•alfotesr•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