Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
edsrzf
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
The Truth about "Fsck"
(hachyderm.io)
3 points
by
edsrzf
3y ago
|
3 comments
2.
▲
by
edsrzf
3y ago
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 to be: * Moving from static HTML to dynamic server code
3.
▲
by
edsrzf
5y ago
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?
4.
▲
by
edsrzf
5y ago
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 group side effects,
5.
▲
by
edsrzf
5y ago
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 credible source of scientific results. The scientific
6.
▲
by
edsrzf
6y ago
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 conditions, but it may be worth another look in, say,
7.
▲
How Service Workers Saved Our Web App
(medium.com)
3 points
by
edsrzf
7y ago
|
1 comments
8.
▲
by
edsrzf
8y ago
This is pretty interesting and useful. Now where are the details about how to get ElasticSearch to behave this way? :)
9.
▲
by
edsrzf
9y ago
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. The issue with the GraphQL spec is that people actually want
10.
▲
by
edsrzf
9y ago
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 today's compiler happens to generate bet
11.
▲
by
edsrzf
9y ago
Could you please link to some docs for the cached flag you mentioned? I can't find anything about it.
12.
▲
by
edsrzf
10y ago
I think calling it a "mess" is hyperbole, but yes, it's true that it has shortcomings and may be deprecated and replaced.
13.
▲
by
edsrzf
10y ago
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 when formatting your code. [1] https:/
14.
▲
by
edsrzf
10y ago
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 also have strong C and C++ skills, as well as experience w
15.
▲
by
edsrzf
11y ago
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 might not be.) So it's possible that a fut
16.
▲
by
edsrzf
12y ago
> 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: * Java uses threads * Lua and Ruby use cooperative
17.
▲
What Color Is Your Function?
(journal.stuffwithstuff.com)
24 points
by
edsrzf
12y ago
|
3 comments
18.
▲
by
edsrzf
12y ago
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 job, and your feedback turns out to be "You&
19.
▲
by
edsrzf
12y ago
There has been recent talk of it. See here for a link and (brief) HN discussion: https://news.ycombinator.com/item?id=8149810
20.
▲
by
edsrzf
13y ago
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 it could serve as the basis for a more specific q
21.
▲
by
edsrzf
13y ago
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/cruisesheet
22.
▲
by
edsrzf
13y ago
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...
23.
▲
by
edsrzf
13y ago
New Zealand offers a similar Visa, but you'll be better off in Australia if you want to make money.
24.
▲
by
edsrzf
14y ago
> 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 ways. LLDB[1] can do this, but I'm not sure how far along i
25.
▲
Let's think about *small* data for a change
(apenwarr.ca)
2 points
by
edsrzf
14y ago
|
0 comments
26.
▲
Avoiding hash lookups in a Ruby implementation
(blog.headius.com)
13 points
by
edsrzf
14y ago
|
0 comments
27.
▲
The One Instruction Wonder
(drdobbs.com)
2 points
by
edsrzf
14y ago
|
1 comments
28.
▲
by
edsrzf
14y ago
Wikipedia describes a compiler as "a computer program that transforms source code written in a programming language into another computer language". That certainly seems to describe what's going on here.
29.
▲
Xkcd: What if?
(what-if.xkcd.com)
6 points
by
edsrzf
14y ago
|
0 comments
30.
▲
Spikability - An Application's Ability to Handle Load
(blog.iron.io)
11 points
by
edsrzf
14y ago
|
5 comments
More ›