forked from kevinboone/kevinboone.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
2023-08-dateindex.html
61 lines (42 loc) · 3.05 KB
/
2023-08-dateindex.html
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Kevin Boone: August 2023</title>
<link rel="shortcut icon" href="https://kevinboone.me/img/favicon.ico">
<meta name="msvalidate.01" content="894212EEB3A89CC8B4E92780079B68E9"/>
<meta name="google-site-verification" content="DXS4cMAJ8VKUgK84_-dl0J1hJK9HQdYU4HtimSr_zLE" />
<meta name="description" content="%%DESC%%">
<meta name="author" content="Kevin Boone">
<meta name="viewport" content="width=device-width; initial-scale=1; maximum-scale=1">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div id="myname">
Kevin Boone
</div>
<div id="menu">
<a class="menu_entry" href="index.html">Home</a>
<a class="menu_entry" href="contact.html">Contact</a>
<a class="menu_entry" href="cv.html">CV</a>
<a class="menu_entry" href="software.html">Software</a>
<a class="menu_entry" href="articles.html">Articles</a>
<form id="search_form" method="get" action="https://duckduckgo.com/" target="_blank"><input type="text" name="q" placeholder="Search" size="5" id="search_input" /><button type="submit" id="search_submit">🔍</button><input type="hidden" name="sites" value="kevinboone.me" /><input type="hidden" name="kn" value="1" /></form>
</div>
<div id="content">
<h1>August 2023</h1>
<div class="article-desc"><img class="article-list-image" src="img/lineage_logo.png"/><a href="degoogle.html">What you give up, when you opt out of the surveillance economy</a><p>Is it possible to live without Google and the like, and still use modern, portable computing devices? I still don't know.</p><p style="font-size: smaller">Categories: <a href="general_computing-groupindex.html">general computing</a>, <a href="degoogling-groupindex.html">degoogling</a></p>
</div>
<div class="article-desc"><img class="article-list-image" src="img/chip.png"/><a href="rc2014-rs232.html">Designing a dual 5V-to-RS232 serial level converter for the RC2014</a><p>Using an RC2014-based retrocomputer with genuine RS232 peripherals requires support for voltage level conversion. Although converter modules are inexpensive and widely available, I wanted to design something that would plug into an RC2014 backplane, just for neatness.</p><p style="font-size: smaller">Categories: <a href="electronics-groupindex.html">electronics</a>, <a href="Z80-groupindex.html">Z80</a>, <a href="retrocomputing-groupindex.html">retrocomputing</a></p>
</div>
<div class="article-desc"><img class="article-list-image" src="img/chip.png"/><a href="rc2014.html">Adventures with RC2014, Z80, and CP/M</a><p>This is a landing page for my various articles on building a period-appropriate CP/M system using the RC2014 bus.</p><p style="font-size: smaller">Categories: <a href="Z80-groupindex.html">Z80</a>, <a href="retrocomputing-groupindex.html">retrocomputing</a></p>
</div>
<p><span class="footer-clearance-para"/></p>
</div>
<div id="footer">
<a href="rss.html"><img src="img/rss.png" width="24px" height="24px"/></a>
<span class="last-updated">Last update Nov 05 2024
</span>
</div>
</body>
</html>