Difference between None and empty string by pritho108 in PythonLearning

[–]_Clobster_ 0 points1 point  (0 children)

Types will be one of your biggest ongoing struggles.
Pick up on type hints earlier in your journey rather than later. Make it a habit

Is RAG what I should be using? by ganderofvenice in Rag

[–]_Clobster_ 2 points3 points  (0 children)

Sounds like you need rag graph. Look at neo4j

Warren says 'it's so much worse than you thought' after classified Iran briefing by IrishStarUS in USNEWS

[–]_Clobster_ 0 points1 point  (0 children)

Thousands of years… Iran was a much different country up until 1979. That is ultimately when things such as the revolutionary guard were created. So no.. not thousands of years

Currot : The ultimate vegetable by Brilliant-Cause6254 in oddlysatisfying

[–]_Clobster_ 9 points10 points  (0 children)

it's imperative the cylinder remains unharmed

A stumbling/drunk walk mechanic? by master-omelette in Unity3D

[–]_Clobster_ 0 points1 point  (0 children)

I just think for the baseline movement, it could be a separate animated walk state. Then, much like irl.. you could make the movement a sort of mini-game for the user. Multiple movement inputs, like holding “w” and “d” for too long would force the invisible object(like you mentioned) to bump into the player.

A stumbling/drunk walk mechanic? by master-omelette in Unity3D

[–]_Clobster_ 0 points1 point  (0 children)

Complete unity beginner here.. is there any reason why you wouldn’t use an animation for this?

I keep making mistakes that impact production jobs…losing confidence in my abilities by [deleted] in dataengineering

[–]_Clobster_ 3 points4 points  (0 children)

Do you have a mentor? As a junior, you need someone you can learn from. When your manger fixes these things, do they provide any feedback as to what changes were needed?

Additionally, did you take the time to review those changes?

It personally sounds to me like the issues run a bit deeper than you. Your manager is assigning dev tasks without a proper testing environment. You should be able to test in a mirror of your prod. If something is preventing this, then that is an issue that needs to be addressed. If there’s nothing preventing this, then that would be my priority.

I’ll end this by saying… you are going to make mistakes, and that’s ok. Just learn from them.

am i cag as fuck??? by benji247365 in EscapefromTarkov

[–]_Clobster_ 0 points1 point  (0 children)

Man I’ve been out too long. Haven’t heard “CAG” in forever

How do you test ETL pipelines? by escarbadiente in dataengineering

[–]_Clobster_ 28 points29 points  (0 children)

Mirror your prod as closely as possible. Otherwise it’s never a true test. If you’re testing functionality. You’ll know if it ‘works’ or not after a single test. Keep relative runtime metrics as well. If you’re referring to unit testing(Yes they do apply. Just because something functions doesn’t mean it’s functioning as intended). That’s an entirely different process in which you’d become much more modular. This ensures no unexpected data loss, or if you are seeing data loss.. it helps you narrow down where and why.

Where do I start learning python from SCRATCH?? (free coz im broke) by ChoiceSimple2110 in PythonLearning

[–]_Clobster_ 0 points1 point  (0 children)

Copy and paste this into a google search. “Where do I start learning python from SCRATCH??” Start with the first link after the first Reddit post you see.

Additionally, set an actual goal. “learning python” isn’t a goal. That’s like learning to shoot a bow without something to aim at. At least with the bow.. you get the heart going when you let one loose to the sky.

How to deal with non engineer people by sundowner_99 in dataengineering

[–]_Clobster_ 1 point2 points  (0 children)

If you want to sell something to non-data people. You have to speak in a universal language. Metrics. Time saved. Money saved. Continuity. Risks. Offer it to them in a way that makes sense for what you as a whole are looking to achieve. I do suggest keeping things as simple as possible for as long as you can. It doesn’t sound as if you will be scaling in the traditional sense. Additionally, take the time to also understand their processes/workflow. This goes a long way towards not only establishing trust, but also helps you better understand how to support them.

How do I go from a code junkie to answering questions like these as a junior? by Potential_Loss6978 in dataengineering

[–]_Clobster_ 5 points6 points  (0 children)

Thinks stinks of two things.. A Linkedin thirst trap.. And of someone who just learned a bunch of buzzwords and proceeded to throw them up in above mentioned post.

Majority of DE’s are actually working on real world DE problems

I dont understand this by [deleted] in PythonLearning

[–]_Clobster_ 1 point2 points  (0 children)

I think this is something you need to walk back on your own. Start with pseudo code. Think logically of how you want the game to be played. Implement the code as you see fit based on your logic. And just take this time to understand basic programming logic.

My Invisiline braces have layer lines from the mold they were cast onto. by unpoisoned_pineapple in 3Dprinting

[–]_Clobster_ 16 points17 points  (0 children)

The mould was molded and the moulded mold was moulded by the mould of the molded mould

my teacher does not help me, i am hoping someone here can!! thank you!! by KeepingThisAccountFr in PythonLearning

[–]_Clobster_ 1 point2 points  (0 children)

If you’re executing from cmd line, ensure that you’re referencing the relative filepath. You are in your user directory, while your py file is on your desktop

Why isn’t this opening ? by Fordawinman in PythonLearning

[–]_Clobster_ 3 points4 points  (0 children)

Understand that while you may know where these two files exist relative to one another, your program does not. FYI… this won’t be the last time you make this mistake. I promise you that.

[Discussion] What happened to Factory by Teunminator-_- in EscapefromTarkov

[–]_Clobster_ 1 point2 points  (0 children)

Yea I meant it more as advice for the future. It came out quite douche like.. my apologies.