de60809d20d50d7e7fc4d56375f18e290084e538
[fsf-giving-guide.git] / v9 / givingguide.html
1 <!DOCTYPE html>
2 <html lang="en">
3
4 <head>
5 <meta charset="utf-8">
6 <meta http-equiv="X-UA-Compatible" content="IE=edge">
7 <meta name="viewport" content="width=device-width, initial-scale=1">
8
9 <title>Ethical Tech | Giving Guide</title>
10 <meta name="description" content="This is the Free Software Foundation (FSF) guide to smarter gift giving, compared with their restrictive counterparts.">
11
12 <!-- Some Colors -->
13 <!-- Chrome, Firefox OS and Opera -->
14 <meta name="theme-color" content="#2caf8f">
15 <!-- Windows Phone -->
16 <meta name="msapplication-navbutton-color" content="#2caf8f">
17
18 <link rel="apple-touch-icon" sizes="57x57" href="img/favicons/apple-icon-57x57.png">
19 <link rel="apple-touch-icon" sizes="60x60" href="img/favicons/apple-icon-60x60.png">
20 <link rel="apple-touch-icon" sizes="72x72" href="img/favicons/apple-icon-72x72.png">
21 <link rel="apple-touch-icon" sizes="76x76" href="img/favicons/apple-icon-76x76.png">
22 <link rel="apple-touch-icon" sizes="114x114" href="img/favicons/apple-icon-114x114.png">
23 <link rel="apple-touch-icon" sizes="120x120" href="img/favicons/apple-icon-120x120.png">
24 <link rel="apple-touch-icon" sizes="144x144" href="img/favicons/apple-icon-144x144.png">
25 <link rel="apple-touch-icon" sizes="152x152" href="img/favicons/apple-icon-152x152.png">
26 <link rel="apple-touch-icon" sizes="180x180" href="img/favicons/apple-icon-180x180.png">
27 <link rel="icon" type="image/png" sizes="192x192" href="img/favicons/android-icon-192x192.png">
28 <link rel="icon" type="image/png" sizes="32x32" href="img/favicons/favicon-32x32.png">
29 <link rel="icon" type="image/png" sizes="96x96" href="img/favicons/favicon-96x96.png">
30 <link rel="icon" type="image/png" sizes="16x16" href="img/favicons/favicon-16x16.png">
31 <meta name="msapplication-TileColor" content="#2caf8f">
32 <meta name="msapplication-TileImage" content="img/favicons/ms-icon-144x144.png">
33 <meta name="theme-color" content="#2caf8f">
34
35 <!-- Bootstrap -->
36 <link rel="stylesheet" href="css/bootstrap.min.css">
37
38 <!-- Animate CSS -->
39 <link rel="stylesheet" href="css/animate.css">
40
41 <!-- Our CSS -->
42 <link rel="stylesheet" href="css/master.css">
43
44
45 <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
46 <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
47 <!--[if lt IE 9]>
48 <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.2/html5shiv.js"></script>
49 <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
50 <![endif]-->
51
52 <script>
53 /*
54
55 @licstart The following is the entire license notice for the
56 JavaScript code in this page.
57
58 Copyright (c) 2016 Reda Lazri
59
60 Permission is hereby granted, free of charge, to any person obtaining
61 a copy of this software and associated documentation files (the
62 "Software"), to deal in the Software without restriction, including
63 without limitation the rights to use, copy, modify, merge, publish,
64 distribute, sublicense, and/or sell copies of the Software, and to
65 permit persons to whom the Software is furnished to do so, subject to
66 the following conditions:
67
68 The above copyright notice and this permission notice shall be included
69 in all copies or substantial portions of the Software.
70
71 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
72 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
73 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
74 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
75 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
76 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
77 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
78
79 @licend The above is the entire license notice
80 for the JavaScript code in this page.
81
82 */
83 </script>
84
85 </head>
86
87 <!-- ATTRACTIVE INFORMATIONAL ALERT / ASIDE BLOCK, SAVED HERE FOR REFERENCE
88
89 <div class="alert alert-success center-block">
90 <li class="info">
91 <p>
92 Many of these items are <a href="https://www.fsf.org/resources/hw/endorsement/respects-your-freedom" class="alert-link">certified to Respect Your Freedom</a> (RYF-certified).
93 </p>
94 </li>
95 </div>
96 -->
97
98 <body>
99
100 <!-- Add banner and modal window here -->
101
102
103 <nav class="navbar navbar-default">
104 <div class="container-fluid">
105 <!-- Brand and toggle get grouped for better mobile display -->
106 <div class="navbar-header">
107 <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-links" aria-expanded="false">
108 <span class="sr-only">Toggle navigation</span>
109 <span class="icon-bar bar1"></span>
110 <span class="icon-bar bar2"></span>
111 <span class="icon-bar bar3"></span>
112 </button>
113 <a class="navbar-brand" href="https://fsf.org/"><img class="brand" src="img/logo.png" alt="FSF" width="180" /></a>
114 <!-- <span class="label label-warning"><a href="https://fsf.org/jfb">Join the FSF</a></span> -->
115
116 </div>
117
118 <!-- Collect the nav links, forms, and other content for toggling -->
119 <div class="collapse navbar-collapse" id="navbar-links">
120 <ul class="nav navbar-nav">
121 <li><a class="animated fadeIn" href="https://www.fsf.org/about/">About the FSF</a></li>
122 <li><a class="animated fadeIn" href="https://www.fsf.org/campaigns/">Campaigns</a></li>
123 <li><a class="animated fadeIn" href="https://my.fsf.org/join?pk_campaign=fall18&pk_kwd=ggjoin">Join</a></li>
124 <li><a class="animated fadeIn" href="https://shop.fsf.org/">Shop</a>
125 </ul>
126
127 </div>
128 <!-- /.navbar-collapse -->
129 </div>
130 <!-- /.container-fluid -->
131 </nav>
132
133 <!--Begin Intro-->
134 <section class="intro" id="intro">
135 <div class="container">
136 <div class="row">
137 <div class="illustration col-md-6">
138 <img src="img/Illustration.png" alt="large-illutration" class="img-responsive center-dblock" />
139 </div>
140 <div class="intro-text col-md-6">
141 <h1>Give the gift of freedom!</h1>
142
143 <p>New electronic gadgets make great presents for family and friends, but so many of the phones, computers, and toys come with proprietary programs, privacy-disrespecting software, and surveillance tools hidden inside.</p>
144 <p>This guide replaces these holiday humbugs with better devices from ethical companies &mdash; no <a href="https://gnu.org/proprietary">creepy remote deletion of files or punitive and mean rules about copying and sharing</a>. Just products and software that respect the freedom and privacy of your loved ones: gifts you can feel good about.</p>
145
146 <p>Most of the devices in this list carry a <a href="https://fsf.org/ryf">Respects Your Freedom</a> (RYF) hardware product certification, which means that the product meets our high standards for endorsement. RYF-certified devices make great purchases and great gifts at any time of year – learn more and explore the full list <a href="https://www.fsf.org/resources/hw/endorsement/respects-your-freedom">on our Web site</a>.</p>
147
148 <p>We also hope that our Giving Guide will help you find new ways to talk about how these kinds of devices deny users their freedom, and why it's important to respect your freedoms.</p>
149
150 </div>
151 </div>
152 </div>
153 </section>
154 <!--End Intro-->
155
156 <!--Begin Actions-->
157 <section class="actions" id="actions">
158 <div class="container">
159 <div class="row">
160 <!-- Begin Action -->
161 <div class="action col-md-4 col-sm-4 text-center">
162 <a class="action-button" href="https://www.fsf.org/share?u=https://www.fsf.org/givingguide/&amp;t=Check out the Free Software Foundation Ethical Tech Giving Guide">Tell your friends</a>
163 <p>
164 Use <span class="label label-default">#givefreely</span>. You might get a gift out of it!
165 </p>
166 </div>
167 <!-- End Action -->
168
169 <!-- Begin Action -->
170 <div class="action col-md-4 col-sm-4 text-center">
171 <a class="action-button" href="https://www.fsf.org/givingguide/giving-guide-giveaway-primer">Host a Giveaway</a>
172 <p>
173 Printable version coming soon!
174 </p>
175
176 </div>
177 <!-- End Action -->
178
179 <!-- Begin Action -->
180 <div class="action col-md-4 col-sm-4 text-center">
181 <a class="action-button" href="#charities">Support free software</a>
182 <p>
183 Donate to our suggested charities
184 </p>
185 </div>
186 <!-- End Action -->
187 </div>
188 <!-- End Row -->
189 </div>
190 <!-- End Container -->
191 </section>
192 <!--End Actions-->
193
194 <!--Begin Comparisons-->
195 <section class="comparisons">
196
197 <!--Smartphones-->
198 <div class="container smartphones">
199 <h2 class="title text-center">Smartphones</h2>
200 <div class="row is-table-row">
201 <div class="good col-md-6 col-sm-6" style="position:relative">
202 <h5 class="text-center">Galaxy S3 with Replicant</h5>
203 <img src="img/products/mobile_n2.png" alt="replicant phone" class="center-block" />
204
205
206 <!-- Buy/Download Button -->
207 <a id="get-item" class="btn get-item" role="button" data-toggle="collapse" href="#sellers" aria-expanded="false" aria-controls="sellers" style="display:none">
208 BUY
209 <!-- Begin Sale -->
210 <span class="sale" >sale</span>
211 <!-- End Sale -->
212 </a>
213 <div class="collapse" id="sellers">
214 <div class="center-block seller-group">
215 <p style="color: #6b6b6b">
216 <strong>Get it from</strong>
217 </p>
218 <a href="https://tehnoetic.com/tehnoetic-s3-phone-replicant" class="seller action-button">Technoethical</a>
219 <div class="sale-info links">
220 <a href="#technoethical-promotion">Sale details</a>
221 </div>
222 </div>
223 </div>
224
225 <script>
226 document.getElementById('get-item').style.display = '';
227 </script>
228 <noscript>
229 <div class="center-block seller-group">
230 <p style="color: #6b6b6b">
231 <strong>Get it from</strong>
232 </p>
233 <a href="https://tehnoetic.com/tehnoetic-s3-phone-replicant" class="seller action-button">Technoethical</a>
234 <p class="sale-info links">
235 <a href="#technoethical-promotion">Sale details</a>
236 </p>
237 <!-- End Sale Info -->
238 </div>
239 </noscript>
240 <!-- End Buy/Download button -->
241
242 <ul class="pros">
243 <p>Why it's cool: Your smartphone is so much more than a phone: it's a tiny computer you carry with you every day, and for many people around the world, it's their only Internet-enabled device. Choosing one of these phones lets you bring software freedom everywhere you go. You <i>can</i> run your favorite apps and send all the text messages you want, while still running free software.</p>
244
245 <p> You can also get an <a href="https://tehnoetic.com/tehnoetic-s2-phone-replicant">S2</a> or an <a href="https://tehnoetic.com/tet-n2">N2 phone/tablet</a>, complete with Replicant.</p>
246 </ul>
247 </div>
248 <!--End Good-->
249
250 <!-- start bad -->
251
252 <div class="good col-md-6 col-sm-6">
253 <ul class="pros">
254 <li>
255 Runs the <a href="https://www.replicant.us">Replicant</a> free operating system, based on Android.
256 </li>
257 <li>
258 Features <a href="https://www.f-droid.org/">F-Droid</a>, the free software catalog that makes it easy to get all the applications you need without sacrificing control of your phone.
259 </li>
260 <li>Note: While the main processor exclusively runs free software, the modem processor runs a Samsung nonfree system.</li>
261 </ul>
262
263 <h5 class="text-center">Stay away from: iPhone</h5>
264 <ul class="cons">
265 <li>Comes with no shortage of <a href="https://www.gnu.org/philosophy/proprietary-surveillance.html#SpywareIniThings">spyware</a>.</li>
266 <li>
267 iOS is a fully <a href="https://gnu.org/proprietary">proprietary operating system</a>, giving Apple control over the software on every Apple device.
268 </li>
269 <li>Avoid: iPhone XR, iPhone XS, iPhone X, and other models.</li>
270 </ul>
271 </div>
272 <!--End Bad-->
273 </div>
274 <!--End Row-->
275 </div>
276 <!--End Container-->
277 <!--End bad-->
278
279
280 <h2 class="title text-center">Laptops, Tablets, and Desktops</h2>
281
282 <!--Laptops-->
283 <div class="container">
284 <h3 class="title text-center">Laptops</h3>
285 <div class="row is-table-row">
286 <div class="good col-md-6 col-sm-6">
287 <h5 class="text-center">T400 with GNU/Linux</h5>
288 <img src="img/products/t400.png" alt="t400" class="center-block" />
289
290
291
292 <!-- Buy/Download Button -->
293 <a id="get-item-full" class="btn get-item" role="button" data-toggle="collapse" href="#sellers-full" aria-expanded="false" aria-controls="sellers-full" style="display:none">
294 BUY
295 <!-- Begin Sale -->
296 <span class="sale" >sale</span>
297 <!-- End Sale -->
298 </a>
299 <div class="collapse" id="sellers-full">
300 <div class="center-block seller-group">
301 <p style="color: #6b6b6b">
302 <strong>Get it from</strong>
303 </p>
304 <p>
305 <a href="https://minifree.org/product/libreboot-t400/" class="seller action-button">Minifree</a>
306 </p>
307 <a href="https://tehnoetic.com/tet-t400" class="seller action-button">Technoethical</a>
308 <p class="sale-info links">
309 <a href="#technoethical-promotion">Sale details</a>
310 </p>
311 </div>
312 </div>
313
314 <script>
315 document.getElementById('get-item-full').style.display = '';
316 </script>
317 <noscript>
318 <div class="center-block seller-group">
319 <p style="color: #6b6b6b">
320 <strong>Get it from</strong>
321 </p>
322 <p>
323 <a href="https://minifree.org/product/libreboot-t400/" class="seller action-button">Minifree</a>
324 </p>
325 <a href="https://tehnoetic.com/tet-t400" class="seller action-button">Technoethical</a>
326 <p class="sale-info links">
327 <a href="#technoethical-promotion">Sale details</a>
328 </p>
329 </div>
330 </noscript>
331 <!-- End Buy/Download button -->
332
333 <ul class="pros">
334 <p>Why it's cool: The T400 is a popular laptop for running GNU/Linux because of how well-suited it is to work and play. Now you can get it completely free, with these RYF-certified options.</p>
335 <p>Setting up a fully free system is easier than it used to be, but can still seem daunting &mdash; especially if you've never done it before. Luckily, you can now get a new-to-you laptop that's ready to go out of the box.</p>
336 <p>Technoethical also has a <a href="https://tehnoetic.com/laptops/tet-t400s">T400s</a> available.</p>
337 </ul>
338
339 </div>
340 <!--End Good-->
341
342 <!--start bad-->
343 <div class="good col-md-6 col-sm-6">
344 <ul class="pros">
345 <li>Runs the <a href="https://www.gnu.org/distros/free-distros.en.html">FSF-endorsed</a> Trisquel operating system and libreboot firmware.</li>
346 <li>Durable hardware is meant to last, and is easy to repair.</li>
347 <li>Created by small businesses that replace all restrictive components from a stock laptop.</li>
348 <li>Whether you purchase from Minifree or Technoethical, your T400 will be <a href="https://fsf.org/ryf">Respects Your Freedom certified</a>.</li>
349 </ul>
350 <h5 class="text-center">Stay away from: Microsoft Windows</h5>
351 <ul class="cons">
352 <li>Runs on <a href="https://gnu.org/proprietary">proprietary software</a> that profits from treating the user as a product &mdash; <a href="https://privacy.microsoft.com/en-US/privacystatement">forces users to consent to data collection</a> for purposes including "targeted advertising."
353 </li>
354 <li>Mandatory Windows updates force users to test potentially unstable new versions. <a href="https://www.fsf.org/campaigns/windows">Read more about Windows's abuses.</a></li>
355 <li>Looking at a computer that includes an Intel CPU? Intel comes with <a href="https://www.fsf.org/blogs/sysadmin/the-management-engine-an-attack-on-computer-users-freedom">Management Engine</a>, a hardware-based backdoor that gives Intel a permanent backdoor into your computer.</li>
356 </ul>
357 </div>
358 <!--End Bad-->
359 </div>
360 <!--End Row-->
361 </div>
362 <!--End Container-->
363
364 <!--Compact Laptops-->
365 <div class="container">
366 <h3 class="title text-center">Compact Laptops</h3>
367 <div class="row is-table-row">
368 <div class="good col-md-6 col-sm-6">
369 <h5 class="text-center">X200 with GNU/Linux</h5>
370 <img src="img/products/x200.png" alt="x200" class="center-block" />
371
372
373 <!-- Buy/Download Button -->
374 <a id="get-item-compact" class="btn get-item" role="button" data-toggle="collapse" href="#sellers-compact" aria-expanded="false" aria-controls="sellers-compact" style="display:none">
375 BUY
376 <!-- Begin Sale -->
377 <span class="sale" >sale</span>
378 <!-- End Sale -->
379 </a>
380 <div class="collapse" id="sellers-compact">
381 <div class="center-block seller-group">
382 <p style="color: #6b6b6b">
383 <strong>Get it from</strong>
384 </p>
385 <a href="https://shop.libiquity.com/product/taurinus-x200" class="seller action-button">Libiquity</a>
386 <p class="sale-info links">
387 Libiquity's X200 is <a href="https://www.fsf.org/ryf">Respects Your Freedom</a> certified, but shipping is limited to the US. <a href="#libiquity-promotion">Sale details.</a>
388
389 </p>
390 <a href="https://minifree.org/product/libreboot-x200-tablet/" class="seller action-button">Minifree</a>
391 <p class="sale-info links">
392 Minifree's X200 is <a href="https://www.fsf.org/ryf">Respects Your Freedom</a> certified.
393
394 </p>
395 <a href="https://tehnoetic.com/tet-x200" class="seller action-button">Technoethical</a><br>
396 <p class="sale-info links">
397 Technoethical's X200 is <a href="https://www.fsf.org/ryf">Respects Your Freedom</a> certified. Global shipping is available. <a href="#technoethical-promotion">Sale details.</a>
398 </p>
399 <a href="https://store.vikings.net/x200-ryf-certfied" class="seller action-button">Vikings</a>
400 <p class="sale-info links">
401 Vikings's X200 is <a href="https://www.fsf.org/ryf">Respects Your Freedom</a> certified. Global shipping is available. <a href="#vikings-promotion">Sale details.</a>
402 </p>
403
404 </div>
405 </div>
406
407 <script>
408 document.getElementById('get-item-compact').style.display = '';
409 </script>
410 <noscript>
411 <div class="center-block seller-group">
412 <p style="color: #6b6b6b">
413 <strong>Get it from</strong>
414 </p>
415 <a href="https://shop.libiquity.com/product/taurinus-x200" class="seller action-button">Libiquity</a>
416 <p class="sale-info links">
417 Libiquity's X200 is <a href="https://www.fsf.org/ryf">Respects Your Freedom</a>-certified, but shipping is limited to the US. <a href="#libiquity-promotion">Sale details.</a>
418 </p>
419 <a href="https://minifree.org/product/libreboot-x200-tablet/" class="seller action-button">Minifree</a>
420 <p class="sale-info links">
421 Minifree's X200 is <a href="https://www.fsf.org/ryf">Respects Your Freedom</a> certified.
422
423 </p>
424 <a href="https://tehnoetic.com/tet-x200" class="seller action-button">Technoethical</a>
425 <p class="sale-info links">
426 Technoethical's X200 is <a href="https://www.fsf.org/ryf">Respects Your Freedom</a> certified, and global shipping is available. <a href="#technoethical-promotion">Sale details.</a>
427 </p>
428 <a href="https://store.vikings.net/x200-ryf-certfied" class="seller action-button">Vikings</a>
429 <p class="sale-info links">
430 Viking's X200 is <a href="https://www.fsf.org/ryf">Respects Your Freedom</a> certified. Global shipping is available. <a href="#vikings-promotion">Sale details.</a></p>
431 </div>
432 </noscript>
433 <!-- End Buy/Download button -->
434
435 <!-- start good -->
436 <ul class="pros">
437 <p>Why it's cool: Take it to the office, take it to the cafe, take it to class, take it home and set it up on the counter so you can rock out while you cook. Do all of this the easy way.</p>
438
439 <p>This machine is made to go everywhere with you, and thanks to our friends who make RYF-certified products, you can have your mobility and your freedom, too.</p>
440 </ul>
441
442 </div>
443 <!--End Good-->
444
445 <!--start bad-->
446 <div class="good col-md-6 col-sm-6">
447 <ul class="pros">
448 <li>Runs the <a href="https://www.gnu.org/distros/free-distros.en.html">FSF-endorsed</a> Trisquel operating system with libreboot firmware. The X200 sold by Libiquity is also certified to <a href="https://www.fsf.org/ryf">Respect Your Freedom</a>.</li>
449 <li>Durable hardware is meant to last, and is easy to repair.</li>
450 <li>Created by a small business that replaces all restrictive components from a stock laptop.</li>
451 <h5 class="text-center">Stay away from: Apple</h5>
452 <ul class="cons">
453 <li>Runs on <a href="https://gnu.org/proprietary">proprietary software</a> that restricts the user's freedoms.</li>
454 <li>Apple has been <a href="https://motherboard.vice.com/en_us/article/evmeya/apple-iphone-right-to-repair-california">opposing the Right to Repair</a> for years.</li>
455 <li>Comes crawling with <a href="https://www.gnu.org/philosophy/proprietary-surveillance.html#SpywareInMacOS">spyware</a>.</li>
456 <li>Avoid: MacBook Air (and MacBook Pro).</li>
457 <li>Note: Apple laptops come complete with <a href="https://www.fsf.org/blogs/sysadmin/the-management-engine-an-attack-on-computer-users-freedom">Intel Management Engine</a> as well.</li>
458 </ul>
459 </div>
460 <!--End Bad-->
461 </div>
462 <!--End Row-->
463 </div>
464 <!--End Container-->
465
466 <!--convertible Laptops-->
467 <div class="container">
468 <h3 class="title text-center">Convertible Laptops/Tablets</h3>
469 <div class="row is-table-row">
470 <div class="good col-md-6 col-sm-6">
471 <h5 class="text-center">X200t with GNU/Linux</h5>
472 <img src="https://static.fsf.org/nosvn/images/technoethical-x200t.png" alt="Technoethical convertible tablet laptop" class="center-block" />
473
474
475 <!-- Buy/Download Button -->
476 <a id="get-item-convertible" class="btn get-item" role="button" data-toggle="collapse" href="#sellers-convertible" aria-expanded="false" aria-controls="sellers-convertible" style="display:none">
477 BUY
478 <!-- Begin Sale -->
479 <span class="sale" >sale</span>
480 <!-- End Sale -->
481 </a>
482 <div class="collapse" id="sellers-convertible">
483 <div class="center-block seller-group">
484 <p style="color: #6b6b6b">
485 <strong>Get it from</strong>
486 </p>
487 <p>
488 <a href="https://minifree.org/product/libreboot-x200-tablet/" class="seller action-button">Minifree</a>
489 </p>
490 <a href="https://tehnoetic.com/tet-x200t" class="seller action-button">Technoethical</a>
491 <p class="sale-info links">
492 <a href="#technoethical-promotion">Sale details</a>
493 </p>
494 </div>
495 </div>
496
497 <script>
498 document.getElementById('get-item-convertible').style.display = '';
499 </script>
500 <noscript>
501 <div class="center-block seller-group">
502 <p style="color: #6b6b6b">
503 <strong>Get it from</strong>
504 </p>
505
506 <a href="https://tehnoetic.com/tet-x200t" class="seller action-button">Technoethical</a>
507 <p class="sale-info links">
508 <a href="#technoethical-promotion">Sale details.</a>
509 </p>
510 </div>
511 </noscript>
512
513
514 <!-- End Buy/Download button -->
515
516 <ul class="pros">
517 <p>Why it's cool: Use it as a laptop or as a tablet with a built-in stylus. It may not be a brand-new concept, but it'll always feel a little futuristic.</p>
518
519 <p>Enjoy all the portability of a tablet, without having to hunt-and-peck every letter when it comes time to do some work. It's versatile, multi-purpose, and stylish, and fits smoothly into every environment in your life (without pummeling you with the abuses of proprietary software).</p>
520 </ul>
521
522 </div>
523 <!--End Good-->
524
525 <!--start bad-->
526 <div class="good col-md-6 col-sm-6">
527 <ul class="pros">
528 <li>Runs the <a href="https://www.gnu.org/distros/free-distros.en.html">FSF-endorsed</a> Trisquel operating system with Libreboot firmware.</li>
529 <li>Durable hardware is meant to last, and is easy to repair.</li>
530 <li>Created by a small business that replaces all restrictive components from a stock laptop.</li>
531 </ul>
532 <h5 class="text-center">Stay away from: iPad Pro</h5>
533 <ul class="cons">
534 <li>
535 Apple uses <a href="https://www.defectivebydesign.org/what_is_drm_digital_restrictions_management">Digital Restrictions Management (DRM)</a> to block competing software.
536 </li>
537 <li>Apple's App Store has been <a href="https://www.defectivebydesign.org/blog/apple_app_store_anniversary_marks_ten_years_proprietary_appsploitation">threatening user freedom for ten years</a>. From user surveillance to allowing governments to control app access, the Apple App Store has done it all. </li>
538 </ul>
539 </div>
540 <!--End Bad-->
541 </div>
542 <!--End Row-->
543 </div>
544 <!--End Container-->
545
546 <!--Desktops-->
547 <div class="container">
548 <h3 class="title text-center">Desktops</h3>
549 <div class="row is-table-row">
550 <div class="good col-md-6 col-sm-6">
551 <h5 class="text-center">D16 Workstation with GNU/Linux</h5>
552 <img src="img/products/desktop.png" alt="The Workstation, a tower computer by Vikings" class="center-block" />
553
554 <!-- Buy/Download Button -->
555 <a id="get-item-desktop" class="btn get-item" role="button" data-toggle="collapse" href="#sellers-desktop" aria-expanded="false" aria-controls="sellers-desktop" style="display:none">
556 BUY
557 <!-- Begin Sale -->
558 <span class="sale" >sale</span>
559 <!-- End Sale -->
560 </a>
561 <div class="collapse" id="sellers-desktop">
562 <div class="center-block seller-group">
563 <strong>Get it from</strong>
564 </p>
565 <a href="https://store.vikings.net/libre-friendly-hardware/vikings-d16-workstation" class="seller action-button">Vikings</a>
566 <p class="sale-info links">
567 <a href="#vikings-promotion">Sale details.</a>
568 </p>
569 </div>
570 </div>
571
572 <script>
573 document.getElementById('get-item-desktop').style.display = '';
574 </script>
575 <noscript>
576 <div class="center-block seller-group">
577 <p style="color: #6b6b6b">
578 <strong>Get it from</strong>
579 </p>
580 <a href="https://store.vikings.net/libre-friendly-hardware/vikings-d16-workstation" class="seller action-button">Vikings</a>
581 <p class="sale-info links">
582 The Workstation is not Respects Your Freedom certified at this point.
583 </p>
584 </div>
585 </noscript>
586 <!-- End Buy/Download button -->
587
588 <ul class="pros">
589 <p>Why it's cool: Sometimes you need heavy-duty computing power that a laptop just can't provide.</p>
590
591 <p>Gamers, video editors, and other users may want or need a more powerful machine &mdash; a desktop is the answer when you really need that extra push. Also good for users who want a bigger screen.</p>
592 </ul>
593
594 </div>
595 <!--End Good-->
596
597 <!--start bad-->
598 <div class="good col-md-6 col-sm-6">
599 <ul class="pros">
600 <li>Choose from two operating systems: the <a href="https://www.gnu.org/distros/free-distros.en.html">FSF-endorsed</a> operating systems Trisquel and Parabola.</li>
601 <li>Comes with free boot firmware.</li>
602 <li>You can customize and specialize this model to your needs -- the essence of user freedom!</li>
603
604 </ul>
605 <h5 class="text-center">Stay away from: Apple iMac</h5>
606 <ul class="cons">
607 <p>An iMac puts designers and filmmakers at risk:</p>
608 <li>Adobe Premiere Rush rents Mac (and Windows) users access to video editing software in exchange for control over their files.</li>
609 </ul>
610 <h5 class="text-center">Stay away from: Alienware Area-51 Threadripper</h5>
611 <ul class="cons">
612 <li>The newest Alienware gaming desktop comes with Ryzen Threadripper processors and loads of freedom-restricting proprietary software.</li>
613 </ul>
614 </div>
615 <!--End Bad-->
616 </div>
617 <!--End Row-->
618 </div>
619 <!--End Container-->
620
621 <!--3D Printers-->
622 <div class="container">
623 <h3 class="title text-center">3D Printers</h3>
624 <div class="row is-table-row">
625 <div class="good col-md-6 col-sm-6">
626 <h5 class="text-center">LulzBot Mini</h5>
627 <img src="img/products/lulzbot.png" alt="lulzbot" class="center-block" />
628
629
630 <!-- Buy/Download Button -->
631 <a id="get-item-print" class="btn get-item" role="button" data-toggle="collapse" href="#sellers-print" aria-expanded="false" aria-controls="sellers-print" style="display:none">
632 BUY
633 <!-- Begin Sale -->
634 <span class="sale" >sale</span>
635 <!-- End Sale -->
636 </a>
637 <div class="collapse" id="sellers-print">
638 <div class="center-block seller-group">
639 <p style="color: #6b6b6b">
640 <strong>Get it from</strong>
641 </p>
642 <a href="https://www.lulzbot.com/store?pk_campaign=fsf16&pk_kwd=store" class="seller action-button">LulzBot</a>
643 <p class="sale-info links">
644 <a href="https://www.lulzbot.com">Lulzbot</a> is having general sales Black Friday through Cyber Monday. <a href="#lulzbot-promotion">Sale details.</a>
645
646 </p>
647 </div>
648 </div>
649
650 <script>
651 document.getElementById('get-item-print').style.display = '';
652 </script>
653 <noscript>
654 <div class="center-block seller-group">
655 <p style="color: #6b6b6b">
656 <strong>Get it from</strong>
657 </p>
658 <a href="https://www.lulzbot.com/store?pk_campaign=fsf16&pk_kwd=store" class="seller action-button">LulzBot</a>
659 <p class="sale-info links">
660 <a href="#lulzbot-promotion">Sale details.</a>
661 </p>
662 </div>
663 </noscript>
664 <!-- End Buy/Download button -->
665 <ul class="pros">
666 <p>Why it's cool: Think ahead -- if you give this to your friend or relative, they might use it next year to make YOU a gift.</p>
667
668 <p>3D printers are an amazing learning and exploration tool for kids and a fun toy for grownups, and they've come a long way from their origins in the early 2000s. Keep it free and fun by digging into the thousands of free software options for modeling, and communities that share freely licensed designs.</p>
669 </ul>
670 </div>
671 <!--End Good-->
672
673 <div class="good col-md-6 col-sm-6">
674 <ul class="pros">
675 <li>Performance and seamless interface <a href="https://www.tomsguide.com/us/best-3d-printers,review-2236.html">earned it "Editor's Choice"</a> in <em>Tom's Guide</em>'s 2018 3D printer comparison.</li>
676 <li>Hardware designs are available to make customization easy. Standardized material format allows 3D printing with plastics, wood-, stone-, bamboo-, rubber-, and metal-like materials.</li>
677 </ul>
678 <h5 class="text-center">Stay away from: MakerBot</h5>
679 <ul class="cons">
680 <li>
681 MakerWare software is proprietary, <a href="https://gnu.org/proprietary">restricting freedom and stifling creativity</a>.
682 </li>
683 <li>
684 MakerBot was founded with a more freedom-respecting philosophy, but <a href="https://www.cnet.com/news/pulling-back-from-open-source-hardware-makerbot-angers-some-adherents/">has since announced</a> an increasingly proprietary approach and distanced itself from the community that formed around it.
685 </li>
686 </ul>
687 </div>
688 <!--End Bad-->
689 </div>
690 <!--End Row-->
691 </div>
692 <!--End Container-->
693
694 <!-- cool devices -->
695 <div class="container">
696 <h2 class="title text-center">Cool Devices</h2>
697 <div class="container">
698 <div class="row is-table-row">
699 <div class="col-md-5 col-sm-6 recommended-img">
700 <h5 class="text-center">NeuG USB True Random Number Generator</h5>
701 <img src="https://shop.fsf.org/sites/default/files/styles/product_full/public/randomnumber.jpg" alt="NeuG USB True Random Number Generator and a MicroSD card" class="center-block" style="height: 140px; margin-top: 90px; margin-bottom: 90px;"/>
702
703
704 <!-- Buy/Download Button -->
705 <a id="get-item-random-number-generator" class="btn get-item" role="button" data-toggle="collapse" href="#sellers-random-number-generator" aria-expanded="false" aria-controls="sellers-random-number-generator" style="display:none;">
706 BUY
707 <!-- Begin Sale -->
708 <span class="sale" >sale</span>
709 <!-- End Sale -->
710 </a>
711 <div class="collapse" id="sellers-random-number-generator">
712 <div class="center-block seller-group">
713
714 <a href="https://shop.fsf.org/storage-devices/neug-usb-true-random-number-generator" class="seller action-button">GNU Press Shop</a>
715 <p class="sale-info links">
716 <a href="#GNU-promotion">Sale details.</a>
717 </p>
718 </div>
719 </div>
720
721 <script>
722 document.getElementById('get-item-random-number-generator').style.display = '';
723 </script>
724 <noscript>
725 <div class="center-block seller-group">
726 <p style="color: #6b6b6b">
727 <strong>Get it from</strong>
728 </p>
729 <a href="https://shop.fsf.org/storage-devices/neug-usb-true-random-number-generator" class="seller action-button" class="seller action-button">GNU Press Shop</a>
730 <p class="sale-info links">
731 <a href="#GNU-promotion">Sale details.</a>
732 </p>
733 </div>
734 </noscript>
735 <!-- End Buy/Download button -->
736
737 </div>
738 <div class="col-md-7 col-sm-6">
739 </h5>
740 <ul class="pros">
741 <li>The perfect present for the cryptogeek in your life.</li>
742 <li>FST-01 (Flying Stone Tiny ZERO-ONE) is a tiny USB 32-bit computer based on a free (as in freedom) hardware design.</li>
743 <li>NeuG is an implementation of a true random number generator (TRNG) for STM32F103 MCU.</li>
744 </ul>
745 </div>
746 </div>
747 <!-- End Row -->
748 </div>
749 <!-- End Container -->
750
751 <div class="row is-table-row">
752 <div class="col-md-5 col-sm-6 recommended-img">
753 <h5 class="text-center">Mini Wi-Fi Adapter</h5>
754 <img src="https://static.fsf.org/nosvn/images/technoethical-adapter.png" alt="Mini Wi-Fi Adapter" class="center-block" />
755
756 <!-- Buy/Download Button -->
757 <a id="get-item-mini-adapter" class="btn get-item" role="button" data-toggle="collapse" href="#sellers-mini-adapter" aria-expanded="false" aria-controls="sellers-mini-adapter" style="display:none;">
758 BUY
759 <!-- Begin Sale -->
760 <span class="sale">sale</span>
761 <!-- End Sale -->
762 </a>
763 <div class="collapse" id="sellers-mini-adapter">
764 <div class="center-block seller-group">
765 <a href="https://tehnoetic.com/tehnoetic-wireless-adapter-gnu-linux-libre-tet-n150" class="seller action-button" class="seller action-button">Technoethical</a>
766 <p class="sale-info links">
767 <a href="#technoethical-promotion">Sale details.</a>
768 </p>
769 <a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-gnu-linux-tpe-n150usb" class="seller action-button">ThinkPenguin</a>
770 <p class="sale-info links">
771 <a href="#thinkpenguin-promotion">Sale details.</a>
772 </p>
773 </div>
774 </div>
775
776 <script>
777 document.getElementById('get-item-mini-adapter').style.display = '';
778 </script>
779 <noscript>
780 <div class="center-block seller-group">
781 <p style="color: #6b6b6b">
782 <strong>Get it from</strong>
783 </p>
784 <a href="https://tehnoetic.com/tehnoetic-wireless-adapter-gnu-linux-libre-tet-n150" class="seller action-button" class="seller action-button">Technoethical</a>
785
786 <p class="sale-info links">
787 <a href="#technoethical-promotion">Sale details.</a>
788 </p>
789 <a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-gnu-linux-tpe-n150usb" class="seller action-button">ThinkPenguin</a>
790 <p class="sale-info links">
791 <a href="#thinkpenguin-promotion">Sale details.</a>
792 </p>
793 </div>
794 </noscript>
795 <!-- End Buy/Download button -->
796
797 <!--start pros-->
798 <ul class="pros">
799 <p>Why it's cool: Trying to go 100% free but stuck with a proprietary Wi-Fi card? Just plug this into your USB port and you're ready to go.</p>
800 </ul>
801 </div>
802
803 <div class="good col-md-7 col-sm-6">
804 <ul class="pros">
805 <li>Great for all-free-software installations on laptops with incompatible Wi-Fi hardware.</li>
806 <li><a href="https://www.fsf.org/ryf">Certified to Respect Your Freedom</a>.</li>
807 <li>If you use a laptop listed in this Guide, an adapter like this won't be necessary.</li>
808 </ul>
809 </div>
810 </div>
811 <!-- End Row -->
812 </div>
813 <!-- End Container -->
814
815 <!-- Begin Recommended Template -->
816
817 <div class="container">
818 <div class="row is-table-row">
819 <div class="col-md-5 col-sm-6 recommended-img">
820 <h5 class="text-center">Long Range Wi-Fi Adapter</h5>
821 <img src="img/products/thinkpenguin-long-range-adapter.png" alt="Long-range Wi-Fi Adapter" class="center-block" />
822
823 <!-- Buy/Download Button -->
824 <a id="get-item-long-range-adapter" class="btn get-item" role="button" data-toggle="collapse" href="#sellers-long-range-adapter" aria-expanded="false" aria-controls="sellers-long-range-adapter" style="display:none;">
825 BUY
826 <!-- Begin Sale -->
827 <span class="sale">sale</span>
828 <!-- End Sale -->
829 </a>
830 <div class="collapse" id="sellers-long-range-adapter">
831 <div class="center-block seller-group">
832 <a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-w-external-antenna-gnu-linux-tpe-n150usbl" class="seller action-button">ThinkPenguin</a>
833 <p class="sale-info links">
834 <a href="#thinkpenguin-promotion">Sale details.</a>
835 </p>
836 </div>
837 </div>
838
839 <script>
840 document.getElementById('get-item-long-range-adapter').style.display = '';
841 </script>
842 <noscript>
843 <div class="center-block seller-group">
844 <p style="color: #6b6b6b">
845 <strong>Get it from</strong>
846 </p>
847 <a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-w-external-antenna-gnu-linux-tpe-n150usbl" class="seller action-button">ThinkPenguin</a>
848 <p class="sale-info links">
849 <a href="#thinkpenguin-promotion">Sale details.</a>
850 </p>
851 </div>
852 </noscript>
853 <!-- End Buy/Download button -->
854
855 </div>
856 <div class="col-md-7 col-sm-6">
857 </h5>
858 <ul class="pros">
859 <li>More powerful than its smaller cousin, and can be further upgraded with a larger antenna.</li>
860 <li><a href="https://www.fsf.org/ryf">Certified to Respect Your Freedom</a>.</li>
861 </ul>
862 </div>
863 </div>
864 <!-- End Row -->
865 </div>
866 <!-- End Container -->
867
868 <!-- Begin Recommended Template -->
869 <div class="container">
870 <div class="row is-table-row">
871 <div class="col-md-5 col-sm-6 recommended-img">
872 <h5 class="text-center">VPN Router</h5>
873 <img src="img/products/thinkpenguin-mini-router.png" alt="VPN Router" class="center-block" />
874
875
876 <!-- Buy/Download Button -->
877 <a id="get-item-vpn-router" class="btn get-item" role="button" data-toggle="collapse" href="#sellers-vpn-router" aria-expanded="false" aria-controls="sellers-vpn-router" style="display:none;">
878 BUY
879 <!-- Begin Sale -->
880 <span class="sale">sale</span>
881 <!-- End Sale -->
882 </a>
883 <div class="collapse" id="sellers-vpn-router">
884 <div class="center-block seller-group">
885 <a href="https://www.thinkpenguin.com/gnu-linux/free-software-wireless-n-mini-vpn-router-tpe-r1100" class="seller action-button">ThinkPenguin</a>
886 <p class="sale-info links">
887 <a href="#thinkpenguin-promotion">Sale details.</a>
888 </p>
889 </div>
890 </div>
891
892 <script>
893 document.getElementById('get-item-vpn-router').style.display = '';
894 </script>
895 <noscript>
896 <div class="center-block seller-group">
897 <p style="color: #6b6b6b">
898 <strong>Get it from</strong>
899 </p>
900 <a href="https://www.thinkpenguin.com/gnu-linux/free-software-wireless-n-mini-vpn-router-tpe-r1100" class="seller action-button">ThinkPenguin</a>
901 <p class="sale-info links">
902 <a href="#thinkpenguin-promotion">Sale details.</a>
903 </p>
904 </div>
905 </noscript>
906 <!-- End Buy/Download button -->
907
908 </div>
909 <div class="col-md-7 col-sm-6">
910 <ul class="pros">
911 <li>Designed to complement your existing router by providing a VPN that enhances privacy and security and circumvents network controls.</li>
912 <li>Designed for easy setup.</li>
913 <li>As free as can be: runs the <a href="https://www.gnu.org/distros/free-distros.en.html">FSF-endorsed</a> LibreCMC operating system on a product that is certified to <a href="https://www.fsf.org/ryf">Respect Your Freedom</a>.</li>
914 </ul>
915 </div>
916 </div>
917 <!-- End Row -->
918 </div>
919 <!-- End Container -->
920
921 <h1 class="title text-center">Books, Music, and Video</h1>
922 <img src="img/products/bookshelf.png" alt="a shelf of books, with two layers, organized by color." class="center-block img-responsive" />
923 <!--ebooks-->
924 <div class="container">
925 <h3 class="title text-center">Books</h3>
926 <div class="row is-table-row">
927 <div class="good col-md-6 col-sm-6">
928 <h5 class="text-center">DRM-free Ebooks</h5>
929
930 <ul class="pros">
931 <p>There are <a href="https://www.defectivebydesign.org/guide/ebooks">plenty of places</a> to get your literature fix without any pesky DRM. We're highlighting some publishers and shops you should patronize below!</p>
932 <li><a href="https://leanpub.com/">Leanpub</a> is an author-driven ebook Web site encouraging people to "publish early, publish often."</li>
933 <li><a href="https://lektu.com/">Lektu</a> provides you with media in Spanish.</li>
934 <li><a href="https://www.manning.com/ebooks">Manning Publications</a> has audio and video in addition to ebooks.</li>
935 <li><a href="https://nostarch.com/">No Starch Press</a> offers "the finest in geek entertainment."</li>
936 <li><a href="https://www.packtpub.com/">Packt Publishing</a> has ebooks and videos covering a range of technical topics.</li>
937 <li><a href="https://www.smashwords.com/books/category/1/bestsellers/0/any/any">Smashwords</a> is the world's largest distributor of indie ebooks.</li>
938 <li>Looking to buy paper books? Check out the <a href="https://shop.fsf.org/collection/books-docs">GNU Press Shop</a> for your technical manuals and documentation needs.</li>
939 </ul>
940
941 </div>
942 <!--End Good-->
943
944 <!--start bad-->
945 <div class="good col-md-6 col-sm-6">
946 <ul class="pros">
947 <h5 class="text-center">Stay away from: Amazon</h5>
948 <ul class="cons">
949 <li>Amazon is one of the <a href="https://www.defectivebydesign.org/amazon">most notorious DRM offenders</a>. Whether it's their Kindle ebook reader or their countless DRM-encumbered ebooks, Amazon is the place to go if you want to <a href="https://www.defectivebydesign.org/amazon-kindle-swindle">let someone else snatch away texts</a> from your personal library.</li>
950 <li><a href="https://www.defectivebydesign.org/">Read more about DRM, the risks it poses, and the damage it causes</a>.
951 </ul>
952 </div>
953 <!--End Bad-->
954 </div>
955 <!--End Row-->
956 </div>
957 <!--End Container-->
958
959 <!--Music-->
960 <div class="container">
961 <h3 class="title text-center">Music</h3>
962 <div class="row is-table-row">
963 <div class="good col-md-6 col-sm-6">
964 <h5 class="text-center">DRM-free Music</h5>
965
966 <!-- start good -->
967 <ul class="pros">
968 <p>Many consider music essential to the richness of the human experience. Thanks to the <a href="https://www.defectivebydesign.org/guide/audio">many artists, producers, record labels, and shops</a> highlighted on <a href="https://defectivebydesign.org">Defective by Design</a>, the rights-respecting options are nearly endless. Check out music from great labels and artists, including:</p>
969 <li><a href="http://www.dischord.com/">Dischord Records</a>, a classic punk label providing music since 1980.</li>
970 <li><a href="https://www.emusic.com/">Emusic</a> is the Web's second largest music store.</li>
971 <li><a href="https://folkways.si.edu/">Folkways</a>, courtesy of the Smithsonian Institute.</li>
972 </ul>
973
974 </div>
975 <!--End Good-->
976
977 <!--start bad-->
978 <div class="good col-md-6 col-sm-6">
979 <ul class="cons">
980 <h5 class="text-center">Stay away from: Spotify, iTunes, (and all other major streaming services)</h5>
981 <ul>
982 <li>Spotify is only one of many offenders when it comes to putting DRM in music: all major streaming services do this, with the support of big record labels.</li>
983 <li>In addition to streaming music encumbered by DRM, people who want to use Spotify are required to install additional proprietary software. Even <a href="https://www.spotify.com/us/download/linux/">Spotify's client for GNU/Linux</a> relies on proprietary software.</li>
984 <li>Apple Music and iTunes streaming also use DRM on its files.</li>
985 </ul>
986 </div>
987 <!--End Bad-->
988 </div>
989 <!--End Row-->
990 </div>
991 <!--End Container-->
992
993 <!--Video-->
994 <div class="container">
995 <h3 class="title text-center">Video</h3>
996 <div class="row is-table-row">
997 <div class="good col-md-6 col-sm-6">
998 <h5 class="text-center">DRM-free video</h5>
999 <ul class="pros">
1000 <p>As winter comes to the Northern Hemisphere, it's the perfect time to curl up under a blanket and watch some DRM-free video. In the Southern Hemisphere? Enjoy relaxing with a great movie actually owned by you.</p>
1001 <p>You can <a href="https://www.defectivebydesign.org/guide/video">find your DRM-free video fix</a> at places including:</p>
1002 <li><a href="http://www.comedydirect.com/">ComedyDirect</a> can make you laugh while storing your videos locally.</li>
1003 <li><a href="https://archive.org/details/movies">Moving Image Archive</a> is a section of <a href="https://archive.org">Archive.org</a> containing thousands of film releases, available to stream or download.</li>
1004 <li><a href="http://wolfeondemand.com/">WolfeOnDemand</a> provides for all of your LGBTQ watching desires.</li>
1005 </ul>
1006
1007 </div>
1008 <!--End Good-->
1009
1010 <!--start bad-->
1011 <div class="good col-md-6 col-sm-6">
1012 <h5 class="text-center">Stay away from: Netflix</h5>
1013 <ul class="cons">
1014 <p>Whether it's <a href="https://www.defectivebydesign.org/blog/tell_netflix_nix_drm_original_productions">using major studios as scapegoats for using DRM</a> or <a href="https://www.w3.org/2017/09/pressrelease-eme-recommendation.html.en">pushing for DRM as an official W3C Recommendation</a>, Netflix has been at the front line of getting DRM into media online and in your home.</p>
1015 </ul>
1016 </div>
1017 <!--End Bad-->
1018 </div>
1019 <!--End Row-->
1020 </div>
1021 <!--End Container-->
1022
1023 </section>
1024 <!--End comparisons-->
1025
1026 <!-- Begin need choices -->
1027 <section class="choices" id="choices">
1028 <div class="container">
1029 <h1 class="text-center">We need better choices!<h1>
1030 <div class="container choices">
1031 <h2 class="title text-center"></h2>
1032 <div class="row is-table-row">
1033 <div class="good col-md-6 col-sm-6" style="position:relative">
1034 <p>Sadly, there is not always the opportunity to choose freedom. You have to decide what is the right thing for you to do. In this section of our guide, we've highlighted some of the types of devices where there isn't a good choice. We hope you'll take this list as inspiration for the free software projects you contribute to and support.</p>
1035 </div>
1036 <!--End Good-->
1037
1038 <!-- start bad -->
1039
1040 <div class="good col-md-6 col-sm-6">
1041 <h5 class="text-center">In need of development</h5>
1042 <ul class="pros">
1043 <li>Cameras</li>
1044 <li>Ebook readers</li>
1045 <li>Fitness trackers</li>
1046 <li>Smart watches</li>
1047 <li>Video gaming systems</liz.
1048 </ul>
1049 <h5 class="text-center">Stay away from: These devices</h5>
1050 <ul class="cons">
1051 <li>Internet of Things connected home appliances, smart speakers, and virtual assistants are little more than spying devices brought into your home. These include Amazon Alexa, Amazon Echo, Google Home, Nest, Philips Hue lighting, Ring doorbell, Sonos One, and Wembo.</li>
1052 <li>Self-driving cars are full of proprietary software, and they also pose a terrible risk to cyclists, pedestrians, and riders. <a href="https://www.theguardian.com/technology/2017/jul/31/tesla-model-3-electric-car-doesnt-have-key-things-we-learned-speedometer-battery-sleep">Read more about</a> the Tesla Model 3's anti-features and autopilot system.</li>
1053 </ul>
1054 </div>
1055 <!--End Bad-->
1056 </div>
1057 <!--End Row-->
1058 </div>
1059 <!--End Container-->
1060 <!--End bad-->
1061 <!-- end choices -->
1062
1063
1064
1065 <!-- Begin Donations -->
1066 <section class="charities" id="charities">
1067 <div class="container">
1068 <h1 class="text-center">Recommended organizations for holiday donations</h1>
1069 <div class="row">
1070 <div class="col-md-4 col-md-offset-4 col-sm-4 col-sm-offset-4 col-xs-6 col-xs-offset-3">
1071 <a href="https://www.fsf.org/"><img src="img/charities/fsf.png" alt="fsf" class="center-block img-responsive" /></a>
1072 <p>The Giving Guide is brought to you by the <a href="https://fsf.org">Free Software Foundation</a>. We are powered by our Associate Members. Will you help us propel free software to new frontiers by <a href="https://my.fsf.org/join?pk_campaign=fall18&pk_kwd=ggjoin">joining today</a>?</p>
1073 </div>
1074 </div>
1075 <div style="height: 30px"></div>
1076 <div class="row">
1077 <div class="col-md-3 col-sm-4 col-xs-6">
1078 <a href="https://april.org/"><img src="img/charities/april.png" alt="april" class="center-block img-responsive" /></a>
1079 </div>
1080 <div class="col-md-3 col-sm-4 col-xs-6">
1081 <a href="https://www.openrightsgroup.org/"><img src="img/charities/org.png" alt="ceataopen rights group logo" class="center-block img-responsive" /></a>
1082 </div>
1083 <div class="col-md-3 col-sm-4 col-xs-6">
1084 <a href="https://creativecommons.org/"><img src="img/charities/cc.png" alt="cc" class="center-block img-responsive" /></a>
1085 </div>
1086 <div class="col-md-3 col-sm-4 col-xs-6">
1087 <a href="https://www.eff.org/"><img src="img/charities/eff.png" alt="eff" class="center-block img-responsive" /></a>
1088 </div>
1089 <div class="col-md-3 col-sm-4 col-xs-6">
1090 <a href="https://www.gnome.org/"><img src="img/charities/gnome.png" alt="gnome" class="center-block img-responsive" /></a>
1091 </div>
1092 <div class="col-md-3 col-sm-4 col-xs-6">
1093 <a href="https://sfconservancy.org/"><img src="img/charities/sfc.png" alt="sfc" class="center-block img-responsive" /></a>
1094 </div>
1095 <div class="col-md-3 col-sm-4 col-xs-6">
1096 <a href="https://www.wikimedia.org/"><img src="img/charities/wikimedia.png" alt="wikimedia" class="center-block img-responsive" /></a>
1097 </div>
1098 </div>
1099 </div>
1100 </div>
1101 </div>
1102 </section>
1103 <!-- End Donations -->
1104
1105 <!-- Begin Promotion details -->
1106
1107 <section class="promotion-details">
1108 <div class="container">
1109 <div class="row">
1110 <div class="col-md-12">
1111 <div class="panel-default">
1112 <div class="panel-heading">
1113 <h1 class="fix-margin">Promotion details</h1>
1114 </div>
1115 <div class="panel-body" id="promotion-details">
1116 <h2>Companies, distributors, and makers of freedom-friendly gadgets want to make it easier for you to give gifts that you feel good about. Check out these discounts and promotions.</h2>
1117 <ul style="list-style: none inside none;">
1118 <li id="GNU-promotion"><strong>GNU Press Shop: </strong>5% discount on all items using the coupon code <span class="label label-default">GIVEFREELY</span>. Code expires on December 31st. As always, FSF members get a 20% discount.</li>
1119 <li id="libiquity-promotion"><strong>Libiquity: </strong>10% rebate off your subtotal price for any items you buy from the Web site. Libiquity will donate 5% of each purchase's subtotal price to the FSF. Ends at 00:00 EST on February 1st, 2019. Claim the rebate by sending the code <span class="label label-default">FSFGIVING</span> and your order number to <a href="mailto:sales@libiquity.com">sales@libiquity.com</a>. Libiquity will then credit the rebate amount to your payment method.</li>
1120 <li id="lulzbot-promotion"><strong>LulzBot: </strong><a href="https://www.lulzbot.com/lulzbot-sales-clearance-items">Features sales and clearance items on their Web site</a>.</li>
1121 <li id="minifree-promotion"><strong>Minifree: </strong><a href="https://minifree.org/">Offering a discount on all products through the end of the year.</a>
1122 <li id="technoethical-promotion"><strong>Technoethical:</strong> 5% discount on <b>all</b> purchases using the coupon code <span class="label label-default">FSFHOLIDAYS</span>. FSF members get an additional 10% off, using the code <span class="label label-default">FSREWARDS</span>.</li>
1123 <li id="thinkpenguin-promotion"><strong>ThinkPenguin:</strong> 5% discount on <b>all</b> products is available to <a href="https://fsf.org/join">FSF members</a>.</li>
1124 <li id="vikings-promotion"><strong>Vikings:</strong> 5% discount on <b>all</b> products and services between now and February 1, 2019. <b>Help the FSF:</b> Vikings will also make a donation to the FSF for each product purchased using the coupon code <span class="label label-default">fsfftw</span>.</li>
1125
1126 </ul>
1127 </div>
1128 </div>
1129 </div>
1130 <!-- End Panel -->
1131 </div>
1132 <!-- End Row -->
1133 </div>
1134 <!-- End Container -->
1135 </section>
1136 <!-- End Promotion details -->
1137
1138
1139 <!-- Start Respects Your Freedom -->
1140 <!-- <section class="promotion-details">
1141 <div class="container">
1142 <div class="row">
1143 <div class="col-md-12">
1144 <div class="panel-default">
1145 <div class="panel-heading">
1146 <h1 class="fix-margin">Respects Your Freedom</h1>
1147 </div>
1148 <div class="panel-body" id="promotion-details">
1149 <p>The FSF certifies devices that <a href="https://www.fsf.org/resources/hw/endorsement/respects-your-freedom">respects your freedoms</a>. These items arrive installed with free software, and you can see a <a href="https://www.fsf.org/resources/hw/endorsement/respects-your-freedom">complete list</a> of RYF products on FSF.org.</p>
1150 <p>We would never recommend you use, run, or give proprietary software. However, one part of RYF certification is the promise that one can install any software they wish on the device. This includes proprietary software. Free software is about many things, including the right to choose what is on your device. We urge you to keep your gifts and own devices fully free&mdash;it's not only the responsible thing, but the right thing.</p>
1151 </div>
1152 </div>
1153 </div> -->
1154 <!-- End Panel -->
1155 </div>
1156 <!-- End Row -->
1157 </div>
1158 <!-- End Container -->
1159 </section>
1160 <!-- End Respects Your Freedom -->
1161
1162 <!-- Begin Licenses -->
1163 <section class="licenses">
1164 <div class="container">
1165 <div class="row">
1166 <div class="col-md-12">
1167 <div class="panel-default">
1168 <div class="panel-heading">
1169 <h1 class="fix-margin">Licenses</h1>
1170
1171 </div>
1172 <div class="panel-body" id="licenses">
1173 <p>This page by the Free Software Foundation is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0</a>.
1174 </p>
1175 <p>The graphics and photos used on this page have been modified by the Free Software Foundation and are licensed separately under the following terms: </p>
1176 <ul style="list-style: none inside none;">
1177 <li>X200, T400, iPhone, and ISP-provided router images are in the public domain.</li>
1178 <li>LulzBot 3D printer photo by Aleph Objects is licensed under a <a href="https://creativecommons.org/licenses/by-sa/3.0/deed.en_US">Creative Commons Attribution-ShareAlike 3.0</a>.</li>
1179 <li>ThinkPenguin with GNU and both ThinkPenguin router images by ThinkPenguin are licensed under a <a href="https://creativecommons.org/licenses/by-sa/3.0/deed.en_US">Creative Commons Attribution-ShareAlike 3.0</a>.</li>
1180 <li>Technoethical Replicant S3, Wi-Fi Dongle, and X200T by Technoethical 2016-2017 licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0</a>.</li>
1181 <li>Photo of bookshelf by <a href="https://www.flickr.com/photos/seeminglee/4556156477/">See-ming Lee</a> licensed under a <a href="https://creativecommons.org/licenses/by-sa/2.0/">Creative Commons Attribution-ShareAlike 2.0</a>.</li>
1182 </div>
1183 </div>
1184 </div>
1185 <!-- End Panel -->
1186 </div>
1187 <!-- End Row -->
1188 </div>
1189 <!-- End Container -->
1190 </section>
1191 <!-- End Licenses -->
1192
1193 <!--Begin Footer-->
1194 <footer>
1195 <div class="container-fluid">
1196 <div class="row">
1197 <div class="col-md-4 col-sm-4 footer-logo">
1198 <a href="https://fsf.org/"><img src="img/fsf-footer.png" alt="FSF" class="center-block footer-logo img-responsive" /></a>
1199 </div>
1200 <div class="col-md-8 col-sm-8">
1201 <p>The FSF is a nonprofit with a worldwide mission to advance software freedom —
1202 <a href="https://fsf.org/about">learn about our history and work</a>.
1203 </p>
1204 <p>Version 9.0. Copyright © 2004-2018
1205 <a href="https://fsf.org/about/contact.html" title="Find out how to contact us">
1206 Free Software Foundation
1207 </a>, Inc.
1208 <a href="https://www.fsf.org/about/free-software-foundation-privacy-policy"> Privacy Policy</a>.
1209 <a href="js/weblabels.html" rel="jslicense">Javascript License Information</a>.
1210 </p>
1211 </div>
1212 </div>
1213 <!-- End Row -->
1214 </div>
1215 <!-- End Container -->
1216 </footer>
1217 <!-- End Footer -->
1218
1219 <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
1220 <script src="js/jquery.js" charset="utf-8"></script>
1221 <!-- Include all compiled plugins (below), or include individual files as needed -->
1222 <script src="js/bootstrap.js" charset="utf-8"></script>
1223 <!-- Our JS -->
1224 <script src="js/magic.js" charset="utf-8"></script>
1225
1226 <!-- Piwik -->
1227 <script type="text/javascript">
1228 // @license magnet:?xt=urn:btih:c80d50af7d3db9be66a4d0a86db0286e4fd33292&dn=bsd-3-clause.txt
1229 var pkBaseURL = (("https:" == document.location.protocol) ? "https://piwik.fsf.org/" : "http://piwik.fsf.org/");
1230 document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
1231 try {
1232 var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 14);
1233 piwikTracker.trackPageView();
1234 piwikTracker.enableLinkTracking();
1235 } catch (err) {}
1236 // @license-end
1237 </script><noscript><p><img src="//piwik.fsf.org/piwik.php?idsite=14" style="border:0" alt="" /></p></noscript>
1238 <!-- End Piwik Tracking Code -->
1239 </body>
1240
1241 </html>