Good to know there's a definite measure for that.
I for one liked it.
HN user
Good to know there's a definite measure for that.
I for one liked it.
I sometimes wonder if there's an evolutionary purpose to our conscious self not being able to control some subconscious and physical processes.
Not 200, like 10. Someone added a false one, and it found its way to serious websites. German source: https://bildblog.de/5704/wie-ich-freiherr-von-guttenberg-zu-...
Fortunately, they'll never happen. How are you supposed to get your connecting regional train if it doesn't stop at the same station? And it's often a huge advantage of rail that your journey starts and ends near the city center.
A still from Jacques Tati's film "Playtime" (1967): http://1.bp.blogspot.com/_SS76YifzgN0/TBqlmteuTTI/AAAAAAAABY...
Probably true, but I suppose it's some sort of cognitive bias rather than a conscious thought out of greed or similar motives.
Watched Nostalghia yesterday :)
A restaurant or company could use its own scanner app to save the data, but I assume this would be illegal
I once wrote a brainfuck interpreter in Haskell which executes even incomplete programs as far as possible. It was really easy thanks to streaming ByteStrings and lazyness in general.
I'm somehow afraid of a world in which huge amounts of energy can be wasted without having a bad conscience. Probably it would lead to some new problems.
Would a transparent HTTPS proxy be able to intercept traffic (once you install the certificate on the phone), or are the certificates pinned?
How are rootkits possible in Fuchsia? IIUC, drivers run in user space, don't they?
FWIW Celsius and Kelvin have the same scale, they're just shifted.
What if the world is just a dream? Then an individual person's consciousness has a massive influence on the weather. And there would be new arguments for the existence of God.
- Is the lamp still on while blinking? - Is the sun still shining during a nap? - Is the fridge's light still on while it's closed? - Does God exist?
Some fundamental questions, but we'll never be able to find an answer.
I always thought that's what Fuchsia is about?
All formulas and statements are expressed in first-order logic. It has no such phrase as "pick". But picking (in the axiom of choice) means: Finding a function that maps every set to an element of this set.
What is a function: It's a set of tuples where every tuple (x, y) means: x is mapped to y. Of course there must be exactly one tuple for every "x".
(Tuples btw are usually a short notion for {{x}, {x,y}}. They exist always by the axiom of pairing. By the axiom of extensionalty, they fulfill the universal property of pairs, i.e. (x, y) = (z, w) iff x = z and y = w.)
Assume x is a single nonempty set. Picking means: Finding a function {x} -> x. But this is easy: ∃y(yϵx) because x is nonempty, and then we can build our function, which consists just of the single tuple (x, y).
It also works for finite sets of sets since you can do it manually n times, the formula just gets longer.
Merkel grew up in a country where you could be "banned" for anything. I'm not surprised that she doesn't like the idea of private companies deciding according to their own (not democraticly chosen) rules who should speak and who shouldn't.
Bad handwriting causes data loss since 5000 years probably. Whether it's an AI or a human reading it, handwriting is sometimes impossible to decipher. To avoid data loss, don't use handwriting or write very neat.
They should extend the Shakespeare language to make all his plays compile. Computers would be the first entities to fully understand King Lear.
I suspect a part of the left dislike is also around the progressive anti-billionaire/anti-capitalist sentiment, it makes Elon an easy “enemy”.
He IS an easy enemy in this regard, not only to the left. All his (mis)behaviour, naming his child like that, manipulating currency rates through tweets, that's not exactly what average people could afford. If he didn't fit this stereotype of billionaire, I'm sure he would be liked more.
I'm living in Europe, and the situation seems better over here. While going by car is cheaper and faster in most cases, train is not much worse.
At least Biden seems to be a supporter of the railway. But it could go faster if you'd build tracks instead of tunnels with Teslas.
We were never talking about costs, we were talking about how visionary Elon Musk is. However, while it's great if money is saved, again: is it really the achievement of Elon Musk, or would any private company be able to hold down costs?
Those rockets impress me, but Elon Musk did not construct them. The NASA (and also the soviet union) managed to do equally great things without someone like him in past.
Tesla cars -- truly helping humanity move from fossil fuels
It would be much more effective to use bicycle and trains wherever possible, and drive small cars otherwise. But wait ... that's not luxurious enough. Saving the world is just an excuse for cool cars.
and now StarLink
... to make the last corner of the world addicted to the internet and pay money to Musk.
I'm always very sceptical when electronics and chips are used as a solution to problems that nobody had. Reliability seems to suffer most of all. When I hear from my parents how long their products lasted back then ...
Is his stuff really that good? I can't shake the feeling that he has a strong tendency to exaggerate.
https://www.theverge.com/2021/5/7/22424592/tesla-elon-musk-a...
https://www.forbes.com/sites/johnbbrandon/2021/04/13/elon-mu...
I always wonder when I read articles like this, what people would think if they were told that 78000 summers later many people will be thinking about this specific burial.
Also, what about github.com itself?
Don't ask, try it. curl says: permissions-policy: interest-cohort=()
It's obvious, but no one seems to notice it: These are not two lists. The list of dreaded programming languages is the list of loved languages reversed. Since the list has only 25 items, 5 languages belong to the top 15 in both directions.
$reason = Make the microservices independent of each other, so you can rewrite and replace them without much trouble when they're getting old.