This is what I call gamification .
Doom as a tool for system administration (1999)
31–40 of 64 posts
Re: Doom as a tool for system administration (1999)
#32Brilliant idea. With the Unix file systems, that show about everything of a computer, it should be possible to create a game, where the whole world is generated by that informations :D
IIRC there was a graphical file manager on some systems like this, famously featured in Jurassic Park ("This is a UNIX system! I know this!") Also, not quite the same, but: https://en.wikipedia.org/wiki/Virus:_The_Game
Re: Doom as a tool for system administration (1999)
#33this is listed under the "problems" section. maybe it should be in the "benefits" section :)
Re: Doom as a tool for system administration (1999)
#34It's not 3D, but I wrote a little curses program to find and delete large files - https://github.com/dlubarov/cleanup
Re: Doom as a tool for system administration (1999)
#35Re: Doom as a tool for system administration (1999)
#36I remember when this first hit slashdot back in 1999. It's still a damn funny analogy. 8)
Re: Doom as a tool for system administration (1999)
#37Re: Doom as a tool for system administration (1999)
#38Proposal: I'd like to have an ssh multiplayer so I can kill the other players' systemd's. :)
Re: Doom as a tool for system administration (1999)
#39Processes should be differentiated by importance and resource consumption. For instance, PID 1 should be rendered as the Cyber Demon, since killing PID 1 would end your game. Any parent processes of the current process should be friendly, and processes consuming large resources should be special enemies like pinky.
Re: Doom as a tool for system administration (1999)
#40I think any real world environment in which this would be feasible would be served better by other tools. This is because in order to render a process that needs to be killed a system needs to know that it is a bad process. But if you know how to simply identify bad processes you would just write a script to kill it, which is widely done now. What you are doing at best is converting textual information into visual on…
Are you seriously considering this as a potential system administration tool, or am I just bad at detecting sarcasm?