Viewing profile — jussaskin
jussaskin
HN member- Joined
- Wed, Jun 22, 2016, 12:57 PM UTC
- HN karma
- 28
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About jussaskin
No profile information was provided.
Recent public activity
-
comment
Comment #11973501
Fair enough.
-
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…
-
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.
-
comment
Comment #11973315
Less so, I agree. But give it time - older VM image and container formats will probably rot as well.
-
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…
-
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…
-
comment
Comment #11964305
Thanks. And I learned a new acronym. Oh that crazy internet.
-
comment
Comment #11963134
Is it compatible with ccache?
-
comment
Comment #11963129
Is all this functionality encoded within .o files or does it create a separate cache file or directory?
-
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.
-
comment
Comment #11953489
IoT is all about unsecured devices generally?