frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Minimum Viable Unit of Saleable Software

https://brandur.org/minimum-viable-unit
1•surprisetalk•47s ago•0 comments

They Write the Right Stuff (1996)

https://web.archive.org/web/20031003042205/http://www.fastcompany.com/magazine/06/writestuff.html
1•rzk•1m ago•0 comments

New RFC 9989 for DMARC and updated guidance for postmasters

https://www.dmarctrust.com/blog/dmarcbis-rfc-9989-9990-9991
1•madflo•1m ago•0 comments

Second – Scalable Bitcoin Payments with Ark and Lightning

https://second.tech/
1•janandonly•2m ago•0 comments

Malaysia bans social media accounts for children under 16, but questions remain

https://www.latimes.com/world-nation/story/2026-06-01/malaysia-bans-social-media-accounts-for-chi...
1•1vuio0pswjnm7•5m ago•2 comments

'People are getting hurt': OpenAI sued by Florida over alleged safety risks

https://www.latimes.com/business/story/2026-06-02/people-are-getting-hurt-florida-suing-openai-am...
2•1vuio0pswjnm7•7m ago•1 comments

Nuclear Space Power and Propulsion [video]

https://www.youtube.com/watch?v=QxeRPQGQDk4
1•skibz•7m ago•0 comments

We've raised $10M to build open source AI security

https://archestra.ai/blog/archestra-announces-10m-seed
5•ildari•7m ago•1 comments

Meta reveals details about layoffs in Playa Vista and Menlo Park

https://www.latimes.com/business/story/2026-06-02/meta-provides-details-about-layoffs-in-playa-vi...
1•1vuio0pswjnm7•7m ago•0 comments

Dumb core, smart edge for AI agents

https://arizenai.com/dumb-core-smart-edge/
1•arizen•8m ago•0 comments

Show HN: Cable Detective Mac App – What's Plugged In

https://cable-detective.franzai.com/
1•franze•9m ago•0 comments

Show HN: Jørnal, a journaling app where the page is always blank

https://jornal.ink
1•tskj•10m ago•0 comments

Analogue 3D Has a New Competitor (Modretro M64 Review) [video]

https://www.youtube.com/watch?v=RMROAr8VOxg
1•skibz•10m ago•0 comments

RHSB-2026-006 Supply chain compromise of RedHat-cloud-services NPM packages

https://access.redhat.com/security/vulnerabilities/RHSB-2026-006
1•dralley•10m ago•0 comments

Show HN: Humm – Share the Vibe, an app for quantifying the ambience

https://play.google.com/store/apps/details?id=com.abj.humm&hl=en_US
1•abj1729•12m ago•1 comments

How consent-gated email works

https://goodsender.com/blog/how-consent-gated-email-works-and-why-its-free/
2•efsher_azoy2•15m ago•0 comments

Bothering to Understand

https://www.autodidacts.io/bothering-to-understand/
1•surprisetalk•15m ago•0 comments

Show HN: HashCortX] – [AI desktop agent UI app by a vibecoder pharmacist]

1•Hash7777•16m ago•1 comments

We lost track of what Web3 is

https://jthor.eth.link/blog/2026/04/13/web3-means-freedom-software/
1•hem777•16m ago•0 comments

Show HN: Ket – a quantum circuit debugger that runs in the browser

https://github.com/brenocq/ket
1•brenocq•18m ago•0 comments

Sweden is now America's most valuable tech ally. Most Americans haven't noticed

https://thehill.com/opinion/technology/5898904-strategic-alliance-sweden-us/
7•RickJWagner•21m ago•0 comments

Show HN: A desktop first local log analyzer with fast search and MCP

https://github.com/logsonic/logsonic/
2•aagosh•24m ago•1 comments

How to Build an MVP in the AI Coding Era [video]

https://www.youtube.com/watch?v=rQtrzBcf_Us
2•neko_ranger•25m ago•0 comments

Astronomers discover exoplanets with magnetic fields via wind patterns

https://www.reuters.com/science/astronomers-discover-exoplanets-with-magnetic-fields-2026-06-02/
2•ck2•26m ago•1 comments

Bromism Influenced by AI Psychosis (2025)

https://www.acpjournals.org/doi/10.7326/aimcc.2024.1260
2•epestr•27m ago•0 comments

I am building a more accurate multilingual sentence boundary detector

https://github.com/speedyk-005/yasbd-lib
2•speed4011•28m ago•0 comments

Ohbin – uv wrapper for installing tools from GitHub

https://github.com/prostomarkeloff/ohbin
2•notmarkeloff•28m ago•0 comments

Amazon's Ring sued over facial recognition feature

https://www.reuters.com/legal/government/amazons-ring-sued-over-facial-recognition-feature-latest...
3•1vuio0pswjnm7•30m ago•0 comments

Curation and Its Side Effects

https://www.autodidacts.io/curators-skim/
2•surprisetalk•30m ago•0 comments

Apple rejected my dictation app for using the accessibility API

https://www.mitmllc.com/blog/apple-rejected-my-dictation-app/
9•RZelaya•30m 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•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