Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
adament
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
adament
2y ago
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 with writing generic c
2.
▲
by
adament
3y ago
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.
3.
▲
by
adament
3y ago
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 presumably got OS updates fo
4.
▲
by
adament
3y ago
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 updates from the relea
5.
▲
by
adament
3y ago
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 least.
6.
▲
by
adament
3y ago
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 stored in git-lfs). And I
7.
▲
by
adament
3y ago
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 [Fib(n+1), Fib(n)] =
8.
▲
by
adament
4y ago
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.
9.
▲
by
adament
4y ago
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 that I then used dai
10.
▲
by
adament
4y ago
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 because you generated it
11.
▲
by
adament
4y ago
If I recall correctly it is the standard libraries(such as libstdc++) that need this exception and not the compiler itself.
12.
▲
by
adament
4y ago
That is good news, thank you! And I apologize for spreading incorrect information.
13.
▲
by
adament
4y ago
Interestingly the FSF also requires copyright assignment for contributions to GCC, Emacs and some other GNU software.
14.
▲
by
adament
4y ago
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 100%) sustainably fo
15.
▲
by
adament
4y ago
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 instead. But the bank
16.
▲
by
adament
4y ago
My understanding is that under current EU market abuse regulations trading on inside information* that you overheard on the train is still insider trading. Sharing inside information in a manner not required to fulfill your role (i.e. with
17.
▲
by
adament
4y ago
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 further exponential
18.
▲
by
adament
4y ago
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 the blockchain could he
19.
▲
by
adament
4y ago
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 severely restricted due to m
20.
▲
by
adament
4y ago
It does not make everybodys lives easier, it makes your life easier by easing the support burden at the cost of making the lives of those who have to live with those policies (marginally?) harder (or more annoying). It is quite a bold claim
21.
▲
by
adament
4y ago
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 found Björk much more
22.
▲
by
adament
4y ago
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 given (maybe I did n
23.
▲
by
adament
4y ago
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 second deriv
24.
▲
by
adament
4y ago
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.
25.
▲
by
adament
4y ago
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 energy extracted from
26.
▲
by
adament
4y ago
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 was a measure of dis
27.
▲
by
adament
4y ago
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 installing NetworkMan
28.
▲
by
adament
4y ago
According to the table it is not H12 but E12 which corresponds to Efficient Particulate Air filters (EPA), I.e. not high-efficiency.
29.
▲
by
adament
4y ago
I understood the presentation to be on the distinction between equality and isomorphism and when an isomorphism "is an equality". From the slide on homotopy type theory I get the impression that he finds it unsatisfactory to simpl
30.
▲
by
adament
4y ago
A pension fund might very well be allowed to buy junk bonds since it is a well-known if risky instrument whereas bitcoin ETFs are a newfangled weird instrument that is probably not covered by their guidelines. I mean allowed in the sense th
More ›