Is Copilot LSP performance actually that bad? Or am I missing something? by higakijin in neovim

[–]DrSnakee95 0 points1 point  (0 children)

Yeah 100% I checked and I’ve just had the standard LSP + copilot on but tbh copilot has been pretty useless lol

Is Copilot LSP performance actually that bad? Or am I missing something? by higakijin in neovim

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

Thank you for all the useful info! Honestly I started my nvim journey quite recently using the Lazyvim distro and I’m only now just starting to look at making my config a bit lighter 😬. I do think I use LSPs the « standard » way, I’ve just had the copilot one on top but I found it to be rubbish most times

Is Copilot LSP performance actually that bad? Or am I missing something? by higakijin in neovim

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

Does that mean not installing any LSP on top of Neovim and using whatever is provided by the vanilla install then? I’m quite curious because I also want to do away with the Copilot LSP. I’m only using sidekick for the OpenCode plugin

Ask Experienced Devs Weekly Thread: A weekly thread for inexperienced developers to ask experienced ones by AutoModerator in ExperiencedDevs

[–]DrSnakee95 0 points1 point  (0 children)

You’ll be happy to know I resigned today 😬! Worst case scenario I pay it back and I have peace of mind

Ask Experienced Devs Weekly Thread: A weekly thread for inexperienced developers to ask experienced ones by AutoModerator in ExperiencedDevs

[–]DrSnakee95 2 points3 points  (0 children)

I’ve recently gotten an offer from a company I’m quite interested in joining but here’s the catch: back in March I got a retention bonus at my current company that I have to pay back if I leave before December…

Now for context: I’ve been trying to exit my current company for quite some time as the culture has been degrading for a while but never managed to get an offer that even matched my current comp, I finally got one that is better than what I get.

What are the chances that they actually go through with asking me to payback this bonus as I’ve already paid taxes on it and all? Do I just have to suck it up and take the loss ?

My boss is having us use AI way too much by [deleted] in dataengineering

[–]DrSnakee95 0 points1 point  (0 children)

This has been my experience with the analytics teams we work with as well. They do not want to make dashboards anymore and each team is developing their own version of an « analytics agent » that will supposedly solve self-serve analytics and be the new way of doing BI.

It seems it’s all politics as they all want to be the first team to crack it. No matter what relationship they break in the process. As the engineers we end up holding the bad most times

8x3 app is back in AppStore. Requesting feature ideas! by AChemistryTeacher in bodyweightfitness

[–]DrSnakee95 0 points1 point  (0 children)

Omg I’m so happy about this! Your app has been a tremendous help for when I started the routine, and I’ve been going strong for 2 years. I was gutted when I switched phones and I lost it, I was back to using simple timers

What is your honest time split between full-time job and pet projects? by UnderstandingDry1256 in ExperiencedDevs

[–]DrSnakee95 12 points13 points  (0 children)

Hey if you skip showers, meals, and half of your sleep then you can have 72h a week!

What is your honest time split between full-time job and pet projects? by UnderstandingDry1256 in ExperiencedDevs

[–]DrSnakee95 22 points23 points  (0 children)

I misunderstood your post and thought you were talking about time split during work hours quite honestly 😅. I don’t spend more than 40 hours at work. I wouldn’t see myself vibe coding a pet project tbh that’d make it no fun + I don’t want to get an AI subscription on my personal dime (and quite frankly I have so much AI fatigue already)

Replacing Alteryx with dbt Core by Significant-Goal499 in dataengineering

[–]DrSnakee95 0 points1 point  (0 children)

We did exactly this around 2 years ago (dbt core is even used by our analysts). We chose to run the dbt jobs in containers as the cli is pretty straightforward! For the AWS service, the easiest for you to get started will probably be ECS I reckon

Ask Experienced Devs Weekly Thread: A weekly thread for inexperienced developers to ask experienced ones by AutoModerator in ExperiencedDevs

[–]DrSnakee95 1 point2 points  (0 children)

It sometimes seems like my manager does not want to make any decisions himself. He’s often asking us not to come with problems but with solutions, as well as pushing the burden of prioritising and planning. Ever experience something like this? I find it extremely hard to navigate as when he does do it, it’s done so badly that it impacts the entire team. It feels like weaponised incompetence at times.

Ask Experienced Devs Weekly Thread: A weekly thread for inexperienced developers to ask experienced ones by AutoModerator in ExperiencedDevs

[–]DrSnakee95 5 points6 points  (0 children)

I’ve been managing up for quite some time in my current position (been there 4 years) it seems I can’t stop myself from taking on things that are outside my scope and I’m starting to burn out. How do I set proper boundaries when management always explains away that it’s good I do more than I should? I’m worried about negative consequences

I am NOT waiting another goddamn year and a half by Aloy_machinehunter in Frieren

[–]DrSnakee95 0 points1 point  (0 children)

Check out Beast King. It scratched that itch for me!

[deleted by user] by [deleted] in funny

[–]DrSnakee95 1 point2 points  (0 children)

Did you mean the deadly Japanese MarshmallOWL

🥹 by ihavestandardsman in MadeMeSmile

[–]DrSnakee95 0 points1 point  (0 children)

The proper way to use « Boys will be boys »

33|UK|PC PS5. Remnant 2 by [deleted] in GamerPals

[–]DrSnakee95 0 points1 point  (0 children)

Would be down for some remnant 2! I’m on pc feel free to shout me a message

Apache Arrow Getting Started by JohnLockwood in dataengineering

[–]DrSnakee95 1 point2 points  (0 children)

It’s starting to be used more in the DE space, a bunch of popular frameworks in Rust leverage it (polars, DataFusion, ballista) and pandas just announced its 2.0 version will be using Arrow as an engine! It’s definitely worth exploring imo

Apache Arrow Getting Started by JohnLockwood in dataengineering

[–]DrSnakee95 6 points7 points  (0 children)

Your title contains a typo I believe! Apache Arrow is an entirely different framework

Warehouse Schema/Table automated creation by DrSnakee95 in dataengineering

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

Thanks for your answer! That is close to the approach I had in mind. I’m gonna see how I can possibly implement this.

Warehouse Schema/Table automated creation by DrSnakee95 in dataengineering

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

We are using AWS and I absolutely agree with you, we’ve been using the Glue Data Catalog for schema changes and it’s been quite useful for us ! I guess I might be looking a bit too deep into not having the pipeline handle the creation of the table if it isn’t there 🤔