logo

drewdevault.com

[mirror] blog and personal website of Drew DeVault git clone https://hacktivis.me/git/mirror/drewdevault.com.git

pinebook.html (3801B)


  1. <!doctype html>
  2. <html lang="en">
  3. <meta charset="utf-8" />
  4. <title>ThinkPad T420 vs Pinebook Pro</title>
  5. <style>
  6. body {
  7. max-width: 640px;
  8. margin: 0 auto;
  9. }
  10. table {
  11. width: 100%;
  12. border-collapse: collapse;
  13. margin-top: 1rem;
  14. }
  15. th, td {
  16. border-bottom: 1px solid black;
  17. line-height: 1.5;
  18. }
  19. td { text-align: center; }
  20. th:first-child {
  21. font-weight: normal;
  22. text-align: right;
  23. }
  24. .yes { color: green; font-weight: bold; }
  25. .no { color: red; }
  26. .maybe { color: orange; }
  27. sup {
  28. color: black;
  29. font-weight: normal;
  30. position: absolute;
  31. font-size: 0.75rem;
  32. }
  33. p { line-height: 1.3; }
  34. </style>
  35. <table>
  36. <thead>
  37. <tr>
  38. <td></td>
  39. <th>ThinkPad T420</th>
  40. <th>Pinebook Pro</th>
  41. </tr>
  42. </thead>
  43. <tbody>
  44. <tr>
  45. <th>Upstream kernel</th>
  46. <td class="yes">✓</td>
  47. <td class="no">✗</td>
  48. </tr>
  49. <tr>
  50. <th>Open BIOS</th>
  51. <td class="yes">✓<sup>1</sup></td>
  52. <td class="yes">✓</td>
  53. </tr>
  54. <tr>
  55. <th>Sane bootloader</th>
  56. <td class="yes">BIOS</td>
  57. <td class="no">uBoot</td>
  58. </tr>
  59. <tr>
  60. <th>Open display firmware</th>
  61. <td class="yes">✓</td>
  62. <td class="no">✗</td>
  63. </tr>
  64. <tr>
  65. <th>Open wireless firmware</th>
  66. <td class="no">✗</td>
  67. <td class="no">✗</td>
  68. </tr>
  69. <tr>
  70. <th>Wireless kill switch</th>
  71. <td class="yes">✓</td>
  72. <td class="yes">✓</td>
  73. </tr>
  74. <tr>
  75. <th>Bluetooth 5.0</th>
  76. <td class="no">✗</td>
  77. <td class="yes">✓</td>
  78. </tr>
  79. <tr>
  80. <th>Storage</th>
  81. <td class="yes">500G</td>
  82. <td class="no">64G</td>
  83. </tr>
  84. <tr>
  85. <th>Upgradable storage</th>
  86. <td class="yes">✓</td>
  87. <td class="yes">✓</td>
  88. </tr>
  89. <tr>
  90. <th>RAM</th>
  91. <td class="yes">16G</td>
  92. <td class="no">4G</td>
  93. </tr>
  94. <tr>
  95. <th>Upgradable memory</th>
  96. <td class="yes">✓</td>
  97. <td class="no">✗</td>
  98. </tr>
  99. <tr>
  100. <th>Weight</th>
  101. <td class="no">2.2kg</td>
  102. <td class="yes">1.3kg</td>
  103. </tr>
  104. <tr>
  105. <th>Battery life</th>
  106. <td class="no">3.5-5.8 hours</td>
  107. <td class="yes">6-8 hours</td>
  108. </tr>
  109. <tr>
  110. <th>Replacable battery</th>
  111. <td class="yes">✓</td>
  112. <td class="maybe">requires screwdriver</td>
  113. </tr>
  114. <tr>
  115. <th>User-serviceable parts</th>
  116. <td class="yes">✓</td>
  117. <td class="maybe">some</td>
  118. </tr>
  119. <tr>
  120. <th>HD video playback</th>
  121. <td class="yes">✓</td>
  122. <td class="maybe">good luck</td>
  123. </tr>
  124. <tr>
  125. <th>Usable web browsing</th>
  126. <td class="yes">✓</td>
  127. <td class="maybe">good luck</td>
  128. </tr>
  129. <tr>
  130. <th class="bold">Price</th>
  131. <td class="yes">$150 (eBay)</td>
  132. <td class="no">$200 (Pine store)</td>
  133. </tr>
  134. <tr>
  135. <th class="bold">Release year</th>
  136. <td>2011</td>
  137. <td>2019<sup>2</sup></td>
  138. </tr>
  139. </tbody>
  140. </table>
  141. <p>
  142. The Pinebook Pro is a decent laptop. It is lightweight, has a good display, and
  143. a good battery life. I am happy with Pine64 as a company and think that it is a
  144. good product. There is a place for it in my life. Pine64 has their heart in the
  145. right place and I support them and buy their products because I want them to
  146. succeed.
  147. <p>
  148. But, is this the best the modern laptop industry can come up with? As a
  149. workstation, it doesn't compete. The performance of the ARM CPU is absolutely
  150. put to shame by the 8 year old T420, even for basic tasks. Is this 8 years of
  151. advancement in the state of the art?
  152. <p>
  153. Get your shit together, laptop vendors. Fuck's sake.
  154. <hr />
  155. <p>
  156. 1: Aftermarket via <a href="https://doc.coreboot.org/mainboard/lenovo/t420.html">coreboot</a>
  157. <p>
  158. 2: Limited release, full release in 2020