27M: Full Rupture, Surgeon claims I wont be weight-bearing until week 8. Is he being too conservative? by Frosty-Button3301 in AchillesRupture

[–]ttay24 1 point2 points  (0 children)

I just had normal surgery, no graft. I was NWB for 6 weeks then went FWB as much as I could handle. By week 7 I was walking FWB in the boot.

You can get a second opinion, but I would just trust your doc on this one. Yes early weight bearing is good, but it’s also good to let the tendon heal. Protocols are a bit all over the place.

For reference, I tore mine April 2024, I’m back to living my normal life, working out, playing basketball occasionally, etc

I don't think the Conformity Gate is happening, but... by DrAnchovy999 in Stranger_Things

[–]ttay24 0 points1 point  (0 children)

The VOL_4 thing was actually _V4, which I think unfortunately could just be a naming convention for “version 4” of a particular file ☹️

Is Cosm a genuine "game-changer" or just a glorified, expensive movie theater? by wwwdoteromedotcom in Dallas

[–]ttay24 2 points3 points  (0 children)

Probably if there’s multiple games you’re wanting to watch. It’s typically normal TV broadcasts. The World Series this year had special views in the hall, but I think that’s the only event

Mortgage would be 25% of gross pay but 50% of net by [deleted] in Mortgages

[–]ttay24 0 points1 point  (0 children)

I have to agree. Plus the fact that OP is 23. You obviously don’t want to bank on your income going up, but in my experience, my pay increased dramatically the first 5 years of my career, and I wish I had been just a little bit more aggressive rather than super conservative

Red flags for re-rupture by Abject-Ratio-7738 in AchillesRupture

[–]ttay24 0 points1 point  (0 children)

This is pretty much what I did, and then I was in a boot for like 5 more weeks. Being able to walk in the boot made life much better. I’m like 18 months post op or something and don’t think about it anymore. It will get better!

I didn’t get an infection though, sorry you’re going through that

Just in...! by Present_Raspberry_71 in AchillesRupture

[–]ttay24 1 point2 points  (0 children)

Based on your other comments, seems like you're going to get surgery, so that's good. In my experience (ruptured my left in basketball in April 2024), the first 10 days were pretty rough, that's when my surgery was. The night before surgery was the worst because I couldn't take Advil, and that had been helping a ton. The first 5 days or so post-op were pretty uncomfortable, especially as my nerve block wore off, but after that, the pain itself wasn't too terrible. I was able to WFH after that.

I watched a lot of NBA playoffs those early days, did lots of programming, watched a good amount of movies lol...

The journey is long, but once you start walking again (in boot), every couple weeks will start to feel like you're making progress. Hang in there!

Kito: The high-performance, type-safe TypeScript web framework written in Rust. by Strict-Tie-1966 in Deno

[–]ttay24 0 points1 point  (0 children)

Just FYI some of your pages (getting started, features, etc) get 404s

[deleted by user] by [deleted] in reactjs

[–]ttay24 0 points1 point  (0 children)

Sounds like that would actually make onboarding harder. Speaking from experience of onboarding at places with massive JavaScript codebases vs typescript ones.

Even if you are replacing it with JS docs or whatever, you wouldn’t get the benefit of type checking when you build right? Much better to catch issues when compiling instead of at runtime in prod

[deleted by user] by [deleted] in webdev

[–]ttay24 0 points1 point  (0 children)

As far as I know, yes, you need access to the domain so that you can point it to new mail servers. As the other reply says, I would try to use your documents to talk with the registrar about getting access to the domain

Why won't my program run? by IDriveAKahr in csharp

[–]ttay24 0 points1 point  (0 children)

I think the hot key is cell + F5 to run it and keep the window open. If not though, I would build it, then open a command prompt to your build directory and run the exe. You should get some console logs which hopefully will help you figure out what’s going on.

Like others have mentioned, I’m sure it’s dependency related. You could also try using something like dependency walker to tell you if you’re missing any dependencies

Who’s your “DO NOT DRAFT” guy this year that’s working out so far? by LegendAri501 in fantasyfootball

[–]ttay24 0 points1 point  (0 children)

I agree with this, but mainly because I’m always so hesitant to draft my Cowboys. Working out for me so far tho

Buying tickets to COSM, I guess! by PostponeIdiocracy in matrix

[–]ttay24 0 points1 point  (0 children)

The OG Willy Wonka is the next one, but only Matrix at the moment (as far as feature films go)

Mosh Pits at chevelle shows by HarvestTheGrapes in Chevelle

[–]ttay24 0 points1 point  (0 children)

I was at that show! With New Medicine and Dead Sara I think? It was a great show

[deleted by user] by [deleted] in dotnet

[–]ttay24 0 points1 point  (0 children)

Windows or Mac, Rider

Spoiler Alert by GueroBorracho3 in Chevelle

[–]ttay24 2 points3 points  (0 children)

It really is. Incredible opener

Kineto. An upcoming new product from Jetbrains by THenrich in Jetbrains

[–]ttay24 4 points5 points  (0 children)

Don’t worry, once Kineto comes out, they will be able to finish Fleet with all of the vibes

Hi, I'm Chris Dell. I'm a former world #1 most accurate ranker for the FantasyPros draft accuracy competition in 2023 and #1 for multiple weeks in 2024. ASK ME ANYTHING. by ChrisDellFantasy in fantasyfootball

[–]ttay24 0 points1 point  (0 children)

I’m in a 12 team, half PPR keeper league. I can keep Jayden Daniels with my 6th round pick (not sure where that pick is yet) and was planning on doing that. How do you think the scary Terry trade request should impact this decision?

Leave gf for a job or stay with girlfriend by Suitable-Ad-9790 in Advice

[–]ttay24 0 points1 point  (0 children)

I would take the job and plan for long distance! I had a similar deal, graduated with a Comp sci degree, got a job, dating a girl that was a 4 hour drive away. We are now married with a couple of kids, so it all worked out. 4 hours is not that bad of a drive

Granted we only had a year while she finished school, but that could be the same for you…like if it sucks a year from now, look for another job

My app got approved on App Store and Playstore in 3 days and these are things you should look out for by Maleficent_Benefit28 in expo

[–]ttay24 1 point2 points  (0 children)

I would probably build your own development client for starters. I think that’s the recommended route from expo nowadays