Forgot your password?
typodupeerror

Comment Re:Shrug. My machine won't run 11. (Score 1) 77

Unfortunately, the software I need to be able to run makes heavy use of the GPU. I don't think Windows VMs have that level of compatibility yet.

I think the hot setup is to run it in an AWS instance. That way I could have access to the software from pretty much anywhere. But I don't expect that to work either.

Comment Biased news (Score 3, Insightful) 54

No, they won't object to the labels. They will claim that forcing them to put the actual nutritional information is the violation of their free speech. I mean, if they can lie about recycling, why can't they lie about the nutritional content or the ingredients?

A simpler explanation is that this is a biased news report intended to stir up outrage. ... and you and the grandparent post fell for it, and are adding to the overall outrage level.

Take a moment to look at the arguments against.

It looks a whole lot like manufacturers are *not* trying to lie about packaging or content, it's the complete opposite of that. The manufacturers want the labels on based on the product material, and not based on whether there are recycling program within the state. The stamp should describe the product, not the availability of recycling to the end consumer.

If the bag your product came in has a polypropylene triangle on it (a "5"), it means the bag *can* be recycled. If California doesn't have facilities for doing that, it doesn't make the bag non-recyclable. California only manages to recycle 2% of this type, manufacturers want to put the stamp there to inform the consumer, the language of the bill would force them to remove the stamp because California doesn't recycle this type of plastic, and of course the manufacturers wouldn't do that for just California they would do it for everyone.

That's what this is about, not lying.

Furthermore, the plaintiffs the Pack act, which would install one standard country-wide, eliminating the maze of state-wide regulations.

Stop adding to the outrage, look at both sides of an issue before commenting.

Comment Re:Overheard (Score 4, Informative) 21

It adds up to 40 miles per day, not 5. 5 would be a cloudy day.

I used to be anti-solar-panels-on-cars back when solar panels were expensive, and ones of reasonable efficiency were even more expensive - the argument was, "put it on your roof where it belongs". But that's just not the case any more. Adding solar is just not that much of a cost to the car. It adds some complexities, but mainly in the design / early manufacturing phase.

Also:

The average American drives 37 miles per day.

1) So if you're in a sunny climate, it covers all of said average-driver's driving. Otherwise, said average-driver has to plug in occasionally, but not nearly as often.

2) Most people drive less than the average (the average is skewed by a long-tail - small numbers of people who drive very far every year). What you actually should be meaning is the median US driver; the median drives 23 miles per day. Most Europeans, even less.

3) Even for said "average american", their daily average is skewed by long drives (e.g. road trips and similar). Wheren of course you're plugging in, you'd be plugging in even if the car was adding 80 miles a day. But when not on road trips, their daily average is lower.

4) Surely you can see the appeal of the tangential benefits, such as being unstrandable - where even if you run out in the middle of the desert 20 miles from the nearest town, you're still going to get there, just delayed (remember that EV ranges, if you drive very slowly, increase like 2x, so 40 miles a day becomes 80, so a 20 mile shortfall is only a ~4h delay on a sunny day).

5) Nobody is saying, "One car for everybody". Of course appeal varies by person and by location. Here in Iceland for example we have three problems. One, very little sun at all for a good chunk of the year. Two, even in the summer, when the days are long, the sun is mainly low and circles around you. Solar power just kinda sucks here in general. And three, the three-wheel config would mean that the centre wheel wouldn't align with tracks in the snow from other cars (although there is a slight advantage, in that it also wouldn't align with road ruts from studded tyres, which often fill with water in the rain and become hazardous).

But somewhere in the southern US, it's a great option.

Comment Shrug. My machine won't run 11. (Score 2) 77

Nor will my mom's machine, mother-in-law's machine, and wife's machine.

As I depend on a software suite that doesn't yet run on Linux, I'm kinda trapped. My machine is studly and in fine shape. I'm not going to replace it at this time.

So, Microsoft can continue clutching their pearls.

Or.... they could perhaps come out with a version of Windows that doesn't depend on TPM 2.

Or, I could bite the bullet and switch to Linux. I already have Mint running on a laptop, and it's pretty nifty.

Comment Arrokoth is such a neat body. (Score 2) 12

For those who didn't follow it, it's not that it's a contact binary that is so neat in and of itself, it's that when they modeled it, they determined that, the collision that formed it was less than 5 meters per second (less than 11 mph / 18 kph). Like a parking lot fender bender, but with the cars being ~750 billion tonnes.

Comment Re:Why? (Score 1) 155

Yeah, there's two main problems:

1) People entering the wrong fields. For example, medicine really needs workers, at all levels, but not enough people are going into it.

2) Certain manual labour fields, like field work and home construction, because... well, I think we all know why there's a shortage of workers in those fields.

Comment Re:LLM output is Grey Goo and Ecophagy. (Score 2) 155

Or let's put this another way. Show of hands - how many of you "spicy autocorrect" / "stochastic parrot" people had "AI will start mass-solving Erdos problems" on your forecast list a couple years back? Huh, none of you? Fascinating!

Take some time to reassess your priors. And while you do so, understand that, yes, they are doing logic / reasoning.

Comment Re:LLM output is Grey Goo and Ecophagy. (Score 4, Interesting) 155

They weren't discovered by an LLM. They were known conjectures that were proven by an automated solving language that was linked to an LLM.

I'll take "Things That Didn't Happen For $200", Alex.

Only a handful of meaningful proofs have ever been done by automated formal theorem solvers (the Four Colour Theorem being the most noteworthy example - but its proof is so long that humans can't verify it). By contrast, AI tools have been solving Erdos problems en masse. The majority of them just bog-standard commercial models. In case you need help, the only ones on that list that were hybrid (AI / non-AI) in the actual solving phase are:

1) AlphaProof / DeepMind Prover Agent / AlphaProof Nexus
2) Aristotle (Harmonic)
3) Seed Prover / Seed Prover 1.5 (ByteDance)
4) AxiomProver (Axiom Math)

In each of the above, LLMs come up with the lemmas / strategies but then use Monte Carlo search ("brute force") or likewise to investigate what they came up with. These are a minority. In the "AI Standalone" category, these "hybrid" tools made up only ~20% of attempts and successful proofs. Hybrid tools actually made more of a contribution in the "AI Alongside Literature" (related literature found afterward) and even more of the "AI Building On Literature" (related literature known beforehand) categories, which is the opposite of what people like you expect.

And even with the hybrid tools, it's still the AI doing the heavy lifting when it comes to strategy. Non-AI theorem solvers, again, don't have a spectacular record for churning out novel proofs to unsolved problems. Tools like Lean are more about mathematical rigour - a passive environment that requires a driver (a human or AI) to feed it actual strategies, lemmas, and proof steps. And no, you cannot brute force "strategy" in the vast majority of cases, which is, again, why automated theorem solvers don't have much of a track record with unsolved mathematical problems.

Let's take a random example: the disproof of the unit distance conjecture. It was solved purely by a general purpose commercial GPT model, not custom-trained to mathematics, with no external tools. Read what the various mathematicians reviewing / commenting on it have to say (sections #3 and onward). Seriously, don't skip reading them, actually read them. This was one of Erdos's favourite problems. He mentioned it commonly in his lectures. Essentially every mathematician working in complex geometry has thought about this problem. The approach that the model came up with was highly novel approach, based on CM-fields and class field towers.

I know you don't want to accept this reality, but it is the reality, so you better improve your ability to accept it,. The field of mathematics is already doing so.

Slashdot Top Deals

I've finally learned what "upward compatible" means. It means we get to keep all our old mistakes. -- Dennie van Tassel

Working...