Viewing profile — Danack
Danack
HN member- Joined
- Sat, Jan 03, 2015, 1:36 AM UTC
- HN karma
- 61
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About Danack
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #15132737
I can't comment as to multi-region, but we saw issues last night at around 6pm UTC, which look similar to the ongoing issues we are seeing.
-
comment
Comment #15132712
We've been having 'fun' with ongoing issues for a site since 6pm UTC yesterday, which got dramatically worse this morning...and having been recurring during the day. Having multipl…
-
comment
Comment #11625376
"it offers significant improvements." - citation needed. It was better for a period after the fork, but the only guy working on it hasn't maintained it that well...there's a signif…
-
comment
Comment #11375710
> It seems the most polite thing. Nope, it's not polite, it's the most convenient thing for you. > It’s certainly the most professional thing. That phrase sucks. Whenever I hear it…
-
comment
Comment #9729461
Yeah, it's terrible. You can't give read only Oauth access to private repos....it has to be read/write. Which means if you want to use online CI tools with those private repos....y…
-
comment
Comment #9714592
From the fine article: 1. Customer places an order. 2. SYN: Can I charge $30? 3. SYN/ACK: Yes. 4. ACK + SYN: Do it. 5. SYN/ACK: I am gonna do it. 6. ACK: I see that you're gonna do…
-
comment
Comment #9655327
The slowness appears to be caused by continual directory scanning. For me at least, turning off the "Refresh when files change" option, and so having to do "view, refresh" or Comma…
-
comment
Comment #9529208
Amazon Cloudfront uses HTTP 1.0 to connect the origin server. https://aws.amazon.com/blogs/aws/amazon-cloudfront-support-f...
-
comment
Comment #9407851
Also people are probably used to holding things that don't matter too much if dropped. If someone dropped a 10/20/30 kg bag of rice and it landed on my toes, the bag would just fol…
-
comment
Comment #9367251
>> There is a second form of Dependency Injection that uses setters instead of constructor injection. Do not use this form. >Why? Not using setter injection eliminates a huge class…
-
comment
Comment #9274183
> function add( ... ): float {} Which if you read it out, it sounds entirely natural "This is a function called foo, which takes some params, and returns a float". Most of the othe…
-
comment
Comment #9222871
> Is there any other benefit? Strict types make it easier to reason about code, that the tl;dr version. > To me it seems that Ze'ev's proposal would be even better for you - > it d…
-
comment
Comment #9218153
> Can you explain why? Hopefully. > How does putting (int) before the arguments to function help anything? It wouldn't. Anyone who is casting from an unknown type to an int by usin…
-
comment
Comment #9217254
This is actually quite revealing. Some people think that PHP is just used for the same small web pages it was used for 15 years ago. Other people would like to use PHP more as a ge…
-
comment
Comment #9215741
PHP has had type-hints for parameters for several version, but they could only be used for classes. The new types-hints cover the 'scalar' values (aka not object) and are int, floa…
-
comment
Comment #9215680
>The PHP 5 to 7 jump should be much smaller than from 4 to 5. And also the jump from 5.4+ to 7 is probably smaller than the jump from 5.2 to 5.3. Although I think the PHP project d…
-
comment
Comment #9214585
To explain the slightly horrible fact that there are two modes, strict and weak with strict mode being enabled on a per file basis; people just couldn't agree on whether the types …
-
comment
Comment #9084187
Hovering over a country shows where they import arms from.
-
comment
Comment #9065792
"Are there any [lang] libraries that are backings for the [service] API?" This is explicitly listed as off-topic: Questions asking us to recommend or find a book, tool, "software l…
-
comment
Comment #9065721
The problem doesn't stem from people just being wankers in a chat room, it's a deeper problem than that. It's hard to know exactly why people voted to close the 'niche' question yo…
-
comment
Comment #8829577
So it's just failing a lot of the time on purpose?