Spyke

Replies

memes

Comment on

You're welcome

Reply in thread

Before we had diodes in our curriculum i was curious how one would wire them up or mark them on diagrams considering they were inherently polarized, given how electron flow is opposite to conventional. I was quite delighted to see the P/N semiconductor types making it immediately evident

Comment on

Kinda sus...

I mean, leaving aside their surveillance tasks, it's still their job to ensure national security. It's in their best interest to keep at least themselves and their nation safe, and considering how prevalent Linux is on servers, they likely saw a net benefit this way. They even open sourced their reverse engineering toolkit Ghidra in a similar vein

Comment on

Docker - what use is it?

Containers, the concept that Docker implements, lets app developers give a self-contained environment for distribution. For devs that means consistency in deployments across environments, which in turn means sysadmins can deploy each of these apps as fully isolated units.

With that, you get really clean installs/updates/uninstalls, and your deployments get done with a well-defined, declarative definition file which can also handle multi service dependencies (a la Docker Compose/K8s)