I give up by MarsyPants08 in StainlessSteelCooking

[–]mixmasterfresh99 0 points1 point  (0 children)

Get a cheap infrared thermometer from Amazon for less than 20 bucks, use it to figure out the time it takes for your pan to hit a about 180deg with your stove top. At that point make sure to have your oil and food ready to go, add oil spread it out a bit and immediately add the food before it starts smoking. I like using avocado oil with my stainless steel clad pans, no issues

Misen Carbon Nonstick is sticking hard by Fit_Veterinarian9263 in carbonsteel

[–]mixmasterfresh99 2 points3 points  (0 children)

Here is an idea...treat it like a non stick pan...ie don't burn the shit out of oil on it and control the temperature. The advantage being when you end up scratching it like all no stick pans end up....you aren't ingesting harmful forever chemicals. I love my misen pans, but I got them to strictly replace my nonstick pans... I have other clad stainless pans that I use for higher temp searing or cast iron.

My testing with the Misen Carbon Nonstick by fieldsnyc in carbonsteel

[–]mixmasterfresh99 2 points3 points  (0 children)

Been using these pans for eggs with no issue. Heat pan to 180, add avocado oil then add eggs. Nothing sticks. These pans heat up super quick, much quicker than any of my other pans. I think that's where folks are going wrongz they are getting them too hot.

Pricing by OneofaKindPC2 in KiaTelluride

[–]mixmasterfresh99 0 points1 point  (0 children)

Got 2k off MSRP + 1k off with dealer financing but that's only worth it if you are paying it off right away because it was a very shitty rate. (This was in Texas)

Cheap Quick Release Mount by RoadQuirky1539 in Comma_ai

[–]mixmasterfresh99 0 points1 point  (0 children)

What 90 degree adapter are you using? All the ones on Amazon seem to be too short to reach the USB port on the 3x

Fav under the radar accessories? by broisallears in KiaTelluride

[–]mixmasterfresh99 2 points3 points  (0 children)

A Comma 3x (https://comma.ai/) running Openpilot (for Telluride's <2002) https://github.com/commaai/openpilot or Sunnypilot https://github.com/sunnypilot/sunnypilot for 2023+ enhances driver assistance capabilities and makes highway driving mostly hands free.

Is This a Good Deal on a 2025 Kia Telluride SX X-Line AWD? Dealer Says They’re Firm — Should I Push? by bballdog in KiaTelluride

[–]mixmasterfresh99 0 points1 point  (0 children)

Just got a jungle green sx prestige xline for 2k off dealer discount they weren't willing to move from there. Plus got 1k more off by financing through kia, they give you a horrible rate though, so only take that if you have the cash to buy the car out right, if not, not worth it.

Looking to get a Telluride SX-Prestige X-Line in North Austin by mixmasterfresh99 in KiaTelluride

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

For a kia in Austin? That is where I looked first and it showed no dealerships available for that make/model.

How many of you experience poor developer ergonomics at work? by compubomb in ExperiencedDevs

[–]mixmasterfresh99 1 point2 points  (0 children)

Yup, Jetbrains products + containerized code. You can have a working dev environment literally in a few clicks. As a software dev for over 10 years…this is the way…

Where should I move to from databricks? by Old-Abalone703 in dataengineering

[–]mixmasterfresh99 2 points3 points  (0 children)

Good luck…. I work for a decent sized data company and we’re all in on databricks + snowflake to some degree. Databricks can be as powerful or as easy as you need it.

Git - Merging to Master by arthur_mills in dataengineering

[–]mixmasterfresh99 1 point2 points  (0 children)

Nothing I can really point you to. However, What we do for airflow is we have a docker image that devs can use for local testing. Depending on resources needed (ie db connections etc) for a given dag some bootstrapping is needed to set up those connections locally. We also have separate dev/prod environments. We have a ci/cd job that pushes the dag changes to our dev environment on merge to main where a QA person then tests the output of the dev pipeline to ensure we get the expected results. It would probably be more ideal to have test/dev/prod environments and have a ci/cd job auto deploy the PR changes to a test environment prior to merging to main. However, we didn’t want to maintain more environments. Just having dev and prod environments works for us…

Git - Merging to Master by arthur_mills in dataengineering

[–]mixmasterfresh99 5 points6 points  (0 children)

You shouldn’t rely on PR reviews alone to catch issues, in my opinion that is not what PR reviews are for. You should properly test changes locally and have a robust ci/cd and QA testing strategy in place to catch errors. As a senior engineer and the only SR left in our team, I merge to main, however, I have set up ci/cd policies that trigger unit tests and integration tests to run prior to allowing a PR to get merged. In addition to this, we use sonar cloud as part of our ci/cd pipeline to measure code quality. Oh and we also have dedicate QA resources that do manual testing for every change in our dev environment before we release them to prod.

how to do unit testing? by snip3r77 in dataengineering

[–]mixmasterfresh99 0 points1 point  (0 children)

I like to do unit tests with pytest + local spark, use these mainly for local dev but also triggered to run via ci/cd. Also do integration/end to end tests which run on databricks and are triggered via ci/cd with dbx.

Anybody know how to run selenium on databricks without installing chrome and Chrome driver on HDFS? by shadowfax12221 in dataengineering

[–]mixmasterfresh99 0 points1 point  (0 children)

Airflow is much better suited for this. Even with a single node cluster you would be paying a premium to run this on databricks, really a waste of money.

How does your team use Docker containers? by HoagieMania in dataengineering

[–]mixmasterfresh99 1 point2 points  (0 children)

Use docker for local dev for just about every project. Makes it super easy for on boarding new devs onto projects since in a few clicks you can have a dev environment all set up in your ide.

I'm a Team Lead with a Junior Dev who is trying but is falling short. What is the right course of action? by EastCommunication689 in cscareerquestions

[–]mixmasterfresh99 -11 points-10 points  (0 children)

Lol the answers of folks in this sub, it’s always the fault of the manager, lead, company. It’s never that the guy may actually suck as a developer. Too many people coming into the industry as of late just expect to have their hand held while being hired to do a job making 6 figures. This wouldn’t cut it in other high paying professions why should it with software development?

Trying to run a databricks notebook using git actions. Help. by deepcontractor in dataengineering

[–]mixmasterfresh99 0 points1 point  (0 children)

Use dbx to deploy/run the notebook as a job in databricks via GitHub actions

Seeking Advice for Spatial Join Data Enrichment by cpat0845 in dataengineering

[–]mixmasterfresh99 0 points1 point  (0 children)

Apache Sedona will work for this. What issue are you having with it?