Hacker Read top | best | new | newcomments | leaders | about | bookmarklet login

> don't use a dependency to implement your core business

In logic language, you're saying "If X is your core business, don't outsource X".

> Is JSON parsing our core business? No, so why would we ever write -- and thereby commit to supporting for its entire lifetime -- JSON parsing code? All the code you write and support should be directly tied to what you as a business decide are your fundamental value propositions. Everything else you write is just fat waiting to be cut by someone who knows how to write a business case.

The rest of your argument is interpreted as "If X is not your core business, don't in-house X".

These two logical implication statements are not equivalents of each other, but are converses. Casual language often conflates If, Only-If, and If-And-Only-If.



sort by: page size:

> It's like a too easily wielded extremely powerful dependency magnet.

The equivalent if statement is not?


>if people really want zero cost abstraction

That one "if" is (by definition) not zero-cost.


> One thing? It does a logical and and then negates the result.

Sorry? Take a second to think about what you're saying.

In what conceivable sense is "doing a logical and" one thing while "doing a logical nand" isn't?

You can equally claim that

    x & y
is really just

    (x ? y) ? (x ? y)

> Dependencies are cattle, not pets.

It depends on your context. Sometimes, dependencies are not pets, but weights on your airplane.


> Data is not code

All code is data, but not all data is code.


> The code is not transformative because the quoted code is not used for some other purpose like as part of an article discussing whatever the code does, it is used to do exactly it's original job.

Hmm..

> The printing press is not transformative because the printed text is not used for some other purpose, it is used to do exactly it's original job.

See the error in your logic? The potentially transformative part is not the code itself. It's the impact to the process of creating the code.


This sentence is incoherent:

  “What’s different is we’re going to be pretty pragmatic about --- yes if, and if and when we should be making a step inside or making it outside and making sure that we have optionality to -- yeah build internally mix and match inside and outside or go outside in its entirety,”
Given the recent diversification of outsourcing, going back to PRC/ROC is not exactly going to help Intel in the long run I think.

Premise: "Normally in English dependency means something like dependent." Conclusion: "'Dependency' in programming means the opposite of its traditional meaning"

I think the premise is wrong, leading to a wrong conclusion. Dependency and dependent are already opposites (or duals) in English, and each maps to its same meaning in computing.


> Existing code is important, existing implementations are not.

I am having trouble parsing that sentence.... so now there's a distinction between the code and the implementation? wat!?


> I suspect no one structure is optimal for all contexts.

I would rather assume "no one structure is optimal for all people".


> Thus, all abstractions are not pure overhead

Sorry for the pedantry, but I believe this would still be wrong as phrased. Maybe "not all abstractions are pure overhead" would work?


>That what is the case?

Based on the 2 previous sentences, he's either saying something like:

"are you aware that this is the [right use] case [for programming language framework distributed orchestration]?"

or

>are you aware that this [overlap between Kubernetes-style container orchestration vs programming language frameworks] is the case?

It appears Roger Johansson is author of Akka.NET from Sweden so English may not be his best language.


> is true if and only if the resources required to modify the browser are equivalent to the resources required to build it from scratch

This is not logically correct. Let’s consider two statements:

1. If you are fit enough, you can run a mile in less than 5 minutes.

2. If you are fit enough, you can run a 100 mile ultramarathon.

Both statements are true, but clearly the level and kind of fitness required to do one is different from the other.


> One is logic, the other is applied.

Not according to any formal or colloquial definition I've ever heard.


> You can't work out the logical consequences of seemingly obvious properties.

Could you expand on this a little / give an example?


¬A (not profitable) => B (startup)

does not imply

A (profitable) => ¬B (not a startup).


>When someone says "any company", it's easy to interpret that as meaning "any company without exception". This is a very logical interpretation, but it is not necessarily reasonable to interpret it that way.

Well, it's not logical at all in the common sense of the word logical. It's like you're talking to a compiler...

In casual conversation everybody understands that it doesn't mean "absolutely every company".


> A service uploading data and responding with results is a perfectly legitimate interaction.

this reductive description is too vague to bear the label "legitimate interaction". context matters, no?


"On the surface, Kartik is arguing against abstractions.."

Nope. To clarify: https://news.ycombinator.com/item?id=30019146#30038853

next

Legal | privacy