Readit News logoReadit News
Nab443 commented on Hardening Firefox – a checklist for improved browser privacy   andrewmarder.net/firefox/... · Posted by u/amarder
craftkiller · 13 hours ago
You sound like 1.125 watts is insignificant to a laptop, but my laptop idles around 6 watts and it is currently using 8 watts since I've got some stuff running. Shaving off 1.125 watts is a 14-19% improvement.
Nab443 · 13 hours ago
The point is that the shaving might not be due to the firefox variable changes, but rather to other environmental differences.
Nab443 commented on Asyncio: A library with too many sharp corners   sailor.li/asyncio... · Posted by u/chubot
dontlaugh · a month ago
Stackless Python has existed for a long time. It’s “stackful” according to your definition, the term they refer to is the C stack.
Nab443 · a month ago
Stackless python, we were not ready for it.
Nab443 commented on Vet is a safety net for the curl | bash pattern   github.com/vet-run/vet... · Posted by u/mooreds
Wowfunhappy · a month ago
The Applications folder system does work really well for GUI apps! It's not really made for command line apps.

For command line apps, the equivalent would probably be statically-compiled binaries you can just drop somewhere in your PATH, e.g. /usr/local/bin/. For programs that are actually built this way (which I would personally call "the correct way") this works great!

Nab443 · a month ago
I would not call apps built statically "the correct way". It offers benefits but also drawbacks. One of them being that you can't update statically linked libraries in it with security fixes without replacing the binary completely, which can be an issue if the context does not allow it (unsupported proprietary software, lost dependency code, ...). It can also lead to resource consumption faster, which can be an issue in resource constrained systems.
Nab443 commented on A 14kb page can load much faster than a 15kb page (2022)   endtimes.dev/why-your-web... · Posted by u/truxs
SXX · a month ago
This. It's exactly why Microsoft use modern frameworks such as React Native for their Start Menu used by billions of people every day.
Nab443 · a month ago
And probably the reason why I have to restart it at least twice a week.
Nab443 commented on Linux Reaches 5% Desktop Market Share in USA   ostechnix.com/linux-reach... · Posted by u/marcodiego
andyferris · a month ago
I have to ask - what OS do AI-training web scrapers tend to report? (A mixture? One with > 5% linux market share? Sorry, being a sceptic, otherwise I think this is fantastic news if accurately measured).
Nab443 · a month ago
I tend to think that they mostly should be using their own user agent, and if not be desguised as the most common ones to avoid being detected too easily. Web scaping probably has been mostly running under Linux before the age of AI anyway. I'm not in the field, so if anyone more trustworthy info on that...
Nab443 commented on Why does Apple make a minority of developers finance the entire App Store?   lapcatsoftware.com/articl... · Posted by u/walterbell
bitpush · 3 months ago
That's a gross characterization of what's going on. When I download Uber on App Store, the business relationship is between me and Uber (and Apple doesnt and shouldnt come into the picture).

Do you think Ford needs to get a cut if a user buys Michelin tyres of their Ford Car? Will you argue that Michelin needs to "pay into Ford for access to their market"?

Nab443 · 3 months ago
If they sell tires in Ford shops, yes. Same for uber going through the App Store.
Nab443 commented on Dependency injection frameworks add confusion   rednafi.com/go/di_framewo... · Posted by u/ingve
sverhagen · 3 months ago
If the rules of the dependency injection framework are well understood, the IDE can build a model in the background and make it navigable. I can't speak for C#, but Spring is navigable in IntelliJ. It will tell you which implementation is used, or if one is missing.

In a Spring application there are a lot of (effective) singletons, the "which implementation of the variable that implements Foo is it" becomes also less of a question.

In any case, we use Spring on a daily basis, and what you describe is not a real issue for us.

Nab443 · 3 months ago
This is the point, you need an IDE with advanced features while a text editor should be all you need to understand what the code is doing..
Nab443 commented on Ty: A fast Python type checker and language server   github.com/astral-sh/ty... · Posted by u/arathore
pjmlp · 4 months ago
Maybe you should first investigate all the gimmicks they had to do, between amount of servers they had to ramp up burning needless budget, rewriting code into C and C++ libraries, Go or whatever else they ended up adding, before doing such statements.

https://stackshare.io/instagram/instagram

Nab443 · 4 months ago
Any other link to share about that? The stackshare url does not even mention anything related.
Nab443 commented on Apple Shortcuts is falling into "the automation gap"   sixcolors.com/link/2025/0... · Posted by u/walterbell
SebFender · 4 months ago
I use it daily to turn my iOS device to low power when I use a photo and video app - this little trick turns off HDR that I profoundly detest and can't visually stand for.
Nab443 · 4 months ago
Makes me think of this old trick that raise the room temperature when you press space long enough.
Nab443 commented on All four major web browsers are about to lose 80% of their funding   danfabulich.medium.com/al... · Posted by u/dfabulich
xnx · 4 months ago
> All for nothing, in the end even they had to give up and switch to white-label Chromium.

How is that a loss? All Microsoft wants is a controlled space to push their own products/services. Google gave them a tool to do just that for free. Microsoft would absolutely be writing its own (probably worse) browser if Google wasn't so generous to give them on without Microsoft having to incur any development cost.

Nab443 · 4 months ago
Don't say they were generous, that was a completely strategical move. By having more browser adopt their engine they can have a better control on ads and ensure they keep a way to profile users. Goal obviously shared with microsoft which knows the engine is in the best hands for their needs too.

u/Nab443

KarmaCake day35December 18, 2023View Original