Live data from Hacker News

Viewing profile — SjuulJanssen

SjuulJanssen

HN member
Joined
Tue, Jun 28, 2011, 12:59 PM UTC
HN karma
55
Public activity
31 items

About SjuulJanssen

No profile information was provided.

Recent public activity

  1. comment
    Comment #17678288

    Some issues: - I make stupid mistakes in Python constantly. I misname a variable or a function or I pass in the wrong arguments: Try mypy - If the task is IO bound: Threads are the…

  2. comment
    Comment #17406416

    arent the cheaper ones just cold storage solutions?

  3. comment
    Comment #16809043

    yes and it took me a while to fix things. I still need to maintain my python2 code

  4. comment
    Comment #16636817

    A bit further down in the replies reustle mentions: `It's a shame /etc/hosts doesn't support wildcards`

  5. comment
    Comment #16211721

    I rather think it's a decimal error. The distance to the sun is 15.813 μly away from earth. https://www.wikiwand.com/en/List_of_brightest_stars#/Main_ta...

  6. comment
    Comment #15460170

    Natural languages are not designed. Pun intended. Afaik languages are more or less cannonised after people have already started speaking the language. If there is a large enough gr…

  7. comment
    Comment #15291134

    In my experience python in alpine is is sometimes 2x slower. How does ruby perform under Alpine?

  8. comment
    Comment #14671606

    I just checked Google container engine. It's not available yet in the update list for GCE

  9. comment
    Comment #13940109

    Anyone else who clicked on the link and expected airplanes?

  10. comment
    Comment #12571843

    I totally thought the movie was a fake

  11. comment
    Comment #10412445

    I think a more true comparison would be if the author used a reactor/async based solution in his python code

  12. comment
    Comment #10327678

    It's still a vm. It uses the browser to "ssh" into the machine. They've got that functionality fol all other vm's as well. Now they offer this "ssh as a service"

  13. comment
    Comment #9498821

    Google Cloud platform didn't have most of your problems

  14. comment
    Comment #9498772

    Why would I want to manage instances?

  15. comment
    Comment #5516931

    SqlServer issues I've encountered or found on the interwebs: * Microsoft SQL Server 2005 (the release version and service packs) and earlier versions of SQL Server are not supporte…

  16. story
  17. comment
    Comment #4606639

    It depends on whether the page uses rel="next"

  18. comment
    Comment #4606103

    Autopatchwork rocks! https://chrome.google.com/webstore/detail/autopatchwork/aeol...

  19. comment
    Comment #4341263

    "A recommended use of assertions is to follow the following pattern:" if (!c_assert(p >= 0) == true) { return ERROR; } Why not: if (!c_assert(p >= 0)) { return ERROR; }

  20. comment
    Comment #4300360

    In comparison the pricing of my local provider: http://www.onsbrabantnet.nl/internet-weert

  21. comment
    Comment #4275867

    I disagree, as long as there is knowledge to be gained it's helpful to all of us. If a community loves the questions why delete them? I especially like reading this kind of posts b…

  22. comment
    Comment #4271663

    Nice drama title. Of course the drama tanks when the reader finds out that it's for a job where people write for a living. That's like asking a programmer to do some coding in the …

  23. comment
    Comment #4166081

    This is what you're talking about. http://obeleh.thruhere.net/ Wait for it to load. It's connecting to the database ;) NOTE Still in development ;) What I've done is I wanted to ha…

  24. comment
    Comment #4145819

    "Also, when dealing with something as important as that, you ought to know better than to base our technology on top of PHP." Upon reading the conversation I was amazed he didn't g…

  25. comment
    Comment #4041873

    I'm happy that privacy is still on the political agenda