ehou | 3 years ago | on: Hetzner continues its growth in the US with a new location
ehou's comments
ehou | 3 years ago | on: Patina and Intimacy
ehou | 4 years ago | on: Designing Low Upkeep Software
$ apt install unattended-upgrades
# /etc/apt/apt.conf.d/99unattended-upgrades-custom
Unattended-Upgrade::Sender "Root at servername.domain.tld <[email protected]>";
Unattended-Upgrade::Mail "[email protected]";
Unattended-Upgrade::MailReport "on-change";
Unattended-Upgrade::Automatic-Reboot "true";
Unattended-Upgrade::Automatic-Reboot-Time "05:00";
$ sudo systemctl edit apt-daily.timer
# Opens a new file /etc/systemd/system/apt-daily.timer.d/override.conf, paste this content:
[Timer]
# Reset the system calendar config first
OnCalendar=
# Set a new calendar timer with a 60 minute threshold
OnCalendar=*-*-* 03:00
RandomizedDelaySec=30m
$ sudo systemctl edit apt-daily-upgrade.timer
# Opens a new file /etc/systemd/system/apt-daily-upgrade.timer.d/override.conf, paste this content:
[Timer]
# Reset the system calendar config first
OnCalendar=
# Set a new calendar timer with a 60 minute threshold
OnCalendar=*-*-* 04:00
RandomizedDelaySec=30m
.. and are auto-updated. When a reboot is needed after an update, it gets rebooted automatically.ehou | 4 years ago | on: Dutch cities want to ban property investors in all neighborhoods
- people who used to move on to a larger house stay because of the increased costs
- older houses are broken down and are replaced by newer ones … but due to building regulations fewer are build at the same place
- due to stagnation in outflow and decreased number of houses the waiting time for getting a “social house” is increased by a ridiculous amount. In Eindhoven it is more than 10 years - in theory. But due to rules about preferred placement it’s often way more.ehou | 4 years ago | on: Ask HN: Why Poetry did not become a mainstream package manager for Python?
Can you elaborate on this? I use pip-compile development.in and pip-compile production.in and both use -r base.in for shared dependencies
ehou | 5 years ago | on: Django 3.2
ehou | 5 years ago | on: Docker, Django, Traefik, and IntercoolerJS: My go-to stack for building a SaaS
ehou | 5 years ago | on: Docker, Django, Traefik, and IntercoolerJS: My go-to stack for building a SaaS
ehou | 5 years ago | on: Ask HN: Anyone know any funny programming jokes?
ehou | 5 years ago | on: Ethereum 2.0 – Minimum deposit reached
ehou | 5 years ago | on: Rebrickable – Build with Lego
But that’s BrickLink. Cool site BTW combining all those stores.
ehou | 5 years ago | on: Rebrickable – Build with Lego
ehou | 5 years ago | on: Rebrickable – Build with Lego
ehou | 5 years ago | on: Cement is the source of 8% of the world's CO2 emissions (2018)
"passive designs without active mechanical assistance" - do you mean passive (highly insulated, air tight) designs without mechanical ventilation?
ehou | 5 years ago | on: Cement is the source of 8% of the world's CO2 emissions (2018)
There is also CLT without glue. Check https://www.youtube.com/watch?v=4j_UjIshzMc where Matt Risinger is visiting a Swiss factory where they use wooden (berch?) nails and dowel pins in stead of glue. And by using more layers they also need no insulation. Gives R=24...
ehou | 5 years ago | on: Cement is the source of 8% of the world's CO2 emissions (2018)
Using CLT (and passive house principles) can reduce the total CO2 emmissions of a house by 90% in its total life span. The wood in CLT stores carbon and the passive house principles reduces energy needs.
ehou | 6 years ago | on: Ask HN: Which configuration management software would/should you use in 2020?
Question though: how do you manage the possible rebooting-containers-loop after a host reboot? I had to throw in more memory to prevent this but it feels like a (expensive|unnecessary) workaround. Anyone figured out how to let multiple containers start after each other (while not in 1 docker-compose.yaml)?
ehou | 6 years ago | on: Ask HN: A New Decade. Any Predictions?
2. Climate change will be accepted, and most people are doing better in terms of being environment friendly. Eating meat more than 2-3 days a week is what smoking is now: you're sort of free to do it but it's just not the way.
3. Due to the retirement of the baby boomers (broad definition: 1945-65) things have changed, but not that much. Development in elderly care is slowly taking place - old people still living in their own house do have some home automation but it's more monitoring than active automation. Care robots are more present but are still been seen as toys or gadgets and did not replace humans in care. This will be the problem of the 2030-2040 as care costs have risen above sustainable levels.
4. Both GDPR/CCPA and some major privacy f*ckup (probably classified major because some public figure is involved) caused most companies to be really caring about the data they take care of. People know what companies do with their data and have a option to somehow have a paid subscription to be sure their data is not sold in anyway. (This is not going to happen, sadly. We still pay with our data, we are still bothered by ads.)
ehou | 6 years ago | on: SQL Murder Mystery
ehou | 6 years ago | on: Having Kids
Yesterday I fell in the Collatz trap (https://news.ycombinator.com/item?id=21780068). So after a few hours my 7y old son asked what I was doing (what was I doing?!). Explained him how it works and then we did Collatz "by hand" for almost an hour. These sorta random triggered experiences are the best.