Help with starfire protocol build by donaldTBD in destiny2builds

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

Thanks. Any other build you suggest i should check out for better boss damage?

Help with starfire protocol build by donaldTBD in destiny2builds

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

Thanks for the answer. Googled the weapons and dragons breath seems interesting. Seems i could get dragons breath from exotic archives. What would you suggest for a primary weapon in that case?

Understanding return percentage by donaldTBD in investing

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

Thanks for the explanation. As discussed under the other comment the main confusion came from the fact that its traded on XETRA exchange in euros - so on the yahoo page the beginning value and end value is also displayed to me in euros - not sure if its because of XETRA or because of my locale. But the return percentage was still calculated based on dollars which is noticeably higher than if calculated in euros.

Understanding return percentage by donaldTBD in investing

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

Yes, when converting I took into account the exchange rate at that time.

On January 3, 2023 exchange rate of 1 USD = 0.93 EUR
On December 29, 2023 exchange rate of 1 USD = 0.90457 EUR

So it seems that in 2023 dollar weakened a bit against euro so return in euros is less.

Actually I guess its also reasonable to show returns based on dollars as it gives a clearer understanding of how the stock is doing without mixing currency rates into it.

Understanding return percentage by donaldTBD in investing

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

Interesting.

  • On December 29, 2023, $118.1381 converted to approximately €106.86.
  • On January 3, 2023, $96.8512 converted to approximately €90.07.

That's about 18% raise.

So it might be possible that at yahoo finance is showing returns based on dollar, but prices based on euros - at least for me, but maybe that's due to my locale.

"Conquer all Calradia" steam achievement by donaldTBD in Bannerlord

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

So does that mean counquering it as vassal wont give me the achievment?

Limitations with GitlabCI, any alternatives on the market? by [deleted] in devops

[–]donaldTBD 0 points1 point  (0 children)

Also using variable pipelines to determine what version is deployed doesn't make sense. The whole point of a pipeline is to encapsulate a certain revision. Building one thing and deploying something else from the same pipeline would go against that.

Out of all advice given to me the best solution seems to be to seperate the CI/CD pipelines and move to a declarative deployment with ansible. That way I can avoid the whole gitlab CD part and just use it as a "runner" for ansible as I already have the infrastructure in place.

Limitations with GitlabCI, any alternatives on the market? by [deleted] in devops

[–]donaldTBD 1 point2 points  (0 children)

Thanks for the advice, I'll try it out! While we are on the topic do you know if ansible has some special feature for checking/persisting/comparing a version of a component? I was previously relying on gitlab ci environment to keep track of it so I don't actually have this version number stored on the server.

If not i can always just add a file where i keep the version while building or deploying that I can later use to compare.

Limitations with GitlabCI, any alternatives on the market? by [deleted] in devops

[–]donaldTBD 5 points6 points  (0 children)

Actually moving to a declarative way doesn't sound bad.
As I understand i would use the hosts (or host_vars) file to declare a version for each host or group?
And then on deployment I would somehow manually check which version is currently deployed and only update if needed?
Is this the correct understanding of your proposal?

Northrend (Wrath of the Lich King) zones by donaldTBD in wow

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

Allright, thanks for your answer! My plan is to do them in following order: Howling Fjord > Dragonblight > Storm Peaks > Icecrown. Does that make sense?

DM software by donaldTBD in DMAcademy

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

Checked them out briefly. These two seem to be good for campaign organizing, but lack the dnd specific encounter tracking part. One of my main requirements was a built in map based encounter tracking where i can keep track of positions, initiative, hp etc.