about summary refs log tree commit diff
path: root/html/blog/index.html
blob: ef8e9d44242701ce36dd4276959f0855a572b1de (plain) (blame)
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
<!doctype html>
<html lang=en-US dir=ltr>
<head>
	<title>~/blog</title>
	<meta charset=UTF-8>
	<meta name=robots content="noindex, nofollow">
	<meta name=viewport content="width=device-width, initial-scale=1">
	<link rel=stylesheet href=/css/terminal.css>
	<script src='/js/moon-phase.js'></script>
	<link rel=alternate type=application/atom+xml title=Atom href=/blog/feed.xml>
</head>

<body>
<!-- todo color picker -->

<header>
	<h1>~/blog</h1>
	<span style="float: right; user-select: none" id=decor-moons aria-hidden=true></span>
	<nav aria-label=primary>
		
		<ul>
			<li>
				<a href="/">Home</a>
			</li>
			<li>
				<a href="/resources/">Resources</a>
			</li>
			<li>
				<a href="/blog/" class="active" aria-current="page">Blog</a>
			</li>
			<li>
				<a href="https://git.starfall.systems">Git</a>
			</li>
		</ul>
	</nav>
</header>

<main>
<style>
.feed-icon {
	display: block;
	float: right;
	height: 1.5em;
	width: 1.5em;
	background: url('/img/feed-icon.svg') center/contain, var(--fg);
	background-blend-mode: luminosity;
	mask: url('/img/feed-icon.svg') 0 0/100% 100%;
}
</style>
<a href=/blog/feed.xml alt="Atom feed" class=feed-icon></a>

<article class=blogpost>
	<h2><a href="/blog/java-timezones/">Timezones in Java</a></h2>
	<time datetime="2023-08-15 16:10:00.000Z" title="2023-08-15 16:10:00.000Z">
		2023-08-15
	</time><p><p>Recently ran into an issue at work that we couldn't find a direct answer to anywhere on the Internet (thanks to the terrible state of search in the modern day after Search Engine Optimization and Large Language Models have screwed it over, but that's another topic...) relating to three-letter abbreviations for timezones.</p>
<p>Long story short, use canonical timezone names <a href="http://web.cs.ucla.edu/~eggert/tz/tz-link.htm">from tzdb</a> like &quot;America/New_York&quot; instead of abbreviations like &quot;ET&quot;.</p>
</article>

<article class=blogpost>
	<h2><a href="/blog/lament-for-the-commons/">Lament for the Commons</a></h2>
	<time datetime="2023-07-03 19:00:00.000Z" title="2023-07-03 19:00:00.000Z">
		2023-07-03
	</time><p><blockquote>
<p>&quot;The old world is dying, and the new world struggles to be born: now is the time of monsters.&quot; -- Antonio Gramsci</p>
</blockquote>
<p>It might be slightly overblown to be quoting an Italian communist imprisoned by Mussolini to criticise the decisions made by corporate social media this past month or so, but given their contributions to fascism globally, maybe it isn't... Either way, it has been interesting to see them all seemingly competing for 'worst decision'.</p>
</article>

<article class=blogpost>
	<h2><a href="/blog/2023-W25/">Things We Read This Week</a></h2>
	<time datetime="2023-06-26 00:00:00.000Z" title="2023-06-26 00:00:00.000Z">
		2023-06-25
	</time></article>

<article class=blogpost>
	<h2><a href="/blog/centralization-through-decentralization/">Centralization Through Decentralization</a></h2>
	<time datetime="2023-05-25 01:00:00.000Z" title="2023-05-25 01:00:00.000Z">
		2023-05-24
	</time><p><p>An opinion piece was recently published in Wired magazine titled <a href="https://www.wired.com/story/the-hidden-dangers-of-the-decentralized-web/">&quot;The Hidden Dangers of the Decentralized
Web&quot;</a>. It makes a lot of basic factual errors, conflates valid reasons to mistrust centralized social media with antisemitic conspiracy theories and grifts, and somehow even manages to make basic security practice out as conspiratorial. I'm not all that interested in giving it the time of day, except for one paragraph that stuck out to me.</p>
</article>



</main>

<footer>
<section>
	<p>This site is 100% <a href=https://git.starfall.systems/web>source-available</a>. © 2020-2023 Starfall. See <a href=https://git.starfall.systems/web/tree/COPYING.md rel=license>COPYING.md</a>.
</section>
<div style=text-align:center>∨/∧</div>
</footer>

</body>