frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Webassembly4J Run WebAssembly from Java

1•tegmentum•5m ago•0 comments

TerraInk: Cartographic Poster Engine-creates unique and customizable map posters

https://github.com/yousifamanuel/terraink
1•thunderbong•8m ago•0 comments

Civic opinion sharing to promote democracy

https://www.ourpublicvoice.org/
1•devpromgr•8m ago•1 comments

New study raises concerns about AI chatbots fueling delusional thinking

https://www.theguardian.com/technology/2026/mar/14/ai-chatbots-psychosis
4•pseudolus•12m ago•1 comments

Global EV sales hit 1.1M – Europe surges while the US slides

https://electrek.co/2026/03/12/global-ev-sales-hit-1-1-million-europe-surges-while-the-us-slides/
1•pseudolus•13m ago•1 comments

The Hype-Beast Crisis

https://excipio.tech/blog/the-hype-beast-crisis/
2•lvales•17m ago•0 comments

Sanity Check Your Docs for Human Readability

https://docsalot.dev/tools/docs-human-readability
2•fazkan•19m ago•0 comments

Bypass LLM's guardrails with logical prompts – no coding

https://charalamposkitzoglou.substack.com/p/the-contextual-singularity-exploiting
2•rhsxandros•20m ago•1 comments

Offline password generator based on physical dice

https://dicendo.app/
2•rafaldot•21m ago•1 comments

Millwright: Smarter Tool Selection from Agent Experience

https://minor.gripe/posts/2026-03-13-millwright_smarter_tool_selection_with_adaptive_toolsheds/
2•dnautics•23m ago•0 comments

Show HN: Playtest my browser-based RPG

https://archipelago-sandy.vercel.app/
2•blinkbat•25m ago•0 comments

I Hate Anthropic and You Should Too

https://danielmiessler.com/blog/why-you-should-hate-anthropic
2•arkhadus•26m ago•1 comments

Self-Driving Codebase: Background agents and the next era of software delivery

https://background-agents.com/
2•iBelieve•28m ago•0 comments

CIA Prepares Criminal Referral of Tucker Carlson, as Israel et al. Demand Arrest

https://greenwald.substack.com/p/cia-prepares-criminal-referral-of
6•treetalker•31m ago•0 comments

Giving MCP servers a voice in tool selection

https://divanv.com/post/server-side-tool-gating/
2•divanvisagie•37m ago•0 comments

Manjaro Linux 2.0 Manifesto

https://forum.manjaro.org/t/manjaro-2-0-manifesto/186171
3•hmm37•39m ago•1 comments

To fall asleep faster, try cognitive shuffling

https://www.washingtonpost.com/wellness/2026/03/14/insomnia-cognitive-shuffling/
3•bookofjoe•43m ago•1 comments

Steve Jobs's 10-80-10 Rule Is More Useful in the AI Era

https://www.inc.com/jessica-stillman/steve-jobs-10-80-10-rule-is-even-more-useful-in-the-ai-era/9...
2•rosiesherry•43m ago•1 comments

Show HN: Open-source playground to red-team AI agents with exploits published

https://github.com/fabraix/playground
2•zachdotai•44m ago•1 comments

Learn Haskell in Two Weeks

https://mercury.com/blog/learn-haskell-in-two-weeks
3•cosmic_quanta•46m ago•0 comments

Show HN: OnTimer – persistent calendar alarms so you never miss a meeting

https://www.ontimer.app
3•ethangarr•47m ago•0 comments

Website visualizes the 100k most popular Wikipedia articles as skyscrapers

https://wikicity.app/
2•mykowebhn•48m ago•0 comments

CarTalk-AMP Web Player

https://cartalk-amp.exe.xyz/
2•indigodaddy•49m ago•0 comments

Building observable file systems for agents

https://blog.chudioranu.com/posts/agent-file-systems-observability/
3•httptetsuo•53m ago•0 comments

Token optimized query language (Memelang)

https://memelang.net/10/
2•bri-holt•54m ago•0 comments

Show HN: SciTeX Notification – Give AI agents a voice: TTS, phone calls, SMS

https://github.com/ywatanabe1989/scitex-notification
1•ywatanabe1989•55m ago•0 comments

Show HN: Kubernetes Security Profile Generator Using eBPF

3•mrayas•57m ago•0 comments

Nasdaq's Shame

https://keubiko.substack.com/p/nasdaqs-shame
23•imichael•57m ago•1 comments

A new Bigfoot documentary helps explain our conspiracy-minded era

https://www.msn.com/en-us/news/us/a-new-bigfoot-documentary-helps-explain-our-conspiracy-minded-e...
8•zdw•58m ago•0 comments

Twitch is overhauling its suspensions policy

https://techcrunch.com/2026/02/24/twitch-is-overhauling-its-suspensions-policy/
3•PaulHoule•58m ago•0 comments
Open in hackernews

Show HN: Reddit Anywhere – Find Reddit discussions for any webpage

https://chromewebstore.google.com/detail/reddit-anywhere/nbeflmemjddfkijfpiaojbbhgbblbhde
2•smurfysmurf•10mo ago
Hey HN! This is my first development project, and I wanted to share it with you all

I built Reddit Anywhere because I kept manually searching Reddit for discussions about articles and videos I was reading/watching, and I wanted to automate it.

The extension is pretty straightforward: it adds a small Reddit icon to any webpage you're on, and when clicked, it shows relevant Reddit threads discussing that page, or searching for related or relevant topics.

How it works:

-First tries to find the exact URL match on Reddit -If that fails, falls back to looking for discussion based on the page title and domain -For YouTube videos, it extracts the video title and channel name to find more relevant threads -Everything runs in browser

Technically -Built with vanilla JS -Uses Chrome storage API -Implemented Reddit's 0Auth through Chrome identity API -Basic caching to avoid hammering Reddit's API

Some challenges -Reddit's API limits were a pain, so I implemented exponential backoff -I'm still struggling with getting the Reddit icon to display on ALL websites, on some sites it's not viewable

This is a completely free and has no tracking, any feedback is appreciated!