They did so because politicians told them to, with the threat of withholding funding, due to lobbying by Boeing. Boeing management is the root cause.
in addition there are several mods that increase the depth of the production tree and materials used
At the other side of the fence we have JS/TS experts writing inscrutable one-liners by chaining 15 lodash commands. Having tried both SQL and the approach of using a programming language + framework of the day, I prefer…
I've also been looking for that. In an ideal world there would be a small, fast, standalone cli tool that can convert csv to parquet. There is a (sadly, unfinished) parquet writer Rust library in the Arrow repository…
a fun way to learn the basics, is to start playing at screeps.com. It's not applicable to web design though.
the UK one has no teeth.
any advice on how to invest in ETFs while in Europe ? Vanguard is not available and local banks charge high management fees.
Or it was started to improve their bargaining position against ISPs, and was dropped in return for additional concessions.
One of the predictions was that we'd get stronger heat waves in West Europe. We broke several old records this year. https://www.bbc.com/news/world-europe-49100271
If (nearly) every implementation of a good idea turns out badly, is it still a good idea ? It smells like the No True Scotsman fallacy.
Even better would be the amount of seconds each person is surveilled during their time in public space. Summed as an absolute number, and as a ratio of the total time they spend in public space. A camera in a busy…
To even it out across space already exists. Temperature differences generate a force that vastly outnumbers our own energy production capabilities (including nukes). It's called wind.
applying price differentiation on a product that you already sold to double dip is pretty scummy
local admin on windows is similar to having sudo rights on linux. It can be used to access personal files and running sessions of other users on the same machine, to install malware that will affect other users, to…
The US public consultation on net neutrality was famously skewed by bots (posting identical messages, sometimes on behalf of dead people). On Reddit some topics attract bot like behavior as well (groups of users from a…
This already has been decided, and the decision was against the automakers trying to hold a monopoly on aftermarket repairs. They're not allowed to restrict parts or knowledge from third party mechanics.
The Three Body Problem is famous mainly because it criticizes the Chinese government. it also suffers from a poor translation to English.
True, but it's O(n^2) complexity instead of O(n) complexity (1000 shards would lead to 1M reads instead of 4k) If they're not persisted at the receiving side, how does it handle a crash before committing on the…
Is the cost of doing these remote reads worth the savings in this case ? After all to be correct, they need to run in the same transaction at the sending side and need to be persisted at the receiving side. Also,…
They did so because politicians told them to, with the threat of withholding funding, due to lobbying by Boeing. Boeing management is the root cause.
in addition there are several mods that increase the depth of the production tree and materials used
At the other side of the fence we have JS/TS experts writing inscrutable one-liners by chaining 15 lodash commands. Having tried both SQL and the approach of using a programming language + framework of the day, I prefer…
I've also been looking for that. In an ideal world there would be a small, fast, standalone cli tool that can convert csv to parquet. There is a (sadly, unfinished) parquet writer Rust library in the Arrow repository…
a fun way to learn the basics, is to start playing at screeps.com. It's not applicable to web design though.
the UK one has no teeth.
any advice on how to invest in ETFs while in Europe ? Vanguard is not available and local banks charge high management fees.
Or it was started to improve their bargaining position against ISPs, and was dropped in return for additional concessions.
One of the predictions was that we'd get stronger heat waves in West Europe. We broke several old records this year. https://www.bbc.com/news/world-europe-49100271
If (nearly) every implementation of a good idea turns out badly, is it still a good idea ? It smells like the No True Scotsman fallacy.
Even better would be the amount of seconds each person is surveilled during their time in public space. Summed as an absolute number, and as a ratio of the total time they spend in public space. A camera in a busy…
To even it out across space already exists. Temperature differences generate a force that vastly outnumbers our own energy production capabilities (including nukes). It's called wind.
applying price differentiation on a product that you already sold to double dip is pretty scummy
local admin on windows is similar to having sudo rights on linux. It can be used to access personal files and running sessions of other users on the same machine, to install malware that will affect other users, to…
The US public consultation on net neutrality was famously skewed by bots (posting identical messages, sometimes on behalf of dead people). On Reddit some topics attract bot like behavior as well (groups of users from a…
This already has been decided, and the decision was against the automakers trying to hold a monopoly on aftermarket repairs. They're not allowed to restrict parts or knowledge from third party mechanics.
The Three Body Problem is famous mainly because it criticizes the Chinese government. it also suffers from a poor translation to English.
True, but it's O(n^2) complexity instead of O(n) complexity (1000 shards would lead to 1M reads instead of 4k) If they're not persisted at the receiving side, how does it handle a crash before committing on the…
Is the cost of doing these remote reads worth the savings in this case ? After all to be correct, they need to run in the same transaction at the sending side and need to be persisted at the receiving side. Also,…