File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -156,6 +156,12 @@ it will be using virtualization.
156
156
And actually you can use virtualization on your own machine,
157
157
with software like Virtualbox or KVM.
158
158
159
+ // SEBASTIAN: I'd consider giving a simple example, like:
160
+ // "Running virtualized Linux alongside Windows on your MacBook with MacOS? No problem!"
161
+ // Not sure how familiar new kids on the block are with virtualization, TBH.
162
+ // From the tone of paragraphs I have a feeling that readers' familiarity is assumed.
163
+ // While explanation of virtualization is great, I feel we lack relatable example.
164
+
159
165
But that can be fiddly to set up!
160
166
And nowadays, thanks to containerization, we can do better.
161
167
Because containerization is a kind of even-more-virtual virtualization.
@@ -229,6 +235,7 @@ How will containerizing our software help with the danger areas?
229
235
230
236
// TODO: consider getting rid of the staging server??
231
237
// CSANAD: I would keep the staging server.
238
+ // SEBASTIAN: I second that.
232
239
233
240
////
234
241
You can’t perform that action at this time.
0 commit comments