Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

"Want to make something happen with every boot of the system? That'll be a system service on windows (and by the way they have all kinds of gotchas about what kinds of stuff they can access) or a systemd service on linux."

On Windows there's also numerous registry keys, Windows Task Scheduler, etc (ugh). On Linux, it depends. Could be also init.d or n+1 other options, including a single custom binary running as init process.

> Need to script something quickly? Well thats either bash on linux or powershell/batch files on windows.

Or bash on Windows (WSL, cygwin, etc.). PowerShell is also available for Linux. Both come with their footguns, especially when used on a "foreign" platform.

But you could just as well use some suitable scripting language, like Python, JS or whatever.

Sure, there's complexity if you really start (or need) to look for it. I do think it's exaggeration to say double, maybe 20%, at most 50%.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: