Hacker Newsnew | past | comments | ask | show | jobs | submit | noir_lord's commentslogin

`Alexander the ok` did a nice video on this a while ago.

https://www.youtube.com/watch?v=YpruA5mC7wg


That's an entertaining read.

I binned Windows 11 recently (only kept it around for gaming) because I didn't like the direction it was clearly going (and has been for a while - including their shoehorning of AI into everything when I don't want it or need it) and don't game enough that I care much any more.

For the first time since the 80's I'm not running a Windows OS on any of my machines.

I doubt they'll care, I'm one user of hundreds of millions but I don't have to consider whether every update is going to turn on something I don't want/hate so I care.

The linked video (via a linked post) from Dave Plummer does indeed sum up my feelings pretty well - https://www.youtube.com/watch?v=oTpA5jt1g60


Windows is _always_ a pain in my a*. Every time I boot my windows box it costs me and average of 45 minutes of software updating.

And, FWIW MS's gaming-business is around 10% of its revenue, which is likely to be slowing soon:

- Valve made Steam OS (aka Proton) run on ARM architecture in addition to x86, and Valve also releasing a Steam OS PC to play Windows Games on in addition to its pioneering Steam Deck + clones (https://www.windowscentral.com/hardware/virtual-reality/valv...)

- Cross-platform title releases are happening more and more frequently, with MS / XBox owned studio games being released on PlayStation


The ads on 11 were enough to keep me away, at least til 10 expired.

The AI guaranteed I will never touch MS again, and recently switched when it did expire.

"No ethical consumption" under capitalism or whatever; every tech company has their finger in the pie. sigh

I'm slightly worried about the Linux Kernel and whether AI features pushed by NVidia, and MS in particular, will get brought in.


5mm (cheap) A4 Pad on my desk and a pen - nothing important/with duration longer than a day or two goes in there (but I write the date at the top right of each page and keep them on a two month sliding date window), I tried taking a photo of each page but realised I never looked back more than a couple of months so just stopped bothering.

Everything else I just throw around on the filesystem wherever makes sense for the thing I'm doing.


That's one way to arrive at an IBM Mainframe like model I guess.

It'll work until you can buy comparable expansion cards for open systems (if history is any guide).


Yep, tech is incredibly circular. Once Nvidia gets there is highly probable that "disruptive" competition will apear due to mere desire/pressure for more freedom and options (and knowing NVDA, also costs).

AMD is already knocking on the same door. If they had focused more on drivers it'd be an equal comparison.

They seem like a better razor for your Yak Shaving than an actually useful product (generally, I'm assuming some people do benefit from them).

Honestly if constant online distractions are an issue - just put your laptop/PC in airplane mode, if you don't have the self control to not turn air plane mode off you likely aren't going to have enough to not pull your phone out/grab your laptop.


That hasn’t been my experience. It’s a lot more friction to pull out a phone than to not tap a single control center button.

It’s why I take a notepad to meetings now. I’ve tried taking notes on a laptop, and simply can’t. I can either fight to make something work even though it’s failed for me for decades, or give in and adopt another strategy.


They have Telemetry as well which is on by default - see under "Firefox Data Collection and Use" in the settings.

They went ahead with manifest v3, as a result Firefox (and it's derivs) get full fat adblocking (Ublock Origin) and Chrome gets Ublock Lite which does the best it can with the v3 manifest limitations.

    browser.ml.chat.enabled set to false
    browser.ml.chat.menu set to false
    browser.ml.chat.page set to false
    browser.ml.chat.page.footerBadge set to false
    browser.ml.chat.page.menuBadge set to false
    browser.ml.chat.shortcuts set to false
    browser.ml.chat.sidebar set to false
    browser.ml.enable set to false
    browser.ml.linkPreview.enabled set to false
    browser.ml.pageAssist.enabled set to false
    browser.tabs.groups.smart.enabled set to false
    browser.tabs.groups.smart.userEnable set to false
    extensions.ml.enabled set to false
That should do it.

Can also use the user config override if you want to do it without having to do that every time you install FF somewhere new (put user.js in the root folder of your firefox profile).

    user_pref("browser.ml.chat.enabled", false);
    user_pref("browser.ml.chat.menu", false);
    user_pref("browser.ml.chat.page", false);
    user_pref("browser.ml.chat.page.footerBadge", false);
    user_pref("browser.ml.chat.page.menuBadge", false);
    user_pref("browser.ml.chat.shortcuts", false);
    user_pref("browser.ml.chat.sidebar", false);
    user_pref("browser.ml.enable", false);
    user_pref("browser.ml.linkPreview.enabled", false);
    user_pref("browser.ml.pageAssist.enabled", false);
    user_pref("browser.tabs.groups.smart.enabled", false);
    user_pref("browser.tabs.groups.smart.userEnable", false);
    user_pref("extensions.ml.enabled", false);
It's a garbage feature that no one appears to have asked for.

This is just as user friendly as the rest of the firefox configuration. I can't recommend it to anyone in good faith anymore.

They are promising to, along with the AI tab misfeature, add one button in preferences to turn off all the AI features.

At this point, it's easier to start with a privacy-focused, AI-free fork, like LibreWolf, and turn some stuff on to stop it breaking sites that have privacy-hostile workings, like disabling that LibreWolf exclusive fingerprinting protection that many sites don't play nice with.

So sick of all these hacks. I've been a Firefox user for decades but it's time to throw in the towel.

> it's time to throw in the towel

And do what? Use a Chromium-based browser, which is infinitely worse?


Forks exist

If Mozilla needs ill-fated diversification attempts to try to stay afloat, forks are in an even worse situation.

Certainly starting to feel that way isn't it.

It's frustrating that the choice is between "becoming bad" (firefox) and "much worse" (chrome).


While we might get to laugh at those silly people with their software patents (and describing them as toilet paper is quite funny) it still has real world effects for us.

For many years I had to install a linux distro and then mess around with freetype because there was a valid patent on subpixel hinting that was valid in the US and irrelevant in Europe but because the distro's I used at the time where US based I got caught in the cross fire.

Given the huge imbalance between US tech and Europe Tech (and rest of the world really) in software they sneeze, we get flu.

That only stopped been a problem when the patents expired[1].

[1] https://freetype.org/patents.html


That's why you should always use either European or Canadian mirrors. On FreeType, maybe Clear Type related; but I remember some slight hinting methods not related to cleartype which looked far superior on flat LCD screens IMHO.

Another one was Lame and MP3. And I remember the codecs issue with the Penguin Liberation Front for Mandrake, LIVNA for another distro and Debian Multimedia, among others.


Indeed.

> Instead of digging through selectors and hand‑writing custom JS/CSS

Some of us like that or at least the exact control it gives us Vs installing an extension that has access to my entire browser infrastructure and those terms.

I suspect many HN readers aren't the target market for this.


And that is totally fair!

I enjoy having control over my browser, as well. So much so that I built an extension that could help me with it :)

I didn't build this so I could make money, it was a side project that I tinkered with (after YC). I shared it with a few friends, they thought it was cool, their friends also thought it was cool, and it grew from there.

It's okay that many in the HN audience don't necessarily resonate with "Instead of digging through selectors and hand‑writing custom JS/CSS". At the very least, hopefully I inspired someone else to play with this idea. I personally think it is very cool and beneficial for the web!


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: