Live data from Hacker News

Viewing profile — tskaiser

tskaiser

HN member
Joined
Sun, Feb 21, 2016, 11:47 PM UTC
HN karma
164
Public activity
50 items

About tskaiser

No profile information was provided.

Recent public activity

  1. comment
    Comment #17585720

    A vital difference is that companies do not have a sapient capacity for emotion and empathy.

  2. comment
    Comment #17548434

    But that is not moral, is it? The company is still not beholden to a willful idea of morality, but rather sociopathically concerned with appearance. For companies where this matter…

  3. comment
    Comment #17544027

    I agree that a corporation can make what would be perceived as moral actions, exactly due to the human staff running it, but that does not erase that morals does not factor into th…

  4. comment
    Comment #17543742

    Corporations, at least the for-profit ones, are principally amoral legal constructs, which I find all the more terrifying than the notion that they could be evil. Insomuch as they …

  5. comment
  6. comment
    Comment #16649858

    It is an interest idea and a great starter for philosophical thinking, but no-one is treating it like literal gospel.

  7. comment
    Comment #16458629

    We could do so at any time if the community decided it was for the better. Linux being open source means anyone can fork it if needed be. China is setting the stage for an actual d…

  8. comment
    Comment #15972158

    I imagine you could still update with some wench-work. An EOL date of 6.5 sounds to me like a way to say that "beyond this point we will stop testing and ensuring compliance, and t…

  9. comment
    Comment #15970973

    "Most of the time"? Citation needed. While I generally agree with the sentiment of "do more by coding less", and minimalist user interfaces, there are plenty of cases where you thr…

  10. comment
    Comment #15967978

    6.5 years for most devices, 5 years for some legacy cases, and it is a soft limit ie. they don't automatically enter EOL, they just stop guaranteeing the updates. Source: https://s…

  11. comment
    Comment #15967954

    While I accept that my description of JS et. al. might be contentious, I don't see that you have argued against my piece on the WWW in general. Regarding latency and responsiveness…

  12. comment
    Comment #15960342

    Yet each of those steps solved a different problem. Early computers did not have the local processing power needed to run heavy jobs. Early PCs did not have the storage. WWW solved…

  13. comment
    Comment #15860265

    Wanting not to be discriminated against / handled separately != wanting special treatment. It is quite the opposite, in fact. The only people who consider that an entitled position…

  14. comment
    Comment #15755335

    Store credential information where it is used. It is not used by the repository, so it is an improper location for it. If someone gains access to a system that uses the credentials…

  15. comment
    Comment #15654432

    Thank you for the insight. It is one thing what holds in theory, and quite another what happens in reality, as you point out.

  16. comment
    Comment #15653911

    I admit to be completely out of my depth, but my understanding is that it is a fiduciary duty of the directors to act in the best interest of the shareholders. Tax planning is a hu…

  17. comment
    Comment #15652971

    IANAL but it is my understanding that if those tax reduction schemes are legal many companies are legally bound by their stock holders to exploit them, or else be found negligent i…

  18. comment
    Comment #15477476

    Won't help. It gets the information from the telco provider, and does not require GPS or any other fancy hardware.

  19. comment
    Comment #15324614

    That's a lot of maybes to support an already unlikely scenario.

  20. comment
    Comment #15238390

    multi-select is by no means an ST invention.

  21. comment
    Comment #15236473

    It never did. A concurrent program has always meant a decomposition of a program into parts that can be executed out-of-order while maintaining the same output. Whether or not this…

  22. comment
    Comment #15186274

    To be frank most of my experience with concurrency (rather than parallelism) is from formal theory taught during my masters studies. But I was rusty, so I was unsure if I remembere…

  23. comment
    Comment #15185352

    Ah. I have a misunderstanding of definition then, since when I think of concurrency I think of interleaved execution irrespective of whether or not this execution is done in parall…

  24. comment
    Comment #15182117

    What do you mean by JavaScript not supporting concurrency? Do you mean parallelism?

  25. comment
    Comment #15081701

    Any situation where a password is persisted, especially in plaintext, can present a security risk. It is one of those things where you don't just guess that it is "safe enough" unl…