Live data from Hacker News

Viewing profile — jussaskin

jussaskin

HN member
Joined
Wed, Jun 22, 2016, 12:57 PM UTC
HN karma
28
Public activity
11 items

About jussaskin

No profile information was provided.

Recent public activity

  1. comment
    Comment #11973501

    Fair enough.

  2. comment
    Comment #11973396

    I find that integrated tests in software projects go a long way to reducing rot. When something eventually invariably breaks due to some external factor, the test suite greatly red…

  3. comment
    Comment #11973352

    Even though the VM image and tooling may still be runnable, the world around it with which it must interact continues to evolve and can leave your software obsolete.

  4. comment
    Comment #11973315

    Less so, I agree. But give it time - older VM image and container formats will probably rot as well.

  5. comment
    Comment #11973244

    Software doesn't exist in isolation. It interacts with its host OS, shared libraries, other programs, protocols, file formats and external systems. If it can't keep up then it effe…

  6. comment
    Comment #11973184

    Software rots if you can no longer set up the exact tool chain and environment (compiler, build tool, OS version, external database, etc) required to build and run it. Even interpr…

  7. comment
    Comment #11964305

    Thanks. And I learned a new acronym. Oh that crazy internet.

  8. comment
    Comment #11963134

    Is it compatible with ccache?

  9. comment
    Comment #11963129

    Is all this functionality encoded within .o files or does it create a separate cache file or directory?

  10. comment
    Comment #11954915

    Some of these IoT devices are solar powered or rely on ambient electromagnetic energy and don't have enough juice to perform crypto.

  11. comment
    Comment #11953489

    IoT is all about unsecured devices generally?