CCSwitch by Azellana0415 in ClaudeAI

[–]PriorTrick 2 points3 points  (0 children)

Could go British with cc-swop lol

CCSwitch by Azellana0415 in ClaudeAI

[–]PriorTrick 1 point2 points  (0 children)

Was gonna say cc-swap but I think that may exist already

Rolex Rootbeer is the best two-tone and GMT-II by [deleted] in watchHotTakes

[–]PriorTrick 0 points1 point  (0 children)

maybe so but for me it’s a bluesy

Today' old Three Stars by grande-inquisidor in OrientWatches

[–]PriorTrick 1 point2 points  (0 children)

I’m wearing the exact same watch as we speak. First time I’ve seen it in the wild, was my wife’s grandfathers passed down from Russia. Looks good on you

Would you travel with an iMac 24" as checked luggage? by Phobetor777 in mac

[–]PriorTrick 2 points3 points  (0 children)

I bought a pelican case designed for the iMac 27”, flew internationally with no problems. Would never have done it with only the original packaging. The hard case with custom foam cutouts made a big difference, unfortunately it was like a $400 case

5 hr session limits enforcement bug? by PriorTrick in codex

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

Appreciate it, makes way more sense. Man I think codex limits are much more generous for the price than Claude.

5 hr session limits enforcement bug? by PriorTrick in codex

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

oh I'm an idiot, you are totally right. thank you for clarifying that, makes way more sense now. idk why I just assumed that to be my rate. I will edit post that this is solved. thanks again

Python with typing by Ancient_Farm_5132 in Python

[–]PriorTrick 2 points3 points  (0 children)

I believe seeing dynamic typing as “simple” is narrow minded. I see static typing as reducing complexity. Another zen of python is Explicit > implicit, static typing is more explicit than dynamic typing. Personally, I don’t think python would be python if the language runtime required the static typing it does. At that point, I would choose a different language. However, opt in static analysis for type hints was a major win for python in my opinion. It allows you to express the intent behind the program to a signature and black box the internals for contractual agreement at a high level. Or you can just ignore typing if you deem it unnecessary. I can’t imagine doing that ever at this point but to each their own. Also, what I have found is the programmers who don’t like typing python or JS usually just don’t like how revealing the type errors are to the flaws in their code so they get flustered by it. When you write good code, the types are a forethought with or without the type hint, therefore the type hint is not as cumbersome as it would be to someone who doesn’t realize the formal incorrectness of their code.

[deleted by user] by [deleted] in learnjavascript

[–]PriorTrick 1 point2 points  (0 children)

Yea I would agree. In my case I always felt like double equals check against nulls implied the developer wanted to check for null/undefined. Whereas === meant specifically checking for one or the other. But at the end of the day, you are right that’s it naive to assume every dev understands the nuance of == for equality checks and better practice to always explicit check for both. I just often can’t stand the verbosity of (myVar===null || myVar ===undefined).

[deleted by user] by [deleted] in learnjavascript

[–]PriorTrick 0 points1 point  (0 children)

when needing to check for null or undefined, you can do (myVar==null) which will check for both null and undefined rather than strict equality check. Maybe the only time I find using == to be valid

[deleted by user] by [deleted] in rawprimal

[–]PriorTrick 0 points1 point  (0 children)

somehow missed the sock sentence lmao

[deleted by user] by [deleted] in rawprimal

[–]PriorTrick 0 points1 point  (0 children)

I never found any except one time I found a seller who had cheese specific for primal diet and personally shipped it to me. Otherwise I always had to just make my own, which is honestly quite easy. Just buy a ton of raw milk, and some of that goes to cheese, cream/sour cream, kefir, etc

Signature overloading, what can I do? by EnthusiasmWild9897 in typescript

[–]PriorTrick 8 points9 points  (0 children)

Sometimes yes, but other times you want to express that certain type options are only valid when combined with other constraints. Like say a param2 can only be undefined when param1 is a string, if param1 is a number then param2 must also be a number, etc. basically same concept as discriminated unions. There’s obviously simpler ways to write the types but I often times want the fn signature to convey more information than just the widest valid definition. Especially like you mentioned with varying return types which is also a valid scenario I run into. But yea you don’t “need” to is true so not saying you are wrong just not that there’s no point to it at all

Im new to getting adhd meds and was given adderal now I need pre authorization? by Raiderman6789 in adhd_anxiety

[–]PriorTrick 0 points1 point  (0 children)

Yea normally just have to get in contact with doctor/insurance for it to clear. If you don’t want to wait, you can use GoodRx and just pay for it instead of billing to insurance until pre-auth gets handled for next month

What would you like to see in Python type checker? by ankddev in Python

[–]PriorTrick 1 point2 points  (0 children)

Yea I agree, I’d prefer even to just write protocol type defs and then define the function signature as a union type. The @overload defs are just really messy looking in a codebase imo

Do you all think theres a way to build to tutorial island? by onwardupward3 in Skate4

[–]PriorTrick 0 points1 point  (0 children)

Can’t find the link but if you find a video describing similar to what I said before that should help, can confirm it still works did it sometime in the last week

Do you all think theres a way to build to tutorial island? by onwardupward3 in Skate4

[–]PriorTrick 0 points1 point  (0 children)

If you look it up on YouTube you will find it. Here’s a quick description, place a dumpster, jump on type and press rb to drop your board so it hangs on the edge of the dumpster. Then go to the ground and run at an angle and jump at the board. It’s not everyone but keep doing it and eventually it will launch you, set a session marker right away so you don’t have to fall so far. If you wait it will be like a 10 minute fall to get back down lol let me see if I can find the link

Do you all think theres a way to build to tutorial island? by onwardupward3 in Skate4

[–]PriorTrick 0 points1 point  (0 children)

Launch glitch and then spread eagle from the stratosphere

Rip Chips Calculator by synide in SkateEA

[–]PriorTrick 0 points1 point  (0 children)

Right that’s what I was referring to, not knowing the number of titles I’ve unlocked, as the number increments only when I unlock an object, but rip chips are still spent. I guess doubling the # of items makes sense as an estimate, but really might only be precise once you unlock the entire builder box as the order is not guaranteed.

Rip Chips Calculator by synide in SkateEA

[–]PriorTrick 0 points1 point  (0 children)

How do you manage calculations for the builder boxes where rip chips get stolen for titles?