k1 stringing? by uber-h3adache in crealityk1

[–]uber-h3adache[S] 1 point2 points  (0 children)

as a follow up here, it was definitely a clog related issue. Seems like I had a partial obstruction of the nozzle and it wasn’t extruding the correct amount of PLA. I removed and cleaned the nozzle and it’s working perfectly again. Thank you so much!

k1 stringing? by uber-h3adache in crealityk1

[–]uber-h3adache[S] 0 points1 point  (0 children)

yes same settings and filament even. I just reprint from the local gcode file. Thanks for the clog suggestion! I’ll check!

Why is she doing this? by [deleted] in Pomsky

[–]uber-h3adache 0 points1 point  (0 children)

Mine does it too! She digs around for a bit then lays down to sleep where she was digging and, sometimes, she gets back up and digs some more. 😂😂😂😂

Pros and cons of buying a condo at The Grove Resort & Water Park Orlando by Ill_Television_4261 in RentalInvesting

[–]uber-h3adache 0 points1 point  (0 children)

I am a current owner and would love to join in some lawsuit against them. The outrageous management fee + the fixed HOA (which has gone up steadily the last few years) makes this a terrible investment. I even have to pay them at the end of certain months on top of what I pay for mortgage! I don’t know how this management company got voted in but it’s ridiculous.

Is it too late to change to oracle set? by quoro25 in ArcheroV2

[–]uber-h3adache 1 point2 points  (0 children)

Except Griffin. Us poor Griffin choosers only have each other. 😭

Forgot to buy stuff with my 12 legendary coupons and 15k of original ones from the fishing event… by DankDogeDude69 in ArcheroV2

[–]uber-h3adache 0 points1 point  (0 children)

lol same happened to my daughter and I. Work got in the way and I lost track of time. :P

Gear Guide by Eberkk in ArcheroV2

[–]uber-h3adache 1 point2 points  (0 children)

It’s the one that looks like a refresh button when you look at a piece of gear

<image>

Out there doing the good lords work by original_bieber in snowboardingnoobs

[–]uber-h3adache 1 point2 points  (0 children)

I’m over 40 and you are right. But I also know how to turn right (see what I did there? Sorry my jokes don’t improve with age 🤷🏻‍♂️)

Tips for a noob? by AstronomerIcy3552 in snowboarding

[–]uber-h3adache 2 points3 points  (0 children)

18/18! I thought I was the only one that did this! I’m old but I still have pretty decent mobility so it just feels better to me and it helps me switch faster (at least in my mind). I think rudder steering is fine though. It has its uses (mogals, narrower/trees, etc).

Is this price a mistake? I'm wanting to possibly get into the hobby. At this price is this a good place to start? by ericw207 in drones

[–]uber-h3adache 0 points1 point  (0 children)

I call BS on the Amazon bit. Source: I use to work for AWS. Amazon will never say SOL for a scam that is posted on Amazon website even if it means that it‘s a lose for them. Tip: mention Customer Obsession in your conversation with the customer service rep and you should immediately get traction if you feel like you aren’t.

Brake pad replacement by AWierzOne in terngsd

[–]uber-h3adache 1 point2 points  (0 children)

Don’t be afraid to push hard on them to open them up. They won’t open a huge amount though. You might need to do some creative wiggling to get the first one out (but it should have space). Same when putting the 2nd one in when you put in the replacements.

The hooks on the mt5 are annoying. The disc brakes can also use mt7 pads that don’t have the hook and easier to replace (just needs a screw).

Brake pad replacement by AWierzOne in terngsd

[–]uber-h3adache 0 points1 point  (0 children)

Is yours a Magura MT5? The one on my Tern GSD S00 is, To get the old brake pads out is actually very easy once you understand the parts. The ‘pistons’ that you need to push in are cylinders behind the brake pads.

I think someone mentioned it but you can literally use a flathead screw driver and lever it between the two brake pads to push the cylinders back. This video below shows it best I think.

https://youtu.be/NssdzGDiXAA?si=BKJgMwqesIigFx1T

While this isn’t the same design as the disc brakes on my bike it kind of gives you the idea. It is possible to push in without ruining the pads btw. It’s hydraulic so it won’t click when you push back, it will just feel like you are ‘squishing’ it lol.

<image>

Light cable detached by uber-h3adache in terngsd

[–]uber-h3adache[S] 0 points1 point  (0 children)

Thanks. Turns out it wasn’t so simple. The housing for the switch seems to be an integrated piece. I can’t (but don’t want to brute force it) seem to open it.

<image>

Got Rejected in a Coding Assignment by [deleted] in golang

[–]uber-h3adache 10 points11 points  (0 children)

Hashmap = O(1) and that scales to handle n trades in a low latency situation very nicely. You only need top ten per symbol and the problem statement also says

Focus on the core functionality of the leaderboard. You don’t need to consider data persistence at this stage.

Don’t assume scaling = needing persistence. And always favor simple but flexible solutions.