svisser's comments

svisser | 9 years ago | on: Ask HN: How to quantify that a team is overworked

- Determine who you need to convince on this matter

- Find out what metrics they care about (time lost, money lost, potentially employees lost, clients lost).

- Formulate your proposal in a way that emphasises how those metrics will improve by hiring more developers.

svisser | 9 years ago | on: Ask HN: Is taking a job as a Delphi programmer career suicide?

Even if you get paid more, you still spend time learning knowledge and skills which aren't easily transferable to your next employer.

You can't get that time back so long-term it's probably better to develop software in a more modern ecosystem.

Having said that, I don't know your local market or industry.

svisser | 9 years ago | on: Ask HN: How would you “monetize” this site?

You've already identified that it may not get much traffic and it isn't monetizable with two big ad networks.

It's worth experimenting with a few things but you may just need to move on to another project that has better chances.

svisser | 9 years ago | on: Ask HN: Spending my free time in video games. It's eating me. Suggestions?

It is essential to balance work with play. So you should not feel bad to play video games from time to time.

But if you're always doing things that involve a lot of thinking (work, study) it may be good to balance that with exercise or creating things with your hands.

If your work is not very exciting and it's unlikely to change then you may need to consider changing jobs.

svisser | 9 years ago | on: Moving Away from Python 2

You can automatically remove six from your codebase after you're Python 3.x only. So six can be a possible solution (provided you have automated tests).

svisser | 10 years ago | on: Gx: A package management tool built around IPFS

This is probably done for security: if a package gets removed it can't be replaced by something potentially malicious. In addition, people that have tied their version numbers would get alerted this way.

svisser | 10 years ago | on: Code that will break in Python 4

Version checks are also the reason why we have Windows 10 and not Windows 9 because people checked whether the OS version started with "Windows 9" (for Windows 95 and Windows 98).
page 2