frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Setting Up a Debug Environment for QEMU PCI Device Exploitation

https://varik.dev/blog/htb/nftdrm/debug-env-for-qemu-pwn
1•varik77•48s ago•0 comments

Taara Beam

https://taaraconnect.com/product/beam
2•rglover•2m ago•0 comments

Talking Face Animation Using a Learned Kalman Filter on Mobile Devices

https://www.mdpi.com/1424-8220/26/4/1377
1•PaulHoule•2m ago•0 comments

Show HN: DevToolbox – 13 browser-based dev tools, privacy-first

https://geld-verdienen-app-kbpcmxfq.devinapps.com
1•DevToolboxApp•3m ago•0 comments

Thomas Selfridge: The First Airplane Fatality

https://www.amusingplanet.com/2026/03/thomas-selfridge-first-airplane-fatality.html
2•Hooke•3m ago•0 comments

Show HN: MDviewer – native macOS app for opening Markdown as print-ready docs

https://github.com/JackYoung27/mdviewer
1•jacknotold•5m ago•1 comments

'Love Is Strong as Death' Review: Triangles of Life

https://www.wsj.com/arts-culture/books/love-is-strong-as-death-review-a-theologians-triangles-of-...
1•apollinaire•5m ago•0 comments

Closing the verification loop: Observability-driven harnesses for agents

https://www.datadoghq.com/blog/ai/harness-first-agents/
1•alpaylan•5m ago•0 comments

Show HN: Efficient LLM Architectures for 32GB RAM (Ternary and Sparse Inference)

https://github.com/opengraviton/graviton-native
1•fatihturker•6m ago•1 comments

Show HN: SubmitGate – catch mobile submission/compliance issues before release

https://submit-gate.com/
2•drkhannah•7m ago•0 comments

Show HN: Agents.txt – proposed standard for AI agent permissions on the web

https://github.com/jaspervanveen/agents-txt
1•jaspervanveen•9m ago•2 comments

Bluesky CEO Jay Graber will step aside

https://www.theverge.com/tech/891562/bluesky-new-ceo
1•microsoftedging•10m ago•0 comments

Anthropic launches code review tool to check flood of AI-generated code

https://techcrunch.com/2026/03/09/anthropic-launches-code-review-tool-to-check-flood-of-ai-genera...
1•LostMyLogin•12m ago•0 comments

Musk takes the stand at trial for deflating Twitter stock ahead of purchase

https://www.latimes.com/business/story/2026-03-04/musk-takes-stand-in-trial-accusing-him-of-defla...
3•1vuio0pswjnm7•14m ago•0 comments

Forge 4D – a native runtime for building apps without the browser stack -new URL

https://codeberg.org/CrowdWare/Forge4D
2•artanidos•16m ago•1 comments

What I Learned Building Two Large Products with AI

https://medium.com/@pavel.manovich/can-a-non-developer-build-serious-software-with-cursor-0fbf1e3...
1•pavel_man•21m ago•1 comments

Show HN: DopaLoop – Habit tracker for ADHD brains, local-first, no streaks

https://dopaloop.app/de
1•steviee•26m ago•0 comments

NASA's Dart Mission Changed Orbit of Asteroid Didymos Around Sun

https://www.nasa.gov/missions/dart/nasas-dart-mission-changed-orbit-of-asteroid-didymos-around-sun/
3•divbzero•26m ago•1 comments

Show HN: Sales Tracking Agent that doubles up as a CRM

https://auto-crm.com/en
1•bhasinanant•29m ago•0 comments

Show HN: Free open-source churn prediction for SaaS–Stripe and LLM interventions

https://github.com/ShreyasDasari/churnguard-ai
1•ShreyasDasari•29m ago•1 comments

Satellites are exposing weak bridges in America and around the world

https://www.sciencedaily.com/releases/2026/03/260307213350.htm
2•taubek•30m ago•0 comments

Hacker Advertising (HN optimal posting time & advertising value model)

https://github.com/quinndupont/hackeradvertising
1•quinndupont•32m ago•1 comments

Unnecessariat (2016)

https://morecrows.wordpress.com/2016/05/10/unnecessariat/
1•_doctor_love•33m ago•0 comments

Spotify announce plans to limit Development Mode

https://developer.spotify.com/blog/2026-02-06-update-on-developer-access-and-platform-security
6•cbility•33m ago•0 comments

The bitter $23M legal battle that ended the Sriracha-pepper partnership

https://nearlyright.com/the-pepper-farmer-the-hot-sauce-king-and-the-23-million-betrayal-that-bro...
2•speckx•36m ago•1 comments

Yakuza creator's new game in doubt as NetEase pulls funding

https://www.polygon.com/gang-of-dragon-toshihiro-nagoshi-studio-netease/
2•sagacity•37m ago•0 comments

Freestiler – PMTiles vector tilesets from R and Python

https://walker-data.com/freestiler/
1•carnevalem•38m ago•0 comments

How not to test LLM models

https://theartificialq.github.io/2026/03/08/how-not-to-test-llm-models.html
1•HonzaT•40m ago•0 comments

Utilization metrics across accelerators (GPUs, TPUs, and so on)

https://github.com/gpusprint/gpusprint
1•heyjupiter•41m ago•0 comments

Behavioral Effects of High Peak Power Microwave Pulses (1992) [pdf]

https://apps.dtic.mil/sti/tr/pdf/ADA258136.pdf
2•anonu•42m ago•0 comments
Open in hackernews

Show HN: Dull – Instagram Without Reels, YouTube Without Shorts

https://getdull.app
1•kasparnoor•2h ago
I kept opening Instagram to check a DM and losing 40 minutes to Reels. Deleting the app meant losing DMs and Stories. So I built a browser that loads the real mobile web versions with the short-form content already gone.

It's an iOS app using WKWebView with three layers of filtering per platform:

1. WKContentRuleList blocks URLs (/reels/, /shorts/) at the network level before they load. Also applies static CSS display:none. Compiled once at launch, zero JS cost.

2. CSS injected at document start for complex selectors (:has() combinators and such) that the content rule API can't express.

3. MutationObserver in JS catches content that Instagram/YouTube inject after initial load (both are SPAs that render feed items dynamically). WeakSet tracks processed nodes, rAF-debounced.

Selectors target aria-labels, data attributes, and href patterns instead of class names. Instagram rotates classes constantly. Each platform has its own manifest.json that defines what to block, so updating selectors when platforms change their DOM is a ~5 minute edit.

The part I didn't expect: removing algorithmic content isn't enough. Even "clean" Instagram is still designed to pull you back. So I added time limits, scheduled blocks (no Instagram after 11pm), and a friction gate. A small challenge appears before opening a platform. The friction gate alone cut my impulsive opens roughly in half.

Tradeoffs I'm aware of:

1. This is a cat-and-mouse game. Platforms change DOM, filters break, I update. The three-layer approach means if one layer breaks the others still catch most content, but it's ongoing work. 2. iOS only. WKWebView is the only way to do this on iOS without a VPN/proxy. Android would need a different approach entirely. 3. No free tier. $3.99/mo or $14.99/yr. I considered freemium but didn't want to gate filtering behind a paywall. It's all-or-nothing. 4. "Why not a Safari extension?" I tried this first. Extensions can't intercept SPA navigations reliably, can't do MutationObserver-based filtering, and the UX of opening Safari and navigating to instagram.com is much worse than tapping a platform icon.

No accounts, no analytics, no data leaves the device.

Comments

gcampos•2h ago
I have been working on a different solution (https://vinewallapp.com) for this problem, but it based on network throttling
navsatech•1h ago
Nice one