Live data from Hacker News

Viewing profile — fluffyllemon

fluffyllemon

HN member
Joined
Sat, May 26, 2012, 1:38 AM UTC
HN karma
89
Public activity
34 items

About fluffyllemon

No profile information was provided.

Recent public activity

  1. comment
    Comment #48014865

    Many studies show that consumers spend more when using credit cards, compared to both cash and debit cards, and it's not obvious to me that the 2% will win out.

  2. comment
    Comment #48003967

    > It is a stupid game that I am forced to play You are not forced to play it. That is a just story you tell yourself. You can make a different choice.

  3. comment
    Comment #46464990

    Do folks any recommendations for automation around banking? We use a sort of "envelope system" across many accounts, and it would be helpful to have some timing to help automatical…

  4. comment
    Comment #44158824

    How does this compare with Abseil's random library? https://abseil.io/docs/cpp/guides/random

  5. story
  6. comment
    Comment #34247706

    Check out the Open Source Peer Bonus Program: https://opensource.googleblog.com/search/label/peer%20bonus

  7. comment
    Comment #33309311

    I hadn't heard of it, but I checked out a random video Watching how it comes together, there is a step (around 0:40 in this video https://youtu.be/rVfiPAlXdik ) where the cube just…

  8. story
  9. story
  10. comment
    Comment #30158500

    The answers for each day (past and future) are hard coded in the javascript source and viewable in the client, so they are quite accessible for anyone that's interested

  11. comment
    Comment #27234873

    Nice! I saw two typos, I think: p.51 traction of seconds -> fraction p.24 first input input Thanks for sharing

  12. comment
    Comment #17111681

    From the store page [1]: """ Compatible Android devices: Google Pixel, Google Pixel XL, Google Pixel 2, Google Pixel 2 XL, Samsung Galaxy S7, Samsung Galaxy S8. Compatible iOS devi…

  13. comment
    Comment #17019367

    Ah! I had read this years ago and was recently trying to find it again, but had no luck. I find teaching children mathematics to be quite interesting, and I'm very delighted that t…

  14. comment
    Comment #15882058

    They only have one official library (python); all the language examples are just showing how to do an HTTP call to the service

  15. comment
    Comment #15727545

    tosheets definitely reads from stdin: https://github.com/kren1/tosheets/blob/8a853d2ebb722c474f5bb... :)

  16. comment
    Comment #14314342

    Strategy that seems to be pretty effective: click all the squares that are originally yellow

  17. comment
    Comment #11914885

    By the numbers: > GVA has been able to reduce the average waiting time at security by 51% from an average of 7 minutes to 3.5 minutes. In addition, the airport has increased the nu…

  18. comment
    Comment #10529521

    > This bug was found with the help of American Fuzzy Lop

  19. comment
    Comment #10127960

    MIT is the Massachusetts Institute of Technology, largely regarded as one of the top universities in the world.

  20. comment
    Comment #10077730

    For context: This is the third post in a series. The author (Jason Scott) is trying to save ~25,000 manuals, instruction booklets, and engineering notes (largely electronics relate…

  21. comment
    Comment #9600502

    PEP 8: https://www.python.org/dev/peps/pep-0008/#function-names >Function names should be lowercase, with words separated by underscores as necessary to improve readability.

  22. comment
    Comment #8153057

    "On two occasions I have been asked, 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able rightly to apprehend the kind of…

  23. comment
    Comment #8034474

    Mars One intends to land its first crew on Mars in 2025. http://www.mars-one.com/mission/roadmap

  24. comment
    Comment #7821701

    For a function to be a linear transform it needs two properties[1]: 1. F(c1 + c2) = F(c1) + F(c2) 2. F(k*c1) = k*F(c1) Converting from Celsius->Fahrenheit (or vice versa) is does n…

  25. comment
    Comment #7810204

    The FSI[1] has ranked languages according to how easy it is for English speakers to learn. There are 10 languages in Category I (the easiest to learn)[2]: Afrikaans, Danish, Dutch,…