Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror

Comment Re:Tons of batteries for TONS OF CAR (Score 1) 613

Manufacturers choose their position based on perceived market desires (partially) and cost. Ultimately they need to make something that sells.

Because we are in the shake-out period of a new market, the chargers are sparse and non-standard. Fast forward 15 years and most likely there will be a better charger network with better standardization which allows the manufacturers to design their product around that landscape. Most likely the range thing will be a standard option per model so the consumer can choose which range works best for them.

Comment Re:Carbon Fiber sub (Score 1) 70

Two points:
1-A paper from Oct 22 that was a compilation of research about carbon fiber for deep sea basically concluded that the math to properly model it is not currently known, existing math for this type of stuff don't apply to carbon fiber, experimental results not always the same as the expected result.

2-Viewport: Only rated to 1,500 meters, Rush thought there was too much safety built in to the charts for that material and it would be fine, others disagreed with him.

Comment Re: Carbon Fiber sub (Score 1) 70

If the sub is heavier than water then you need a method to bring it back to the surface (propulsion and energy). To get around this issue, titanium subs get coated in syntactic foam which is expensive but allows the sub to float to the surface after dropping balast.

Comment Re:Carbon Fiber sub (Score 1) 70

That was the only employee, but there were many other deep sea specialists that told him carbon fiber not so good (36 signed a letter to him, plus he consulted directly with a few different people that told him carbon fiber either not so good or there simply isn't enough info about how to make it safe/how to understand when it's safe).

Comment Re:What a nonsense title (Score 2) 65

If you read their paper it will help you understand how their system works and where it has applications. Here are a couple key points:
1-" First, the data transfer between digital and analog domains is fully eliminated until convergence to a solution is achieved."

2-" Second, there is no separation between compute and memory since the variables are computed as light traverses through the optical modulation matrix"

Their system is specifically designed to solve optimization problems like traveling salesperson in a manner that avoids key inefficiencies with our current typical computing model.

Comment Re:Silly (Score 1) 82

Before I respond, just let me state that I'm not claiming any kind of certainty about QM in the brain or even that NP-complete problems need to be solved to produce consciousness. I have no idea and neither do the researchers that I read.

Having said that, there is active research in this area, and, just following the slow accumulation of data in the same way that has happened with the now current understanding of astrocytes performing a functional role in computation (non-linear intra and inter cell calcium wave signaling etc.), it sure looks like there is an interesting bit of info being added that could reasonably end up at the point that QM is a key functional tool in our mental processes.

Maybe.

Comment Re:So let's check the scorecard shall we (Score 1) 56

Exactly, there is real value for this type of product for this use case. In addition, when all cars have this type of system, it should make the commute more efficient by reducing the process of large groups of cars speeding up to 60 and then hitting their brakes hard and coming to a complete step only to do it again over and over. The efficiency of a smooth flow should cut the time down by some percentage.

Comment Re:What does the description even mean? (Score 1) 81

I was wondering the same thing. Generally microservices style relates to separating data and functions per domain, as opposed to designing around centralized/shared data and/or functions. For example, if multiple domains require customer master data or sku data to perform their functions, they are each required to create+maintain their own local copy, typically by consuming add/change messages from other domain(s) as well as maintaing additional attributes locally that relevant to the local domain.

The benefit for enterprise systems is the ability to adapt local systems more rapidly due to changes having a reduced impact on other systems (compared to centralized/shared). The downside is increased complexity and effort to build out the local systems compared to centralized/shared approaches.

I'm not sure how that applies to a framework.

Slashdot Top Deals

Our country has plenty of good five-cent cigars, but the trouble is they charge fifteen cents for them.

Working...