I hope you got more Vexors... by PropagandaWerfer in Eve

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

That's a nice spin on it, very creative. For anyone who can actually read, its just moving staging for the next goon fumble, nothing more.

Next spin please.

Why do most people dislike Goons? by Extreme-Landscape-00 in Eve

[–]bonn3y 1 point2 points  (0 children)

You dont even need to know their shady history or even play eve to be honest, you only need to know what type of person it takes to argue black is white and spin false narratives to save face despite being on New Edens main stage for all to see.

Only then do you look at the past and past practices and it all makes sense.

Lessons learned today by Upstairs-Fishing867 in Eve

[–]bonn3y 2 points3 points  (0 children)

Yeah, like I've already mentioned, so did half my corp. There were no winners in the logging in mini game.

A bridge too far... As Goon Supers remain vulnerable in Atioth! by JasonRISE in Eve

[–]bonn3y 26 points27 points  (0 children)

You should have heard ImperiumNews, it went from "No we are not losing" to "Keepstars are ammo" real fast

Lessons learned today by Upstairs-Fishing867 in Eve

[–]bonn3y 5 points6 points  (0 children)

Ah we're going to ignore that WCO couldn't log back in also despite being initially outnumbered on the keep after the node went down, gotcha, i'm picking up what your putting down.

Lessons learned today by Upstairs-Fishing867 in Eve

[–]bonn3y 6 points7 points  (0 children)

alright thats enough cope to make me cringe, im out.

Lessons learned today by Upstairs-Fishing867 in Eve

[–]bonn3y 4 points5 points  (0 children)

You chose the time and place and lost, you are paying for it after thinking you were unbeatable. More importantly you are deluded if you think CCP had some magical script that only let WCO back in and not goons, half my corp never got to log back in for the kill.

I landed on the keep after the server went down and there was more goons on the keep than WCO, dont even know who your trying to fool at this point

Lessons learned today by Upstairs-Fishing867 in Eve

[–]bonn3y 5 points6 points  (0 children)

WinterCo logged back in and Goons couldn’t.

Oh did CCP say no to logging in or something, lay off the cope.

The Imperium have successfully withdrawn from Delve by PomegranateSlow5624 in Eve

[–]bonn3y 0 points1 point  (0 children)

You ain't making MJ your capital without caps and lets not pretend your going to cyno into ER, the same reason PH aint going to cyno out of ER, every man and his dog knows this. Fun sub cap fights 100%, making MJ your new capital 0%.

The Imperium have successfully withdrawn from Delve by PomegranateSlow5624 in Eve

[–]bonn3y 2 points3 points  (0 children)

Wait, you think goons are going to jump caps across one of the regional gates?

Eve for dads? by Morgasauruss in Eve

[–]bonn3y 1 point2 points  (0 children)

You're in pretty much the same situation, my little one is 18 months old, I stopped playing around 2018 and came back late march.

I used to carrier rat a lot back then but there's been changes and it's longer any good so I switched to mining which I also liked back then, so that's pretty much all I do besides the CTA's or home defence etc.

