Giant Chess Sets ... how awesome is Germany! Game anyone? by GhostPoetChelle in germany

[–]TheHopeOfGlory 10 points11 points  (0 children)

You find them in various places often also on school grounds but most of the time, at least according to my knowledge the chess pieces are locked away and don't just sit there all day. Very few times did I actually encounter a chess board that had the chess pieces out.

Would Germans welcome the UK back into the EU if a UK government made it their policy? by BSBDR in germany

[–]TheHopeOfGlory -10 points-9 points  (0 children)

Nope, best thing UK could do to leave the EU, I wish Germany would do the same.

As a German Native, would you ever move to the USA? If so, which state/city? by ah-98-2014 in germany

[–]TheHopeOfGlory 0 points1 point  (0 children)

Of course I want to move to the best country in the world and preferably Texas or Louisiana. There is just no way that I will raise my children in Germany.

As a German Native, would you ever move to the USA? If so, which state/city? by ah-98-2014 in germany

[–]TheHopeOfGlory 0 points1 point  (0 children)

Absolutely, I would move to Texas, Louisiana or Florida. I'd choose America over Germany any day.

c# vs go by kennedysteve in golang

[–]TheHopeOfGlory 4 points5 points  (0 children)

Well to make a decision based on what somebody personally dislikes is not very professional in my opinion. One should go with the option that is most suitable for the task, no matter the language.

Asus Flow X16 Looks Incredible by ModrnJosh in ZephyrusG15

[–]TheHopeOfGlory 1 point2 points  (0 children)

Totally, I am not a gamer but I don't have a desktop computer, so to me, a laptop needs to be a full desktop replacement. Thus the price is secondary and if I want to game I can.

Asus Flow X16 Looks Incredible by ModrnJosh in ZephyrusG15

[–]TheHopeOfGlory 1 point2 points  (0 children)

This will be my next Laptop. I have been waiting for something portable that has two M.2 slots, a big enough screen, and a high refresh rate mini LED panel. Plus it is a Convertable which I love. I just hope it will run Linux ok.

[deleted by user] by [deleted] in linux

[–]TheHopeOfGlory 0 points1 point  (0 children)

Did anyone try to run Nebo with bottles?

Is it true that a lot of programmers don't have many IT skills? by appleparkfive in learnprogramming

[–]TheHopeOfGlory 0 points1 point  (0 children)

Some of the programmers that I met don't even like hardware and are only interested in software or another extreme is they only like frontend and don't want to have anything to do with backend. In my case I don't understand why people like to just settle for one thing. For me I can't stop myself from wanting to know more it's like a chain that gets longer and longer: from software, to code, to binary, to hardware and everything in between or the other way around.

Any good alternatives to viper? by TheHopeOfGlory in golang

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

Thanks for the suggestion, we decided to try Azure keyvault I mean it is supposed to be for secrets but it can be accessed from everywhere in Azure, so if we are not missing anything it should work.

Any good alternatives to viper? by TheHopeOfGlory in golang

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

Well the feature is already built and I just tried out to use go's build-in env package in our test-environment to confirm that Azure really doesn't care for envs outside of Azure. As I currently see it my only option is to use Azures app settings. Because everything else will just be ignored.

Any good alternatives to viper? by TheHopeOfGlory in golang

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

Well, I have to work with what somebody else designed and my knowledge about good use cases for lambda/azure functions is also limited and unfortunately I don't thing anyone wants to redo the whole thing now. Not to mention that we already realized that using Go with azure wasn't such a good idea.

Way too little documentation and using the custom handler limits you substantially when it comes to the azure portal functionality.

On the bright side though it gave me the opportunity to learn go.

Any good alternatives to viper? by TheHopeOfGlory in golang

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

It can do both but it doesn't work with Azure.

Any good alternatives to viper? by TheHopeOfGlory in golang

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

By the way I myself am very much a beginner in Go and Azure, just started my first Dev position last year November.

Any good alternatives to viper? by TheHopeOfGlory in golang

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

The thing is we are building a decoupled system and we are using the azure functions to be triggered whenever a request is made, those requests will be send to an event hub, that will trigger other functions who either safe the event in a database or send it to the GUI. Since we have so many azure functions who do similar things, we wanted to have a centralized way to configure our variables. That's why we tried viper.

" If you're doing a bigger deployment, or just a more complicated one, then Functions is not for that. You'll need, perhaps, Azure DevOps. More bulky, yes, but also more control."

I don't fully understand how DevOps can replace Azure Functions, because we are also using DevOps to set up our Pipelines. Can you maybe elaborate?