-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
732 lines (702 loc) · 57.5 KB
/
Copy pathindex.html
File metadata and controls
732 lines (702 loc) · 57.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>All Posts</title>
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="apple-touch-icon" sizes="57x57" href="/assets/favicons/apple-touch-icon-57x57.png?v=5637004f39">
<link rel="apple-touch-icon" sizes="60x60" href="/assets/favicons/apple-touch-icon-60x60.png?v=5637004f39">
<link rel="apple-touch-icon" sizes="72x72" href="/assets/favicons/apple-touch-icon-72x72.png?v=5637004f39">
<link rel="apple-touch-icon" sizes="76x76" href="/assets/favicons/apple-touch-icon-76x76.png?v=5637004f39">
<link rel="apple-touch-icon" sizes="114x114" href="/assets/favicons/apple-touch-icon-114x114.png?v=5637004f39">
<link rel="apple-touch-icon" sizes="120x120" href="/assets/favicons/apple-touch-icon-120x120.png?v=5637004f39">
<link rel="apple-touch-icon" sizes="144x144" href="/assets/favicons/apple-touch-icon-144x144.png?v=5637004f39">
<link rel="apple-touch-icon" sizes="152x152" href="/assets/favicons/apple-touch-icon-152x152.png?v=5637004f39">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicons/apple-touch-icon-180x180.png?v=5637004f39">
<link rel="icon" type="image/png" href="/assets/favicons/favicon-32x32.png?v=5637004f39" sizes="32x32">
<link rel="icon" type="image/png" href="/assets/favicons/android-chrome-192x192.png?v=5637004f39" sizes="192x192">
<link rel="icon" type="image/png" href="/assets/favicons/favicon-96x96.png?v=5637004f39" sizes="96x96">
<link rel="icon" type="image/png" href="/assets/favicons/favicon-16x16.png?v=5637004f39" sizes="16x16">
<link rel="manifest" href="/assets/favicons/manifest.json?v=5637004f39">
<link rel="mask-icon" href="/assets/favicons/safari-pinned-tab.svg?v=5637004f39" color="#c64842">
<link rel="shortcut icon" href="/favicon.png">
<meta name="msapplication-TileColor" content="#c64842'}}">
<meta name="msapplication-TileImage" content="/assets/favicons/mstile-144x144.png?v=5637004f39">
<meta name="msappliandcation-config" content="/assets/favicons/browserconfig.xml?v=5637004f39">
<meta name="theme-color" content="#c64842">
<link rel="shortcut icon" href="/favicon.png" type="image/png" />
<link rel="canonical" href="https://www.devpy.me/all/" />
<meta name="referrer" content="no-referrer-when-downgrade" />
<meta property="og:site_name" content="DevPy" />
<meta property="og:type" content="website" />
<meta property="og:title" content="All Posts" />
<meta property="og:description" content="The best software recommendations, linux tweaks, and custom code before it's cool." />
<meta property="og:url" content="https://www.devpy.me/all/" />
<meta property="article:tag" content="unlisted" />
<meta property="article:publisher" content="https://www.facebook.com/devpytech" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="All Posts" />
<meta name="twitter:description" content="The best software recommendations, linux tweaks, and custom code before it's cool." />
<meta name="twitter:url" content="https://www.devpy.me/all/" />
<meta name="twitter:label1" content="Written by" />
<meta name="twitter:data1" content="Robert Washbourne" />
<meta name="twitter:label2" content="Filed under" />
<meta name="twitter:data2" content="unlisted" />
<meta name="twitter:site" content="@devpytech" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Article",
"publisher": {
"@type": "Organization",
"name": "DevPy",
"url": "https://www.devpy.me/",
"logo": {
"@type": "ImageObject",
"url": "https://www.devpy.me/content/images/2016/12/devpyc.png"
}
},
"author": {
"@type": "Person",
"name": "Robert Washbourne",
"image": {
"@type": "ImageObject",
"url": "//www.gravatar.com/avatar/69e63cb22a93b5779ab522847f51d0d3?s=250&d=mm&r=x",
"width": 250,
"height": 250
},
"sameAs": []
},
"headline": "All Posts",
"url": "https://www.devpy.me/all/",
"keywords": "unlisted",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://www.devpy.me/"
}
}
</script>
<meta name="generator" content="Ghost 3.13" />
<link rel="alternate" type="application/rss+xml" title="DevPy" href="https://www.devpy.me/rss/" />
<style>
h1.lh-title, h2 {
box-decoration-break: clone;
-webkit-box-decoration-break: clone;
padding: 8px !important;
}
.isso-comment:not(:last-of-type), .isso-follow-up .isso-comment {
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.isso-comment:not(:first-of-type), .isso-follow-up .isso-comment {
border-top: none;
}
#isso-root {
display: flex;
flex-direction: column-reverse;
}
.isso-comment {
flex: 0;
width: 100%;
}
#isso-thread .avatar > svg[data-hash="31bd3215b1cf"] {
background-image: url(https://static.devpy.me/assets/favicons/android-chrome-48x48.png);
background-size: contain;
}
#isso-thread .avatar > svg[data-hash="31bd3215b1cf"] > rect {
display: none;
}
#carbonads {
margin-top: -10px;
z-index: 2;
position: relative;
background: white;
}
#sidebar > div.mt2 {
position: relative;
}
#sidebar > div:first-child::after {
content: "♪♪ ヽ(ˇ∀ˇ )ゞ";
position: absolute;
top: 4px;
z-index: 0;
width: calc(100% - 44px);
text-align: center;
}
</style>
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700" />
<link rel="stylesheet" href="/assets/css/normalize.css?v=5637004f39">
<link rel="stylesheet" href="/assets/css/tachyons.min.css?v=5637004f39">
<link rel="stylesheet" href="/assets/css/screen.css?v=5637004f39">
<link rel="stylesheet" href="/assets/css/prism-tomorrow.min.css?v=5637004f39">
</head>
<body class="fl w-100">
<div class="site-wrapper center mw8 w-100 cf">
<header class="bg-white black-80">
<div style="background-image: url(/content/images/2016/12/background.jpg); background-size: cover; text-align: center;height: 78px;" class="w-100 pt2 pb2">
<a class="blog-logo h-100-l" href="//www.devpy.me/"><img class="h-100" id="header-image" src="/content/images/2016/12/devpyc.png" alt="DevPy" /></a>
<div style="display:none;">The best software recommendations, linux tweaks, and custom code before it's cool.</div>
</div>
<nav id="topnav" class="mt1 pv2 pv3-ns bb w-100">
<a class="link dim black b f6 f5-ns dib mr3" href="/" title="Home">DevPy</a>
<a class=" link dim gray f6 f5-ns dib mr3" href="https://www.devpy.me/search/" title="Search">Search</a>
<a class="subscribe-button link dim gray f6 f5-ns dib" href="/subscribe/">Subscribe</a>
<span class="sharebuttons" style="float:right;margin-top: -0.25rem;">
<a href="https://www.facebook.com/sharer/sharer.php?u=https://www.devpy.me/all/&t=All Posts" onclick="ga('send', 'event', 'Share', 'facebook');window.open(this.href, 'facebook-share','width=580,height=296');return false;" title="Share on Facebook" target="_blank"><img alt="Share on Facebook" src="/assets/black/Facebook.png?v=5637004f39"></a>
<a href="https://twitter.com/intent/tweet?source=https://www.devpy.me/all/&text=All Posts https://www.devpy.me/all/&via=devpytech" onclick="ga('send', 'event', 'Share', 'twitter');window.open(this.href, 'twitter-share', 'width=550,height=235');return false;" target="_blank" title="Tweet"><img alt="Tweet" src="/assets/black/Twitter.png?v=5637004f39"></a>
<a href="https://www.reddit.com/submit?url=https://www.devpy.me/all/&title=All Posts" onclick="ga('send', 'event', 'Share', 'reddit');window.open(this.href, 'reddit-share','width=873,height=692');return false;" target="_blank" title="Submit to Reddit"><img alt="Submit to Reddit" src="/assets/black/Reddit.png?v=5637004f39"></a>
</span>
</nav>
</header>
<div id="sidebar" class="sidebar w-20-l w-100 fr pa2 cf">
<div class="mt2 center bg-white br3 pa3 mv3 ba b--black-10"><script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CKYIE5Q7&placement=devpyme" id="_carbonads_js"></script></div>
<article id='devpyinfodiv' class="mw5 mt2 center bg-white br3 pa3 mv3 ba b--black-10 frontside-flip" style="clear: both;">
<div class="tc">
<img src="/assets/favicons/android-chrome-192x192.png?v=5637004f39" class="h3 w3 dib" title="DevPy">
</div>
<p class="lh-copy measure center f6 black-70">
On this website, you will find tutorials for installing & managing software, lists of the best linux resources, and in depth guides to linux.
</p>
<a href="https://www.devpy.me/slack" style="
font-weight: bold;
font-size: .875rem;
">Join us on Slack</a>
</article>
<div class="mt2 center bg-white br3 pa3 mv3 ba b--black-10 backside-flip">
<div id="devpromo">
<span>
<span class="devpromo-wrap">
<a href="//bit.ly/extravm" class="devpromo-text" target="_blank">
Get a high performance KVM VPS from ExtraVM. Starting at $3/month for a 512mb 7700k vCPU.
</a>
</span>
</span>
</div>
</div>
</div>
<nav id="articlenav" class="mw8 pv2 pv3-ns bb bg-white w-100" style="display: none;">
<a class="link dim black b f6 f5-ns dib mr3" href="https://www.devpy.me" title="Home">DevPy</a>
<span class="gray f6 f5-ns dib mr3" id="titlenav">All Posts</span>
<span class="sharebuttons" style="position: absolute;right: 0;">
<a href="https://www.facebook.com/sharer/sharer.php?u=https://www.devpy.me/all/" onclick="ga('send', 'event', 'Share', 'facebook');window.open(this.href, 'facebook-share','width=580,height=296');return false;ga('send', 'event', 'Share', 'facebook', 'Share');" title="Share on Facebook" target="_blank"><img alt="Share on Facebook" src="/assets/black/Facebook.png?v=5637004f39"></a>
<a href="https://twitter.com/intent/tweet?source=https://www.devpy.me/all/&text=&via=devpytech" onclick="ga('send', 'event', 'Share', 'twitter');window.open(this.href, 'twitter-share', 'width=550,height=235');return false;ga('send', 'event', 'Share', 'twitter', 'Share');" target="_blank" title="Tweet"><img alt="Tweet" src="/assets/black/Twitter.png?v=5637004f39"></a>
<a href="http://www.reddit.com/submit?url=https://www.devpy.me/all/" onclick="ga('send', 'event', 'Share', 'reddit');window.open(this.href, 'reddit-share','width=873,height=692');return false;ga('send', 'event', 'Share', 'reddit', 'Share');" target="_blank" title="Submit to Reddit"><img alt="Submit to Reddit" src="/assets/black/Reddit.png?v=5637004f39"></a>
</span>
</nav>
<div class="w-80-l w-100 fl pr3" style="display: flex;flex-direction: row;flex-wrap: wrap;">
<article class="bg-white w-100 w-50-l fl mt3 post tag-desktops tag-distributions tag-foss-news">
<div class="ba b--black-10 ma1 h-100">
<a href="/nvidia-xrun/" title="How to use Nvidia-Xrun to unlock your Nvidia laptop's full potential on linux">
<div style="background-color: grey; background-image: url(/content/images/2019/07/nvidia-xrun2.png); height:200px; background-size: cover; background-position: 50% 50%;"></div>
</a>
<div class="pa3" style="display: flex;flex-direction: column;">
<a href="/nvidia-xrun/" class="lh-title f5 b pointer dib bg-white black-70 link underline-hover border-box">How to use Nvidia-Xrun to unlock your Nvidia laptop's full potential on linux</a>
<p class="gray db" style="flex:1;">Optimus laptops are considered a major pain to use on linux, with many different ways to use them. You can <a href="/nvidia-xrun/" class="f5 b pointer dib bg-white black-70 link underline-hover border-box">[...]</a></p>
<small class="gray db"><a href="/author/robert/">Robert Washbourne</a> - 9 months ago - <a href="/tag/desktops/">desktop environments</a></small>
<small class="gray db"><a href="https://www.devpy.me/nvidia-xrun/#isso-thread">loading...</a></small>
</div>
</div>
</article>
<article class="bg-white w-100 w-50-l fl mt3 post tag-security">
<div class="ba b--black-10 ma1 h-100">
<a href="/actionable-linux-security-and-device-protection/" title="Actionable Linux Security and Device Protection">
<div style="background-color: grey; background-image: url(/content/images/2018/12/Quick-Guide-to-Linux-Security.png); height:200px; background-size: cover; background-position: 50% 50%;"></div>
</a>
<div class="pa3" style="display: flex;flex-direction: column;">
<a href="/actionable-linux-security-and-device-protection/" class="lh-title f5 b pointer dib bg-white black-70 link underline-hover border-box">Actionable Linux Security and Device Protection</a>
<p class="gray db" style="flex:1;">This article is from guest author Scott H. Linux is generally more robust than Windows and less vulnerable when it <a href="/actionable-linux-security-and-device-protection/" class="f5 b pointer dib bg-white black-70 link underline-hover border-box">[...]</a></p>
<small class="gray db"><a href="/author/scott/">Scott H.</a> - a year ago - <a href="/tag/security/">security</a></small>
<small class="gray db"><a href="https://www.devpy.me/actionable-linux-security-and-device-protection/#isso-thread">loading...</a></small>
</div>
</div>
</article>
<article class="bg-white w-100 w-50-l fl mt3 post tag-wine">
<div class="ba b--black-10 ma1 h-100">
<a href="/how-to-emulate-breath-of-the-wild-on-linux-or-installing-and-optimising-cemu/" title="How to emulate Wii U games on Linux - installing and optimising Cemu">
<div style="background-color: grey; background-image: url(/content/images/2018/08/ubuntudualboot.png); height:200px; background-size: cover; background-position: 50% 50%;"></div>
</a>
<div class="pa3" style="display: flex;flex-direction: column;">
<a href="/how-to-emulate-breath-of-the-wild-on-linux-or-installing-and-optimising-cemu/" class="lh-title f5 b pointer dib bg-white black-70 link underline-hover border-box">How to emulate Wii U games on Linux - installing and optimising Cemu</a>
<p class="gray db" style="flex:1;">Cemu, a Wii U emulator released two years ago, has been making waves for the level of performance emulating it's <a href="/how-to-emulate-breath-of-the-wild-on-linux-or-installing-and-optimising-cemu/" class="f5 b pointer dib bg-white black-70 link underline-hover border-box">[...]</a></p>
<small class="gray db"><a href="/author/robert/">Robert Washbourne</a> - 2 years ago - <a href="/tag/wine/">wine</a></small>
<small class="gray db"><a href="https://www.devpy.me/how-to-emulate-breath-of-the-wild-on-linux-or-installing-and-optimising-cemu/#isso-thread">loading...</a></small>
</div>
</div>
</article>
<article class="bg-white w-100 w-50-l fl mt3 post tag-wine">
<div class="ba b--black-10 ma1 h-100">
<a href="/steam-for-linux-can-now-run-windows-games-with-vulkan-performance-built-in/" title="Steam for Linux can now run Windows games - with Vulkan performance built in">
<div style="background-color: grey; background-image: url(/content/images/2018/08/Proton.png); height:200px; background-size: cover; background-position: 50% 50%;"></div>
</a>
<div class="pa3" style="display: flex;flex-direction: column;">
<a href="/steam-for-linux-can-now-run-windows-games-with-vulkan-performance-built-in/" class="lh-title f5 b pointer dib bg-white black-70 link underline-hover border-box">Steam for Linux can now run Windows games - with Vulkan performance built in</a>
<p class="gray db" style="flex:1;">While Linux gaming has steadily evolved over the years, the number of titles on Windows far outnumbers the amount on <a href="/steam-for-linux-can-now-run-windows-games-with-vulkan-performance-built-in/" class="f5 b pointer dib bg-white black-70 link underline-hover border-box">[...]</a></p>
<small class="gray db"><a href="/author/robert/">Robert Washbourne</a> - 2 years ago - <a href="/tag/wine/">wine</a></small>
<small class="gray db"><a href="https://www.devpy.me/steam-for-linux-can-now-run-windows-games-with-vulkan-performance-built-in/#isso-thread">loading...</a></small>
</div>
</div>
</article>
<article class="bg-white w-100 w-50-l fl mt3 post tag-themes">
<div class="ba b--black-10 ma1 h-100">
<a href="/the-best-linux-lockscreen/" title="The Best Linux Lockscreen">
<div style="background-color: grey; background-image: url(/content/images/2017/12/devpy.png); height:200px; background-size: cover; background-position: 50% 50%;"></div>
</a>
<div class="pa3" style="display: flex;flex-direction: column;">
<a href="/the-best-linux-lockscreen/" class="lh-title f5 b pointer dib bg-white black-70 link underline-hover border-box">The Best Linux Lockscreen</a>
<p class="gray db" style="flex:1;">To be honest, the default lock screens, also known as greeters or display managers (when the lockscreen also manages the <a href="/the-best-linux-lockscreen/" class="f5 b pointer dib bg-white black-70 link underline-hover border-box">[...]</a></p>
<small class="gray db"><a href="/author/robert/">Robert Washbourne</a> - 2 years ago - <a href="/tag/themes/">themes</a></small>
<small class="gray db"><a href="https://www.devpy.me/the-best-linux-lockscreen/#isso-thread">loading...</a></small>
</div>
</div>
</article>
<article class="bg-white w-100 w-50-l fl mt3 post tag-foss-news tag-distributions">
<div class="ba b--black-10 ma1 h-100">
<a href="/snapcraft-appimage-flatpak/" title="Snapcraft, AppImage, and Flatpak ... which one is the best?">
<div style="background-color: grey; background-image: url(/content/images/2017/09/snapappflat.png); height:200px; background-size: cover; background-position: 50% 50%;"></div>
</a>
<div class="pa3" style="display: flex;flex-direction: column;">
<a href="/snapcraft-appimage-flatpak/" class="lh-title f5 b pointer dib bg-white black-70 link underline-hover border-box">Snapcraft, AppImage, and Flatpak ... which one is the best?</a>
<p class="gray db" style="flex:1;">Distro agnostic installation of packages is a long time coming. There are literally thousands of different distros, and a fair <a href="/snapcraft-appimage-flatpak/" class="f5 b pointer dib bg-white black-70 link underline-hover border-box">[...]</a></p>
<small class="gray db"><a href="/author/robert/">Robert Washbourne</a> - 3 years ago - <a href="/tag/foss-news/">open source news</a></small>
<small class="gray db"><a href="https://www.devpy.me/snapcraft-appimage-flatpak/#isso-thread">loading...</a></small>
</div>
</div>
</article>
<article class="bg-white w-100 w-50-l fl mt3 post tag-desktops">
<div class="ba b--black-10 ma1 h-100">
<a href="/budgie-desktop-solus-minimal-clean-desktop-environment/" title="Budgie Desktop / Solus: Minimal & Clean Desktop Environment">
<div style="background-color: grey; background-image: url(/content/images/2017/06/budgie.png); height:200px; background-size: cover; background-position: 50% 50%;"></div>
</a>
<div class="pa3" style="display: flex;flex-direction: column;">
<a href="/budgie-desktop-solus-minimal-clean-desktop-environment/" class="lh-title f5 b pointer dib bg-white black-70 link underline-hover border-box">Budgie Desktop / Solus: Minimal & Clean Desktop Environment</a>
<p class="gray db" style="flex:1;">You may have heard of (or currently use!) Budgie Desktop. It's a minimal, but full featured, workspace currently based upon <a href="/budgie-desktop-solus-minimal-clean-desktop-environment/" class="f5 b pointer dib bg-white black-70 link underline-hover border-box">[...]</a></p>
<small class="gray db"><a href="/author/robert/">Robert Washbourne</a> - 3 years ago - <a href="/tag/desktops/">desktop environments</a></small>
<small class="gray db"><a href="https://www.devpy.me/budgie-desktop-solus-minimal-clean-desktop-environment/#isso-thread">loading...</a></small>
</div>
</div>
</article>
<article class="bg-white w-100 w-50-l fl mt3 post tag-themes featured">
<div class="ba b--black-10 ma1 h-100">
<a href="/10-of-the-best-linux-icon-themes-compared/" title="10 Of The Best Linux Icon Themes Compared">
<div style="background-color: grey; background-image: url(/content/images/2017/04/outputfile_1.png); height:200px; background-size: cover; background-position: 50% 50%;"></div>
</a>
<div class="pa3" style="display: flex;flex-direction: column;">
<a href="/10-of-the-best-linux-icon-themes-compared/" class="lh-title f5 b pointer dib bg-white black-70 link underline-hover border-box">10 Of The Best Linux Icon Themes Compared</a>
<p class="gray db" style="flex:1;">Linux generally has good, clean looks but the icons are sometimes... a bit lacking. However, with a few small changes, <a href="/10-of-the-best-linux-icon-themes-compared/" class="f5 b pointer dib bg-white black-70 link underline-hover border-box">[...]</a></p>
<small class="gray db"><a href="/author/robert/">Robert Washbourne</a> - 3 years ago - <a href="/tag/themes/">themes</a></small>
<small class="gray db"><a href="https://www.devpy.me/10-of-the-best-linux-icon-themes-compared/#isso-thread">loading...</a></small>
</div>
</div>
</article>
<article class="bg-white w-100 w-50-l fl mt3 post tag-programming tag-themes tag-python">
<div class="ba b--black-10 ma1 h-100">
<a href="/building-a-python-music-indicating-start-page-2/" title="Building a Music Controlling Python Start Page for Linux">
<div style="background-color: grey; background-image: url(/content/images/2017/02/ezgif.com-video-to-gif--1-.gif); height:200px; background-size: cover; background-position: 50% 50%;"></div>
</a>
<div class="pa3" style="display: flex;flex-direction: column;">
<a href="/building-a-python-music-indicating-start-page-2/" class="lh-title f5 b pointer dib bg-white black-70 link underline-hover border-box">Building a Music Controlling Python Start Page for Linux</a>
<p class="gray db" style="flex:1;">By using the Gnome GLib apis, we can use the Playerctl Linux package with Python. Bundling this with bottle, a <a href="/building-a-python-music-indicating-start-page-2/" class="f5 b pointer dib bg-white black-70 link underline-hover border-box">[...]</a></p>
<small class="gray db"><a href="/author/robert/">Robert Washbourne</a> - 3 years ago - <a href="/tag/programming/">programming</a></small>
<small class="gray db"><a href="https://www.devpy.me/building-a-python-music-indicating-start-page-2/#isso-thread">loading...</a></small>
</div>
</div>
</article>
<article class="bg-white w-100 w-50-l fl mt3 post tag-themes">
<div class="ba b--black-10 ma1 h-100">
<a href="/how-to-add-a-music-visualizer-to-your-linux-desktop/" title="How to Add a Music Visualizer to Your Linux Desktop">
<div style="background-color: grey; background-image: url(/content/images/2017/02/ezgif.com-optimize.gif); height:200px; background-size: cover; background-position: 50% 50%;"></div>
</a>
<div class="pa3" style="display: flex;flex-direction: column;">
<a href="/how-to-add-a-music-visualizer-to-your-linux-desktop/" class="lh-title f5 b pointer dib bg-white black-70 link underline-hover border-box">How to Add a Music Visualizer to Your Linux Desktop</a>
<p class="gray db" style="flex:1;">A great way to add some flair to your desktop is to use a music visualizer, such as cava. However, <a href="/how-to-add-a-music-visualizer-to-your-linux-desktop/" class="f5 b pointer dib bg-white black-70 link underline-hover border-box">[...]</a></p>
<small class="gray db"><a href="/author/robert/">Robert Washbourne</a> - 3 years ago - <a href="/tag/themes/">themes</a></small>
<small class="gray db"><a href="https://www.devpy.me/how-to-add-a-music-visualizer-to-your-linux-desktop/#isso-thread">loading...</a></small>
</div>
</div>
</article>
<article class="bg-white w-100 w-50-l fl mt3 post tag-desktops tag-themes">
<div class="ba b--black-10 ma1 h-100">
<a href="/your-guide-to-a-comfortable-linux-desktop-with-openbox/" title="Your Guide to a Comfortable Linux Desktop With Openbox">
<div style="background-color: grey; background-image: url(/content/images/2017/02/Screenshot-from-2017-02-16-12-41-07.png); height:200px; background-size: cover; background-position: 50% 50%;"></div>
</a>
<div class="pa3" style="display: flex;flex-direction: column;">
<a href="/your-guide-to-a-comfortable-linux-desktop-with-openbox/" class="lh-title f5 b pointer dib bg-white black-70 link underline-hover border-box">Your Guide to a Comfortable Linux Desktop With Openbox</a>
<p class="gray db" style="flex:1;">Openbox is a lightweight linux stacking desktop environment that is configured with files. Openbox is a cross between a completly <a href="/your-guide-to-a-comfortable-linux-desktop-with-openbox/" class="f5 b pointer dib bg-white black-70 link underline-hover border-box">[...]</a></p>
<small class="gray db"><a href="/author/robert/">Robert Washbourne</a> - 3 years ago - <a href="/tag/desktops/">desktop environments</a></small>
<small class="gray db"><a href="https://www.devpy.me/your-guide-to-a-comfortable-linux-desktop-with-openbox/#isso-thread">loading...</a></small>
</div>
</div>
</article>
<article class="bg-white w-100 w-50-l fl mt3 post tag-themes">
<div class="ba b--black-10 ma1 h-100">
<a href="/roberts-rices-2016/" title="Robert's Rices 2016">
<div style="background-color: grey; background-image: url(/content/images/2017/01/Screenshot-from-2017-01-17-23-32-04.png); height:200px; background-size: cover; background-position: 50% 50%;"></div>
</a>
<div class="pa3" style="display: flex;flex-direction: column;">
<a href="/roberts-rices-2016/" class="lh-title f5 b pointer dib bg-white black-70 link underline-hover border-box">Robert's Rices 2016</a>
<p class="gray db" style="flex:1;">Last year, I got into Linux "ricing", which means customization of your desktop. Over the course of 2016, <a href="/roberts-rices-2016/" class="f5 b pointer dib bg-white black-70 link underline-hover border-box">[...]</a></p>
<small class="gray db"><a href="/author/robert/">Robert Washbourne</a> - 3 years ago - <a href="/tag/themes/">themes</a></small>
<small class="gray db"><a href="https://www.devpy.me/roberts-rices-2016/#isso-thread">loading...</a></small>
</div>
</div>
</article>
<article class="bg-white w-100 w-50-l fl mt3 post tag-desktops">
<div class="ba b--black-10 ma1 h-100">
<a href="/your-guide-to-a-practical-linux-desktop-with-i3wm/" title="Your Guide to a Practical Linux Desktop With i3WM">
<div style="background-color: grey; background-image: url(/content/images/2016/11/Screenshot_2016-11-28_17-03-37.png); height:200px; background-size: cover; background-position: 50% 50%;"></div>
</a>
<div class="pa3" style="display: flex;flex-direction: column;">
<a href="/your-guide-to-a-practical-linux-desktop-with-i3wm/" class="lh-title f5 b pointer dib bg-white black-70 link underline-hover border-box">Your Guide to a Practical Linux Desktop With i3WM</a>
<p class="gray db" style="flex:1;">Technically, what you see in my screenshot above is not really i3. The distance between the windows and the screen <a href="/your-guide-to-a-practical-linux-desktop-with-i3wm/" class="f5 b pointer dib bg-white black-70 link underline-hover border-box">[...]</a></p>
<small class="gray db"><a href="/author/robert/">Robert Washbourne</a> - 3 years ago - <a href="/tag/desktops/">desktop environments</a></small>
<small class="gray db"><a href="https://www.devpy.me/your-guide-to-a-practical-linux-desktop-with-i3wm/#isso-thread">loading...</a></small>
</div>
</div>
</article>
<article class="bg-white w-100 w-50-l fl mt3 post tag-foss-news">
<div class="ba b--black-10 ma1 h-100">
<a href="/the-thinkpad-e570-fast-linux-laptop-at-a-low-price/" title="The ThinkPad E570: Fast Linux Laptop at a Low Price">
<div style="background-color: grey; background-image: url(/content/images/2016/11/05_thinkpad_e570_hero_shot_front_lid_closing.jpg); height:200px; background-size: cover; background-position: 50% 50%;"></div>
</a>
<div class="pa3" style="display: flex;flex-direction: column;">
<a href="/the-thinkpad-e570-fast-linux-laptop-at-a-low-price/" class="lh-title f5 b pointer dib bg-white black-70 link underline-hover border-box">The ThinkPad E570: Fast Linux Laptop at a Low Price</a>
<p class="gray db" style="flex:1;">Update 03/03/17: These are back up as the E575 with AMD instead of Intel cores. Update 12/09/ <a href="/the-thinkpad-e570-fast-linux-laptop-at-a-low-price/" class="f5 b pointer dib bg-white black-70 link underline-hover border-box">[...]</a></p>
<small class="gray db"><a href="/author/robert/">Robert Washbourne</a> - 3 years ago - <a href="/tag/foss-news/">open source news</a></small>
<small class="gray db"><a href="https://www.devpy.me/the-thinkpad-e570-fast-linux-laptop-at-a-low-price/#isso-thread">loading...</a></small>
</div>
</div>
</article>
<article class="bg-white w-100 w-50-l fl mt3 post">
<div class="ba b--black-10 ma1 h-100">
<a href="/2016s-best-gifts-for-geeks-ten-of-the-best/" title="2016's Best Gifts for Geeks: Ten of the Best">
<div style="background-color: grey; background-image: url(/content/images/2016/11/2016-Gifts-For-Geeks--1-.png); height:200px; background-size: cover; background-position: 50% 50%;"></div>
</a>
<div class="pa3" style="display: flex;flex-direction: column;">
<a href="/2016s-best-gifts-for-geeks-ten-of-the-best/" class="lh-title f5 b pointer dib bg-white black-70 link underline-hover border-box">2016's Best Gifts for Geeks: Ten of the Best</a>
<p class="gray db" style="flex:1;">Innovation is increasing at amazing rates, and new products and software are popping up at every corner. In the last <a href="/2016s-best-gifts-for-geeks-ten-of-the-best/" class="f5 b pointer dib bg-white black-70 link underline-hover border-box">[...]</a></p>
<small class="gray db"><a href="/author/robert/">Robert Washbourne</a> - 3 years ago - </small>
<small class="gray db"><a href="https://www.devpy.me/2016s-best-gifts-for-geeks-ten-of-the-best/#isso-thread">loading...</a></small>
</div>
</div>
</article>
<article class="bg-white w-100 w-50-l fl mt3 post tag-themes tag-gnome">
<div class="ba b--black-10 ma1 h-100">
<a href="/how-to-install-a-linux-theme-in-5-simple-steps/" title="How to Install a Linux Theme in 5 Simple Steps">
<div style="background-color: grey; background-image: url(/content/images/2016/10/installlinuxtheme.png); height:200px; background-size: cover; background-position: 50% 50%;"></div>
</a>
<div class="pa3" style="display: flex;flex-direction: column;">
<a href="/how-to-install-a-linux-theme-in-5-simple-steps/" class="lh-title f5 b pointer dib bg-white black-70 link underline-hover border-box">How to Install a Linux Theme in 5 Simple Steps</a>
<p class="gray db" style="flex:1;">For a new linux user, installing themes can be confusing. You might find a great theme, but be unable to <a href="/how-to-install-a-linux-theme-in-5-simple-steps/" class="f5 b pointer dib bg-white black-70 link underline-hover border-box">[...]</a></p>
<small class="gray db"><a href="/author/robert/">Robert Washbourne</a> - 3 years ago - <a href="/tag/themes/">themes</a></small>
<small class="gray db"><a href="https://www.devpy.me/how-to-install-a-linux-theme-in-5-simple-steps/#isso-thread">loading...</a></small>
</div>
</div>
</article>
<article class="bg-white w-100 w-50-l fl mt3 post tag-distributions">
<div class="ba b--black-10 ma1 h-100">
<a href="/5-strange-linux-distributions-that-are-useful-in-their-own-way/" title="5 Strange Linux Distributions That Are Useful In Their Own Way">
<div style="background-color: grey; background-image: url(/content/images/2016/08/r2-full-desktop-3-vms.png); height:200px; background-size: cover; background-position: 50% 50%;"></div>
</a>
<div class="pa3" style="display: flex;flex-direction: column;">
<a href="/5-strange-linux-distributions-that-are-useful-in-their-own-way/" class="lh-title f5 b pointer dib bg-white black-70 link underline-hover border-box">5 Strange Linux Distributions That Are Useful In Their Own Way</a>
<p class="gray db" style="flex:1;">Some of the weirder things you can find on the internet can be Linux distributions. Linux varies from tiny, 11mb <a href="/5-strange-linux-distributions-that-are-useful-in-their-own-way/" class="f5 b pointer dib bg-white black-70 link underline-hover border-box">[...]</a></p>
<small class="gray db"><a href="/author/robert/">Robert Washbourne</a> - 4 years ago - <a href="/tag/distributions/">distributions</a></small>
<small class="gray db"><a href="https://www.devpy.me/5-strange-linux-distributions-that-are-useful-in-their-own-way/#isso-thread">loading...</a></small>
</div>
</div>
</article>
<article class="bg-white w-100 w-50-l fl mt3 post tag-ubuntu tag-windows">
<div class="ba b--black-10 ma1 h-100">
<a href="/how-to-dual-boot-windows-10-with-ubuntu/" title="How To Dual Boot Windows 10 With Ubuntu">
<div style="background-color: grey; background-image: url(/content/images/2016/06/ubuntudualboot.png); height:200px; background-size: cover; background-position: 50% 50%;"></div>
</a>
<div class="pa3" style="display: flex;flex-direction: column;">
<a href="/how-to-dual-boot-windows-10-with-ubuntu/" class="lh-title f5 b pointer dib bg-white black-70 link underline-hover border-box">How To Dual Boot Windows 10 With Ubuntu</a>
<p class="gray db" style="flex:1;">If you have Windows 10 installed on your computer and you want to try Ubuntu, or want to use Ubuntu <a href="/how-to-dual-boot-windows-10-with-ubuntu/" class="f5 b pointer dib bg-white black-70 link underline-hover border-box">[...]</a></p>
<small class="gray db"><a href="/author/robert/">Robert Washbourne</a> - 4 years ago - <a href="/tag/ubuntu/">ubuntu</a></small>
<small class="gray db"><a href="https://www.devpy.me/how-to-dual-boot-windows-10-with-ubuntu/#isso-thread">loading...</a></small>
</div>
</div>
</article>
<article class="bg-white w-100 w-50-l fl mt3 post tag-themes tag-gnome">
<div class="ba b--black-10 ma1 h-100">
<a href="/10-of-the-best-linux-themes-compared/" title="10 Of The Best Linux Themes Compared">
<div style="background-color: grey; background-image: url(/content/images/2016/06/Screenshot-from-2016-06-01-07-37-33.png); height:200px; background-size: cover; background-position: 50% 50%;"></div>
</a>
<div class="pa3" style="display: flex;flex-direction: column;">
<a href="/10-of-the-best-linux-themes-compared/" class="lh-title f5 b pointer dib bg-white black-70 link underline-hover border-box">10 Of The Best Linux Themes Compared</a>
<p class="gray db" style="flex:1;">GTK has some great looks by default. However, it can look better. In the list below are ten of my <a href="/10-of-the-best-linux-themes-compared/" class="f5 b pointer dib bg-white black-70 link underline-hover border-box">[...]</a></p>
<small class="gray db"><a href="/author/robert/">Robert Washbourne</a> - 4 years ago - <a href="/tag/themes/">themes</a></small>
<small class="gray db"><a href="https://www.devpy.me/10-of-the-best-linux-themes-compared/#isso-thread">loading...</a></small>
</div>
</div>
</article>
<article class="bg-white w-100 w-50-l fl mt3 post tag-themes tag-gnome">
<div class="ba b--black-10 ma1 h-100">
<a href="/5-of-the-best-linux-desktop-themes-compared/" title="5 Of The Best Linux Desktop Themes Compared">
<div style="background-color: grey; background-image: url(/content/images/2016/05/Screenshot-from-2016-05-30-20-48-10-1.png); height:200px; background-size: cover; background-position: 50% 50%;"></div>
</a>
<div class="pa3" style="display: flex;flex-direction: column;">
<a href="/5-of-the-best-linux-desktop-themes-compared/" class="lh-title f5 b pointer dib bg-white black-70 link underline-hover border-box">5 Of The Best Linux Desktop Themes Compared</a>
<p class="gray db" style="flex:1;">GTK has some good looks by default. However, it can look better. In the list below are five of my <a href="/5-of-the-best-linux-desktop-themes-compared/" class="f5 b pointer dib bg-white black-70 link underline-hover border-box">[...]</a></p>
<small class="gray db"><a href="/author/robert/">Robert Washbourne</a> - 4 years ago - <a href="/tag/themes/">themes</a></small>
<small class="gray db"><a href="https://www.devpy.me/5-of-the-best-linux-desktop-themes-compared/#isso-thread">loading...</a></small>
</div>
</div>
</article>
<article class="bg-white w-100 w-50-l fl mt3 post tag-guest">
<div class="ba b--black-10 ma1 h-100">
<a href="/the-lego-story/" title="The LEGO Story">
<div style="background-color: grey; background-image: url(/content/images/2016/05/lego.jpg); height:200px; background-size: cover; background-position: 50% 50%;"></div>
</a>
<div class="pa3" style="display: flex;flex-direction: column;">
<a href="/the-lego-story/" class="lh-title f5 b pointer dib bg-white black-70 link underline-hover border-box">The LEGO Story</a>
<p class="gray db" style="flex:1;">Legos are perhaps the most influential toy in the history of the world. They’ve been the attraction of every <a href="/the-lego-story/" class="f5 b pointer dib bg-white black-70 link underline-hover border-box">[...]</a></p>
<small class="gray db"><a href="/author/erick/">Erick Brott</a> - 4 years ago - <a href="/tag/guest/">guest post</a></small>
<small class="gray db"><a href="https://www.devpy.me/the-lego-story/#isso-thread">loading...</a></small>
</div>
</div>
</article>
<article class="bg-white w-100 w-50-l fl mt3 post tag-desktops tag-ubuntu">
<div class="ba b--black-10 ma1 h-100">
<a href="/top-five-ubuntu-desktop-environments/" title="5 Of The Best Ubuntu Desktop Environments Compared">
<div style="background-color: grey; background-image: url(/content/images/2016/05/thing-5.png); height:200px; background-size: cover; background-position: 50% 50%;"></div>
</a>
<div class="pa3" style="display: flex;flex-direction: column;">
<a href="/top-five-ubuntu-desktop-environments/" class="lh-title f5 b pointer dib bg-white black-70 link underline-hover border-box">5 Of The Best Ubuntu Desktop Environments Compared</a>
<p class="gray db" style="flex:1;">Linux can be customized to an insane degree. You can change every font style, window color, icon image and menu <a href="/top-five-ubuntu-desktop-environments/" class="f5 b pointer dib bg-white black-70 link underline-hover border-box">[...]</a></p>
<small class="gray db"><a href="/author/robert/">Robert Washbourne</a> - 4 years ago - <a href="/tag/desktops/">desktop environments</a></small>
<small class="gray db"><a href="https://www.devpy.me/top-five-ubuntu-desktop-environments/#isso-thread">loading...</a></small>
</div>
</div>
</article>
<article class="bg-white w-100 w-50-l fl mt3 post">
<div class="ba b--black-10 ma1 h-100">
<a href="/how-louis-pasteur-saved-us-from-food-rabies-and-wine/" title="How Louis Pasteur Saved Us From Food, Rabies And Wine">
<div style="background-color: grey; background-image: url(/content/images/2016/05/did-louis-pasteur-discover_18d81ef5cece0e78.jpg); height:200px; background-size: cover; background-position: 50% 50%;"></div>
</a>
<div class="pa3" style="display: flex;flex-direction: column;">
<a href="/how-louis-pasteur-saved-us-from-food-rabies-and-wine/" class="lh-title f5 b pointer dib bg-white black-70 link underline-hover border-box">How Louis Pasteur Saved Us From Food, Rabies And Wine</a>
<p class="gray db" style="flex:1;">Back in 1860, food could only be kept for a few day before going bad. Yogurt curled in a few <a href="/how-louis-pasteur-saved-us-from-food-rabies-and-wine/" class="f5 b pointer dib bg-white black-70 link underline-hover border-box">[...]</a></p>
<small class="gray db"><a href="/author/robert/">Robert Washbourne</a> - 4 years ago - </small>
<small class="gray db"><a href="https://www.devpy.me/how-louis-pasteur-saved-us-from-food-rabies-and-wine/#isso-thread">loading...</a></small>
</div>
</div>
</article>
<article class="bg-white w-100 w-50-l fl mt3 post">
<div class="ba b--black-10 ma1 h-100">
<a href="/laika-and-comrades-the-amazing-story-of-the-soviet-space-missions/" title="Laika And Comrades: The Amazing Story Of The Soviet Space Missions">
<div style="background-color: grey; background-image: url(/content/images/2016/05/in_memory_of_laika_by_warman333.jpg); height:200px; background-size: cover; background-position: 50% 50%;"></div>
</a>
<div class="pa3" style="display: flex;flex-direction: column;">
<a href="/laika-and-comrades-the-amazing-story-of-the-soviet-space-missions/" class="lh-title f5 b pointer dib bg-white black-70 link underline-hover border-box">Laika And Comrades: The Amazing Story Of The Soviet Space Missions</a>
<p class="gray db" style="flex:1;">The Soviet space dogs were animals that the Soviets sent to space to test their ships. Fifteen dogs were sent <a href="/laika-and-comrades-the-amazing-story-of-the-soviet-space-missions/" class="f5 b pointer dib bg-white black-70 link underline-hover border-box">[...]</a></p>
<small class="gray db"><a href="/author/robert/">Robert Washbourne</a> - 4 years ago - </small>
<small class="gray db"><a href="https://www.devpy.me/laika-and-comrades-the-amazing-story-of-the-soviet-space-missions/#isso-thread">loading...</a></small>
</div>
</div>
</article>
<article class="bg-white w-100 w-50-l fl mt3 post">
<div class="ba b--black-10 ma1 h-100">
<a href="/analytical-engine-almost-computer/" title="Analytical Engine, [Almost] Computer">
<div style="background-color: grey; background-image: url(/content/images/2016/05/analytical-engine-04.jpg); height:200px; background-size: cover; background-position: 50% 50%;"></div>
</a>
<div class="pa3" style="display: flex;flex-direction: column;">
<a href="/analytical-engine-almost-computer/" class="lh-title f5 b pointer dib bg-white black-70 link underline-hover border-box">Analytical Engine, [Almost] Computer</a>
<p class="gray db" style="flex:1;">Imagine flying over London in the early nineteenth century, the cold bustling city going to sleep. Most lights are off, <a href="/analytical-engine-almost-computer/" class="f5 b pointer dib bg-white black-70 link underline-hover border-box">[...]</a></p>
<small class="gray db"><a href="/author/robert/">Robert Washbourne</a> - 4 years ago - </small>
<small class="gray db"><a href="https://www.devpy.me/analytical-engine-almost-computer/#isso-thread">loading...</a></small>
</div>
</div>
</article>
<article class="bg-white w-100 w-50-l fl mt3 post">
<div class="ba b--black-10 ma1 h-100">
<a href="/hoverboards-do-exist/" title="Hoverboards Do Exist, But Not In The Way You Imagine">
<div style="background-color: grey; background-image: url(/content/images/2016/05/1435161093-hoverboardy.gif); height:200px; background-size: cover; background-position: 50% 50%;"></div>
</a>
<div class="pa3" style="display: flex;flex-direction: column;">
<a href="/hoverboards-do-exist/" class="lh-title f5 b pointer dib bg-white black-70 link underline-hover border-box">Hoverboards Do Exist, But Not In The Way You Imagine</a>
<p class="gray db" style="flex:1;">The dream of flight has plagued humankind since we can remember. Leonardo Da Vinci, famous inventor, says: For once you <a href="/hoverboards-do-exist/" class="f5 b pointer dib bg-white black-70 link underline-hover border-box">[...]</a></p>
<small class="gray db"><a href="/author/robert/">Robert Washbourne</a> - 4 years ago - </small>
<small class="gray db"><a href="https://www.devpy.me/hoverboards-do-exist/#isso-thread">loading...</a></small>
</div>
</div>
</article>
<article class="bg-white w-100 w-50-l fl mt3 post">
<div class="ba b--black-10 ma1 h-100">
<a href="/how-to-map-infinity-to-its-reciprocal/" title="How To Map Infinity To It's Reciprocal Using Trigonometry">
<div style="background-color: grey; background-image: url(/content/images/2016/05/related-pictures-to-infinity-and-beyond-art-print-l-33d0ce935b45caec.jpg); height:200px; background-size: cover; background-position: 50% 50%;"></div>
</a>
<div class="pa3" style="display: flex;flex-direction: column;">
<a href="/how-to-map-infinity-to-its-reciprocal/" class="lh-title f5 b pointer dib bg-white black-70 link underline-hover border-box">How To Map Infinity To It's Reciprocal Using Trigonometry</a>
<p class="gray db" style="flex:1;">[Redacted due to content errors and general stupidity] See alternative link about trig, triangles, and more Link to articles by <a href="/how-to-map-infinity-to-its-reciprocal/" class="f5 b pointer dib bg-white black-70 link underline-hover border-box">[...]</a></p>
<small class="gray db"><a href="/author/robert/">Robert Washbourne</a> - 4 years ago - </small>
<small class="gray db"><a href="https://www.devpy.me/how-to-map-infinity-to-its-reciprocal/#isso-thread">loading...</a></small>
</div>
</div>
</article>
<article class="bg-white w-100 w-50-l fl mt3 post">
<div class="ba b--black-10 ma1 h-100">
<a href="/octopus-what-do-we-really-know/" title="The Octopus: What Do We Really Know?">
<div style="background-color: grey; background-image: url(/content/images/2016/05/485805.jpg); height:200px; background-size: cover; background-position: 50% 50%;"></div>
</a>
<div class="pa3" style="display: flex;flex-direction: column;">
<a href="/octopus-what-do-we-really-know/" class="lh-title f5 b pointer dib bg-white black-70 link underline-hover border-box">The Octopus: What Do We Really Know?</a>
<p class="gray db" style="flex:1;">The octopus is a smart, curious creature. Even the largest octopus can squeeze through small openings in aquarium tops, and <a href="/octopus-what-do-we-really-know/" class="f5 b pointer dib bg-white black-70 link underline-hover border-box">[...]</a></p>
<small class="gray db"><a href="/author/robert/">Robert Washbourne</a> - 4 years ago - </small>
<small class="gray db"><a href="https://www.devpy.me/octopus-what-do-we-really-know/#isso-thread">loading...</a></small>
</div>
</div>
</article>
<article class="bg-white w-100 w-50-l fl mt3 post">
<div class="ba b--black-10 ma1 h-100">
<a href="/changing-points-of-view-in-chemistry/" title="Changing Points Of View In Chemistry">
<div style="background-color: grey; background-image: url(/content/images/2016/05/T4ofgkD.png); height:200px; background-size: cover; background-position: 50% 50%;"></div>
</a>
<div class="pa3" style="display: flex;flex-direction: column;">
<a href="/changing-points-of-view-in-chemistry/" class="lh-title f5 b pointer dib bg-white black-70 link underline-hover border-box">Changing Points Of View In Chemistry</a>
<p class="gray db" style="flex:1;">Back in 300 BC, everything was [thought to be] made of four elements: Fire, Earth, Water, and Air. According to <a href="/changing-points-of-view-in-chemistry/" class="f5 b pointer dib bg-white black-70 link underline-hover border-box">[...]</a></p>
<small class="gray db"><a href="/author/robert/">Robert Washbourne</a> - 4 years ago - </small>
<small class="gray db"><a href="https://www.devpy.me/changing-points-of-view-in-chemistry/#isso-thread">loading...</a></small>
</div>
</div>
</article>
<article class="bg-white w-100 w-50-l fl mt3 post tag-programming">
<div class="ba b--black-10 ma1 h-100">
<a href="/what-is-stereo-matching/" title="What Is Stereo Matching?">
<div style="background-color: grey; background-image: url(/content/images/2016/09/median2.png); height:200px; background-size: cover; background-position: 50% 50%;"></div>
</a>
<div class="pa3" style="display: flex;flex-direction: column;">
<a href="/what-is-stereo-matching/" class="lh-title f5 b pointer dib bg-white black-70 link underline-hover border-box">What Is Stereo Matching?</a>
<p class="gray db" style="flex:1;">Stereo matching, also known as Disparity mapping, is an important subclass of computer vision. Curiosity, the mars rover, uses Stereo <a href="/what-is-stereo-matching/" class="f5 b pointer dib bg-white black-70 link underline-hover border-box">[...]</a></p>
<small class="gray db"><a href="/author/robert/">Robert Washbourne</a> - 4 years ago - <a href="/tag/programming/">programming</a></small>
<small class="gray db"><a href="https://www.devpy.me/what-is-stereo-matching/#isso-thread">loading...</a></small>
</div>
</div>
</article>
<article class="bg-white w-100 w-50-l fl mt3 post tag-programming tag-python">
<div class="ba b--black-10 ma1 h-100">
<a href="/5-reasons-to-code-python/" title="5 Reasons To Code Python">
<div style="background-color: grey; background-image: url(/content/images/2016/05/programming-python-2560x1600-wallpaper.png); height:200px; background-size: cover; background-position: 50% 50%;"></div>
</a>
<div class="pa3" style="display: flex;flex-direction: column;">
<a href="/5-reasons-to-code-python/" class="lh-title f5 b pointer dib bg-white black-70 link underline-hover border-box">5 Reasons To Code Python</a>
<p class="gray db" style="flex:1;">Python is a great coding language, easy to learn, and not too hard to master. Python is completely free in <a href="/5-reasons-to-code-python/" class="f5 b pointer dib bg-white black-70 link underline-hover border-box">[...]</a></p>
<small class="gray db"><a href="/author/robert/">Robert Washbourne</a> - 5 years ago - <a href="/tag/programming/">programming</a></small>
<small class="gray db"><a href="https://www.devpy.me/5-reasons-to-code-python/#isso-thread">loading...</a></small>
</div>
</div>
</article>
<article class="bg-white w-100 w-50-l fl mt3 post tag-windows">
<div class="ba b--black-10 ma1 h-100">
<a href="/how-to-run-as-admin-without-password/" title="How To Run As Administrator Without A Password">
<div style="background-color: grey; background-image: url(/content/images/2016/09/RunasRobGroupPolicyAllowedPath.jpg); height:200px; background-size: cover; background-position: 50% 50%;"></div>
</a>
<div class="pa3" style="display: flex;flex-direction: column;">
<a href="/how-to-run-as-admin-without-password/" class="lh-title f5 b pointer dib bg-white black-70 link underline-hover border-box">How To Run As Administrator Without A Password</a>
<p class="gray db" style="flex:1;">I’m going to show you how to run files as admin without UAC popping up. This is also a <a href="/how-to-run-as-admin-without-password/" class="f5 b pointer dib bg-white black-70 link underline-hover border-box">[...]</a></p>
<small class="gray db"><a href="/author/robert/">Robert Washbourne</a> - 5 years ago - <a href="/tag/windows/">windows</a></small>
<small class="gray db"><a href="https://www.devpy.me/how-to-run-as-admin-without-password/#isso-thread">loading...</a></small>
</div>
</div>
</article>
<article class="bg-white w-100 w-50-l fl mt3 post tag-programming tag-python">
<div class="ba b--black-10 ma1 h-100">
<a href="/python-tips-and-tricks/" title="10 Python Tricks To Make Your Code Shorter">
<div style="background-color: grey; background-image: url(/content/images/2016/05/heroku-x-python-wallpaper-screen-3840-2160-1.png); height:200px; background-size: cover; background-position: 50% 50%;"></div>
</a>
<div class="pa3" style="display: flex;flex-direction: column;">
<a href="/python-tips-and-tricks/" class="lh-title f5 b pointer dib bg-white black-70 link underline-hover border-box">10 Python Tricks To Make Your Code Shorter</a>
<p class="gray db" style="flex:1;">These are mainly unique to python, so if you program in another language, these may be surprising. They certainly were <a href="/python-tips-and-tricks/" class="f5 b pointer dib bg-white black-70 link underline-hover border-box">[...]</a></p>
<small class="gray db"><a href="/author/robert/">Robert Washbourne</a> - 5 years ago - <a href="/tag/programming/">programming</a></small>
<small class="gray db"><a href="https://www.devpy.me/python-tips-and-tricks/#isso-thread">loading...</a></small>
</div>
</div>
</article>
<article class="bg-white w-100 w-50-l fl mt3 post tag-programming">
<div class="ba b--black-10 ma1 h-100">
<a href="/how-to-hack-windows-without-admin/" title="Sethc Windows Exploit">
<div style="background-color: grey; background-image: url(/content/images/2016/09/Blank_Disk.png); height:200px; background-size: cover; background-position: 50% 50%;"></div>
</a>
<div class="pa3" style="display: flex;flex-direction: column;">
<a href="/how-to-hack-windows-without-admin/" class="lh-title f5 b pointer dib bg-white black-70 link underline-hover border-box">Sethc Windows Exploit</a>
<p class="gray db" style="flex:1;">Here is how to become administrator without a password. This is proven on windows 7&8, but this should <a href="/how-to-hack-windows-without-admin/" class="f5 b pointer dib bg-white black-70 link underline-hover border-box">[...]</a></p>
<small class="gray db"><a href="/author/robert/">Robert Washbourne</a> - 5 years ago - <a href="/tag/programming/">programming</a></small>
<small class="gray db"><a href="https://www.devpy.me/how-to-hack-windows-without-admin/#isso-thread">loading...</a></small>
</div>
</div>
</article>
<article class="bg-white w-100 w-50-l fl mt3 post tag-programming">
<div class="ba b--black-10 ma1 h-100">
<a href="/template-matching/" title="Template Matching">
<div style="background-color: grey; background-image: url(/content/images/2016/12/Stereo_TPAMI10.jpg); height:200px; background-size: cover; background-position: 50% 50%;"></div>
</a>
<div class="pa3" style="display: flex;flex-direction: column;">
<a href="/template-matching/" class="lh-title f5 b pointer dib bg-white black-70 link underline-hover border-box">Template Matching</a>
<p class="gray db" style="flex:1;">I will be using correlation code from Correlation, so check that out. For the imaging, we will use Scipy to <a href="/template-matching/" class="f5 b pointer dib bg-white black-70 link underline-hover border-box">[...]</a></p>
<small class="gray db"><a href="/author/robert/">Robert Washbourne</a> - 5 years ago - <a href="/tag/programming/">programming</a></small>
<small class="gray db"><a href="https://www.devpy.me/template-matching/#isso-thread">loading...</a></small>
</div>
</div>
</article>
<article class="bg-white w-100 w-50-l fl mt3 post tag-programming tag-python">
<div class="ba b--black-10 ma1 h-100">
<a href="/correlation-in-python/" title="Correlation">
<div style="background-color: grey; background-image: url(/content/images/2016/05/heroku-x-python-wallpaper-screen-3840-2160.png); height:200px; background-size: cover; background-position: 50% 50%;"></div>
</a>
<div class="pa3" style="display: flex;flex-direction: column;">
<a href="/correlation-in-python/" class="lh-title f5 b pointer dib bg-white black-70 link underline-hover border-box">Correlation</a>
<p class="gray db" style="flex:1;">Correlation is the measure of similarity between arrays. The formula is this, where n is the length of the lists: <a href="/correlation-in-python/" class="f5 b pointer dib bg-white black-70 link underline-hover border-box">[...]</a></p>
<small class="gray db"><a href="/author/robert/">Robert Washbourne</a> - 5 years ago - <a href="/tag/programming/">programming</a></small>
<small class="gray db"><a href="https://www.devpy.me/correlation-in-python/#isso-thread">loading...</a></small>
</div>
</div>
</article>
</div>
<script>
var el = document.getElementById('articlenav');
var disttop = document.getElementById('topnav').offsetTop;
var advert = document.getElementById('sidebar');
window.onscroll = function() {
var y = (document.documentElement && document.documentElement.scrollTop) || document.body.scrollTop;
if (y >= disttop) {
el.style = 'position: fixed; top: 0; z-index:9999;';
advert.className = 'sidebar w-20-l w-100 fr pa2 cf stickycarb';
}
else {
el.style = 'display: none;';
advert.className = 'sidebar w-20-l w-100 fr pa2 cf';
}
};
</script>
<script data-isso="https://comments.devpy.me" src="https://comments.devpy.me/js/count.min.js"></script>
<footer class="mt3 pv3 ph3 ph4-m ph5-l mid-gray w-100 fl bt">
<small class="f6 db tc">© 2020 <b class="ttu">DevPy</b>. Inquiries at <b>robert@devpy.me</b></small>
<div class="tc mt3">
<a href="/tag/themes/" title="Themes" class="f6 dib ph2 link mid-gray dim">Linux Themes</a>
<a href="/tag/desktops/" title="Desktops" class="f6 dib ph2 link mid-gray dim">Linux Desktops</a>
<a href="/pages/" title="All Pages" class="f6 dib ph2 link mid-gray dim">All Pages</a>
<a href="/about/" title="About" class="f6 dib ph2 link mid-gray dim">About</a>
<a href="/privacy-policy/" title="Privacy" class="f6 dib ph2 link mid-gray dim">Privacy</a>
</div>
</footer>
</div>
<script>
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('/assets/service-worker.js');
}
</script>
<script async>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-77238872-2', 'auto');
ga('send', 'pageview');
</script>
<script src="/assets/prism.min.js?v=5637004f39"></script>
<script src="/assets/prism-bash.min.js?v=5637004f39"></script>
</body>
</html>