frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

DRAM Price Fixing Scandal

https://en.wikipedia.org/wiki/DRAM_price_fixing_scandal
1•kamranjon•3m ago•0 comments

With crossplanes, Helm is all you need

https://medium.com/zencity-engineering/now-the-infrastructure-is-boring-too-and-thats-still-a-com...
1•alonisser•4m ago•1 comments

Cogent France: « perform an orderly shutdown of your equipment »

https://www.mail-archive.com/frnog@frnog.org/msg80526.html
1•southerntofu•7m ago•0 comments

Did AI write this article?

https://www.economist.com/graphic-detail/2026/06/16/did-ai-write-this-article
1•ijidak•13m ago•0 comments

Is AI Coming for Our Jobs?

https://jacobin.com/2026/02/ai-technology-productivity-growth-job-loss
2•one33seven•18m ago•0 comments

VSCode Blogs

https://code.visualstudio.com/blogs
2•saikatsg•18m ago•0 comments

The Tokenpocalypse:Companies Are Scrambling to Stop Spending So Much on AI

https://www.404media.co/the-tokenpocalypse-is-here-companies-are-scrambling-to-stop-spending-so-m...
1•Gedxx•19m ago•0 comments

Show HN:Another alternative against Codex Record and Replay

https://www.visualbuild.me
2•visualbuildme•20m ago•0 comments

Wikipedia advocacy shapes LLM values

https://arxiv.org/abs/2606.24890
1•50kIters•21m ago•0 comments

Make AI Boring Again

https://charitydotwtf.substack.com/p/make-ai-boring-again
2•BerislavLopac•29m ago•0 comments

Robert Schiller: This Doommaxxing Has Got to Stop

https://www.nytimes.com/2026/06/22/opinion/ai-doom-jobs-economy.html
1•benwen•30m ago•1 comments

Questions

https://forms.cloud.microsoft/r/PZDe3Z3Nzdhttps://forms.cloud.microsoft/r/PZDe3Z3Nzd
3•InjiChoe•35m ago•1 comments

Show HN: Japanese Language AI Tutor in 3D classroom

https://unihongo.com
3•trinhngocdieu•42m ago•0 comments

The Empty Field That Wasn't: GPS, OTAD and Two Decades of Encrypted Broadcasts

https://sjmurdoch.github.io/gps-special-messages/
1•fratellobigio•42m ago•0 comments

Measuring Is Not Enough Anymore

https://fi-le.net/evals/
2•fi-le•44m ago•0 comments

Vibecoded app giving you the vibes

https://wristbreak.app
3•qtl•46m ago•0 comments

AI-website-cloner-template: Clone any website using AI coding agents

https://github.com/JCodesMore/ai-website-cloner-template
4•vantareed•52m ago•0 comments

Half-Life 2 in a Browser

https://hl2.slqnt.dev/
59•panza•53m ago•11 comments

Show HN: LoveInvoice – a free invoice tool for freelancers and small businesses

https://loveinvoice.com
1•rkn7•53m ago•0 comments

Bad Epoll: The bug Mythos missed

https://compsec.snu.ac.kr/blog/badepoll
6•j-jaeyoung•53m ago•1 comments

How Big Tech Hides the True Cost of the AI Buildout [video]

https://www.youtube.com/watch?v=YrJzjC4kKCY
1•AbbeFaria•57m ago•0 comments

Ask HN: What do you do to save tokens?

3•bonigv•58m ago•0 comments

India trades over four-fifths of the equity options. Nine in ten lose

https://indiadispatch.com/p/nse-ipo
3•bahularora•1h ago•0 comments

Ask HN: What was the biggest contributor to your happiness in the past year?

3•chistev•1h ago•2 comments

Faster KNN search in Manticore: 2-pass HNSW, batched distances, and AVX-512

https://manticoresearch.com/blog/knn-hnsw-performance/
1•snikolaev•1h ago•0 comments

A 25-Year-Old Blog Looks Back at 40 Years of Computing

https://www.markround.com/blog/2026/06/17/25-its-only-when-you-look-back/
3•damethos•1h ago•0 comments

Nakba Exhibition in Canadian Museum of Human Rights

https://humanrights.ca/exhibition/palestine-uprooted-nakba-past-and-present
2•xg15•1h ago•0 comments

Treat the Context Window as a Data Assembly Problem

https://klr-pattern.github.io/pydantic-resolve/blog_context_assembly_for_llm/
2•tank-34•1h ago•0 comments

Americans are inundated with suspected scams

https://apnews.com/article/poll-scams-law-enforcement-social-media-389f8d824b89fa434c297729f2aaf56d
3•rawgabbit•1h ago•3 comments

The Ancient Horsemen Who Created the Modern World [pdf]

https://reich.hms.harvard.edu/sites/reich.hms.harvard.edu/files/inline-files/The%20Ancient%20Hors...
1•andsoitis•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