Viewing profile — edsrzf
edsrzf
HN member- Joined
- Wed, Oct 13, 2010, 8:27 PM UTC
- HN karma
- 436
- Public activity
- 76 items
- HN profile
- View on Hacker News ↗
About edsrzf
Recent public activity
- story
-
comment
Comment #35660316
The world that PHP grew up in has changed. The language and community have matured, and in the process PHP has lost most of its competitive advantage: low barrier to entry. It used…
-
comment
Comment #30349694
I find it bizarre that urlscan.io displays recent scans from paying customers. I assume GitHub is large enough that they have to pay, anyway. If they're not, who is?
-
comment
Comment #29888207
I agree logging is a bit of a code smell, but I prefer Mark Seemann's take: https://blog.ploeh.dk/2020/03/23/repeatable-execution/ TL;DR: Log impure actions. If you minimize and gr…
-
comment
Comment #29744638
Honest question: what science? Any good papers you could recommend? After a quick search it seems that NPS originated in a Harvard Business Review article, which I don't consider a…
-
comment
Comment #22937974
I live in Auckland and the tech scene has really been booming in the last year or two. Obviously it's no SF bay area, and there are now companies struggling in the current economic…
- story
-
comment
Comment #19439260
This is pretty interesting and useful. Now where are the details about how to get ElasticSearch to behave this way? :)
-
comment
Comment #15316386
The problem is that there actually are patents covering GraphQL. So anybody who writes an alternative GraphQL server implementation is potentially infringing upon those patents. Th…
-
comment
Comment #14668538
I normally hate it when people immediately trot out the old "premature optimization" quote, but it really applies here. Please don't go around naming all your returns just because …
-
comment
Comment #14178083
Could you please link to some docs for the cached flag you mentioned? I can't find anything about it.
-
comment
Comment #13631113
I think calling it a "mess" is hyperbole, but yes, it's true that it has shortcomings and may be deprecated and replaced.
-
comment
Comment #13630480
The Go library's standard AST package[1] similarly stores comments and whitespace information. It has to, since it's used by gofmt, and you wouldn't be very happy you lost comments…
-
comment
Comment #12408747
SEEKING WORK - Auckland, New Zealand or remote I'm Evan Shaw. I have been writing high performance, scalable backends and RESTful APIs in Go (Golang) for the last five years. I als…
-
comment
Comment #10416172
One non-obvious downside is that the Go 1 compatibility guarantee doesn't apply to struct literals that don't use field names. (I suspect you're aware of this, but other readers mi…
-
comment
Comment #8987038
> Suggestion that threads are way better than other asynchronous implementations. I don't think that's true. The author mentions several languages that use different solutions: * J…
- story
-
comment
Comment #8860585
If you're agreeing not to sue, then the company can use any criteria they like to hire or not hire you and there are zero consequences. Imagine you check the box, you don't get the…
-
comment
Comment #8417811
There has been recent talk of it. See here for a link and (brief) HN discussion: https://news.ycombinator.com/item?id=8149810
-
comment
Comment #6790953
Maybe something like "Do you have more older siblings than younger siblings?" would work. One twin has to be born before the other. That question has some problems, but I feel like…
-
comment
Comment #6698832
I'm pretty sure it's the other way around: he wouldn't be launching a cruise deal aggregator site if he weren't so gung ho about working on cruise ships. http://tynan.com/cruiseshe…
-
comment
Comment #5454141
Dmitry Vyukov keeps a great resource for learning about lock-free algorithms (and other interesting things) here: http://www.1024cores.net/home/lock-free-algorithms/introduct...
-
comment
Comment #5447347
New Zealand offers a similar Visa, but you'll be better off in Australia if you want to make money.
-
comment
Comment #5125092
> Someone needs to nuke this site from orbit and build a new debugger from scratch, and provide an library-style API that IDEs can use to inspect executables in rich and subtle way…
- story