Viewing profile — Fritsdehacker
Fritsdehacker
HN member- Joined
- Fri, Oct 10, 2014, 8:04 PM UTC
- HN karma
- 59
- Public activity
- 36 items
- HN profile
- View on Hacker News ↗
About Fritsdehacker
No profile information was provided.
Recent public activity
-
comment
Comment #31767669
Same here. And it is not expensive.
-
comment
Comment #31421023
Under normal circumstances the difficulty with the western diet is getting enough nutrients, but not too much calories. I meant the combination can be a challenge if your on a narr…
-
comment
Comment #31420129
In the Netherlands, anything you buy from Bol.com is automatically synced to your Kobo device. Not sure about other retailers.
-
comment
Comment #31409447
For most males it should be possible to get enough calories and nutrients from just one meal, but I would not say easy. It is far easier with two meals, or maybe a time window of 4…
-
comment
Comment #31274985
This is why you have backups. Good on you to have them! When I just started as a junior dev at a small company I made the classic mistake of emptying the prod db instead of my loca…
-
comment
Comment #31250750
I don't know. Disclaimer: just a happy customer. What I do know is that all you know about me is the account number you gave me and the IP address I'm connecting from. I always pay…
-
comment
Comment #31228657
Maybe you shouldn't feel bad about this, you're not always hurting feelings. If I'm using an open source project and I need something changed, I'll usually just make the change and…
-
comment
Comment #31196698
Sure, but the way I read the article, that's what the author shows. They don't like trade-offs that are made. Maybe the tone of the article feels a little aggressive towards Go, I …
-
comment
Comment #31196467
I think describing this article as a one sided rant isn't really fair. The author shows that Go makes a few design decisions that make it easy to shoot yourself in the foot. This i…
-
comment
Comment #30887163
Reminds me of all the hours I spent learning to program in QBasic.
-
comment
Comment #30818857
In Linux you can also use network namespaces for this. Although you can't have your application run in multiple namespaces simultaneously, I think. The websocket approach is a lot …
-
comment
Comment #30659944
Email from the dutch government: You have a message from . Log in to My Government to view. Me: logging in to My Government using DigiD, which takes some effort, like five steps be…
-
comment
Comment #30625134
I had a similar experience, though not with a house. My sons school was organizing a couple of sport activities. We could sign him up for the different activities, but it was first…
-
comment
Comment #23879451
I don't understand Cloudeflare is making direct configuration changes to a router like this. If these are changes that are made regularly, why not use a tool to make them. You can …
-
comment
Comment #23819643
I don't have any problems with numbers or math. But I do have the same issue with time conversion in Dutch. I also have problems with tens. In Dutch you say "four and sixty" for 64…
-
comment
Comment #23070256
I've made systemd profiles and timers to do restic backups. It's really clean and works well. Also much better testable than cron. It will most likely also work for more complex sc…
-
comment
Comment #22099557
A lot of people here are saying this is why you shouldn't trust cloud services for password management. And I agree. I use Keepass myself, however, that is not a viable solution fo…
-
comment
Comment #20438800
Instead of full on fasting there is the option of "intermittent feeding", where you only eat part of the day, without restricting calories. This has some very interesting health be…
-
comment
Comment #20438776
That's an interesting idea. I thinks it's definitely part of the benefit vegetables give. Vegetables also contain a lot of vitamins and minerals that we require and a lot of fibers…
-
comment
Comment #20435740
There are actually strong links between diet and health. Eating a lot of vegetables lowers the risk of quite some diseases including cancer and heart diseases. The western diet see…
-
comment
Comment #17862617
I lived in Amsterdam for more than ten years and recently moved to a smaller city. Amsterdam really has it's own bike "culture". Cyclist in the rest of Holland are far more forgivi…
- story
-
comment
Comment #17227294
We use a self hosted GitLab, it is really fast and stable. Also the CI is very reliable and fast.
-
comment
Comment #17084560
In the case of Openstack though, the community made it really easy to build docker containers from source.
-
comment
Comment #17084119
I work for a hosting company and we host our own Openstack based public cloud. We have a hard demand that for production systems we build all binaries we use from source. We actual…