HN user

Discombulator

156 karma
Posts0
Comments47
View on HN
No posts found.

From my understanding, Taleb criticizes the native use of synthetic quantitative models with strong assumptions like VaR because they give a wrong picture of the real risks. But I don’t think that his point is that risk management is worthless.

On the other hand, employers are also barred from colluding to keep wages artificially low, which arguably would be considered a “negotiation strategy” if one follows your interpretation.

I agree though that employers have naturally more negotiation power in the vast majority of cases.

All disciplines studying complex systems like societies down to something like the human body, simply do not have the luxury of absolute truths like in mathematics or even the ability to run experiments like in physics (often for ethical reasons, e.g., in medicine or economics).

But does that mean that it is not worth doing?

For these fundamental reasons economics is “hard”, but I argue that it is still worth doing because economic policies have a big impact on people’s lives, and partial understanding is better than nothing.

Good advice, thanks for sharing.

I’d just keep in mind that there are no guarantees that kids will share our passions, even with the best approach. Humans are complex systems - it is very hard (and you would need need a lot of data) to make any general statement about things like this.

I’m not doubting the facts you mention and the amount of the hypothetical subsidy might be on average in the low two digit dollar range. The overall point is however that the App Store restriction was known at the time of purchase, so demanding to remove it without compensation is unfair.

(What would you say if your employer or client demands to pay a bit less after signing a contract with you?)

My last course in competition law was a while ago, but I remember this: while there are many differences in detail between the US and the EU approach, the broad strokes are the same.

Also in the EU, having a monopoly is not illegal (as long as it was obtained fairly) - abuse of monopoly power is.

Surely being a monopolist means you are subject to additional rules, no doubt about that.

Whatever the true cost is, the argument is spurious: Apple is not forced to provide this service at cost (or with a “reasonable” markup), they can charge in any case what they want.

Telegram should rather make a convincing argument why Apple should be considered a monopolist, which is not clear to me given the overall <30% market share of Apple in the phone market.

Replying to myself to correct my comment: the pension benefits funding appears to be in general - and differently from what I stated - not much different to the private sector.

The change introduced by the 2006 PAEA impacts however the funding of health care benefits of retirees, which have to be funded at 100%. This is not required of private sector companies.

Additionally, to build up this future retiree health benefits fund, a very front loaded schedule of about $5.7B yearly between 2006 and 2016 was chosen. In fact, the USPS was not able to fulfill this schedule and defaulted on multiple payments.

Best source I have found: https://fas.org/sgp/crs/misc/R40983.pdf

I am at this point not convinced that you are actually trying to understand, but if you read the text you linked, it says:

If a plan is fully funded, the minimum required contribution is the cost of benefits earned during the year.

The USPS however, needs to fund not only the current year’s expenses, but also all expenses for the 50 following years. No one else needs to do this.

If you're talking about the requirement to pre-fund their pension fund, my understanding is that UPS and FedEx (and all private corporations) were already required to do so.

It seems that most observers agree that this is not the case, so it is unclear how you came to the exact opposite understanding. E.g. https://www.bloomberg.com/opinion/articles/2018-04-04/congre... mentions

The law requires the Postal Service, which receives no taxpayer subsidies, to prefund its retirees' health benefits up to the year 2056. This is a $5 billion per year cost; it is a requirement that no other entity, private or public, has to make.

While the topic is interesting, I don’t think the analysis presented in the article series (at least in the first two articles) is particularly compelling.

For one, it relies much on hypotheses about internal though processes, which makes it basically unfalsifiable. Then the author is in my view shooting himself in the foot with the bowling analogy, namely by describing how he noted that he didn’t improve anymore and went to ask a colleague for advice. How would the same not be possible or even likely for the “expert beginner”?

All of this is much more easily and briefly explained by motivation - for many people in technology, technology is simply not a passion! For them it is just a tool and like also the article mentions, there are few reasons in many companies to spend more time on perfecting your craft - in fact, it might be strictly worse than building career-enhancing relationships. This is especially true as someone not in a technical position is often not able to assess the quality of the output.

Very similar story here; I barely write any Perl nowadays but am still very fond of it.

I especially like the sigils - they serve in a way as a primitive type system and actually convey useful information when reading code. I suspect people who complain about them are the same who dislike strong typing.

Interestingly, like you, nowadays I am very fond of Scala.

Great! Now everyone who already has an NFC U2F/WebAuthn key (e.g. YubiKey with NFC) can use it for the “advanced protection” program (which increases security on your Google account by enforcing 2FA, among other things). Before this you needed to get a separate Bluetooth dongle that at least I have not found other uses for.

Security is about trade offs. Talking about absolutes makes barely sense in this context, because any perfectly secure system is also perfectly useless.

Despite the chosen solution on SO - and from how the question is stated, it is clear that the asker only wanted confirmation -, sudo has its uses, even if is not perfectly secure (especially with the default configuration).

I suggest a more sensible approach for all security-related discussions: All systems have vulnerabilities, but some improve your security posture.

Without going into detail on the actual debate, I just want to make a meta point here: If you are writing an article and the following

[All] technical challenges [...] will not be magically solved by using microservices

Is the key statement of your article, then you should really consider adding a lot of nuance or not publishing it at all.

Everything is political! Everything. If you see something like science, religion, art, anything as apolitical, that probably means its just reinforcing prevailing politics.

Let's assume that everything is political. We could certainly argue that every concept and every thing created by human is in some way political.

But then what? If everything is, what does it mean for a thing to be "political"? That concept has simply become empty and useless.

