frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Extract More Kernel Performance with Nvidia CompileIQ Auto-Tuning

https://developer.nvidia.com/blog/extract-more-kernel-performance-with-nvidia-compileiq-auto-tuning/
1•gmays•40s ago•0 comments

Tiered Network Buffer Architecture for Fast Networking in Chiplet-Based CPU

https://dl.acm.org/doi/10.1145/3760250.3762224
1•blakepelton•1m ago•1 comments

Would you pay once (no subscription) for prebuilt Claude Code agents?

https://ai-specialists.vercel.app
1•krzysieknowik1•1m ago•1 comments

Malvertising Campaign Spoofs GitHub to Deliver macOS Trojans

https://0xroshan.substack.com/cp/200359986
1•prettyblocks•1m ago•0 comments

I built a ceiling projection mapping of the planes flying over my house

https://old.reddit.com/r/nextfuckinglevel/comments/1tvmcin/i_live_in_the_take_off_path_of_sfo_and...
3•frereubu•3m ago•0 comments

Good Careers at Bad Companies

https://sharedphysics.com/good-careers-at-bad-companies/
1•goopthink•4m ago•0 comments

Has Apple Lost the Plot with Final Cut Pro?

https://larryjordan.com/articles/has-apple-lost-the-plot-with-final-cut-pro/
1•geerlingguy•4m ago•0 comments

Build a Basic AI Agent from Scratch: Tools

https://medium.com/@rogi23696/build-a-basic-ai-agent-from-scratch-tools-4fcd71ea33be
1•ruxudev•4m ago•0 comments

Hebbia Imprint

https://design.hebbia.com
1•skogstokig•5m ago•0 comments

Unusual Whales

https://unusualwhales.com/politics
1•root-parent•5m ago•0 comments

Fixing Slow Dependabot Actions in Go Projects

https://www.clarityboss.com/blog/fix-slow-dependabot-go-modules-github
2•dan_sbl•5m ago•0 comments

The AI pricing conundrum – it started as a nightmare, now it's worse

https://www.computerworld.com/article/4179539/the-ai-pricing-conundrum-it-started-as-a-nightmare-...
2•speckx•5m ago•0 comments

Native-first Markdown editor: Works like a standard textarea

https://frutjam.com/plugins/markdown-editor
1•nezanuha•5m ago•1 comments

Show HN: Curatube: a distraction free interface for YT playlists

https://curatube-demo.vercel.app/
1•metahost•6m ago•0 comments

There are only four skills: design, technical, management and physical

https://www.lesswrong.com/posts/KRLGxCaqdgrotyB8z/there-are-only-four-skills-design-technical-man...
2•surprisetalk•6m ago•0 comments

Top Sanity CMS Agencies to Choose for Your Next Project

https://gitnation.com/contents/12-top-sanity-cms-development-agencies-to-hire
1•katarinadrozd•6m ago•0 comments

Casting for Foot Orthotics: A Review of the Clinical and Cost-Effectiveness [pdf]

https://www.cda-amc.ca/sites/default/files/pdf/L0140_Casting_Foot_Orthotics_final.pdf
1•Topfi•7m ago•0 comments

Nine Ways to Do Inheritance in Rust, a Language Without Inheritance

https://medium.com/@carlmkadie/nine-ways-to-do-inheritance-in-rust-a-language-without-inheritance...
1•pjmlp•7m ago•0 comments

Show HN: I built a Lovable-style editor for Shopify themes

https://apps.shopify.com/droppable-ai
3•droppableai•8m ago•0 comments

Real-Time Apps Using Postbase (Think Chat, Live Location Updates, Event Based)

https://umrashrf.github.io/real-time-apps-using-postbase-think-chat-live-location-updates-event-b...
1•postbase•10m ago•0 comments

OpenAI's ChatGPT returns another user's response when I paste an image

3•Pearlapp•10m ago•0 comments

Private payrolls grew by 122,000 in May, stronger than expected

https://www.cnbc.com/2026/06/03/adp-jobs-report-may-2026-payrolls-increase-by-122000.html
2•root-parent•11m ago•0 comments

Not just America, China's top scientists are dying mysteriously

https://economictimes.indiatimes.com/news/international/us/its-not-just-america-chinas-top-scient...
4•nephihaha•11m ago•1 comments

Show HN: HolaClaw Desktop App for OpenClaw

https://holaclaw.ai/
3•ridruejo•13m ago•0 comments

Mouseless – keyboard-driven control of macOS/Linux/Windows

https://mouseless.click
2•riddley•14m ago•0 comments

The Contract for Palantir's Super API for the IRS

https://www.404media.co/here-is-the-contract-for-palantirs-super-api-for-the-irs/
2•Brajeshwar•14m ago•0 comments

OpenAI Has a Branding Problem

https://fulghum.io/openai
1•jordanf•15m ago•0 comments

Dell inks $9.7B Pentagon contract after Trump acquires stock

https://www.washingtonpost.com/politics/2026/05/28/dell-inks-97-billion-pentagon-contract-after-t...
3•root-parent•17m ago•3 comments

Why your Kubernetes network is still a black box, and how to fix it

https://cloudnativenow.com/contributed-content/why-your-kubernetes-network-is-still-a-black-box-a...
1•teleforce•17m ago•1 comments

Show HN: Easy Server Side Tracking, Server-Side GTM for WordPress

https://easyserversidetracking.com/
1•sidneydekoning•18m 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