HackerTrans
トップ新着トレンドコメント過去質問紹介求人

alfu

no profile record

コメント

alfu
·3 年前·議論
"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 年前·議論
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 年前·議論
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 年前·議論
https://two-wrongs.com/
alfu
·4 年前·議論
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 年前·議論
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 年前·議論
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 年前·議論
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 年前·議論
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 年前·議論
I am using these:

    google.*##.g:has(a[href*=".pinterest.*"])
    google.*##a[href*=".pinterest."]:upward(1)
alfu
·5 年前·議論
https://github.com/WorldMaker/blog.worldmaker.net/blob/gh-pa...
alfu
·5 年前·議論
Can't do this indefinitely in some countries :/ (https://en.wikipedia.org/wiki/Anti-mask_law)
alfu
·5 年前·議論
>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 年前·議論
>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 年前·議論
The HN api includes the timestamp (unix time). For instance: https://hacker-news.firebaseio.com/v0/item/23279837.json?pri...
alfu
·5 年前·議論
cryptography or cryptocurrency?
alfu
·5 年前·議論
I only read the comments anyway.
alfu
·5 年前·議論
(some?) ft articles are readable if you are coming from a google search. At least it works for me when I search the article by title.
alfu
·5 年前·議論
Is the conclusion to just use use SameSite=None?

I did some research while back and found that shibboleth supports local storage for sessions [0], unfortunately the IdP+SP I'm using do not support such a thing.

[0] https://wiki.shibboleth.net/confluence/display/DEV/IdP+SameS...
alfu
·5 年前·議論
Is "electron hopping theory" same as the hopping transport mechanism in https://en.wikipedia.org/wiki/Charge_transport_mechanisms?

I'm trying to read up on it because I realized my knowledge about electricity is very basic (only first year physics lecture on electricity & Maxwell's equations).