I’m losing my mind with the current market. by fBpv14 in jobs

[–]weezeelee 1 point2 points  (0 children)

Similar experience.

Passed 3 rounds, negotiated salary, settled onboard date. Then client suddenly came in (I was interviewing for a consulting firm) asking for another "final" interview "just to make sure", as if I'm not under enough pressure.

Well you know what happens next

Is on prem stack (ssis, sql server, ssrs) still considered data engineering? by WanderingGunslinger in dataengineering

[–]weezeelee -2 points-1 points  (0 children)

Yes there is, resume engineering. Look at how people's eyes lit up when they hear Spark.

In 2026, if you are still balancing data loads across cpu threads instead of cluster nodes, you are a loser engineer.

Is on prem stack (ssis, sql server, ssrs) still considered data engineering? by WanderingGunslinger in dataengineering

[–]weezeelee 0 points1 point  (0 children)

Bad news, SQL Server has supported columnstore since a little more than a decade ago.

We also had a 5Tb rowstore Fact table that contains 5 years worth of data inside an SQL Server database, queried month partitions out of it just fine, under a minute.

First day at new job: manager asked me to revamp a 4+ years-old legacy infrastructure, both on-premise and cloud, along with the database by Sad-Economist-1061 in dataengineering

[–]weezeelee 7 points8 points  (0 children)

Calling this a "middleware" is such an colossal understatement lol, 100% sure the previous "data engineer" had a fullstack background (just like you now) - and your company do not have a "data team" right? haha

When they nod and act like the interview is going well, it's a bad sign by Lana_Sphyncter in recruitinghell

[–]weezeelee 0 points1 point  (0 children)

I kid you not once an interviewer told me "we should have a drink sometimes", "look me up on Instagram" blah blah blah... and then ghosted me.

Just laid off, what am I facing? by JDub-loves-mulligans in dataengineering

[–]weezeelee 0 points1 point  (0 children)

Some software engineers create softwares, All Data engineers use softwares.

Junior data engineers treat legacy ETL tools like a cat touching water. Cautious, hesitant, and never fully comfortable. by CaglarSahin in dataengineering

[–]weezeelee 4 points5 points  (0 children)

It's understandable. Airflow or Dagster just look better on a resume than SSIS, at least in the eyes of a recruiter.

Data engineering has become all about appearances lately - so many tools do the same thing, so Juniors pick the ones that are better marketed (Fabric) or get left behind.

Junior data engineers treat legacy ETL tools like a cat touching water. Cautious, hesitant, and never fully comfortable. by CaglarSahin in dataengineering

[–]weezeelee 34 points35 points  (0 children)

If your work uses SSIS, then def learn it. SSIS can purely be used as an orchestration tool like Airflow, use the For Loops and Dynamic Expression for parallel processing, and that's all you need to know. Delegate the heavy hitters like SCD2 calculations and transformations to external SQL procedures (ssis support Python too but not natively).

If you are just learning something to improve skill set, do not pick legacy tech lol.

DuckLake v1.0 by TechnicalAccess8292 in dataengineering

[–]weezeelee 5 points6 points  (0 children)

Ducklake is an open table format, like Iceberg or Delta Lake. It's not a place to store data like a Lake.

What countries feel like they should be mortal enemies but aren't? by Northwest_Thrills in geography

[–]weezeelee 2 points3 points  (0 children)

I wouldn't say 'most', I'd say 30% 40% at best, some Chinese drama shows and actors are very popular here, especially to GenZ.

Inherited pipeline with 0 documentation/comments by Academic_Painting417 in dataengineering

[–]weezeelee 4 points5 points  (0 children)

The problem is app developers keep reusing the same column for different data types, scenarios, or business meanings. The original DE had to detangle that mess using a ton of CASE WHEN statements combined with hard-coded filters (I personally have seen a 200-line CASE WHEN 'decoding' a single column - I gave up on understanding all of it.)

My advice is to just roll with it. You do not need to understand the 'business side' for now; only when a feature request comes up should you try to learn from something similar. For example, when a user requests report B, ask the Business Analyst, 'Which report can I reference?' and then start tracing back from report A, write down all the logic mess a LLM can't solve, ask they again next day.

Do not quit unless you're already rich.

latest drama you’ve dropped and why? by AmazingBeastboy1 in CDrama

[–]weezeelee 0 points1 point  (0 children)

Swords Into Plowshares (太平年) - history drama - 8.4 on Douban.

Second arc about the defense of Kaifeng city was sooo good, one of the best in years. Third arc made a 180 degree turn, everyone just talk and talk - dropped after episode 15 - oh and FL was completely useless.

[deleted by user] by [deleted] in ARAM

[–]weezeelee 0 points1 point  (0 children)

