HackerTrans
TopNewTrendsCommentsPastAskShowJobs

hhvn

no profile record

comments

hhvn
·3 năm trước·discuss
Atleast for the past few decades, salaries have increased less than what's needed to compensate for the change of value of the currency. Meaning the amount you make each year will on average be worth less.
hhvn
·4 năm trước·discuss
See the exec family of functions, e.g. execl:

  int execl(const char *pathname, const char *arg, ...);
Normally you would call it like execl("program", "program", "argument", NULL), duplicating the program's name/path, but it's possible to set the 2nd argument, which corresponds to argv[0] (in the case of execl), to something different. This behaviour just isn't always exposed in the shell and other languages.
hhvn
·4 năm trước·discuss
I think it's more to do with it being a scripting language. Scripting languages are designed to be quick and easy to write, so instead of having to deal with int/float etc, the language can do it for you.
hhvn
·5 năm trước·discuss
https://sta.li/ Experimental, probably not that usable.

http://sabo.xyz/ More of a complete distro, but the dev himself says he still uses a couple of programs dynamically linked.