adament
No user record in our sample, but adament has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but adament has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
But a synchronous function can and many do make network calls or write to files. It is a rather vague signal about the functions behavior as opposed to the lack of the IO monad in Haskell. To me the difficulty is more…
This is function overloading, you can do the same thing in C++. In Python you type this using the overload decorator from the typing module.
Would you care to elaborate which device it is? 12 years old means it at the most could have come with Honeycomb when you bought it. Has the base OS been updated since? It is great that you bought a device which…
It is not a matter of the age of your hardware but your software. Ipad mini 4 got its latest OS update in 2023. The problem is that in the Android ecosystem it is unfortunately common to only have a short window of OS…
But usually these other devices can also update their software, it is quite unique for the android operating system to run old and unupdatable software. Or they should if they are web facing. For security reasons at…
But would you version it by storing it as output in an ipnyb file where it is overwritten if you rerun that cell? I would store the data in a versioned database or as separate data files in the repository (possibly…
If for some reason you really wanted to compute Fib(n) for ridiculously large numbers of n, you would probably use that [Fib(n), Fib(n-1)] = A [Fib(n-1), Fib(n-2)] for the transition matrix A = [[1, 1], [1, 0]] and thus…
When I was a kid and trying to learn LaTeX this happened to me all the time on the library computers. I do not think I have a point, you just made me remember some fun and dreadful moments.
I think your point is valid and important, especially considering the average user. However in my experience it worked surprisingly well with a long word based master password. Since I only needed to remember 1 password…
I am not a cryptographer but to my understanding, the number of PBKDF iterations is really only of concern for weak (low-entropy) passwords. If you know that your password has high entropy (>128 bit), for example…
If I recall correctly it is the standard libraries(such as libstdc++) that need this exception and not the compiler itself.
That is good news, thank you! And I apologize for spreading incorrect information.
Interestingly the FSF also requires copyright assignment for contributions to GCC, Emacs and some other GNU software.
I had the same thought about the 200% thing. Actually I think it is either empty boasting or a difference of terminology. I understand giving 100% to mean: I give as much as I possible can. Giving 200%(or anything above…
But this is exactly what happens when you fine a company. Unless you fine the company enough for it to go into bankruptcy in which case the shareholders are protected by limited liability and the creditors take the hit…
Does it? The opening poster specifically wrote: “we need to produce less, consume less” that is not just non-geometric growth but negative growth. So in this case the opposite of live small can simply be zero growth, or…
No GP is arguing that since the blockchain cannot solve any of the mentioned problems, it does not provide any real benefit. The dispute for companies today are seldomly about whether they signed a contract (the part…
Assuming you are allowed to transfer into the base layer. Most currencies and finance have a similar decentralized base layer: Cash. However in many jurisdictions your ability to transfer into that base layer is…
If you come from a pure math theory first background I would advise starting out with Björks “Arbitrage theory in continuous time”, I personally found the lack of rigor and superfluous examples in Hull frustrating and…
I am sorry but I cannot parse your first paragraph, so I do not understand your point. Thus I have written a general reply to your link. I do not read any clear recommendation for or against Bitcoin in the link you have…
For those who find the existence of such analytic functions intuitively "wrong", note that it is essential to this example that though the second derivative is positive, it is positive and decreasing towards 0. If the…
He has or at least Bridgewater has been pushing an allocation to Bitcoin in some of their Daily Observations in the last 1 or 2 years.
Do you have a reference for the definition of this energy storage unit? I have never heard of it before and my attempts at searching the web seem to contradict you. Wikipedia writes: “Storage capacity is the amount of…
Is it really true that you can measure distance in seconds? I think light-seconds are different units from seconds hence why they measure distances, similar to how Watt-hours and Watts are not the same unit. If a second…
None of the configuration was about the wifi interface not working out of the box, but about setting up an access point and a network bridge. If OP had just wanted to use the interface as a normal wifi client I suspect…