Live data from Hacker News

Viewing profile — hkolk

hkolk

HN member
Joined
Wed, Jun 22, 2011, 8:16 PM UTC
HN karma
193
Public activity
46 items

About hkolk

No profile information was provided.

Recent public activity

  1. comment
    Comment #48348739

    What is proposed is to not have an OOM killer with a selection process, meaning that the "someone other allocates" would be the one dying.

  2. comment
    Comment #48124241

    In the Netherlands the law is pretty straigtforward that this is a bad idea: > The "Nature of Employment" Rule: If you are hired as a software developer, almost any software you cr…

  3. comment
    Comment #39312603

    The second example given (extracting information from a web view) is also weird. The rust code has the exact same flaw as the java code, which is that they do not validate the sour…

  4. comment
    Comment #31298980

    From what I understand, they only have to review/audit the times a gem was yanked, to see if it was a legitimate action. I reckon there is a lot less occurrences

  5. comment
    Comment #30751303

    `m` is not a legal value, should be either `min` or `mo` for minutes or months respectively. `s` is actually one of the SI base units: https://en.wikipedia.org/wiki/International_S…

  6. comment
    Comment #29831991

    if your manager is ok with it, don't register it as a sick day. Makes it potentially more complicated with the company doctor. Just consider it a workday spend on ...whatever. Mana…

  7. comment
    Comment #28598182

    We are using Clickhouse combined with GDPR's Data Deletion Requests. We store the user-ids in a separate system, and run the ALTER/DELETE statements once per week. Works pretty smo…

  8. comment
    Comment #28596023

    I wonder how this will play out with https://altinity.com who have been doing enterprise support for quite some time..

  9. comment
    Comment #27774492

    same kind of website but easier to remember for me: http://neverssl.com

  10. comment
    Comment #25731754

    Rabobank was the one with the horrible non-native client so pretty sure he is talking about ING :)

  11. comment
    Comment #25436333

    You missed the "Do you take a lot of pictures with your phone?" If the answer is yes, you won't get to the mini.

  12. comment
    Comment #25067348

    Hmm.. not 100% sure but I see 2 bugs in the PHP script: 1. the src of the image in the HTML is the local path on the hosting server (it would become src="/var/www/nyt/nyt.jpg" ) 2.…

  13. comment
    Comment #24667055

    There is a nice Ted talk about the same topic. Something I often link to people saying "I can eat everything I want in this diet..." The mathematics of weight loss | Ruben Meerman …

  14. comment
    Comment #22201202

    IANAL (ofcourse) but in my limited experience: 1a: Not allowed provided because of AGPL (though would be allowed if it is GPL) 1b: Allowed, provided it is purely internal (as descr…

  15. comment
    Comment #21009209

    Ehm yeah. If it was groundbreaking. But there are 5+ other contenders in this field who are dealing with the same issues, and in some cases are fairing better. We are currently eva…

  16. comment
    Comment #20702999

    I would be careful to attribute framework decision making to careful thought. This is more the regular organizational dysfunctionality. Either: - The entire organization uses a sin…

  17. comment
  18. comment
    Comment #19436924

    Our company (on the scale of running it's own private cloud) has switched over to OpenJDK. Oracle is a non-issue for us For people actually working with JVM and the languages on to…

  19. comment
    Comment #19332930

    Better yet.. switch to http2 (where keep-alive is deprecated): https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Ke...

  20. comment
    Comment #18643868

    I noticed Hong Kong is missing (one of the SAR's in China). They have specific visa rules compared to mainland China Overall pretty useful site!

  21. comment
    Comment #18559575

    Interesting enough Yahoo Japan was/is always a distinct company from Yahoo itself. Japan is special from a silicon valley perspective I guess...

  22. comment
    Comment #18559253

    Some more information: https://www.slideshare.net/RandyShoup/the-ebay-architecture-... (slide 10) That ebayisapi.dll was 3.3 million lines of code. Currently it is only still in th…

  23. comment
    Comment #18559216

    For what it's worth, ebay.co.jp is actually not running on their main platform. You can see the difference in the HTML code between ebay.com, ebay.de (both on the main platform) an…

  24. comment
    Comment #8537719

    I would expect to use the first day of a month as a default, just like when time is not specified it should use 00:00 as default. Taking the current time/day as a default sounds of…

  25. comment
    Comment #6389998

    Leap seconds are not accounted for in epoch-time. Basically, 23:59:59 and 23:59:60 have the same value (this also makes it easier by not having to handle the 60 :) ) We disabled le…