Live data from Hacker News

Viewing profile — jeanl

jeanl

HN member
Joined
Thu, Nov 29, 2018, 5:26 PM UTC
HN karma
14
Public activity
16 items

About jeanl

No profile information was provided.

Recent public activity

  1. comment
    Comment #39599952

    4 first primes each at a power of 2... I did not expect that when I first looked.

  2. comment
    Comment #39587414

    For a mini-surprise, check the prime factors of 44100.

  3. comment
    Comment #37919786

    I tried a few of the servers, the pages load very quickly, search is fast etc. But when I click on the play arrow, a long time elapsed before the video starts. Is this expected? (i…

  4. comment
    Comment #32831198

    I think you're talking about "Boy meets girl" by Leos Carax. I do remember the scene when the hero jumps the metro still by somersaulting over it... (the somersault is in the trail…

  5. comment
    Comment #24610831

    One good reason for not caring about types: prototype code. I do a lot of prototyping (trying ideas quickly, not for production). I typically do that in python. In that case, I don…

  6. comment
    Comment #24084282

    Do you guys know if it's possible to generate self-standing C++ code from Julia code? (i.e., code that you can then compile into another project, and will not require any interpret…

  7. comment
    Comment #21585419

    Iperf is really useful to test your own LAN. Didn't know you could use it to test your ISP speed (in some cases)

  8. comment
    Comment #21435417

    I have a problem with how we use the word "thinking", usually implying something somewhat magical, or at least something more than the type of computations done in an algorithm or …

  9. comment
    Comment #21036537

    I am as outraged at Boeing's ineptitude as anybody with a rational mind, but I can't read this kind of article without cringing. Sentences like "about two weeks after the system’s …

  10. comment
    Comment #20444832

    I've been boycotting amazon for a long time. Waiting for "democracy" to solve the problems of unabated exploitative capitalism is a cop out. I put my money where my mouth is. I pay…

  11. comment
    Comment #19983428

    Completely agree. Convincing someone to feel/not feel is a senseless endeavor!

  12. comment
    Comment #19893095

    You can find that at https://flightaware.com just from the flight number...

  13. story
  14. comment
    Comment #18565025

    You're absolutely right: you don't necessarily need to be within 10% of pure C++ if algo development is made far easier by using python/numpy. But it would be good to have a hand-w…

  15. comment
    Comment #18561934

    That's a fair point and I have to admit I didn't have the time/courage to port the entire algo to C++. But I can see why that would make the results a lot more convincing.

  16. comment
    Comment #18561899

    For me, the biggest shortcoming: Cython does not create independent C++ code (independent of the python interpreter that is) that can be used in a separate C++ code base. My main p…