Vibrations are surely an issue with electromechanical systems but hardly with electronics. There are plenty of cheap electronic accessories for cars and you can observe that those keep functioning for years.
Sure, these are the assumptions but silicon is silicon, copper is copper and solder is solder. They don't use easy melting electronics in vacuums and hardened stuff in cars, the tech is about the same unless it is supposed to work in highly radioactive environment. The plastics are different but car interiors are full of plastics, so its unlikely that the costs of temperature resistant plastics needed for this is more than a cupholder.
As for the range, again pretty powerful lasers are sold for sub 10SUD prices on retail. I am sure that there must be higher calibration and precision requirements as the distance increase but is it really order of magnitudes higher? 120 meters laser measurer with 1cm accuracy is 15 Euros on Temu and that thing has an LCD screen and a battery as a handheld device. How much distance do you actually need?
There are laser measurers sold for a few buck on Temu. Robot vacuums sold for few hundred dollars have Lidars that map out the room in a seconds.
Is there any actual technical reason why automobile Lidar be expensive? Just combine visual processing with single point sampler that will feed points of interest and accurate model of the surroundings will be built.
I recall Shaun Maguire trying to interfere with European politics, specifically supporting AfD in Germany. Instantly lost my admiration towards Sequoia, the image I previously had about them was something like calm, deeply analytical grown ups. Turns out they are into petty daily politics that will not go anywhere other than stir drama, at least this Shaun guy. Still feels bad when I think about it, disillusionment is painful.
Tell me you don't know how to use LLMs properly without telling me.
You don't give the whole codebase to an LLM and expect it to have one shot output. Instead, you break it down and and write the code block by block. Then the size if the codebase doesn't matter. You use the LLM as a tool, it is not supposed to replace you. You don't try to become George from Jetsons who is just pressing a button and doesn't touch anything, instead you are on top of it as the LLM does the coding. You test the code on every step to see if the implementation behaves as expected. Do enough of this and you have proper, full "bespoke" software.
Okay, what's stopping you from feeding the code into an LLM and re-write it and make it yours? You can even add extra steps like make it analyze the code block by block then supervise it as it is rewriting it. Bam. AI age IP freedom.
Morals may stop you but other than that? IMHO all open source code is public domain code if anyone is willing to spend some AI tokens.
> I don't understand why so many make a big deal of the Las Vegas loop congestion
Because it demonstrates the exact thing that sceptics said it would happen?
Think a perpetuum mobile company having a demonstration of their machine and it stops. Would you be able to use the excuse that the demo was about showing that they can build machines and not the machine that they promised?
Demonstration that they can dig tunnels? Why would that need a demonstration and even if they wanted to demonstrate it why would they demonstrate it with cars inside and then say that the cars part doesn't count.
Digging tunnels is a very old thing. We know it can be done and we know it works well when you run electric vehicles inside it(All underground systems already run on electric cars), it's just that it doesn't solve congest any differently than the one on the ground. Two cars can't occupy the same volume and it holds both over ground and underground.
Sometimes the difference between Elizabeth Holmes and Mus*k are negligible. She should just failed to kick can down the road for long enough I guess. She should have imitated Mus*k instead of Jobs, then people would have been saying thing like "The tests not producing correct results doesn't mean anything, it's just a demonstration that they can build machines".
I haven't read it and I'm curios what is the gist of the electrification approach. Is it that it's more efficient?
Wouldn't heating and cooling be more efficient if done through architectural approaches?
For example, for cooling Persians use "cooling towers" called Windcatcher[0]. I know that there's a lot that can be done through design both for cooling and heating.
Also, organising the public spaces and infrastructure must be much more productive than aiming for changing the energy conversion systems(i.e. switching away from combustion propellers to electric ones). I' m very sceptical of the idea that electric cars will solve our problems. Just recently Elon Musk demonstrated that electrification of cars and taking the traffic underground simply creates underground traffic congestion[1].
Yes, my understanding is that it's the pure language interpreter without anything about filesystems or web browser. You need to create an interface in Swift/Objective-C or C to put in and get data out of the execution context.
So, If I understand it correctly the security issues are at architectural level and not simply bugs?
Is there an alternative tool you can suggest, to allow us securely run arbitrary JS? I was looking at Apple's JavaScriptCore to run JS and and if it happens that I need any level of access to the system(i.e. files) simply handle that in Swift and pass the file to the JS. Would that be a secure approach?