Live data from Hacker News

Viewing profile — kfrane

kfrane

HN member
Joined
Sun, Sep 28, 2014, 11:29 PM UTC
HN karma
55
Public activity
18 items

About kfrane

No profile information was provided.

Recent public activity

  1. comment
    Comment #48457704

    When I see that, my first thought is that there are a bunch of features missing from the original.

  2. comment
    Comment #46489990

    That's a beautiful writing style. Feels like there's some Anthony Bourdain in it :)

  3. comment
    Comment #44249520

    From my experience with billing systems it is usually not possible to refund a transaction after 6 or 12 months.

  4. comment
    Comment #44088621

    Typing speed might not seem that important if you're looking at the speed of typing and the overall amount of code that an engineer produces that ends up in a PR. But it might take…

  5. comment
    Comment #44004683

    If I understand that correctly, it would mean that running a function like this on two threads f(1) and f(2) would produce a list of 1 and 2 without interleaving. def f(x): for _ i…

  6. comment
    Comment #42287473

    I migrated from gmail to proton then to fastmail and I can now really appreciate how much more polished gmail was. My biggest pain is fastmail's ios app, e.g. clicking on an email …

  7. comment
    Comment #42136096

    It's a bootstrapped business, no investors/board.

  8. comment
    Comment #41524858

    I was a bit confused when looking at the English example for Chain-Of-Thought. It seems that the prompt is a bit messed up because the whole statement is bolded but it seems that o…

  9. comment
    Comment #41254624

    Thank you! I almost gave up because there was a lot of formatting issues when sending epub3 or kindle versions to my Kindle using Calibre. What saved me was using epub3 format and …

  10. comment
    Comment #38648899

    The only other person I remember doing that is https://en.m.wikipedia.org/wiki/John_Walker_(programmer) Btw. he published a great read on how they started Autodesk https://www.four…

  11. comment
    Comment #38456173

    That's why I always write a BEGIN statement before executing updates and deletes. If they are not instant or don't return the expected number of modified rows I can just rollback t…

  12. comment
    Comment #38100634

    One more that I've heard just recently: "If your code is just juggling with pointers/references, it is likely that it isn't doing much useful. It is only when it starts dealing wit…

  13. comment
    Comment #37132418

    Hooks are a step in the right direction, I just have a feeling that having to wrap in useCallback and useMemo and having to add dependencies manually can't be the final step of web…

  14. comment
    Comment #36261536

    Nobody will, at least if there's any truth in this article

  15. comment
    Comment #34536179

    I'm not sure, it might be. If you're not careful, CPU can become bottleneck when you have a 10Gbit network card.

  16. comment
    Comment #30028948

    It's not a proof but I really enjoyed Zizek's thoughts on how fight against smoking is an ideology :) https://www.youtube.com/watch?v=r238kp3ar_A

  17. comment
    Comment #27416730

    You're right about wasm not being too complicated, I've learned this when watching David Beazley coding a WebAssembly interpreter in under an hour. And it doesn't require any knowl…

  18. comment
    Comment #26586903

    I've found a very interesting result in one of the papers[1] they linked in the article. The group of people with the highest phone dependence have the highest available cognitive …