There is “not financially viable” and than there is spending 12 times the gdp of earth each year.
There is “not financially viable” and than there is spending 12 times the gdp of earth each year.
It’s perfectly legal to take photos if your ballot in many other states.
As a german, that’s really bad. Not only does that mean you can sell your vote for money, someone can blackmail you into voting a certain way.
It would be illegal to check that anyone actually did what they promised.
Jetbrains products also have a fallback license after a year, so you retain perpetual acces to an old version* and I don’t think there is much change in the space of git UIs.
* iirc the version that you had one year before your payment lapsed, it applies to discounted versions as well
Prolog is not suitable for any problem domain, although this is more readily apparent for some domains than others.
For real, for real.
Generally, forcing developers to code something has been considered “compelled speech”
I’m European so I don’t quite understand.
Say person A paid person B to say X and had a valid contract. If B didn’t say X can person A sue person B to compel performance of contract or just money back/damages?
At least for new games wouldn’t it just be an implied part of the purchasing contract, meaning money back at least.
As a climber I have to disagree, figure 8 knots are the best, especially when double back.
It’s the one knot I trust my life to on a weekly basis and I have rarely encountered a situation where they weren’t part of the solution.
Short answer:
It gave us compiler explorer, now that it has served its purpose we should stop doing it.
Long answer:
Why does hft even exist?
Hft can exist because most stock markets react to requests as fast as possible and have no noticable fees for certain use cases. This means algorithms that do simple trades like if goggle goes up, buy other tech companies or buy any stock that goes up in europe on the NY market can make small profits if they are faster than everyone else.
Does it have any value?
There is one exchange that imposes a delay on every request, effectively inhibiting hft, and its opening actually improved market conditions on all exchanges. This implies it has negative value.
They also spend millions on hardware, tools and developers to skim small sums of many transaction on the stock market. They are effectively a (very inefficient) tax on the stock market that goes to improving C++ compilers and funding hardware startups.
Inline code
in `back ticks`
Multiline code
in
` ` `
triple back tics
` ` `
I don’t know how to escape triple back tics inside a code block, just ignore the spaces
A yes, the two genders of binary file formats: renamed sqlite file and renamed zip folder.
What is the methodology called where you:
Plan to go to orbit, blow up seconds into the flight, and declare it a success.
Plan to refuel in orbit, make it minutes before the rocket brakes. Fire the FTS, it fails, the rocket blows up a minute later und declare it a successful test of the FTS.
Argue to NASA that you are not the limiting factor to the moon mission planed for the end of the year, despite delivering none of the milestones.
FTS = flight termination system
I think Dylan Beattie once said: If you don’t have a plan, how can you choose not to follow it?
I had quite the opposite experience in the alps, we have hiked within meters cows because the heard was laying and standing on the path. I have never seen very young calves or bulls on the mountains.
Websites have grown beyond mere scripting.
Rust is about more than just nicer pointers, it has a very expressive type system that enables correctness rarely seen outside FP.
Instead of
if let Some(a_) = a{
()
} else if let Some(b_)=b{
()
} else {
dostuff
}
you could just use
if a.isNone()&&b.isNone(){
dostuff
}
Also if you don’t use the value in a match just use _
Hate to break it to you, but if you store your food for years above freezing and without a protective atmosphere in a plastic container it’s spoiled anyway.
Assuming you don’t have the immune system of a plastic bottle you will be fine.
EVs only eliminate tail pipe pollution, otherwise they are more of the same.
They are multi ton metal boxes rolling on rubber wheels over asphalt roads, often to transport a single person. The create the same amount of traffic and waste the same amount of land on parking. Due to their heavy battery and better acceleration they create more fine particulates of wheel rubber.
EV are a Verkehrsrichtungsänderung, a Verkehrswende consists of trains and public transit.
Sleep sort is kind of like count sort but with added overhead. Both have a complexity of O(n+m) with n being the length and m the value of the max element.
The optimum of O(n * log n) is based on the assumption that the only information about the values is obtained by comparison. If you operate on integer keys I would recommend radix sort. It has a complexity of O(n * w) where w is the length (read logarithm) of the key.
The image is a cropped xkcd with the text replaced but the same joke.