Skip to content

Commit a79f8a5

Browse files
committed
More TX corrections.
1 parent f3e6254 commit a79f8a5

File tree

142 files changed

+2495
-2755
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

142 files changed

+2495
-2755
lines changed

transcripts/003-Pyramid-Web Framework-Chris-McDonough.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,7 @@
838838

839839
00:32:09 And it just it was kind of sitting unmaintained because, you know, Ian went to work for Mozilla and, you know, he was doing JavaScript stuff and just not it wasn't in his, you know, interest anymore to keep it up.
840840

841-
00:32:22 So we we sort of ended up just well, that's not that's not true.
841+
00:32:22 So we sort of ended up just well, that's not that's not true.
842842

843843
00:32:27 Another I shouldn't have shouldn't have said that.
844844

transcripts/003-Pyramid-Web Framework-Chris-McDonough.vtt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1267,7 +1267,7 @@ But WebOB is this is this implementation of sort of HTTP request response librar
12671267
And it just it was kind of sitting unmaintained because, you know, Ian went to work for Mozilla and, you know, he was doing JavaScript stuff and just not it wasn't in his, you know, interest anymore to keep it up.
12681268

12691269
00:32:22.820 --> 00:32:27.200
1270-
So we we sort of ended up just well, that's not that's not true.
1270+
So we sort of ended up just well, that's not that's not true.
12711271

12721272
00:32:27.200 --> 00:32:28.900
12731273
Another I shouldn't have shouldn't have said that.

transcripts/012_Deep_dive_into_Modules_and_Packages.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1246,7 +1246,7 @@
12461246

12471247
00:33:56 Well, one of the things you can do with Python objects is you can change the class attribute.
12481248

1249-
00:34:01 I don't know if anybody's done that, but like all objects, they have this this magic attribute class that sort of points to the class.
1249+
00:34:01 I don't know if anybody's done that, but like all objects, they have this magic attribute class that sort of points to the class.
12501250

12511251
00:34:09 You could do some reloading hacks where, you know, on a module reload, you go through all of the existing instances and then flip their class attribute to the newly loaded class.
12521252

transcripts/012_Deep_dive_into_Modules_and_Packages.vtt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1888,7 +1888,7 @@ I mean, one of the one of the things that people.
18881888
Well, one of the things you can do with Python objects is you can change the class attribute.
18891889

18901890
00:34:01.620 --> 00:34:09.920
1891-
I don't know if anybody's done that, but like all objects, they have this this magic attribute class that sort of points to the class.
1891+
I don't know if anybody's done that, but like all objects, they have this magic attribute class that sort of points to the class.
18921892

18931893
00:34:09.920 --> 00:34:21.980
18941894
You could do some reloading hacks where, you know, on a module reload, you go through all of the existing instances and then flip their class attribute to the newly loaded class.

transcripts/022_cpython.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216

217217
00:07:43 And eventually your program runs.
218218

219-
00:07:45 So we we we we don't do the parsing stage because I think parsing is fairly standard.
219+
00:07:45 So we we we don't do the parsing stage because I think parsing is fairly standard.
220220

221221
00:07:50 And that's covered by most kind of introductory compilers classes.
222222

transcripts/022_cpython.vtt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ There's just a lot of C code behind the scenes that keeps track of a lot of stuf
328328
And eventually your program runs.
329329

330330
00:07:45.820 --> 00:07:50.960
331-
So we we we we don't do the parsing stage because I think parsing is fairly standard.
331+
So we we we don't do the parsing stage because I think parsing is fairly standard.
332332

333333
00:07:50.960 --> 00:07:54.860
334334
And that's covered by most kind of introductory compilers classes.

transcripts/028_profiling.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@
284284

285285
00:20:03 yeah that's really cool and you know it's something that just came to me as an idea
286286

287-
00:20:07 I'm looking at this this episode is brought to you by hired hired is a two-sided
287+
00:20:07 I'm looking at this episode is brought to you by hired hired is a two-sided
288288

289289
00:20:23 curated marketplace that connects the world's knowledge workers to the best opportunities
290290

@@ -718,7 +718,7 @@
718718

719719
00:43:03 and that's just how simple it needs to be right you maybe could have gotten away without it if you
720720

721-
00:43:07 really wanted to look at just the text output the other thing is you know this this is something you
721+
00:43:07 really wanted to look at just the text output the other thing is you know this is something you
722722

723723
00:43:13 can do really well on your server right you can go over and profile something or maybe it has real
724724

@@ -732,9 +732,9 @@
732732

733733
00:43:41 pro that any developer was going to need to use eventually do you want to talk a little bit about
734734

735-
00:43:45 open source and what you guys are doing with open source at human geo yeah so human geo we we do it we
735+
00:43:45 open source and what you guys are doing with open source at human geo yeah so human geo we do it we
736736

737-
00:43:52 have a github profile github slash human geo and we we mostly the most of our open source stuff is
737+
00:43:52 have a github profile github slash human geo and we mostly the most of our open source stuff is
738738

739739
00:43:59 the javascript leaflet uh leaflet stuff that we've incorporated we add themes and stuff so if you do any
740740

@@ -744,9 +744,9 @@
744744

745745
00:44:17 libraries uh you know we have a an elastic search binding that we that we've used which has since
746746

747-
00:44:23 been superseded by the mozilla elastic binding so we we definitely love open source of human geo
747+
00:44:23 been superseded by the mozilla elastic binding so we definitely love open source of human geo
748748

749-
00:44:29 and we we make and use libraries in open source and that's one of my favorite parts about human geo
749+
00:44:29 and we make and use libraries in open source and that's one of my favorite parts about human geo
750750

