Live data from Hacker News

Viewing profile — nazri1

nazri1

HN member
Joined
Mon, Dec 13, 2010, 5:25 AM UTC
HN karma
1,332
Public activity
91 items

About nazri1

https://github.com/holygeek/

Recent public activity

  1. comment
    Comment #37898017

    I have given up on all hope of UI/UX getting better on general consumer devices. The downward trend started since smartphone became mainstream.

  2. comment
    Comment #37016985

    I know I’m going to miss reading his goofy email signatures. Rest in peace Bram.

  3. comment
    Comment #26043669

    Use mutt! Now you can read each post as if it was part of an email thread. But first you have to get the comments saved as a maildir email conversations... that’s where my fetchpos…

  4. comment
    Comment #19950364

    time_ns = t[1].tv_nsec - t[0].tv_nsec + 1000000 * (t[1].tv_sec - t[0].tv_sec); ^^^^^^^ should be 1E9 instead

  5. story
  6. story
    Ask HN: What Easter Eggs Have You Written for Your $Dayjob

    You know sometimes you just can't resist it and and thought to yourself "Hey this is the perfect time to put this in...". So go ahead and share with us.

  7. comment
    Comment #19177807

    I feel you. https://xkcd.com/1172/

  8. comment
    Comment #19167208

    You can use numfmt to parse the number: $ seq -w 0001 0005|numfmt 1 2 3 4 5 Or just use plain sed: $ seq -w 0001 0005|sed 's/^0*//' 1 2 3 4 5

  9. comment
    Comment #19151663

    Ha I could say the same thing about my $EDITOR, which happens to be vim. I learned how to use it about 2 decades ago and I still use it almost daily since. Some things are really w…

  10. comment
    Comment #19125471

    Blank space at the bottom - just so when you page down through the page and reach the end, the last readable content would correctly shift up the same amount as the previous shift.…

  11. comment
    Comment #19017646

    I used the default one in CmakeLists.txt (-O3). I ran the comparison again on another machine that I have and this time their performances are about the same: c++: $ time ./tinykab…

  12. comment
    Comment #19015736

    I saw the openmp pragma and thought to myself "neat! should be fun to watch the cores work hard at this" and went ahead and compiled and run it and smiled at the 400% cpu usage in …

  13. comment
    Comment #18910121

    One small sprout for a seed, one giant leap for dim sum!

  14. story
  15. comment
    Comment #18486129

    (shameless plug) git number: https://github.com/holygeek/git-number Use numbers for dealing with files in git.

  16. comment
    Comment #18360900

    For any OSS products that claims to make money you can check their product page and see if they put out some pricing information. For example https://www.hashicorp.com/products/con…

  17. comment
    Comment #18244212

    Truestory. I graduated with EE degree and a few years after that I still get a kick out of making an LED, connected directly to my desktop printer port, blink on and off. Different…

  18. comment
    Comment #18183541

    DEFUN ("atan", Fatan, Satan, 1, 2, 0, Hah I couldn't read that with a straight face!

  19. comment
    Comment #18137086

    The kind of work where you need to run javascript loaded from third party sites and make it do stuff to the user (advertisements, chat).

  20. comment
    Comment #18104777

    With the old UI I don’t have to scroll down to see the labels that I frequently go to. The new UI uses a heavier font that the labels list takes up more vertical space than they us…

  21. comment
    Comment #18061735

    Not unlike systemd, not too long ago...

  22. comment
    Comment #18039623

    Does assembly count? Prince of Persia's source code (not really open source...): https://github.com/jmechner/Prince-of-Persia-Apple-II One look at any of the assembly files and you…

  23. comment
    Comment #18031059

    I’ve read on some forum somewhere that women who have given birth rate labor pain as less painful than passing kidney stone.

  24. comment
    Comment #18030600

    Someone I know swears by rowatinex https://www.ncbi.nlm.nih.gov/m/pubmed/1431192 I pray that I won’t ever need to consider taking it though (passed one stone last year)

  25. comment
    Comment #18012555

    If they allow people to vote on which artist to be chosen then my vote would go to Andy Weir[1] (author of The Martian[2])... but then in his talks he stated quite clearly of his f…