HN user

Zarathustra30

83 karma
Posts0
Comments42
View on HN
No posts found.

Is the 30-50% of face value realistic for "Liquidation Value"? If one organization has to liquidate, sure. But if the bubble pops and many groups have to liquidate at once? Owners will be lucky if they can dodge the recycling fees.

You will send out some C signals. That’s inevitable. We all did. Never, never send out the same C signal twice. And make sure the balance of the signals are that you are a B.

This bit is important. It's not great if a new hire nukes production, but it doesn't preclude them from being a B or A.

Additionally being considered a C isn't necessarily a blame game. If an employee nukes production multiple times, they may not be in the right headspace to work at that company, through no fault of their own.

I've actually run into this in the wild, with regards to sales forecasting. A program we were using returned zero if the error bars on a forecast were over 100%. For example, selling somewhere between 1 and 7 units, but averaging 3.

Returning 3 was "wrong", but infinitely more correct than retuning 0.

Knitting bullshit 3 months ago

I occasionally put on a (human-made) podcast for the word-sounds rather than the content. I can imagine others do the same without caring whether it is human-made.

Isn't Greece's unemployment rate the highest in the E.U.? Yes, they may be "low-quality" workers applying for jobs, but if a company can't find "high-quality," they must make do.

How did we lose the art of training new hires?

Form does follow function, at least at first. Skeuomorphism only happens because the original had design compromises that looked cool.

I think we humans will happily sacrifice aesthetics if it improves something we care about. Unfortunately, we don't care enough about baked-in obsolescence (or can't measure it).

I do wish we would look at electric cars again, to see if making them not look like cars would improve them.

I'm not sure about that. Microsoft is Commoditizing its Complement. I have a free repository on GitHub that auto-deploys to a paid Azure host. If GitHub wasn't as good as it was, M$ wouldn't have my $.

...if the features of the language are used...

The Rust compiler uses Rust's features terribly, just because Rust's features were a moving target for the majority of the compiler's lifetime.

What airline are YOU flying? I am usually on a 737 built before cell phones were invented. I consider myself lucky if the SkyMall hasn't been stolen, let alone in-flight Wi-Fi.

What is the false-positive rate like? It would be terrible if it blocked people like Garak and Dukat.

Just a note: the "How does K-blocker work?" link just goes back to features, instead of actually telling how it works.

(Safe) Rust provides some nice guarantees. It (should be) impossible to have use-after-free, buffer overruns, race conditions, etc. in 100% Safe Rust. A pure Rust OS could provide a safe interface to build safe programs.

While mostly a novelty, an OS capable of executing untrusted code risk-free could be a powerful tool indeed.