frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Nvidia Twitter Post Teasing: A New Era of PC

https://twitter.com/nvidia/status/2060390710797328574
1•HeyMeco•41s ago•0 comments

Multiplayer Harness for Agents and Humans

https://thruwire.ai
1•noashavit•50s ago•0 comments

The Greatest Show on Earth: The Evidence for Evolution

https://en.wikipedia.org/wiki/The_Greatest_Show_on_Earth:_The_Evidence_for_Evolution
1•chistev•1m ago•0 comments

Tesla's AI trainers don't trust its self-driving tech – or its safety stats

https://www.reuters.com/investigations/why-teslas-ai-trainers-dont-trust-its-self-driving-tech-or...
1•grassfedgeek•2m ago•1 comments

What if remote working, not AI, is to blame for weak junior hiring?

https://www.ft.com/content/2205e2d0-50dc-4e80-9bf7-78d0272276c0
1•uxhacker•3m ago•0 comments

Google DeepMind's AlphaProof Nexus solves decades-old math problems

https://the-decoder.com/google-deepminds-alphaproof-nexus-solves-decades-old-math-problems-for-a-...
1•gmays•6m ago•0 comments

Robinhood now lets your AI agents trade stocks

https://techcrunch.com/2026/05/27/robinhood-now-lets-your-ai-agents-trade-stocks/
7•wapasta•7m ago•2 comments

Sample Music with Chrome

https://www.tabsampler.com/
1•asolis0105•7m ago•0 comments

Mosquitoes seem to be getting over insect repellent

https://www.economist.com/science-and-technology/2026/05/28/mosquitoes-seem-to-be-getting-over-in...
1•Brajeshwar•8m ago•1 comments

Windows PC Industry Reacts to MacBook Neo

https://www.macrumors.com/2026/05/29/windows-pc-industry-reacts-to-macbook-neo/
1•tosh•8m ago•1 comments

National Design Service Websites Registry

https://thedreydossier.github.io/NDS_servers_map/
1•ravenical•9m ago•0 comments

Normalized Compression Distance

https://en.wikipedia.org/wiki/Normalized_compression_distance
1•woliveirajr•9m ago•0 comments

Another tech company says it will cut jobs amid pivot to AI

https://www.latimes.com/business/story/2026-05-29/another-tech-company-says-it-will-cut-hundreds-...
1•1vuio0pswjnm7•9m ago•0 comments

Zero Evidence of AI-Related Job Losses

https://www.apollo.com/wealth/the-daily-spark/zero-evidence-of-ai-related-job-losses
1•akyuu•9m ago•0 comments

Generative Unix CTF for RL

https://vmax.ai/team/unix-ctf-procedural-environments-for-unix-competence-reinforcement-learning
1•ronald_raygun•10m ago•0 comments

Open-source security mess: IBM and Red Hat bet $5B and 20k engineers can fix it

https://www.zdnet.com/article/open-source-security-is-a-mess-ibm-and-red-hat-bet-5-billion-to-fix...
1•CrankyBear•11m ago•0 comments

AionOS – self-healing microkernel in Zig (boots on real hardware)

https://github.com/rodancz/aion
1•rodancz•11m ago•0 comments

The origin of quorum systems in distributed computing [pdf]

https://vukolic.com/QuorumsOrigin.pdf
2•fanf2•11m ago•0 comments

Are all BSDs created equally? OpenBSD vs. NetBSD vs. FreeBSD (2018) [video]

https://www.youtube.com/watch?v=AvSPqo3_3vM
2•Caarticles•13m ago•0 comments

To see to it that the forces of Napoleon are driven out of Spain (1809)

https://wellsoc.org/society-member-pages/anecdotes-of-wellington/
2•backuprestore•13m ago•0 comments

Show HN: Train Claude Code's replacement (ds4 and pi and aoe)

https://github.com/njbrake/dotpi/tree/main
1•river_otter•15m ago•0 comments

But It Happened [video]

https://www.youtube.com/watch?v=tlQ7EoJDTQY
2•stock_toaster•16m ago•0 comments

The Religion of Speed

https://graybearding.bearblog.dev/the-religion-of-speed/
1•rglover•17m ago•1 comments

Waymo launches cheaper robotaxis in Los Angeles

https://www.latimes.com/business/story/2026-05-28/waymo-launches-services-with-cheaper-robotaxis-...
1•gamblor956•18m ago•0 comments

Any Cloud. Locally – New floci's brothers

https://floci.io
1•hectorvent•18m ago•0 comments

SiteGround's Icky Approach to AI in WordPress 7.0

https://www.rhyswynne.co.uk/sitegrounds-icky-approach-to-ai-in-wordpress-7-0/
1•speckx•21m ago•0 comments

Tokyo rent map: ¥70k gap between cheapest and priciest 1K (May 2026 data)

https://housingassist.com/blog/tokyo-rent-report-may-2026/
3•momentmaker•23m ago•0 comments

SpaceX skeptics' added reason for concern: Musk comments diverge from IPO filing

https://www.cnbc.com/2026/05/29/spacex-skeptics-concerned-as-musk-comments-diverge-from-ipo-filin...
5•1vuio0pswjnm7•23m ago•0 comments

SpaceX's index fund debut will look nothing like what most investors expect

https://www.investmentnews.com/practice-management/spacexs-index-fund-debut-will-look-nothing-lik...
4•avidiax•24m ago•1 comments

OldPhilly: Mapping historical photos from the Philadelphia City Archive

https://oldphilly.org/
2•h0rv•24m 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