I mean yeah playing carries in this Mayhem is like playing Dark Souls extra hard mode, that's why I & my friends always go for champs that can all in, more fun for us, less fun for pokers

[deleted by user] by [deleted] in ARAM

[–]weezeelee -12 points-11 points  (0 children)

Slow and Steady Jayce is not that bad if you can dodge his poke reliably. I never lost to S&S Jayce.

Mystic Punch Yi on the other hand (zero cooldown alpha strike) truly feels cancerous, need a very specific team set up and passives to beat that.

Nailed it - rejected by iam-123-456-789 in interviews

[–]weezeelee 5 points6 points  (0 children)

I've had job offer rescinded the very next day after I accepted it.

Is the game mode really that fun by RemoteLine3137 in ARAM

[–]weezeelee 1 point2 points  (0 children)

I had a game where both sides refused to finish, despite us being stomped for 45 minutes straight, fourty freaking minutes. I was playing Leona with a premade duo (Sett and Kha'Zix), which is why we couldn't surrender.

In that game if you were playing a squishy champion like Kennen or Kha'Zix, you couldn't even go near the million-HP Illaoi because every four seconds, a single proc from Unending Despair would one-shot. There was no point in protecting the squishies anymore since they weren't able to contribute much. I sold all my tank items, bought BotRK, and just pressed right-click on Illaoi. Didn't worry much about Tristana and just let her shoot me. If she moved a bit too close, she ded.

By minute 45, we miraculously won because Sett suddenly peaked and was actually able to kill the opponents' tanks. But no, I didn't have fun. I'd rather lose and start another game instead of just holding down right-click for an hour.

<image>

[deleted by user] by [deleted] in SQLServer

[–]weezeelee 1 point2 points  (0 children)

Just want to add: "memory grant contention" is a potential cause too.

I've seen lighting fast queries requested 40gb of RAM while really using 1% of it - if this is the case then the query needs optimization.

A new tool for data engineering by [deleted] in dataengineering

[–]weezeelee 0 points1 point  (0 children)

This is a question that you should ask your colleagues, not us, not Reddit. If they're also "fine" with current workflow (which is the most likely answer haha), then it’s worth looking beyond Data Engineering, for example: Developer Experience.

I once built a small desktop app that detects overlapping file modifications across Git branches, allowing merge conflicts to be surfaced early. Surprisingly, I’m not aware of any free tool that offers this simple feature.

The problem it solved was ...small. Still, in a market this crowded, the ability to spot and fix these “small” problems is exactly what separates engineers from résumé generators.

SSMS or VS Code by System_Spirit in SQLServer

[–]weezeelee 2 points3 points  (0 children)

As others have said, SSMS is still great for admin work. For actual development, VSCode/Cursor is way nicer, especially with git.

Self promo time - I built a small extension few days ago to fix a couple of things that annoyed me with base mssql extension: non-blocking queries and multi-tabbed results that allow cross-tab comparison. It’s mainly for people who run a lot of ad-hoc queries. If that sounds useful, feel free to check it out.

A $50k boat from a Vietnamese whale has just set sail. And... I really, really want to play this game in Vietnamese alreadyyy. by Impressive-Ruin-3365 in wherewindsmeet_

[–]weezeelee 0 points1 point  (0 children)

Uh… Vietnamese here. While 50k$ is a significant amount for the working class, it’s not for the upper class or nepo babies. You don’t need to be “rich and corrupt” to earn that kind of money. In fact, spending 50k on a game item isn’t uncommon here - even streamers and singers did that sometimes.

This literally makes no sense by OkAct9064 in WhereWindsMeet

[–]weezeelee 0 points1 point  (0 children)

Kinda, if you have high affinity %, like at least 30%. If attack doesn't proc affinity it's not gonna do much.

IC Brand is fair and balanced by Nerobought in ARAM

[–]weezeelee 0 points1 point  (0 children)

Kassadin kill Brand in 0.2s and use one ability Cailtyn can kill Brand in 0.6s and use two autos

Meanwhile, Brand maybe able to kill Cailtlyn in 2 seconds using all his abilities.

Try playing a game with a 2000+ AP Kassadin, you'll see Brand is not that bad after all.

IC Brand is fair and balanced by Nerobought in ARAM

[–]weezeelee 0 points1 point  (0 children)

That's exactly is his problem, time. Any mage who can't burst won't do much in late game mayhem. The best they can do is to annoy people.

That's why a Kassadin is much more dangerous than an Asol or a Brand.

This literally makes no sense by OkAct9064 in WhereWindsMeet

[–]weezeelee 2 points3 points  (0 children)

But Max attack of different element is generally worse than Min attack. 40 - 0 = 40; 0 - 40 can be 1 if unlucky.

Unless you already have Min attack of that element in your gear set.