HackerTrans
TopNewTrendsCommentsPastAskShowJobs

alfu

no profile record

comments

alfu
·3 jaar geleden·discuss
"Medlife Crisis" has an interesting video about this: https://www.youtube.com/watch?v=hT8GZlBBv5k (Cyclists' hearts: can you be so fit that you die?)
alfu
·3 jaar geleden·discuss
Does 0 ms = "at compile time"? Seeing that the impl. just computes

    ((long) upTo) - from + last;

I would think it just takes less than 1 ms on first execution.

https://github.com/openjdk/jdk/blob/caa841d9a52352a975394e55...
alfu
·4 jaar geleden·discuss
If I am not mistaken, 8310 sites offer http and https:

    grep -o -E "://.*?," current.csv | sort | uniq -c | grep -v "1 ://" | wc -l
    8310
alfu
·4 jaar geleden·discuss
https://two-wrongs.com/
alfu
·4 jaar geleden·discuss
I thought of ulfheim too and it redirects to the new site.

Author's reasoning:

> A few years ago a hate group started using the "ulfheim" name for their own purposes. It's useless trying to reclaim a word, so I'm moving to the domain "http://xargs.org".

https://twitter.com/xargsnotbombs/status/1538227164599812096...
alfu
·4 jaar geleden·discuss
I create most of my transactions with a script reading my bank and card statements. The description in the statements are usually good enough to map them to the correct account. I also added snippets to my editor for adding entries (I use a text-based accounting system).
alfu
·5 jaar geleden·discuss
Yes, I listened to a podcast that describes an attacker getting access even though the victim's account had a PIN (https://darknetdiaries.com/transcript/97/):

>MILES: [MUSIC] They were able to get ahold of T-Mobile and manipulate their way in through either doing it in person or doing it over the phone, and convince somebody to change out the SIM for them.
alfu
·5 jaar geleden·discuss
Based on this issue https://bitbucket.org/heldercorreia/speedcrunch/issues/746 (2017) it could also be re-highlighting the entire history when a new expression is evaluated.
alfu
·5 jaar geleden·discuss
Why not compare it with t.rotate(rotateBy, around)? Could a,v used for many purposes and this example allows us to indicate their role for this specific call?
alfu
·5 jaar geleden·discuss
I am using these:

    google.*##.g:has(a[href*=".pinterest.*"])
    google.*##a[href*=".pinterest."]:upward(1)
alfu
·5 jaar geleden·discuss
https://github.com/WorldMaker/blog.worldmaker.net/blob/gh-pa...
alfu
·5 jaar geleden·discuss
Can't do this indefinitely in some countries :/ (https://en.wikipedia.org/wiki/Anti-mask_law)
alfu
·5 jaar geleden·discuss
>The files in question are, from a formal verification standpoint, the interface to CompCert. They are licensed under the non-commercial license (NCL) so that they can be used together with the rest of CompCert (the implementation of the compiler, so to speak), which is NCL-only.

>Additionally, the interface files in question are also licensed under the GPL so that they can be used in other, open-source projects such as VST (http://vst.cs.princeton.edu/) that connect with CompCert.

at https://github.com/AbsInt/CompCert/issues/140 (2016); GPL -> LGPL in a later commit.
alfu
·5 jaar geleden·discuss
>Insurance companies (same as betting companies) always need to bill you more than the chance you get your big payoff.

In theory, couldn't they charge less if the ROI of the premiums was large enough?
alfu
·5 jaar geleden·discuss
The HN api includes the timestamp (unix time). For instance: https://hacker-news.firebaseio.com/v0/item/23279837.json?pri...
alfu
·5 jaar geleden·discuss
cryptography or cryptocurrency?