forked from kevinboone/kevinboone.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
2022-06-dateindex.html
67 lines (46 loc) · 4.01 KB
/
2022-06-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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Kevin Boone: June 2022</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>June 2022</h1>
<div class="article-desc"><img class="article-list-image" src="img/activemq-logo.png"/><a href="artemis-zk.html">Using the new pluggable active/passive management framework in Apache Artemis</a><p>The Apache ActiveMQ Artemis message broker holds out the possibility of real shared-nothing replication. The problem, though, lies in coordinating the active and passive brokers in the cluster. This article describes the new active/passive management framework, and how to use Apache Zookeeper as the source of authority on cluster roles.</p><p style="font-size: smaller">Categories: <a href="middleware-groupindex.html">middleware</a></p>
</div>
<div class="article-desc"><img class="article-list-image" src="img/gears.png"/><a href="elfdemo.html">You be the linker -- building Hello, world from scratch, in hexadecimal</a><p>This article describes how to write a trivial program for Linux using no compiler tools at all, but entering machine language directly in hexadecimal. Because we can.</p><p style="font-size: smaller">Categories: <a href="software_development-groupindex.html">software development</a>, <a href="Linux-groupindex.html">Linux</a></p>
</div>
<div class="article-desc"><img class="article-list-image" src="img/c-logo.png"/><a href="gcc-embed-data.html">Embedding resources into executables built using GCC</a><p>Sometimes it's helpful to be able to create an executable program that embeds all the data it needs, and provide that data as files. C/C++ do not provide any standard way to do this, but GCC has facilities that the developer can use.</p><p style="font-size: smaller">Categories: <a href="software_development-groupindex.html">software development</a>, <a href="C-groupindex.html">C</a></p>
</div>
<div class="article-desc"><img class="article-list-image" src="img/alien.png"/><a href="rendelsham-binary.html">Did aliens really talk to us in binary code at Rendelsham Forest?</a><p>It isn't often that coding theory can be used to evaluate a claim of a UFO encounter. Here is one instance where it can.</p><p style="font-size: smaller">Categories: <a href="science_and_technology-groupindex.html">science and technology</a>, <a href="mathematics-groupindex.html">mathematics</a></p>
</div>
<div class="article-desc"><img class="article-list-image" src="img/w520.jpg"/><a href="w520.html">They don't make 'em like that any more: the Lenovo W520</a><p>In praise of an iconic laptop computer.</p><p style="font-size: smaller">Categories: <a href="TDMTLTAM-groupindex.html">TDMTLTAM</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>