Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment Re:I don't want an EV, though. What I want... (Score 1) 64

I don't know about your home, but using a licensed electrician to hardwire an EVSE including cost of EVSE was like $700, which wasn't nothing but compared to the purchase price of the two EVs, it's nearly a rounding error.

But still, if you are renting your home, or are in dense living your point absolutely stands.

I do wonder if they'll do a gas generator option. I seem to recall someone at Ford explicitly calling out 'EREV', so it seems like it's likely top of their mind.

Comment Re:Pre-emptive strike against SLATE? (Score 1) 64

I appreciated the modularity, and even having things be optional, but I agree the implementation was crap. Something as straightforward as a double-din area and pre-wiring for speakers whether you have speakers or not would have been so much more compelling. Factory infotainment means hard to upgrade, double-din could have been an incredible thing in this day and age.

Also wondering how much of the 'cost savings' really did save costs versus sounded like something that should save costs. E.g. the hand crank windows are appreciated, but given the prolific nature of power window assemblies and almost no hand-crank out there, wonder if it's really any cheaper versus trying to be cheap.

Comment Not so sure.. (Score 1) 64

The consumer Lightning starts at $65k, it's a truck that won't fit in most people's garages and people shopping for brand new EVs are likely looking for it to be in the garage.

So if they do release a $30k pickup that's less than 200" long with a towing capacity of around 7k lbs or so... that could be *very* attractive. Ford knows their brand strength is pickups and small affordable EV pickup is a corner of the market not well served currently. It's not a bad choice at all for Ford to start here, maybe following up quickly with an 'Escape' EV.

Comment Re:oh for fuck's sack (Score 1) 27

Problem being that if the tooling is so hopeless it can't actually do an analysis of an installed instance and correctly identify the SBOM material itself, it's likely the SBOM is going to be of low quality anyway, with mostly false positives.

I participate routinely in SBOM reviews from one of the platforms in the industry. It's like 95+% false positives. There's another tool which does more than that, but does 'SBOM' type stuff, but instead of trying for 'application', it does the 'environment' and is much smarter about vendor CVE databases and distribution patching.

In short, I can see why someone could be disillusioned by the SBOM concept if they work in the industry and see their company tossing money at a mostly useless analysis tool that just makes more work without quality/accurate results. If the SBOM tools are whining they can't figure out the dependencies, then it's understandable to assume these are likely the lazy ones that don't get it right even while forcing the users to do a lot of the hard work themselves.

Comment Re:no brainer (Score 1) 207

Think the issue is the nature of the competition.

Most people who want *burgers* aren't really excited about the Beyond/Impossible meat, because it frankly kind of sucks. So you might try it out of curiosity, but meh.

Of the people that want to go vegetarian, they tend to not have that much of an attachment for beef burgers, so why pay a premium for this novelty that you don't really care about so much, and you can get cheaper vegetable patties that aren't trying to pretend to be beef.

Yes, it's possible for a product to cost more than a market is willing to pay. In such a case, it's just not a viable business model.

Comment Re:That's why Linux wins. Quality. (Score 1) 174

Pity about Toyota's code, which we know to be trash after the code reviews (not NASA's worthless one, but the good one from the Barr Group) revealed that they not only don't follow industry best practices, they don't even follow their own documented guidelines.

That was true back then; is it still true now, a number of years, and many expensive lawsuit-settlements later? (I suppose it's possible that Toyota has learned nothing from the experience, but that doesn't seem like the most likely outcome from a company that generally prides itself on quality and reliability)

Comment Benchmarks lose value when they become a target... (Score 2) 92

Particularly in machine learning, Goodhart's law reigns supreme: "When a measure becomes a target, it ceases to be a good measure". A well recognized test becomes training fodder, and loses it's representation of "gotchas".

How tough are those questions? You could literally spend the rest of your life trying to answer a single question from that exam

Well I suppose if you are going to die in the next few seconds...

"Hummingbirds within Apodiformes uniquely have a bilaterally paired oval bone, a sesamoid embedded in the caudolateral portion of the expanded, cruciate aponeurosis of insertion of m. depressor caudae. How many paired tendons are supported by this sesamoid bone? Answer with a number."

That isn't exactly a lifelong project to answer.

Comment Re:Where’s the new Bottleneck now? (Score 1) 37

On the backwards compatibility front, EV horsepower makes as much sense as a gasoline engine, sure we could say 'kilowatts' for both, but marketing loves the 'horse', especially since changing to kw would make the numbers go lower.

Problem on the compatibility front is that while you may safely ignore a 2005 PCIe adapter (or require such users to buy an adapter), breaking that compatibility form-factor wise also means breaking compatibility with 2025 adapters, which would be a much bigger problem. The most potentially interesting backwards incompatibility to pursue would be a rework of the card-edge connector, and there's no good way of excluding *very old* PCIe without also excluding current PCIe. You would either need to split the ecosystem (and to an extent, that exists already between M.2, OCP, USB-4, some others, and of course good old PCIe slots) or introduce some interposer that would demand more space and make the form factor necessarily bigger than traditional PCIe to support standard PCIe.

Comment Re:qemu / esxi / etc can't realy be locked out bit (Score 1) 105

Sure they can. If they say 'no virtualization allowed', that's not really anti-trust since all virtualization is blocked. They could only allow Nuvoton, Intel, Amd, Infineon, STMicro and pretty much cover the gamut of 'real' TPMs and be healthy competition.

To the extent industry does the whole remote streaming from gaming datacenters, you can wager that the providers can get special arrangements, such as getting *their* swtpm to have an endorsement cert that is trusted. So maybe you have an 'xbox live' TPM that manifests as a software tpm, but trust in microsoft to keep it well secured and/or to handle revocation/reissuing across the board in the very unlikely event of a leak.

Comment Re:Eventually need a language with pointers (Score 1) 65

To understand what the program is actually doing and how the computers actually work, you need to understand pointers. They aren't necessary in day to day work, but not understanding how they work will lead to subtle bugs.

If you are coding in a language that doesn't have pointers, then you don't actually need to understand how pointers work... any more than you need to understand how assembly language works in order to program in C++. It might be helpful in some cases to understand pointers, in the same way it might also be helpful to understand assembly, or transistors, but plenty of people successfully write software (even well-designed, correct, performant software) without it.

Slashdot Top Deals

... though his invention worked superbly -- his theory was a crock of sewage from beginning to end. -- Vernor Vinge, "The Peace War"

Working...