HN user

drewfax

727 karma
Posts4
Comments21
View on HN

Yes, UPI works. But it's a terrible system for privacy and autonomy. It has so many intermediaries, requires phone number and linked to person's identity. It should not be called a peer-to-peer payment system in anyway. It is controlled by the government rather than Visa or Mastercard. That's the only the difference.

I too use ASUS RT-AX53U. Decent hardware. But stock firmware was terribly slow. IPv6 didn't even work.

I heard OpenWrt when I searched how to fix the stock firmware. Flashed it and never turned back. Now, OpenWrt is a critical infra in my house for adblocking, DoH, Firewall, Network Segmentation etc. None of these are possible with the stock firmware.

Similar experience. I bought an ASUS router and enabled IPv6. It slowed down everything down. Immediately flashed OpenWrt on it, IPv6 works like charm.

It's usually bad configuration done by the router vendors. It doesn't mean IPv6 is bad.

That completely goes against what they're working towards. I understand why you would want to root your own phone, but GOS is targeting highest security standards and root ain't one of them (for good reason).

Leaving Mozilla 1 month ago

Some things Mozilla could have done correctly:

    - Kept Rust and sold best-in-class tooling like IDEs to enterprises.
    - Polished Firefox OS and distributed apps in their store for a 1% commission.
    - Kept Servo and made the most secure and fast browser that no one else had made.
    - Partnered with OEMs to offer Firefox as the default browser.
Yet the best they could do was pay their CEO for nothing.
Leaving Mozilla 1 month ago

Firefox OS was a brilliant idea. Imagine cross platform and open apps based on HTML/JavaScript that feel native and polished. 2026 would have been amazing if Mozilla executed it right.

Leaving Mozilla 1 month ago

Extensions were why Firefox was so popular among those considered 'abnormal.' Chrome just copied the idea. VPNs, Pocket, and sync services are all great features; it's their implementation and execution that is so poor.

All Mozilla (and Firefox) needs is to be run by developers, not the fucking MBAs.

I tried building a cross platform shared library. I still couldn't get GHC to generate the library with Haskell's Runtime (RTS) statically linked. Tried multiple AI models and nothing could make it work. Eventually gave up after a month.

Also there's no support for Android and iOS, atleast not without spending months in recompiling GHC with haskell.nix or other third party projects.

Eventually I switched to Rust. It's tooling is so mature that I can focus on developing than compiling GHC.

Despite these demerits, I love Haskell language and lazy eval. I wish I can use it one day.

GPL v3 specifically requires the vendor distributing the GPL v3 components to allow the user to change the software on the end user device. This means no more locked bootloader. We would have had choice to install custom Android distributions and thus less Google monopoly.

Samsung phones and TVs have tons of adware built in. I'm pretty sure they won't want GrapheneOS on their phones. Motorola, on the other hand, has always shipped stock OS with minor customization. The only problem with Motorola is that their support is very short (like 2 years).

Browsers were able to block pop-ups because websites used to open another browser window to display ads. Modern websites use modals using CSS and JavaScript within their page canvas.

It's hard to block them deterministically by the browser. Though uBlock Origin and NoScript can block almost all these annoyances.

I use Mullvad through Tailscale’s exit‑node integration, and it’s awesome. They are the only provider I trust these days.

To highlight virtual routing: it’s useful in scenarios where a country blocks VPNs but you still need an IP from that country to browse local websites. In such cases, virtual routing comes in handy. For example, when India required all VPN servers in the country to log user traffic, Proton moved its Indian server to Singapore and used virtual networking tricks to continue offering an Indian IP address.