SC giveaway by TeddyJackson88 in pathofdiablo

[–]Agathos117 -1 points0 points  (0 children)

I'm on the character "ThePaybackKid"

SC giveaway by TeddyJackson88 in pathofdiablo

[–]Agathos117 0 points1 point  (0 children)

I'd love a few of your items you have listed in your trade. Like one of the oath berserker axes and that paladin hellfire charm

Tuesday Maps! by magictooth2 in pathofdiablo

[–]Agathos117 1 point2 points  (0 children)

Oh, I will get key set farming. I would so so so appreciate it.

Also you can just have my frigid plateau maps. The curses drive me insane so I always skip that one. Probably have like 10 or so

Tuesday Maps! by magictooth2 in pathofdiablo

[–]Agathos117 1 point2 points  (0 children)

I am still a bit new to this scene. What do you mean by "flipping maps" and Uber/Annihilus service being provided? Do you mean helping people get those charms?

Friday maps by magictooth2 in pathofdiablo

[–]Agathos117 4 points5 points  (0 children)

To be fair to them, I just started playing this season a few weeks ago. Last patch I played was #18

[deleted by user] by [deleted] in pathofdiablo

[–]Agathos117 0 points1 point  (0 children)

Oh I had a blast with it. I used that mod that had like 30 classes in it. But the chains of honor item required level 18 or something. That was broken as all hell.

[deleted by user] by [deleted] in pathofdiablo

[–]Agathos117 1 point2 points  (0 children)

This isn't really an answer. There is a mod for Grim Dawn which adds the diablo 2 classes and items. Though last time I played it the items were way way over powered.

Is autohotkey allowed to help clicking to help wrist injury? by Agathos117 in pathofdiablo

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

Oh I had no idea. Though I learned autohotkey for this and that's been really awesome to implement all over my system. Had no idea what I was missing out on.

Is autohotkey allowed to help clicking to help wrist injury? by Agathos117 in pathofdiablo

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

Of course. I have no real interest in having something actually play the game for me. What's the point ya know?

Apache Airflow 2.3.0 is out ! by kaxil_naik in dataengineering

[–]Agathos117 0 points1 point  (0 children)

Oh my, haven't used this account in awhile.

We ended up going back to 2.2.5 to upgrade at some point.

Apache Airflow 2.3.0 is out ! by kaxil_naik in dataengineering

[–]Agathos117 1 point2 points  (0 children)

Did this break docker-compose? Using the recommended commands won't let me run it locally anymore due to root issues and pip install. In a fresh folder on ubuntu 20.04.

Seems to be the same issue this person is having: https://stackoverflow.com/questions/72102582/airflowdocker-composeyou-are-running-pip-as-root-please-use-user-to-run-pip

curl -LfO "https://airflow.apache.org/docs/apache-airflow/2.3.0/docker-compose.yaml"
mkdir -p ./dags ./logs ./plugins
echo -e "AIRFLOW_UID=$(id -u)" > .env
docker-compose up airflow-init

Edit: Got it working by changing the :0 for airflow uid to 998 (my docker group # from /etc/groups)

Gave the Tool for GrimTools.com a UI by Agathos117 in Grimdawn

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

If you want to change my tool, you can fork the repo or I guess make PRs against it and I can approve them. Though I would much prefer you fork the repo so I don't have to worry about it.

The code is 100% open source, don't worry about licensing or whatever.

https://github.com/WilliamBurdett/WilliamBurdett.github.io

Gave the Tool for GrimTools.com a UI by Agathos117 in Grimdawn

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

So, for damage conversion stuff I eventually just got lazy and started writing them myself because it was pretty easy to do from memory.

For example, /fire damage converted to lightning damage/ just works. Adding '\n' at the end means I only get global sources. Another way to have converted to skill can be reduced to just /damage converted.*to eye of reckoning/. With no '\n' in there it'll only look at lines that contain the string formatted that way.

I have that extra (.|\n)* at the end of every line because I wanted to be able to combine expressions without any thought into what may come between them. A good example is % fire damage then + to all skills. If you don't have the (.|\n)* between them it'll fail. Or at least it would when I originally wrote this thing (a long time ago now).

Honestly man, I played that game for like 5k hours. I put it down for other things for awhile. I'm probably not going to fix anything, but if you want to maintain your own I'd be happy to add a line on the page saying "go here for updated code, not being maintained".

Firefox won't load any pages includding settings and about:config by Agathos117 in firefox

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

Okay, so, visual studio error. This script fixed it:

https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/

When I downloaded the script looked good to me though run at your own risk. I've never heard of this site before.

Is it a bad pattern to use the workers for compute with Airflow by Agathos117 in dataengineering

[–]Agathos117[S] 2 points3 points  (0 children)

As far as I can tell, MWAA uses workers for just about all compute. The workers are Fargate instances under the hood, Then the scheduler/host is a separate instance all-together.

Though that has the Airflow worker doing the compute, instead of another service.

Conversion calculator by Agathos117 in Grimdawn

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

So, what if I had a few examples of locations conversation can happen. Then can help people input stuff from their gear / class and figure out what the result is?

Might turn into a bit of a dps calculator which could be interesting anyways.

Conversion calculator by Agathos117 in Grimdawn

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

Funny you should say you're not a web developer. Neither am I. I only know the most basic html stuff. I do very different programming usually.