Tower of Pisa would like a word with you.
Or is it just the camera angle that makes it look so tilted?
Tower of Pisa would like a word with you.
Or is it just the camera angle that makes it look so tilted?
The newly elected government is actually quite cost efficient in this regard. Since they already are all crooked business men, they don’t need to pay anyone to get those tax laws passed.
What are you going to snack on in a months time though?
Yeah, sorry, was just referring to the browser. I use it and I find it okay.
And the web app is not good enough?
Let me take a stab at it:
Problem: Given two list of length n, find what elements the two list have in common. (we assume that there are not duplicates within a single list)
Naive solution: For each element in the first list, check if it appears in the second.
Bogo solution: For each permutation of the first list and for each permutation of the second list, check if the first item in each list is the same. If so, report in the output (and make sure to only report it once).
Stuxnet would like a chat with you
Sounds like you should find a new product to use.
And would you call SSH a library?
Makes me realize I haven’t seen a dickbutt in years.
Just like Tolkien wrote it.
Looks like a pretty simple breach of privacy to me.
But if you want to know your saving, you will need to dust off the old formula. And if you do, you find the maximum saving to be around 41% (in the case of isosceles right triangle where the hypotenuse is a factor of sqrt 2 shorter).
Always has been
Well, according to the first biography about him, he was coding quite a lot in Zip2 and perhaps also some in early PayPal. Bit the code was supposedly hastily written and very bad.
I will give you an upvote for maintaining critical thinking, but I will say that the book is not that bad. And it is really well written and interesting, but might be favoring SBF more than other books. The truth is probably somewhere in the middle.
Read “Going Infinite” which describes the rise and tall of FTX and SBF. “isn’t smart” is not true, but he is definitely not “human smart”, but rather “math smart”.
Looks really nice!
But to be honest, what I and many devs I speak with need these days is some data explorer tool, like Jailer data browser, that gives you kind of the diagram that you do, but with a subset of concrete rows in the database and how they link together.