Cost scales with refinement effort, so it just results in more expensive TVs. That said, pretty sure we'll have drowned the planet in landfilled TVs long before this becomes a serious issue
While Ofcom hasn't required it yet, they have indicated that they very much plan to[1]. Apple is pretty clearly getting out ahead of this, and simultaneously removing the burden of compliance off all of the relevant app developers (which seems in line with their overall privacy stance - I'm more inclined to trust Apple with my ID than I am some social network)
That mentions app stores, but I can't see anything about device-level age-verification there.
Also, does Ofcom have the power under the Online Safety Act to mandate app-store verification (or device-level verification, for that matter)? Or would it require secondary, or even primary, legislation?
I guess you mean htmx. Same here. I read the article for a while, and was confused by "HTTPX is a very popular HTTP client for Python." and wondering "why is OpenAI using htmx", until I eventually realized what's going on.
> they've priced the consumer/pro-sumer out of the market prettymuch
I'd argue that (the low end of) Apple products are the cheapest they've ever been - the $599 iPhone 17e is below the inflation-adjusted price of the original iPhone, and at $599 the MacBook Neo is the cheapest launch price an Apple laptop has ever listed at (not even adjusting for inflation!)
The maximum amount you can spend at the high-end has certainly gone up over time, although the basic MacBook Pro Max config costs roughly the same as it's peer from 10-15 years ago - nobody's forcing folks to shell out for the 128GB of RAM (something that didn't exist on laptops at all till very recently)
But you can turn that behavior off, IIRC it tells you the environment variable to set if you don’t want it to do that every time it runs.
I agree it’s annoying, but I haven’t turned it off because it’s only annoying because I’m not keeping my computer (brew packages) up-to-date normally (aka, it’s my own fault).
I'm not sure if I just have way fewer things installed than most people or I just update more often, but I haven't experienced anything like this for years. I run `brew upgrade` probably around once every (work)day, usually right before doing a git pull or something, and then I'll quickly look at a couple emails or slack messages, and then it's always done by the time I switch back
But why do you want daily upgrades? Most of us want to wait a little while for the bugs to be worked out of fresh releases. And hey, if everything is working today... why would I want to risk potential breaking changes?
I don't recall ever having something break from upgrading it in homebrew, but I do recall having issues in the past from having things outdated without realizing it (usually stuff that wasn't getting upgraded by my package manager, e.g. VS Code being months out of date without me realizing and therefore not working with an extension the company I was working at had developed).
On the average day, I get maybe two or three package upgrades from it. Sometimes, they're packages that I'm extremely grateful to have updates for immediately (like rust-analyzer), and other times they're things that I don't use very often (or don't use directly), so I wouldn't likely remember to upgrade them at all if I didn't make a habit of it.
> Most of us want to wait a little while for the bugs to be worked out of fresh releases. And hey, if everything is working today... why would I want to risk potential breaking changes?
I felt like I was pretty clear in my original comment that I didn't know whether other people upgraded as often as me or not. That being said, it does sound like you've been having an experience you're unhappy with, and I'm not, so I'm not sure why you're so confident that the way I'm using it is weird. It's very possible that it would not end up being something you or others are happy with, but it's more weird to me that you think this is such a huge deal when it seems like the most obvious way in the world to use a package manager to me.
> Most of us want to wait a little while for the bugs to be worked out of fresh releases.
This is not something that's solved by updating less frequently though. It would be solved by a 'minimum age' setting, but `brew` aren't planning on implementing that, with arguably valid reasoning: https://github.com/Homebrew/brew/issues/21421
Minimum age solves a related problem - it gives maintainers some margin of time in which to discover vulnerabilities and yank the affected versions.
However, minimum age also delays you getting bug fixes (since those also need to age out).
In an ideal world one would probably be able to configure a minimum-age-or-subsequent-patch-count rule. i.e. don't adopt new major/minor package versions until either 1 month has elapsed, or a minimum of 2 patch versions have been released for that version.
FWIW this seems to have improved in recent years. Back in the dark times of non parallelized downloads I would purposefully wait to end of day and fire the thing off before leaving
An operating system is a style of thinking about your work. WINE is a way to get Windows applications to run (by now run decently) under GNU/Linux. These Windows applications are nevertheless foreign bodies in the whole kind of thinking which GNU/Linux is built around.