751751
00:44:36 that's really awesome and you guys are hiring right oh yeah we're we're always hiring uh we're looking for
752752

@@ -778,11 +778,11 @@
778778

779779
00:45:53 practices or techniques or whatever that you guys have sort of landed on or focused in on if you've
780780

781-
00:46:02 been doing it for so long that you could recommend at human geo we uh you know we we make sure to
781+
00:46:02 been doing it for so long that you could recommend at human geo we uh you know we make sure to
782782

783783
00:46:08 i mean we don't go like full agile or anything i mean we definitely consider ourselves fast moving
784784

785-
00:46:14 and we work uh at a very great pace uh we so i guess you could call it agile and then we we have
785+
00:46:14 and we work uh at a very great pace uh we so i guess you could call it agile and then we have
786786

787787
00:46:22 great git practices we use git flow and we make sure to have good code review and any code base including
788788

transcripts/028_profiling.vtt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1315,7 +1315,7 @@ keeping the blog post i only used the word pip once i mean like i only used it o
13151315
and that's just how simple it needs to be right you maybe could have gotten away without it if you
13161316

13171317
00:43:07.520 --> 00:43:13.000
1318-
really wanted to look at just the text output the other thing is you know this this is something you
1318+
really wanted to look at just the text output the other thing is you know this is something you
13191319

13201320
00:43:13.000 --> 00:43:18.500
13211321
can do really well on your server right you can go over and profile something or maybe it has real
@@ -1336,10 +1336,10 @@ batteries included is that it includes all of these nice things that you that yo
13361336
pro that any developer was going to need to use eventually do you want to talk a little bit about
13371337

13381338
00:43:45.900 --> 00:43:52.840
1339-
open source and what you guys are doing with open source at human geo yeah so human geo we we do it we
1339+
open source and what you guys are doing with open source at human geo yeah so human geo we do it we
13401340

13411341
00:43:52.840 --> 00:43:59.320
1342-
have a github profile github slash human geo and we we mostly the most of our open source stuff is
1342+
have a github profile github slash human geo and we mostly the most of our open source stuff is
13431343

13441344
00:43:59.320 --> 00:44:04.620
13451345
the javascript leaflet uh leaflet stuff that we've incorporated we add themes and stuff so if you do any
@@ -1354,10 +1354,10 @@ i'd recommend looking at the art the stuff we've done there and we also have uh
13541354
libraries uh you know we have a an elastic search binding that we that we've used which has since
13551355

13561356
00:44:23.100 --> 00:44:29.700
1357-
been superseded by the mozilla elastic binding so we we definitely love open source of human geo
1357+
been superseded by the mozilla elastic binding so we definitely love open source of human geo
13581358

13591359
00:44:29.700 --> 00:44:36.300
1360-
and we we make and use libraries in open source and that's one of my favorite parts about human geo
1360+
and we make and use libraries in open source and that's one of my favorite parts about human geo
13611361

13621362
00:44:36.300 --> 00:44:42.700
13631363
that's really awesome and you guys are hiring right oh yeah we're we're always hiring uh we're looking for
@@ -1405,13 +1405,13 @@ but then it's easy to optimize in that case yeah that's really cool so are there
14051405
practices or techniques or whatever that you guys have sort of landed on or focused in on if you've
14061406

14071407
00:46:02.020 --> 00:46:08.420
1408-
been doing it for so long that you could recommend at human geo we uh you know we we make sure to
1408+
been doing it for so long that you could recommend at human geo we uh you know we make sure to
14091409

14101410
00:46:08.420 --> 00:46:14.680
14111411
i mean we don't go like full agile or anything i mean we definitely consider ourselves fast moving
14121412

14131413
00:46:14.680 --> 00:46:22.800
1414-
and we work uh at a very great pace uh we so i guess you could call it agile and then we we have
1414+
and we work uh at a very great pace uh we so i guess you could call it agile and then we have
14151415

14161416
00:46:22.800 --> 00:46:30.220
14171417
great git practices we use git flow and we make sure to have good code review and any code base including

transcripts/049_ Microsofts_JIT_based_Python_Project_Pyjion.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1206,7 +1206,7 @@
12061206

12071207
00:42:07 And I don't know if they do, even if it does get them a gill-free life.
12081208

1209-
00:42:11 Now, I'm sure some people are going to say, God, yes, I will totally rewrite all my C extension code to completely ignore whatever it has to and change however it has to to get around the gill.
1209+
00:42:11 Now, I'm sure some people are going to say, God, yes, I will totally rewrite all my C extension code to completely ignore whatever it has to and change however it has to to get around the GIL.
12101210

12111211
00:42:21 But the question is, what solutions we have that would help migrate existing code and would it be reasonable?
12121212

transcripts/049_ Microsofts_JIT_based_Python_Project_Pyjion.vtt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1831,7 +1831,7 @@ Now, I don't regret the decision, but it does bring up to the point that does th
18311831
And I don't know if they do, even if it does get them a gill-free life.
18321832

18331833
00:42:11.220 --> 00:42:21.120
1834-
Now, I'm sure some people are going to say, God, yes, I will totally rewrite all my C extension code to completely ignore whatever it has to and change however it has to to get around the gill.
1834+
Now, I'm sure some people are going to say, God, yes, I will totally rewrite all my C extension code to completely ignore whatever it has to and change however it has to to get around the GIL.
18351835

18361836
00:42:21.340 --> 00:42:27.920
18371837
But the question is, what solutions we have that would help migrate existing code and would it be reasonable?

0 commit comments

Comments
 (0)