HN user

saco

20 karma
Posts0
Comments7
View on HN
No posts found.
Gas Pump Golf 5 years ago

I feel like most people in this thread aren't understanding thoroughly that this game is telling you all that money is worth less every year incrementally, I wonder how long this can go on.

Arch for desktop: way easier than other distros because contrary to popular belief, older 'stable' versions of software have way more bugs and downsides. And removing the clutter enables kiss so life is easier overal. Once every 6 months I check the arch page why my update doesn't work and then copy paste the solution. Other than that it's perfect. Requirement for this distribution: update at least once a week

Centos for servers: webservers/other services just work, even the older versions

I don't get how this can be used anywhere except when you have 2 deployment targets which seems really limited.

Also checking for environments is done weirdly, why not use

if 'ENV' not in os.environ:

instead of

ENV = os.environ.get("ENV", None)

if ENV is None: