-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path2024-01-dateindex.html
78 lines (53 loc) · 5.39 KB
/
2024-01-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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Kevin Boone: January 2024</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>January 2024</h1>
<div class="article-desc"><img class="article-list-image" src="img/bb_bold_1.jpg"/><a href="bb_bold.html">They don't make 'em like that any more: Blackberry Bold 9700</a><p>The Bold 9700 was a premium cellphone from a company at the top of its game. Does it merit the fawning reviews it collected in 2009?</p><p style="font-size: smaller">Categories: <a href="TDMTLTAM-groupindex.html">TDMTLTAM</a></p>
</div>
<div class="article-desc"><img class="article-list-image" src="img/terminal.png"/><a href="clh_moonphase.html">Command-line hacking: calculating the phase of the Moon</a><p>How to use Bash shell arithmetic, along with the 'date' utilty, to calculate the phase of the Moon on a particlar day.</p><p style="font-size: smaller">Categories: <a href="Linux-groupindex.html">Linux</a>, <a href="command-line_hacking-groupindex.html">command-line hacking</a></p>
</div>
<div class="article-desc"><img class="article-list-image" src="img/gears.png"/><a href="eclipse.html">Predicting eclipses with clockwork</a><p>We're used to computing devices being electronic. But what can we do with a purely mechanical approach? This article looks at how eclipse prediction might have worked in the Antikythera Mechanism, c.2300 years ago.</p><p style="font-size: smaller">Categories: <a href="retrocomputing-groupindex.html">retrocomputing</a>, <a href="science-groupindex.html">science</a></p>
</div>
<div class="article-desc"><img class="article-list-image" src="img/kafka_logo.png"/><a href="kafka_streams_hello.html">Getting started with Kafka Streams</a><p>Kafka Streams is a Java library and framework for creating applications that consume, process, and return Apache Kafka messages. This article provides a tutorial about implementing a very basic Streams application.</p><p style="font-size: smaller">Categories: <a href="software_development-groupindex.html">software development</a>, <a href="Java-groupindex.html">Java</a></p>
</div>
<div class="article-desc"><img class="article-list-image" src="img/kafka_logo.png"/><a href="kafka_streams_hello_2.html">Getting started with Kafka Streams, part 2</a><p>Following on from my article on the rudiments of the Kafka Streams API, this one introduces stateful operations like counting and aggregation.</p><p style="font-size: smaller">Categories: <a href="software_development-groupindex.html">software development</a>, <a href="Java-groupindex.html">Java</a></p>
</div>
<div class="article-desc"><img class="article-list-image" src="img/lc0.png"/><a href="lc.html">Making tab-and-slot boxes for electronic prototypes. Or: how I stopped worrying and learned to love the laser</a><p>Some thoughts on my first experiments with the design of electronics enclosures for laser cutting.</p><p style="font-size: smaller">Categories: <a href="Raspberry_Pi-groupindex.html">Raspberry Pi</a>, <a href="electronics-groupindex.html">electronics</a></p>
</div>
<div class="article-desc"><img class="article-list-image" src="img/antenna.png"/><a href="nuvi300.html">They don't make them like that any more: Garmin Nuvi 300</a><p>One of the earliest mass-market car satnav units, the Garmin Nuvi 300 still has features that modern devices lack. Why is that?</p><p style="font-size: smaller">Categories: <a href="TDMTLTAM-groupindex.html">TDMTLTAM</a></p>
</div>
<div class="article-desc"><img class="article-list-image" src="img/pi.png"/><a href="pi_desktop_media.html">Yet another desktop Raspberry Pi media player</a><p>Using a Raspberry Pi as a media player is by no means a new idea. However, using one as a self-contained hifi component is not common, and requires a bit of work.</p><p style="font-size: smaller">Categories: <a href="Raspberry_Pi-groupindex.html">Raspberry Pi</a>, <a href="hifi-groupindex.html">hifi</a></p>
</div>
<div class="article-desc"><img class="article-list-image" src="img/rss.png"/><a href="rss.html">RSS feed</a><p>About RSS support on this website</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 Jan 08 2025
</span>
</div>
</body>
</html>