HackerTrans
TopNewTrendsCommentsPastAskShowJobs

terwey

no profile record

comments

terwey
·l’année dernière·discuss
Curious why a blog / release post does not include a date, when did this occur?
terwey
·il y a 2 ans·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
·il y a 3 ans·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
·il y a 3 ans·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
·il y a 4 ans·discuss
Awesome I hope it works out for you!
terwey
·il y a 4 ans·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
·il y a 4 ans·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.
terwey
·il y a 5 ans·discuss
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 understand your reply is a bit jarring but I think that'll work out.

The idea of generating a review notebook is pretty cool. Looking forward to try it out in the future more.
terwey
·il y a 5 ans·discuss
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 everything themselves and consider "modern" things as unneeded cruft.

This makes the step for a (UX) designer to propose to help a lot more difficult as rejection is high because besides them giving some input and maybe a few designs they cannot just do a PR where they send over some HTML/CSS that makes it better.

Also a programmer as a hobby can kickstart a project, find a buddy to help maybe on the UI a bit here and there and they call it a day.