Paraphrasing the "Fundamental theorem of software engineering", Every problem can be solved with enough levels of indirection. Every level of indirection adds complexity, so the question should be: is the additional level worth it?

I am fully on board with the overall sentiment of the article that there is some irreducible complexity that one cannot avoid. Often it comes straight from the business domain or entity the code is modelling, and then, sure, you cannot make it any easier, otherwise you are not solving the problem and users will be unhappy.

However, then the author goes too far: > Accidental complexity is just essential complexity that shows its age.

You can absolutely add heaps of unnecessary complexity; in fact, this is almost surely what you will get by attempting to cover every possible future use case and evolution scenario, or to cater to every minor aesthetic concern (e.g., "I need to be able to replace my cloud provider / DB / message queue / user notification medium / etc by changing just one line!").

It takes humility to admit that getting the balance "right" from the start is difficult, and often the only way to improve is to accept some badness now and revisit the decision later with more information.

The quote however seems to be saying that we (as software engineers) always get it right, just later things change and our choice does not appear right anymore. This mindset is counterproductive, as admitting flaws is the first step to improve.

The article focuses on an issue that is very widespread on technical forums, and one that I find irritating. (It is a bit better here thanks to the good moderation, but you can still find examples among the comments for almost every article.)

To be specific, I mean comments a) that point out a flaw in an argument, often on narrow technical grounds, b) where a charitable reading of the original argument indicates that the writer would very likely have been aware of this flaw, c) that do not provide a revised version that would be correct.

To me, such comments come off as dismissive - even insulting -, and because of this they almost never result in a good discussion.

Most often, such comments are also facile: It is easy to point out facts that hold in edge cases, but in software, as in every engineering discipline, any real world decision involves trade-offs. And as a practitioner, I find it very useful to learn how others have made trade offs on real world problems, exactly because edge cases are often not informative. Whoever comes forward to discuss their solution on such problems deserves praise, because they know that their decision is necessarily not perfect, and can be criticized. A good critique then amends the original statement to provide a better solution instead of dismissing it because it is not universally applicable.

This is not about pedantism (which is itself a highly subjective insult that never does any good) - a good comment on a minor point can be enlightening with the right context, and when respecting the original context.

I do not think this kind of destructive behavior is currently well covered by the HN guidelines, so here is a proposal of what I would add (@dang)

"If you want to point out an incorrectness in a statement, do not assume whoever made the statement was not aware of it - this often comes off as dismissive. Instead, attempt to provide a synthesis of the original statement and your criticism that would be correct from your point of view."

Using this guideline, here is how I would rephrase the examples from the article: - "Garbage collectors work in many cases, but I have spent many hours dealing with dangling memory reference issues, so in this and that case I recommend instead..." - "Note that TLS does not provide sufficient protection against nation state adversaries because... If you have to deal with this threat scenario, I recommend ..." - "In performance critical scenarios, you can avoid paying the cost of bounds checking as long as you..."

Not familiar with the author, but good on him for admitting he was wrong. I find that most people are not able to admit their faults (without endless hedging), and those who can deserve some respect.

What I always find interesting is how Milgram’s experiments are put into context (“explained away” might be more apt) by various authors. Anecdotally, no one seems to be open to accept the conclusions of the experiments, just like in the article. When this topic was brought up at some point in school, I remember my teacher prefacing it with the experiments not having been replicated elsewhere (which they actually have been).

I cannot comment on the specific point raised here, it’s been a while since I read Milgram’s book, but I remember that many different experimental conditions have been tested, and I don’t think that picking out a single one of them and reinterpreting some minute aspect changes the overall significance.

Moreover, if you’re in the sorry situation of being on the receiving end of some punishment ordered by an authority figure, like the “learner” in the experiment, does it really matter that whoever doles out the punishment, does so not because of an explicit order but because he is being coaxed in various ways to obey?

One key point of the experiments is that the overseer has no formal authority over the teacher at all, and the fact that a lab coat and some easy psychological conditioning steps are sufficient to make over half of the population obey should give anyone food for thought.

Skipping a few steps of thought here, but my conclusion is that we are all being groomed to obey authority figures – the “con” aspect is not decoupled from that; it is one of many mechanisms that are used to exert control. What Milgram showed is a practical consequence of that process.

The Real Class War 7 years ago

Bill Gates is in my view deserving of every praise for his civic engagement, as well as a few others (e.g., those who have agreed to the pledge to give away much of their wealth). But I don’t think this is common. Just from the public statements of many billionaires, it seems that many do not think they have any civic obbligation at all.

The easiest answer is that HN is frequented by many people whose main (and often only) job activity is software development, so they/we think that our plight is special.

I wonder if there is some hidden irony, because it appears to me that we sometimes assume that everyone else has a simple and straightforward job that we could probably automate.

I think it depends on the details. If your code is simply cleaner, well documented etc, then fully agreed.

If you introduce new dependencies, or the latest free monad transforming framework when there was none, then I’d be wary as well.

PowerBI is an interesting case. As long as you do “run of the mill” business analytics (Star or snowflake tables, “simple” aggregations) it is like you say. But once you need something different, you’re in for some serious rethinking and coding.

I have this article printed out in a drawer for these cases: http://mdxdax.blogspot.com/2011/03/logic-behind-magic-of-dax...

With DAX, Microsoft has extended the PivotTable model (instead of the relational model), and they deserve full respect for trying something new in this space.

Is it a simpler model? I kinda like it, but don’t think it is simpler.