Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Fritsdehacker
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
Fritsdehacker
4y ago
Same here. And it is not expensive.
2.
▲
by
Fritsdehacker
4y ago
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 narrow time feeding window.
3.
▲
by
Fritsdehacker
4y ago
In the Netherlands, anything you buy from Bol.com is automatically synced to your Kobo device. Not sure about other retailers.
4.
▲
by
Fritsdehacker
4y ago
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 hours. It's probably also better to ease into it. So s
5.
▲
by
Fritsdehacker
4y ago
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 local dev db. This was a small and in hindsight insignificant pr
6.
▲
by
Fritsdehacker
4y ago
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 cash, so that would be hard to trace back. So I k
7.
▲
by
Fritsdehacker
4y ago
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 put the new code online, because I thin
8.
▲
by
Fritsdehacker
4y ago
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 don't know. To me it felt more like an outcry
9.
▲
by
Fritsdehacker
4y ago
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 is generally a bad idea. Rust may be the summum of corre
10.
▲
by
Fritsdehacker
4y ago
Reminds me of all the hours I spent learning to program in QBasic.
11.
▲
by
Fritsdehacker
4y ago
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 easier to configure, so I'm definitely going to lo
12.
▲
by
Fritsdehacker
5y ago
Email from the dutch government: You have a message from <organization>. Log in to My Government to view. Me: logging in to My Government using DigiD, which takes some effort, like five steps between two different sites and an app, bu
13.
▲
by
Fritsdehacker
5y ago
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 come first serve. We were early, so our son ended up doing
14.
▲
by
Fritsdehacker
6y ago
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 then assure that only certain changes are possible, pre
15.
▲
by
Fritsdehacker
6y ago
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, which I find terribly confusing and I often
16.
▲
by
Fritsdehacker
6y ago
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 scenarios, like you're mentioning.
17.
▲
by
Fritsdehacker
7y ago
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 for most of my family and friends. They need something de
18.
▲
by
Fritsdehacker
7y ago
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 benefits [1]. It's still advisable not to overe
19.
▲
by
Fritsdehacker
7y ago
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 that are beneficial to gut bacteria. These are al
20.
▲
by
Fritsdehacker
7y ago
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 seems to be particularly unhealthy in that regard. It's no
21.
▲
by
Fritsdehacker
8y ago
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 forgiving to pedestrians and other traffic in genera
22.
▲
Chemicals in Food May Harm Children, Pediatricians’ Group Says
(nytimes.com)
3 points
by
Fritsdehacker
8y ago
|
0 comments
23.
▲
by
Fritsdehacker
8y ago
We use a self hosted GitLab, it is really fast and stable. Also the CI is very reliable and fast.
24.
▲
by
Fritsdehacker
8y ago
In the case of Openstack though, the community made it really easy to build docker containers from source.
25.
▲
by
Fritsdehacker
8y ago
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 actually build these in docker and use that to deploy to productio
26.
▲
by
Fritsdehacker
10y ago
I never heard retreat as an option, but the issue it is definitely discussed here. In 2010 the "Delta" program started, making place along the river sides for the water to flood when needed [1]. There are also projects started to
27.
▲
by
Fritsdehacker
10y ago
Why would threading with GIL be worse than no threading at all? As long as IO is your bottleneck the GIL shouldn't be much of a problem. And Python (and I'm sure Ruby, too) has excellent async support. Not saying Node.js isn'
28.
▲
Commenting: documentation and justification
(totempaal.tj)
2 points
by
Fritsdehacker
11y ago
|
0 comments
29.
▲
by
Fritsdehacker
11y ago
I like digikam. It mirrors the internal photo albums with directories on the disk, so if you want tot browse tour photo's directly, you can still find them easily. Things like labels, comments and ratings are all stored in a little dat
30.
▲
by
Fritsdehacker
11y ago
It would actually be less secure to run your browser in a Docker container. If an attacker can break out of the container, it has root access to your system. https://zeltser.com/security-risks-and-benefits-of-docker-ap...
More ›