Viewing profile — hkolk
hkolk
HN member- Joined
- Wed, Jun 22, 2011, 8:16 PM UTC
- HN karma
- 193
- Public activity
- 46 items
- HN profile
- View on Hacker News ↗
About hkolk
No profile information was provided.
Recent public activity
-
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.
-
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…
-
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…
-
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
-
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…
-
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…
-
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…
-
comment
Comment #28596023
I wonder how this will play out with https://altinity.com who have been doing enterprise support for quite some time..
-
comment
Comment #27774492
same kind of website but easier to remember for me: http://neverssl.com
-
comment
Comment #25731754
Rabobank was the one with the horrible non-native client so pretty sure he is talking about ING :)
-
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.
-
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.…
-
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 …
-
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…
-
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…
-
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…
- comment
-
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…
-
comment
Comment #19332930
Better yet.. switch to http2 (where keep-alive is deprecated): https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Ke...
-
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!
-
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...
-
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…
-
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…
-
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…
-
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…