Life & fun · December 25, 2024
FixBrowser – a lightweight web browser created from scratch
Hello, I'm working on a web browser that focuses on being truly lightweight and designed for privacy. At some point I've realized that much of the complexity and resource requirements of web browsers comes from JavaScript. This is because every part needs to be dynamic and optimized for speed. So a few years ago I've started to work on a web browser that intentionally doesn't implement JavaScript, instead it contains an updated set of scripts that fix and improve various websites. I've been using this approach using a proxy server for a few years as my primary way of web browsing with good…
In plain words
FixBrowser is a lightweight web browser built from scratch that prioritizes privacy and minimal resource usage by intentionally excluding JavaScript support. Instead, it uses a curated set of scripts to fix and improve website functionality. The browser employs a whitelist approach that blocks cross-domain resources by default, preventing trackers and protecting user privacy. It is designed for users seeking faster browsing with reduced complexity and better privacy controls.
written from the facts on this page · September 2026
From the sources
In the maker’s words, at launch
Hello, I'm working on a web browser that focuses on being truly lightweight and designed for privacy. At some point I've realized that much of the complexity and resource requirements of web browsers comes from JavaScript. This is because every part needs to be dynamic and optimized for speed. So a few years ago I've started to work on a web browser that intentionally doesn't implement JavaScript, instead it contains an updated set of scripts that fix and improve various websites. I've been using this approach using a proxy server for a few years as my primary way of web browsing with good results. It uses a whitelist approach where no resources are loaded from different domains by default (the fix scripts can override it to load images from CDNs, etc.). This avoids any trackers by default. You can find more details on the homepage of the project: https://www.fixbrowser.org/ I'm currently running a fundraiser to get it really going. All the foundation blocks are there it just needs some more work. Any support is welcome.
More life & fun this month
the category →- TL
Life & fun · 10d ago · louisabraham.github.io

Photosynthesis fires two of your iPhone
Life & fun · 28d ago · photosynthesis.camera
SoloUno▲310Take control of hair pulling, nail biting & skin picking
Life & fun · 28d ago · solouno.io

Scroll through all 43,252,003,274,489,856,000 reachable Rubik's Cube permutations.
Life & fun · 26d ago · everycube.alen.is


Hi HN, I built Eigendrum, a web tool that solves the 2D wave equation for arbitrary shapes so you can hear what they sound like as drums. How it works: * Solves -∇²u = λu using finite element analysis (Kφ = λMφ) on a triangle mesh. * Validated to <0.1% error against closed-form solutions for circles (Bessel zeros) and rectangles. * Sound model factors in strike location, Rayleigh damping, and mallet width. * Includes Kac drums I & II to demonstrate identical sound spectra from different geometries. * No frameworks, build steps, or dependencies. Repo and tests:…
Life & fun · 26d ago · baselashraf81.github.io