HackerTrans
TopNewTrendsCommentsPastAskShowJobs

terwey

no profile record

comments

terwey
·anno scorso·discuss
Curious why a blog / release post does not include a date, when did this occur?
terwey
·2 anni fa·discuss
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 it was sufficient.
terwey
·3 anni fa·discuss
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 throw a TIF(F) into Imagemagick and resize it the original image could be part of the EXIF data as a blob. (been a few years but I remember 400x400px images being 8mb the same as the original input)
terwey
·3 anni fa·discuss
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 can change the name server
terwey
·4 anni fa·discuss
Awesome I hope it works out for you!
terwey
·4 anni fa·discuss
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 hangout in a bar.

The site and the description here kind of seems to shame people who enjoy being in a bar, for example:

> or hang out with party-hard hostel crowd.

I'd recommend to focus on creating a community where remote workers can get in touch with each other and not too much on the activity they can or cannot do.

I hope around between two major EU cities and hanging out with other remote workers is definitely different. However I wouldn't want to ONLY go do an outdoor activity with people.
terwey
·4 anni fa·discuss
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.

In Go I do this for gRPC using the build-in unit tests of the language.

It'll be painful but once complete you can hammer away at the code with a sledgehammer and know you didn't break endpoints if the tests pass.