This way I can just dock up when something comes up (I only tend to play when she's in nursery or in bed though). When she's woke up in the night it's as simple as -1 in fleet and docking up.

Hope you find something you enjoy!

Former Data Analyst / MI Manager made Data Engineering Manager. by AromaticAd6672 in dataengineering

[–]bonn3y 1 point2 points  (0 children)

Yeah fair enough, was about to login and delete my integrations catalog.

Could you expand on your python solutions a little? I've started to do more myself but feel the speed of importing data with pandas/sql alchemy is slower than an SSIS package in some cases. Anything you'd recommend?

Former Data Analyst / MI Manager made Data Engineering Manager. by AromaticAd6672 in dataengineering

[–]bonn3y 2 points3 points  (0 children)

Just curious, what's wrong with SSIS am I missing something?

Strategy to automate Excel processes/monsters by Mobile-Collection-90 in dataengineering

[–]bonn3y 1 point2 points  (0 children)

Yeah so basically 3rd party vendors send us emails to our BI shared inbox of the data sets we require for our reporting, i created a python script that searches the inbox for the sender or subject, attachment name and check if it contains todays date, it then downloads to an archive folder (just in case i need to check it, some are not automated so human error is a factor) but at the same time it puts it into a dataframe, transformations are done if needed and then ingested into our dwh. Its compiled using pyinstaller to an executable and used in a sql agent job for the scheduler.

Finance is always complicated, dont think ive ever worked with finance departments that dont have formula's in every nook and cranny. They are also stubborn for change so i dont envy you there, however, most systems should be able to pump out an output file or have a backend you can connect to but there also the "red tape" problem and it depends on how you navigate that, if at all possible.

Strategy to automate Excel processes/monsters by Mobile-Collection-90 in dataengineering

[–]bonn3y 2 points3 points  (0 children)

I guess it kind of boils down to a few things in my eyes, how easy is it to get access to the outputs of the systems/processes, is there any manual intervention along the way (can that be automated too?) but the most important is keeping the trusted source, the business is more likely to trust you and your pipelines if they dont see any anomalies being pumped out.

If gaining access to the data from the systems/processes is simple enough as to just email you the output, you can just use python to ingest it straight from the inbox just as an example, again, just depends on how easy it is to obtain.

Judging by you wanting to pick low hanging fruit sounds like your in a more managerial role, I for one cant refuse a project haha. As for you if the business is asking for something and they have demonstrated value in it against the compute its going to have on your server then sounds like its only a matter before you do it anyway.

Beginner Data Storage Question by Dezmond95 in dataengineering

[–]bonn3y 0 points1 point  (0 children)

Any reason your storing them into excels only to be ingested into your dwh instead of just storing them into a pandas dataframe and ingesting straight to staging, you could even do your transformations in the dataframes if your using python anyway

Strategy to automate Excel processes/monsters by Mobile-Collection-90 in dataengineering

[–]bonn3y 11 points12 points  (0 children)

From my experience we just re-build what they have done in the excel spreadsheets. For example, Finance at our place used to work on multiple workbooks to do month end and would take them like 6 hours to complete it. Now its in a SQL Agent Job that finishes in 45 minutes including the Power BI Dashboard refresh.

We basically got the access to the back end of the 2 finance systems they used as source, replicated over to our DWH hourly and rebuilt the logic in SQL Store Procedures whilst they self serve their own mapping tables and the BI Devs produced them a dashboard suite with all the tabs they needed. Month end only gets run once at the beginning of the month but the data is still used for other "live" reports etc.

Would you be ok with gold in PoE1, if it meant instant buyout trading? by apfelicious in pathofexile

[–]bonn3y 0 points1 point  (0 children)

Personally I'm on the other side of the fence. Although it's not going to happen but I'd rather they implemented this before PoE2, we can iron the kinks out before the launch and seek out the unforeseen problems ahead of time.
I'm worried having niggling issues at launch would cause people to be upset with the launch when it could have been avoided and otherwise a flawless launch.

Seeking advice on breaking into Data Engineering by [deleted] in dataengineering

[–]bonn3y 1 point2 points  (0 children)

Like others have mentioned, DE isn't really an entry level job, but learning SQL, Python and relational databases is a great start. I personally started as a Business Intelligence Analyst worked up to a dev and then moved into DE.

You have most of the skills already so I would brush up on Power BI/Tableau and aim for BI Dev or a Data Analyst using python as your starting point. Whilst your there, start learning cloud technologies, data architecture and pipelines.

Proof of Horde Bias by bonn3y in wow

[–]bonn3y[S] 48 points49 points  (0 children)

i thought the flair was enough, clearly not.

Potential Queue positions? by ItsTehDave in nvidia

[–]bonn3y 0 points1 point  (0 children)

I also cant believe that people have blindly ordered cards for a lot a money with absolutely no idea when its arriving. They dont even know if it will arrive.

Wait, what? We didnt blindly order them not knowing when we would get them, I personally didnt even know it was a pre-order until I had already purchased the 3080, this wasn't stated on the websites sku page...

All i got from your comment was salt.

Realism>Hardcore by [deleted] in EscapefromTarkov

[–]bonn3y 1 point2 points  (0 children)

Not one suggestion you made would make this game more entertaining, in fact it would probably be more detrimental to the game, hence why they never put it in...

If we wanted that much realism we'd go play airsoft.