frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Anatomy of the .claude/ Folder

https://twitter.com/akshay_pachaar/status/2035341800739877091
1•helloplanets•2m ago•0 comments

Launching My AI-First Publishing CO

https://peakgrizzly.com/
1•comgen42•4m ago•0 comments

Pool spare GPU capacity to run LLMs at larger scale

https://github.com/michaelneale/mesh-llm
2•i386•8m ago•0 comments

A-10 Warthogs target Iranian fast-attack craft in Strait of Hormuz

https://www.airforcetimes.com/news/your-air-force/2026/03/19/a-10-warthogs-target-iranian-fast-at...
1•Gaishan•8m ago•0 comments

Ask HN: Safari Safe Browsing false positives persist after Google clears domain

1•Numbness•8m ago•0 comments

Amazon says AWS' Bahrain region 'disrupted' following drone activity

https://www.reuters.com/world/middle-east/amazon-says-awss-bahrain-region-disrupted-following-dro...
2•christhecaribou•9m ago•0 comments

Does the Defense Industry have a profiteering problem? Does it really?

https://eshhan.substack.com/p/the-surgeon-the-locksmith-and-the-shield
1•eshan6•11m ago•0 comments

Zuhn – AI knowledge OS that compresses insights into principles

https://github.com/gorajin/zuhn
1•gorajin•15m ago•0 comments

AI Is Not the Point

https://quillium.bryanhu.com/blog/ai-is-not-the-point
1•thatxliner•18m ago•0 comments

Glances is a cross-platform system monitoring tool written in Python

https://nicolargo.github.io/glances/
1•wiradikusuma•28m ago•0 comments

How deep-sea mining is growing China's influence in the Pacific

https://www.cnn.com/interactive/2026/03/world/china-deep-sea-mining-military-vis-intl/
1•kburman•28m ago•0 comments

Multitail

https://www.vanheusden.com/multitail/
1•wiradikusuma•30m ago•0 comments

Log File Viewer for the Terminal

https://lnav.org/
3•wiradikusuma•32m ago•0 comments

Artemis II: Inside the Moon mission to fly humans further

https://www.bbc.co.uk/news/resources/idt-86aafe5a-17e2-479c-9e12-3a7a41e10e9e
1•nairteashop•37m ago•0 comments

MiniMind: End-to-end GPT-style LLM training pipeline in pure PyTorch

https://github.com/jingyaogong/minimind
1•dmonterocrespo•39m ago•1 comments

Personaplex – voice room where AI personas hear and respond to each other

https://personaplex.aifly.club/en
2•pplex_builder•39m ago•0 comments

The Artifact Paradox

https://intervue.fyi/blog/artifact-paradox
1•dennis3124•41m ago•0 comments

Doom over DNS

https://blog.rice.is/post/doom-over-dns/
2•bouncingbunny•42m ago•0 comments

Uni-1 Is Launched

https://uni1ai.app
1•Jenny249•43m ago•0 comments

GPT from GPT: de novo microgpt

https://github.com/Entrpi/microgpt-denovo
2•easygenes•51m ago•1 comments

I made Aplix, but need honest reviews about it

1•itsmsr•51m ago•0 comments

Model-based linguistic space for transmitting our thoughts from brain to brain

https://pubmed.ncbi.nlm.nih.gov/39096896/
1•Anon84•52m ago•0 comments

Microsoft blocks trick to unlock native NVMe driver, but workarounds still exist

https://www.tomshardware.com/software/windows/microsoft-blocks-the-registry-hack-trick-that-unloc...
5•josephcsible•1h ago•0 comments

Ask HN: AI companies' bots are making my server slow, what do you do?

1•aabbcc1241•1h ago•1 comments

Alibaba Unveils New Chip Design to Meet Surging Demand for AI

https://www.bloomberg.com/news/articles/2026-03-24/alibaba-unveils-new-chip-design-to-meet-surgin...
1•voxadam•1h ago•1 comments

Show HN: ArXiv metadata as Parquet files (2.99M papers, 1.44GB, 417 files)

https://huggingface.co/datasets/open-index/open-arxiv
1•tamnd•1h ago•0 comments

FCC Clearing the Air on Wi-Fi Software Updates (2015)

https://www.fcc.gov/news-events/blog/2015/11/12/clearing-air-wi-fi-software-updates
1•walterbell•1h ago•0 comments

Sovereign AI OS and SAMN Introduction

1•twocats7701•1h ago•0 comments

How Do US Men and Women Spend Their Time?

https://www.pewresearch.org/social-trends/feature/how-do-u-s-men-and-women-spend-their-time/
4•gmays•1h ago•3 comments

Firefox ext: Bkmker · Your bookmarks, encrypted and private

https://addons.mozilla.org/en-US/firefox/addon/bkmker/
2•fullstacking•1h 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