frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: A free business analysis tool powered by AI

https://wuobly.com/website-to-prospecting-brief
1•Bgach•1m ago•0 comments

AWS App Runner will no longer be open to new customers

https://docs.aws.amazon.com/apprunner/latest/dg/apprunner-availability-change.html
1•dilipray•1m ago•1 comments

2026 State of Kubernetes Optimization Report

https://cast.ai/reports/state-of-kubernetes-optimization/
1•BlackPlot•8m ago•0 comments

MySQL 9.7.0 LTS

https://blogs.oracle.com/mysql/mysql-9-7-0-lts-is-now-available-expanded-community-capabilities-a...
1•theodorejb•9m ago•0 comments

ContextBlur – Blur sensitive elements before you share your scree

https://chromewebstore.google.com/detail/contextblur/hahoepjcdanibdehgcdblhpfdklbaldh
1•Kodaren1338•14m ago•0 comments

Show HN: Spacetime Watch – an astrolabe-inspired astronomical Wear OS watch face

https://spacetime.watch/
1•metaphorician•15m ago•1 comments

What I heard at the Legal and Licensing Workshop 2026

https://www.thomas-huehn.com/what-i-heard-at-llw-2026/
1•Tomte•16m ago•0 comments

Finding duplicated code with tools from your CS course

https://purplesyringa.moe/blog/finding-duplicated-code-with-tools-from-your-cs-course/
1•gavide•16m ago•0 comments

TypeScript 7.0 Beta (built on Go)

https://devblogs.microsoft.com/typescript/announcing-typescript-7-0-beta/
6•subset•17m ago•0 comments

Tell HN: OpenAI Codex Service_unavailable_error in OpenCode

1•guld•18m ago•0 comments

Mojo GPU Puzzles, Edition 1

https://puzzles.modular.com/introduction.html
1•NeoInHacker•24m ago•0 comments

The surprising origin of 4 features that superglue kids–and adults–to screens

https://www.npr.org/2026/04/21/nx-s1-5776665/surprising-origin-features-superglue-kids-adults-to-...
1•xtiansimon•24m ago•2 comments

Building an Interregional Transmission Overlay for a Resilient U.S. Grid

https://content.knowledgehub.wiley.com/energy-in-motion-unlocking-the-interconnected-grid-of-tomo...
1•defrost•28m ago•0 comments

UX Research Tooling Landscape

https://github.com/samber/awesome-user-research
1•samber•29m ago•0 comments

AI Licensing Marketplaces: A Guide for Publishers

https://www.apexcovantage.com/resources/blog/ai-licensing-marketplaces-a-guide-for-publishers
1•nihalacv•30m ago•0 comments

Ask HN: What's in Your RSS in 2026?

1•agilek•38m ago•0 comments

Tell HN: Search Marketplace for "Sony megastorage" get accused of child porno

1•andrewstuart•39m ago•2 comments

Open source DAG for managing multi-agent pipelines

https://github.com/naveenraj-17/synapse-ai
1•Koffiepoeder•40m ago•1 comments

Fable 5, F# compiler released

https://github.com/fable-compiler/Fable/releases/tag/5.0.0
3•throwawaygod•43m ago•1 comments

Windows 9x Subsystem for Linux

https://social.hails.org/@hailey/116446826733136456
79•sohkamyung•43m ago•16 comments

Making Interpreters Faster [video]

https://www.youtube.com/watch?v=laqSS5Lw6kM
1•tosh•45m ago•0 comments

Show HN: Browser-based M68K interpreter Release 1.1.0

https://m68k-interpreter.vercel.app/
1•aldino97•45m ago•0 comments

Show HN: AICommander – Reliable System-Level Automation

https://mountaindevs.com/Home/Products
2•ri2009•45m ago•0 comments

Learn Rust with Too Many Linked Lists

https://rust-unofficial.github.io/too-many-lists/
2•ILoveHorses•47m ago•0 comments

Meta to Track Employee Mouse, Keyboard Activity to Train AI Models

https://www.pcmag.com/news/meta-to-track-employee-mouse-keyboard-activity-to-train-ai-models
2•01-_-•50m ago•0 comments

The Narrow Landing Surface

https://makersbreakers.substack.com/p/the-narrow-landing-surface
1•luka_leskovsek•52m ago•0 comments

WFY24 – Environmental intelligence engine for 8.4M locations

https://www.wfy24.com/en
1•weatherfun•53m ago•0 comments

I started an open source project instead of begging on the street

https://medium.com/@nieuwmijnleven/i-started-an-open-source-project-instead-of-begging-on-the-str...
4•nieuwmijnleven•58m ago•0 comments

Show HN: Sidebearing-trim – align text to visible ink, not the glyph box

https://sidebearing-trim.js.org/
1•peksi•58m ago•0 comments

Microsoft to Shift GitHub Copilot Users to Token-Based Billing

https://www.wheresyoured.at/news-microsoft-to-shift-github-copilot-users-to-token-based-billing-r...
3•hansmayer•1h ago•1 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•11mo ago

Comments

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