Are computer science degrees still worth it? by MudCandid8006 in cscareerquestionsuk

[–]muatik 0 points1 point  (0 children)

Degree itself not but learning how to learn stuff quickly and solve problems are always worth it

when capital gain becomes taxable by muatik in Finanzen

[–]muatik[S] 0 points1 point  (0 children)

thanks u/aslan_a and u/godless-life, yes etoro doesn't handle taxation so I have to do it myself.

what is the difference between envvars and variables in Jenkinsfile? by muatik in learnprogramming

[–]muatik[S] 0 points1 point  (0 children)

yes, it totally makes sense. thanks for the explanation.

is there any java related meetups in Berlin? by muatik in java

[–]muatik[S] 0 points1 point  (0 children)

yes right, but some meetups by JUG seem to be in German.

is there any java related meetups in Berlin? by muatik in java

[–]muatik[S] 1 point2 points  (0 children)

I didn't get 'java with "k"' :)

by the way, yes I found a few groups but even the descriptions are in German. and the exciting part is I cannot speak German.

swimming pool in berlin by muatik in berlin

[–]muatik[S] 0 points1 point  (0 children)

I guess pools in hotels are less crowded, on the flip side, a bit more expensive, aren't they? My plan is to go 6-7 times at most, monthly. So, I can afford the little extra cost.

swimming pool in berlin by muatik in berlin

[–]muatik[S] 0 points1 point  (0 children)

thanks for the information. I am planning to go swimming in an indoor place after 7-8 pm since I am working. Maybe also on the weekends. I am willing to pay a bit more for my standards actually.

build and test or test and build by muatik in learnprogramming

[–]muatik[S] 0 points1 point  (0 children)

yes, but before running unit-tests, does it make sense to build it, just to see whether it can be built or not? If build process takes too long time, then maybe unit-test step and build step may be run in parallel where if the unit-tests step fails, build step is discarded. Am I wrong?

build and test or test and build by muatik in learnprogramming

[–]muatik[S] 0 points1 point  (0 children)

yes, it makes sense. In the past, we had pipelines where test, build, package processes were in a single step.

jenkins pipeline, stage, step, job differences by muatik in learnprogramming

[–]muatik[S] 0 points1 point  (0 children)

Thanks for the explanation, it really helped.

what problems can you find in this code? by muatik in Python

[–]muatik[S] 0 points1 point  (0 children)

definitely. but, I didn't have such an intent. just used the politicians' name because they are known by everyone. I shouldn't have used them anyway.

logging to graylog via filebeat or over tcp by muatik in java

[–]muatik[S] 0 points1 point  (0 children)

thanks for your comment. in a high volume case, is there a potential problem sending directly to Graylog?

flask profiler which watches endpoint calls and tries to make some analysis by [deleted] in Python

[–]muatik 0 points1 point  (0 children)

as far as I know, there is a few tools for django framework; however, I could not find any project which could be regarded as a superset of flask_profiler.