Spyke

Replies

news

Comment on

Donald Trump Says He'll Stop All Electric Car Sales (Update: He Was Talking About Made-In-Mexico Chinese EVs)

Fuck trump and all but he literally did not say he would stop all electric car sales. He said he would stop all sales of Chinese brand cars manufactured in Mexico.

Source: The speech linked by the NYT article that Gizmodo/jalopnik references

https://www.youtube.com/live/XGJwCUHVgc0?si=O_c0epZoYWO1Owf0

The “you’re not going to be able to sell those cars” line is about 32 minutes in.

me_irl

Comment on

me_irl

Reply in thread

It is. It also doesn’t work like it does in the movies so unless you’re looking for an industrial solvent or a bad high it’s not good for much.

Comment on

Is there something better than SQL?

I’m absolutely biased as a data engineer who loves SQL, but there are some good reasons why SQL has been the de facto standard for interacting with databases since the 80s.

One of its draws is that it’s easy to understand. I can show a stakeholder that I’m selecting “sum(sale_amount) from transactions where date=yesterday” and they understand it. Many analysts are even able to write complicated queries when they don’t know anything else about programming.

Since it’s declarative, you rarely have to think about all the underlying fuckery that lets you query something like terabytes of data in redshift in minutes.

Debugging is often pretty nice too. I can take some query that didn’t do what it was supposed to and run it over and over in a console until the output is right.

linux

Comment on

This is why people use Windows

That error is saying you’re trying to move/rename the file to a name that’s already being used. Can’t do that on windows either.

That said, I’ve seen some weird issues with bulk file copies in Linux file explorers. Cli usually works better.