You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: transcripts/023_3d_printing.txt
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -310,7 +310,7 @@
310
310
311
311
00:08:24 Interesting.
312
312
313
-
00:08:26 So at a high level, you guys are using, you said, Flask and MicroWisgi and Python 3 to sort of put all this together.
313
+
00:08:26 So at a high level, you guys are using, you said, Flask and uWSGI and Python 3 to sort of put all this together.
314
314
315
315
00:08:37 Do you want to talk a little bit about why you chose that?
316
316
@@ -332,7 +332,7 @@
332
332
333
333
00:09:21 At the time, it was kind of best in breed, and so far I haven't found anything in Python that's necessarily better, but there's constantly new things popping up in that space in Python.
334
334
335
-
00:09:29 MicroWisgi I've used before at companies.
335
+
00:09:29 uWSGI I've used before at companies.
336
336
337
337
00:09:32 I really trust it.
338
338
@@ -344,15 +344,15 @@
344
344
345
345
00:09:44 I haven't used Apache in forever.
346
346
347
-
00:09:45 Or you go Nginx and MicroWisgi if you're in Python.
347
+
00:09:45 Or you go Nginx and uWSGI if you're in Python.
348
348
349
349
00:09:47 There's a couple alternatives, but it's just very reliable.
350
350
351
351
00:09:51 And I feel like you only get so many sort of innovation points that you can spend at a new company.
352
352
353
353
00:09:57 I really wanted to spend them on Python 3, and I tried to make everything else really just stable.
354
354
355
-
00:10:02 Right, yeah, I've been using MicroWisgi and Nginx to deliver all the episodes of my podcast, actually the download server and stuff, and it's been super amazing.
355
+
00:10:02 Right, yeah, I've been using uWSGI and Nginx to deliver all the episodes of my podcast, actually the download server and stuff, and it's been super amazing.
Copy file name to clipboardExpand all lines: transcripts/023_3d_printing.vtt
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -469,7 +469,7 @@ Right.
469
469
Interesting.
470
470
471
471
00:08:26.180-->00:08:36.760
472
-
So at a high level, you guys are using, you said, Flask and MicroWisgi and Python 3 to sort of put all this together.
472
+
So at a high level, you guys are using, you said, Flask and uWSGI and Python 3 to sort of put all this together.
473
473
474
474
00:08:37.380-->00:08:39.880
475
475
Do you want to talk a little bit about why you chose that?
@@ -502,7 +502,7 @@ Flask was very simple and direct, and I really enjoyed it.
502
502
At the time, it was kind of best in breed, and so far I haven't found anything in Python that's necessarily better, but there's constantly new things popping up in that space in Python.
503
503
504
504
00:09:29.800-->00:09:32.080
505
-
MicroWisgi I've used before at companies.
505
+
uWSGI I've used before at companies.
506
506
507
507
00:09:32.080-->00:09:32.920
508
508
I really trust it.
@@ -520,7 +520,7 @@ I mean, several years ago, it was a little bit more of a bleeding-edge choice, b
520
520
I haven't used Apache in forever.
521
521
522
522
00:09:45.260-->00:09:47.520
523
-
Or you go Nginx and MicroWisgi if you're in Python.
523
+
Or you go Nginx and uWSGI if you're in Python.
524
524
525
525
00:09:47.520-->00:09:51.280
526
526
There's a couple alternatives, but it's just very reliable.
@@ -532,7 +532,7 @@ And I feel like you only get so many sort of innovation points that you can spen
532
532
I really wanted to spend them on Python 3, and I tried to make everything else really just stable.
533
533
534
534
00:10:02.580-->00:10:12.920
535
-
Right, yeah, I've been using MicroWisgi and Nginx to deliver all the episodes of my podcast, actually the download server and stuff, and it's been super amazing.
535
+
Right, yeah, I've been using uWSGI and Nginx to deliver all the episodes of my podcast, actually the download server and stuff, and it's been super amazing.
0 commit comments