frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Lofi Car

https://loficar.com
1•kilroy123•3m ago•0 comments

Penguins Are Solar Geoengineers

https://www.governance.fyi/p/all-natural-geoengineering-with-frank-a9d
1•bigbobbeeper•3m ago•0 comments

Show HN: Simple Viewers – Tiny native macOS file viewers

https://www.ryanlitalien.com/simple/
1•ryanlitalien•4m ago•0 comments

Worb: Local open-source wandb-compatible server

https://worb.cloud
1•psarna•5m ago•0 comments

Accenture: You're promoted or fired on using the AI

https://pivot-to-ai.com/2026/02/25/accenture-youre-promoted-or-fired-on-using-the-ai/
1•ColinWright•7m ago•0 comments

US role as global talent hub in doubt amid Donald Trump's visa crackdown

https://www.ft.com/content/c8114fd1-771b-49ac-98c3-a8acf6177626
2•alephnerd•8m ago•0 comments

Do you have to be polite to AI?

https://www.bbc.com/future/article/20260224-the-best-way-to-talk-to-a-chatbot
1•Sikara•9m ago•0 comments

Solving Impossible Problems for Fun and Profit – Dan Gelbart

https://www.youtube.com/watch?v=UTgrWmOk4q8
1•o4c•9m ago•1 comments

Firefox 148 introduces the AI kill switch for people who aren't into LLMs

https://www.xda-developers.com/firefox-148-introduces-the-promised-ai-kill-switch-for-people-who-...
3•randycupertino•10m ago•0 comments

Show HN: I built a 50ms SPF record and Shadow IT scanner

https://spf1.com
2•bwoud•10m ago•2 comments

Show HN: Typed overlay over SQL now supports DuckDB

https://www.datahaskell.org/blog/2026/02/25/beam-duckdb-release.html
1•cosmic_quanta•11m ago•0 comments

Foundation Models SDK for Python Documentation

https://apple.github.io/python-apple-fm-sdk/
1•alexellisuk•11m ago•1 comments

Don't Panic: 'Humanity's Last Exam' Has Begun

https://stories.tamu.edu/news/2026/02/25/dont-panic-humanitys-last-exam-has-begun/
1•thunderbong•11m ago•0 comments

High temperatures affect sex ratios at birth

https://www.ox.ac.uk/news/2026-02-23-new-research-shows-high-temperatures-affect-sex-ratios-birth
1•codingbuddy•12m ago•0 comments

Trump allies target European NGOs in battle over Big Tech rules

https://www.ftm.eu/articles/trump-allies-fight-target-europe-battle-big-tech
1•robtherobber•12m ago•0 comments

Show HN: Real-Time Satellite Tracking and Intelligence Dashboard

https://heimdallspace.com/
1•keveenwong•12m ago•0 comments

Finding a CVSS 8.8 vulnerability on OpenClaw with AI

https://ethiack.com/news/blog/one-click-rce-openclaw
1•matosdfm•12m ago•0 comments

Randomness Becomes an Attack Vector in Machine Learning

https://arxiv.org/abs/2602.09182
1•PaulHoule•14m ago•0 comments

Acceleration Flow – Why does AI self-replacement is this addictive flow state?

https://moldandyeast.substack.com/p/acceleration-flow
1•rmrmrm•14m ago•0 comments

Hoot 0.8.0 released with more live dev tools

https://spritely.institute/news/hoot-0-8-0-released.html
2•paroneayea•15m ago•0 comments

Show HN: Coding agents find the right GPU bottleneck 70% of the time, fix it 30%

https://ayushnangia.github.io/iso-bench-website/
2•ayushnangia16•16m ago•0 comments

Show HN: Verify any email address instantly

https://docle.co
1•lexokoh•16m ago•0 comments

Show HN: Deploy OpenClaw in 60 seconds – one-click setup, no DevOps needed

https://www.openclawsetup.tech/
1•Abhinayguptha•17m ago•0 comments

Against Human-AI Workflow Separation

https://keleshev.com/against-human-ai-workflow-separation
2•halst•18m ago•0 comments

Gleam is boring, so I went to a conference about it

https://builders.perk.com/gleam-is-boring-so-i-went-to-a-conference-about-it-8f08a52c3de3
2•rapnie•18m ago•0 comments

AI-Generated Passwords Are Apparently Quite Easy to Crack

https://gizmodo.com/ai-generated-passwords-are-apparently-quite-easy-to-crack-2000723660
3•danaris•22m ago•0 comments

Show HN: CDNs – A simple Go CLI to switch DNS servers in one second

https://github.com/junevm/cdns
1•unsorted2270•23m ago•0 comments

Story of XZ Backdoor [video]

https://www.youtube.com/watch?v=aoag03mSuXQ
11•Ulf950•28m ago•1 comments

Show HN: Soften Sleep – an iOS app for waking up at 3 AM with racing thoughts

https://apps.apple.com/nl/app/soften-sleep-3-am-wake-relief/id6759115897
1•ilkeraltin•29m ago•0 comments

"TBPN" and the Rise of the Tech-Friendly Talk Show

https://www.newyorker.com/culture/the-lede/tbpn-and-the-rise-of-the-tech-friendly-talk-show
1•stackbutterflow•30m 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•10mo ago

Comments

NinjaGems•10mo 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