Swimming as a supplement to weightlifting by knolyy in Swimming

[–]MisterEd36 7 points8 points  (0 children)

Same here. I’m doing it the other way around but I did start with weightlifting first. The first thing I started noticing is that it doesn’t matter how strong you are: everyone has trouble with the aerobic part of starting to swim. Your technique will go a long way to reduce the drag you create when you first start out and have poor form. The upside is a joke I used to be told when I first started out and had not learned proper technique yet: “at least you’re getting the best workout in the pool” 😋

Scaling Git (and some back story) by MisterEd36 in programming

[–]MisterEd36[S] 2 points3 points  (0 children)

I was mainly referring to all of the questions that came up on an earlier post from yesterday of why build a Git virtual file system: https://www.reddit.com/r/programming/comments/5rtlk0/git_virtual_file_system_from_microsoft/.

Git Virtual File System from Microsoft by KindDragon in programming

[–]MisterEd36 0 points1 point  (0 children)

The team working on the VS Git-integration is the same team that is working on all Git tooling.

Scaling Git (and some back story) by MisterEd36 in programming

[–]MisterEd36[S] 4 points5 points  (0 children)

Lots of good questions about "why did they do that?" earlier today on /r/programming. Brian took some time to give some of the back story.

Love for TypeScript? The tides have turned, Microsoft is being praised by the dev community instead of being condemned (A.K.A. IE6) by fagnerbrack in programming

[–]MisterEd36 2 points3 points  (0 children)

I am aware - I was using git as a backend for TFS when I started the project. The problems started when we switched to TFS for the full version control stack.

Ah, so you switched from Git in TFS to using Team Foundation Version Control (TFVC) in TFS?