HN user

hhvn

21 karma

gopher://hhvn.uk

Posts0
Comments13
View on HN
No posts found.

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.

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.

One of the main points of matrix is that every server should be compatible and form a federation with others. What is the point of moving people onto a specific server?

With IRC freenode has a control structure that can enforce their rules/guidelines, this breaks with matrix.

Does markdown have security issues, regardless of the fact that it isn't executed? It is a markup language, so by your comment it will.