Viewing profile — terwey
terwey
HN member- Joined
- Mon, Jan 14, 2019, 11:53 AM UTC
- HN karma
- 42
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About terwey
Socials: - github.com/terwey ---
Recent public activity
-
comment
Comment #43078453
Curious why a blog / release post does not include a date, when did this occur?
-
comment
Comment #41853093
Based on your experience, have you considered doing consultancy for companies migrating onto K8 etc? A consultant can easily invoice 1k a day for a week before the company decides …
-
comment
Comment #37805673
The biggest concern is phones store location data in EXIF. It's likely cheaper for most websites to just strip everything rather than modifying those records alone. Also if you thr…
-
comment
Comment #37142775
I use the cheapest registrar I could find and manage the domains in AWS Route53. I found the workflow there nice. To me it’s irrelevant which registrar as long as it’s cheap and I …
-
comment
Comment #33385751
Awesome I hope it works out for you!
-
comment
Comment #33371137
I signed up, the idea sounds cool. However I wouldn't focus on _only_ outdoor sports. I have my phases where I'm really into being outdoors and then periods where I just want to ha…
-
comment
Comment #33277399
It should be possible to generate a Client from the Swagger (OpenAPI) specification. Pick a language you like, generate the client and setup the end-to-end (e2e) tests for the API.…
-
comment
Comment #27888867
It looks interesting, I tried out the Python primer for a bit and decided to pre-order the CS course. I do have to say (as explained in the comment here) that the chatbot doesn't u…
-
comment
Comment #27020353
I personally think this just has to do with less openness from projects to talk to designers and/or UX designers. Most OSS projects are maintained by a small group that wants to do…
-
comment
Comment #25853980
Are you asking me or ABeeSea?
-
comment
Comment #25853816
Threading to keep the brand/type the same. I have a Panasonic GX85 / GX80 (depends on the market) which is a model inbetween the GX7 and GX8. I started out with a GX1, loved it and…
-
comment
Comment #25793714
2k max out of pocket expense to me sounds absolutely ludicrous. In Germany you can have private health insurance (if you make more then 63k a year you can opt-out of public health …
-
comment
Comment #25770837
Equity is not really as thing, most companies you end up working for are not publicly traded and if they are of that size they're generally not offering equity to hire you. We tend…
-
comment
Comment #25770758
Work to live, don't live to work. Your company at the end of the day doesn't care about you, those 5 weeks you could've spend on a trip doing a hike or just chill on the beach. Tha…
-
comment
Comment #25770469
A lot of people confuse welfare with unemployment, I assume you mean that welfare isn't contribution based which is correct. In some countries, e.g. NL/DE, unemployment however is …
-
comment
Comment #25770387
Denmark and the Netherlands have the highest income tax bracket at 52/53%. Germany is 43%. However they are stacked taxes. In Germany (where I reside), the first €9744 (2021) is un…
-
comment
Comment #25130643
If the goal is B2B server-to-server I would recommend to look at gRPC+Protobuf as typing is enforced. Also incrementing your API while keeping the old one around is relatively easy…
-
comment
Comment #24694896
“Correct” is a strong word. It isn’t defined in https://tools.ietf.org/html/rfc4180 so Excel should not try to be smart and add extensions only they support.
-
comment
Comment #24165124
Interesting article, I grew up in Amsterdam and have been biking most of my life. As I moved to Berlin I didn't for the first few years as the roads just weren't up for it. At some…
-
comment
Comment #24162528
I don't have any sources at hand but basically every existing platform in the past used to charge a fee for releasing on their platform. Nintendo certainly did on their consoles, W…
-
comment
Comment #22435672
You can setup an SSH tunnel to your remote machine. Some DB explorers offer this tunneling out of the box (e.g. Sequel Pro for Mac). Top hit on Google for how to setup a SSH tunnel…