The image is a cropped xkcd with the text replaced but the same joke.
The image is a cropped xkcd with the text replaced but the same joke.
What about train station graffiti? Or Wikipedia discussion pages? Or the linux mailing list?
You have really opened a can of worms we here.
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
For you to short something a institutional investor or market maker takes a long position on the same thing.
For some reason legit institutional investors never really show up in the crypto sphere and the smart market makers don’t like to get high on their own supply (or are selling tokens they got at insider prices on the open market).
Prolog is not suitable for any problem domain, although this is more readily apparent for some domains than others.
For real, for real.
You should save some part to mail them later ,so they can never be sure when their are done with you.
Come and take a seat
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.
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.
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
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.
I can’t find the name/source at the moment, but if you enumerate all turing machines and run them concurrently* you will find the optimal algorithm for your problem in O(1) and executed that.
To my knowledge the algorithm is so inefficient on small input that it takes hours to solve integer addition.
* You run the first turing machine one step, than the first two one additional step, that the first tree… This allows you to run an unlimited amount of TMs an unlimited amount of steps.
The spec is open source, particular implementation are typically under patent/copyright protection.
Not that they can be enforced effectively, unless the chips are exported into the US.
I looked at the diff, it’s around 100 lines of new code and a few hundred lines of comments and tests.
I couldn’t have written it, but there are many smarter people that fixed it after they learned of the problem.
What also made it easier to fix is that they (sensibly) chose to error on certain strings that can’t be escaped safely.
Look at me, I have a friend at bell labs.
We had to use vacuum tubes, and we liked it.
The main difference is that WASM is an agnostic bytecode without a gc while the jvm is opinionated in a java way. It has a gc, focus on dynamic dispatch and it has knowledge of concepts like exceptions, classes and visibility.
All this leaking of abstractions means languages like java and kotlin are well suited, scala has hit problems and c couldn’t be compiled to java bytecode.
It all comes from OP.
Actual assembly in mainstream use:
x86
arm
risc v
mainstream byte code:
jvm
.net (I think)
wasm
fake assembly people may write:
llvm
wasm
wat (web assembly text) is actually written is S-expressions, like lisp but without code as data.
Edit: formatting
Methane is 81x worse that CO2 over 20 Years, so if it came from atmospheric carbon it’s only 80x as bad.