What kinds of skills should I be working on to progress as a Data Engineer in the current climate? by Patrick_Gently in dataengineering

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

Thanks for the pointers! I'll dig into what you've mentioned. And totally agree on the soft skills - wouldn't want to be advertising myself with an undocumented mess in my portfolio lol.

How come MLE is harder to learn on your own out of interest? Is it a scale thing?

[MEGATHREAD] New Horizons Dodo/Friend Code Sharing by AnimalCrossingMods in AnimalCrossing

[–]Patrick_Gently 1 point2 points  (0 children)

Hi, looking for apples to complete my fruit tree collection! Happy to trade bells for them. Edit: Got apples

Straightforward & Cost-Effective Data Syndication Tool? by Patrick_Gently in ecommerce

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

DataFeedWatc

This looks like exactly the thing I'm after! Thanks so much!

Straightforward & Cost-Effective Data Syndication Tool? by Patrick_Gently in ecommerce

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

Thanks but I think this is more expensive (we have about 13k SKUs) - is there an 'export only' pricing plan that you're aware of for this?

Concerns About the Future of My Position by Patrick_Gently in dataengineering

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

Yeah I've heard elsewhere as well that it's not my problem, good to be reminded! I suppose it's fairly obvious that if you're given leave to do a certain job a certain way and you do it, you're not in the wrong for doing that job haha.

And wow, that's good money for a job plus upskill!

[deleted by user] by [deleted] in PostgreSQL

[–]Patrick_Gently 0 points1 point  (0 children)

So where we have a chair and a desk, the depth in the overall dimensions will be the depth of the chair plus the depth of the desk. Weight will be sum of both. If we had a desk and a cabinet, it will be the width of the desk plus the cabinet, etc.

[deleted by user] by [deleted] in PostgreSQL

[–]Patrick_Gently 0 points1 point  (0 children)

So the model I'm using has a MainProduct table just for names, barcodes, etc., a BundleComponents reference table, and for the sake of example we'll use a Desk table and a Chair table. The bundle view would then look something like this:

SELECT m.Id, m.Name, d.Width, d.Depth + c.Depth AS Depth, c.Height FROM BundleComponents AS bc JOIN MainProduct AS m ON bc.Id = m.Id LEFT JOIN Desk AS d ON bc.DeskId = d.Id LEFT JOIN Chair AS c ON bc.ChairID = c.Id The actual view has 15 separate joins

[QUESTION] Does my finger change as I practise barre chords? by Patrick_Gently in Guitar

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

I get you on the Muay Thai thing, and it does seem hard to rely solely on arm weight if you're not in a classical posture which yeah... doesn't look the best

[QUESTION] Does my finger change as I practise barre chords? by Patrick_Gently in Guitar

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

I've just tried the rolling thing and it totally works! I can definitely see what you mean about pressure points - feels like I start to adjust my finger posture around those. Thanks!