frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Ribbon, a Native iOS Linkding Client

https://apps.apple.com/us/app/ribbon-a-linkding-client/id6762416055
1•cdrnsf•35s ago•0 comments

Wonderful Life: The Burgess Shale and the Nature of History[pdf]

https://ia601309.us.archive.org/20/items/historyDEEPWEB/Wonderful%20Life_%20The%20Burgess%20Shale...
1•rolph•2m ago•0 comments

Detecting Gunshots with a Watch Accelerometer

https://humanparadox.org/garmin-fenix-shot-timer-app/
1•colingauvin•9m ago•0 comments

Unfortunate day for companies named Context

https://www.context.dev/blog/we-are-context-dev-not-context-ai
2•ICodeSometimes•13m ago•1 comments

Mac Mini and Mac Studio Supply Shortages

https://www.wsj.com/tech/personal-tech/apple-mac-mini-supply-3e7a7509
2•Brajeshwar•13m ago•1 comments

Henry David Thoreau 2026 film

https://www.pbs.org/show/henry-david-thoreau/
1•rasengan0•15m ago•0 comments

Scalable Fluxonium Quantum Processors via Tunable-Coupler Architecture

https://arxiv.org/abs/2604.13363
1•jonbaer•17m ago•0 comments

Anthropic installs spyware when you install Claude Desktop

https://www.thatprivacyguy.com/blog/anthropic-spyware/
5•twapi•22m ago•0 comments

The Khan Ted Institute [video]

https://www.youtube.com/watch?v=kEhRi1tFlhs
1•apparent•23m ago•1 comments

Contra Benn Jordan, data center (and all) sub-audible infrasound issues are fake

https://blog.andymasley.com/p/contra-benn-jordan-data-center-and
2•logicprog•27m ago•1 comments

Where Did FIFA Seat Lottery Winners?

https://seat-transparency.com/
2•hnburnsy•30m ago•0 comments

Deception is strongly amplified in the job market (a statistical model)

https://bosoncutter.substack.com/p/deception-is-amplified-by-default
3•the_tyger•35m ago•1 comments

Why every developer needs their own agent-skills

https://olshansky.substack.com/p/why-every-developer-needs-their-own
1•Olshansky•36m ago•0 comments

Vercel Incident Response Playbook

https://github.com/OpenSourceMalware/vercel-april2026-incident-response
4•6mile•44m ago•4 comments

Third New Glenn launch suffers upper stage malfunction

https://spacenews.com/third-new-glenn-launch-suffers-upper-stage-malfunction/
2•ExpertAdvisor01•53m ago•2 comments

Google should allow third-party search engines access to data, EU says

https://www.reuters.com/world/google-should-allow-third-party-search-engines-access-data-eu-says-...
3•1vuio0pswjnm7•54m ago•1 comments

Show HN: TikTok-style mobile scroller for Civitai, self-hosted recs on a $5 VPS

https://testflight.apple.com/join/JkKUCXY6
1•alongbottom•54m ago•0 comments

Earthset

https://twitter.com/astro_reid/status/2046009031613907029
1•jbegley•1h ago•0 comments

Salesforce Announces AI Initiative and Calls It 'Headless 360'

https://gizmodo.com/salesforce-announces-huge-ai-initiative-and-calls-it-headless-360-2000748243
4•Brajeshwar•1h ago•0 comments

Show HN: A free, offline-capable math quiz app

https://quiz.neuralrad.com
1•coolwulf•1h ago•1 comments

AAVE price sinks 18% as KelpDAO exploit spreads

https://ambcrypto.com/aave-price-sinks-18-as-kelpdao-exploit-spreads-what-happened/
1•wslh•1h ago•0 comments

China's 7-tonne cargo drone completes maiden flight

https://news.cgtn.com/news/2026-03-31/China-s-new-7-tonne-unmanned-cargo-drone-set-for-maiden-fli...
4•pseudolus•1h ago•1 comments

"In Your Darkest Days, How Did You Keep Going?"

https://www.youtube.com/watch?v=D_E4Be4Or_E
1•Brysonbw•1h ago•1 comments

Show HN: Vastlint, inline linting for ad tags in VS Code, Kiro, Cursor

https://github.com/aleksUIX/vastlint
3•aleksuix•1h ago•0 comments

The insider trading suspicions looming over Trump's presidency

https://www.bbc.com/news/articles/cge0grppe3po
117•blondie9x•1h ago•35 comments

Claude-desktop-buddy [small ESP32 hardware companion software]

https://github.com/anthropics/claude-desktop-buddy
1•daniel_iversen•1h ago•0 comments

Vinjari – Decentralized Browser

https://github.com/jj10133/vinjari
1•jj_3•1h ago•1 comments

GPT-6 released: Symphony architecture unifies text/image/audio/video

https://www.theverge.com/2026/4/14/openai-gpt-6-symphony-architecture
3•demiurges•1h ago•0 comments

Mosaico: A fast, configurable tiling window manager for Windows

https://github.com/jmelosegui/mosaico
2•jmelosegui•1h ago•0 comments

Chamath Palihapitiya's 30 Years of Business Advice in 13 Minutes

https://www.youtube.com/watch?v=0-LAT4HjWPo
1•Brysonbw•1h ago•0 comments
Open in hackernews

Show HN: Modular – drop AI features into your app with two function calls

https://modular.run
5•modular_dev•1h ago
I kept hitting the same wall at work every time we needed to ship an AI feature. What looked like a week of work turned into picking a model, setting up a vector DB, managing embeddings, wiring up chat history, handling retries — none of it was the actual feature. So I built Modular. You register a function that returns your app's data, then call ai.run() for one-shot features or ai.chat() for stateful conversation. Everything else — context management, embeddings, session history, model routing, retries — is handled. MCP-native from day one. Works with Claude, GPT-4o, and Gemini. Still early — collecting feedback before building the full SDK. Would love to hear if others have hit this same wall, or if you think I'm solving the wrong problem.

Comments

modular_dev•1h ago
I'm a lead engineer and we've been trying to add AI features to our product for the past few months. Every single time it turned into the same rabbit hole — vector DBs, embeddings, context management, session history. None of it was the actual feature we were trying to ship. Modular is my attempt to hide all of that behind two function calls. You tell it how to get your data, it handles everything else. Still very early — no SDK yet. Mainly want to know if other devs have hit this same wall or if I'm the only one who found this painful.