Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
BringTheTanks
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
BringTheTanks
11y ago
> realistically a proprietary standard library – however huge – just can't compete with the open source ecosystems of Python and friends. It's not competing with Python, it's language as a service. Instead of downloading d
2.
▲
by
BringTheTanks
11y ago
"Imagine you've implemented world peace. Now let's try to drop couple of nukes in the middle of this..." Anyway, the point of functional programming is to have as many "immovable parts" as possible, because mut
3.
▲
by
BringTheTanks
11y ago
Well, there are non-ironic alternatives: declare(strict_typehints=TRUE); // not ironic, not short declare(strict_types=1); // ironic, short declare(strict=true); // not ironic, even shorter JS
4.
▲
by
BringTheTanks
11y ago
I'm curious, is there a reason to avoid using .NET for web services deployed on *nix? I'm interested in using it, I love .NET as a platform, I just have this vague sense of worry that I can't quite rationalize. Mostly based o
5.
▲
by
BringTheTanks
11y ago
With RoR it's pretty much in the description. Monolithic web apps with relatively standard and simple domain logic (i.e. CRUD). Lots of presentation code (HTML templates, handling of static assets and what not). Go is for writing small
6.
▲
by
BringTheTanks
11y ago
This is not a change in Apple's policies, it's a fluke. The reviewer is interpreting the rule incorrectly. The rule is intended to avoid descriptions which refer to future plans for alternative platform support, or different port
7.
▲
by
BringTheTanks
11y ago
Odd. RoR and Go address entirely different app domains. The only thing that connects them is that RoR was trendy yesterday, and Go is trendy today. If this is the rationale for replacement, the author will be writing plenty of "replaci
8.
▲
by
BringTheTanks
11y ago
One'd hope that the "values of modern society" have enough capacity to accommodate both ambition and relationships. Painting ambition in negative tone and putting too much focus on relationships causes the same myopia that
9.
▲
by
BringTheTanks
11y ago
Thanks, this was informative :)
10.
▲
by
BringTheTanks
11y ago
What's your opinion on "popular frameworks".
11.
▲
by
BringTheTanks
11y ago
> Well human have higher moral value because of higher ability of pain, emotions and cognition. Those are arbitrary categories. Let's say I decide you have lower ability to feel pain, emote and have inferior cognition. How exactly d
12.
▲
by
BringTheTanks
11y ago
You have a somewhat naive view about how our moral compass moves as a straight lines from bad to good. Before the Nazis performed experiments on humans, it was considered horrible to perform experiments on humans. What Nazis had that allo
13.
▲
by
BringTheTanks
11y ago
The statelessness relates to communication state. A client can hold state and it most certainly will hold state (consider your browser: open tabs with URLs, bookmarks, local browser cache; form autocompletion; settings; all of this is &
14.
▲
by
BringTheTanks
11y ago
I'm afraid we're not in a dramatic agreement. You point to an exception which REST allows to claim the exception is RESTful. The exception is there for practical reasons and it doesn't satisfy REST's constraints nor bene
15.
▲
by
BringTheTanks
11y ago
I know which phrase you're referring to, but if you read it in context, it's apparent this is an exception case, because the very same section talks about cacheable, stateless requests and responses. All of REST's constraints
16.
▲
by
BringTheTanks
11y ago
My premise is that HTTPs-only and REST have opposing constraints. You have not demonstrated any flaws in it, REST says communication is stateless and cacheable except for acknowledging some select minority cases when it's not the case.
17.
▲
by
BringTheTanks
11y ago
Let's quote from section 5.2.2: "All REST interactions are stateless. That is, each request contains all of the information necessary for a connector to understand the request, independent of any requests that may have preceded it
18.
▲
by
BringTheTanks
11y ago
"HTTPS-only" goes directly against the architectural principles laid out in "REST", where intermediaries should be able to understand (in a limited sense) the request and responses that pass through, do caching, differen
19.
▲
by
BringTheTanks
11y ago
I'm talking about map(), and you're talking about filter(). Here's the code in question: .map(function(album){ return {artist : album("vendor")("name")} }) If this is simply adding a node to a
20.
▲
by
BringTheTanks
11y ago
It can't work them out because you compose the query in a third party scripting language. RethinkDB has no access to the structure of the source in order to analyze it statically and work out an optimal I/O read plan. It interacts
21.
▲
by
BringTheTanks
11y ago
> Not earth-shattering, but with ReQL all I need to do is attach a function Thing is, some SQL databases have columnar storage, and in there selecting everything, then filtering with an attached function would eliminate the performance b
22.
▲
by
BringTheTanks
11y ago
My apps are service-oriented, and every service is in a different language. And for every one of them I and my team ask ourselves "why". The only one framing the debate so negatively here is you. As a fan of "Go" you sho
23.
▲
by
BringTheTanks
11y ago
If I'm asked why I use the technologies I use in my projects, I'd gladly give specific engineering and business reasons, and not just say "YouTube uses it". We should be ready to have these technical discussions and enco
24.
▲
by
BringTheTanks
11y ago
Asking "why" is a sign of curiosity, a desire to gain insight from the experience of those who are, apparently, willing to share it with us. Using fashionable tech X is not bad on its own. But without the "why" we have n
25.
▲
by
BringTheTanks
11y ago
> That's 300k/day Apple gets for doing nothing. Where by nothing you mean "run the App Store".
26.
▲
by
BringTheTanks
11y ago
> this time next year we'll all be talking about "watch first web development." This doesn't diminish your overall point, but a little side note - Apple Watch has no browser, and it'll never have one.
27.
▲
by
BringTheTanks
11y ago
The chips use virtually no power. The only limit is the power the connected through the hub devices draw.