This is why using a local web proxy is a good idea; it can standardize those responses (or randomize them) no matter what you’re actually using.
Personally, I keep JavaScript disabled by default specifically because of this, and turn on those features per-site. So if a website has a script that requires the accelerometer for what it does, that script gets to use it. Other sites keep asking for it? I suppress the requests on that site and if it fails to operate (throws one of those ad blocker or “you have JS disabled errors), I just stop going to the site.
I’ve found that with everything disabled by default, browsing the web is generally a pleasant experience… until it isn’t.
This of course requires using a JS management extension. What I’d really like to see is a browser that defaults to everything disabled, and if a site requests something, have the browser ask for permission to turn on the feature for that particular script, showing the URL for the script and describing what the code does that needs the permission. This seems like an obvious use for locally run AI models.
The solution isn’t so much to replace plastic as it is to eliminate “single use” from our way of life, except as needed for emergencies (eg, situations where the only way to be sanitary is by destroying the object after use).
If you eliminate the majority of non-reusable stuff from your life, the rest becomes much easier. The volumes of plastics would be much lower such that much of it could actually be recycled at least once.
The second bit is to always incorporate end of life into a product’s lifecycle. Shrink what’s allowed to go in landfills. Provide a system to reclaim and often re-use damaged or worn out materials. Design things so they can be easily parted (broken up into parts) so that if a battery dies, you take the old ones in for servicing and either get them replaced or refreshed, instead of tossing the entire device.
Groceries? I no longer use bags; I get the store to give me the flats it gets its stuff in, and I fill those up with my groceries. General shopping? I have a set of cloth bags that stay in my car and another I can shove in my pocket when I’m walking.
I’ve got a metal water bottle I take with me when I go places.
Rejecting single use will get us much further than rejecting plastic.
No, they really don’t. It’s a large language model. Input cues instruct it as to which weighted path through the matrix to take. Those paths are complex enough that the human mind can’t hold all the branches and weights at the same time. But there’s no planning going on; the model can’t backtrack a few steps, consider different outcomes and run a meta analysis. Other reasoning models can do that, but not language models; language models are complex predictive translators.
Yeah; for any faith system, you’ll get someone attempting to exploit it to maintain their wealth and power.
Eventually, the entire underlying belief structure that’s usually based on something real becomes overlaid with a prescriptive ideology designed to help a small group of people get their way.
The study being referenced explains in detail why they can’t. So I’d say it’s Anthropic who stated LLMs don’t have the capacity to reason, and that’s what we’re discussing.
The popular media tends to go on and on about conflating AI with AGI and synthetic reasoning.
Community living in isolation under a mountain for 6,000 years.
I bet they’d be rather surprised at what humanity has become in the intervening years; I wonder how humans would adapt to an underground lifestyle in 6,000 years.
When you consider education itself to be “leftist” and prefer indoctrination and dogma to critical thinking and the scientific method, it makes more sense.
I don’t know… I think his description can be overly complex/abstract for eli5 AND all the other descriptions can be wrong.
Here’s my attempt:
You know how with Lego you can make all sorts of stuff, but you can also buy a kit with some main pieces pre-molded that you attach the other bits to, to make your object?
Linux is like that pre-made bit, with bumps on it in specific places to build the object. It’s designed to be the interface between the non-Lego objects and the Lego pieces.
But unlike in most systems, with Linux, everyone can tweak the pre-made bit, and it must be given away, along with the instructions on how to build it.
And of course, this all runs in software on electronics, not using physical objects made of plastic.
I used to buy all sorts of stuff at Canadian Tire in the 90s, and while it was affordable, it almost all broke within 2 years, from CCM bicycles that had their frame welds crack to Hunter kitchen appliances that had power supplies that overheated and failed, to even bouncy balls that would harden and crack. Air pumps where the plastic would crack or the pump rod (which was held in by glue) would disconnect, foldable chairs where the stitching would unravel, knives where the blade would snap.
The list goes on and on. Never had that volume of problems with any other store I’ve ever shopped at.
Also, I had relatives that worked in CT in the 90s. They’ve got even worse stories to tell.
This is why using a local web proxy is a good idea; it can standardize those responses (or randomize them) no matter what you’re actually using.
Personally, I keep JavaScript disabled by default specifically because of this, and turn on those features per-site. So if a website has a script that requires the accelerometer for what it does, that script gets to use it. Other sites keep asking for it? I suppress the requests on that site and if it fails to operate (throws one of those ad blocker or “you have JS disabled errors), I just stop going to the site.
I’ve found that with everything disabled by default, browsing the web is generally a pleasant experience… until it isn’t.
This of course requires using a JS management extension. What I’d really like to see is a browser that defaults to everything disabled, and if a site requests something, have the browser ask for permission to turn on the feature for that particular script, showing the URL for the script and describing what the code does that needs the permission. This seems like an obvious use for locally run AI models.