-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
124 lines (79 loc) · 3.74 KB
/
index.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
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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="generator" content="Hugo 0.71.1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="format-detection" content="telephone=no, date=no, address=no, email=no" />
<meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/remixicon/remixicon.css"><link rel="stylesheet" href="/css/tony.min.fb868585c3c6c40d9bad8b2f84de9943de8b6e93a59c8842107174e393559d57.css" integrity="sha256-+4aFhcPGxA2brYsvhN6ZQ96LbpOlnIhCEHF045NVnVc="/>
<link rel="shortcut icon" href="/images/avatar.png" type="image/x-icon" />
<title>larsson.dev</title>
<meta name="author" content="" /><meta name="description" content="notes to come back to when I've forgotten them" />
<link rel="canonical" href="https://larsson.dev/" />
<link href="/css/hljs.min.css" rel="stylesheet">
<script src="/js/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</head>
<header id="header-div" class="tony-header-fixed">
<div class="header-div1">
<a href="https://larsson.dev/" style="display:inline-block;">
larsson.dev
</a>
</div>
<div class="header-div2">
</div>
</header>
<body>
<div id="index" class="pjax-container">
<div class="grid grid-centered" style="max-width: 1024px; padding: 0px 20px; margin-top: 80px;">
<div id="grid-cell" class="grid-cell">
<div id="header_info" class="index-top">
<nav class="header-nav reveal">
<a href="/" title="TonyHe" class="header-logo" style="text-decoration: none;"></a>
<p class="lead" style="margin-top: 0px; margin-left: 5px;">"notes to remind me of things I will eventually forget"</p>
</nav>
<div class="tags-div">
<a class="tags-scroll-right scroll-left" id="tags-scroll-left">
<i class="ri-arrow-left-line"></i>
</a>
<ul class="post_tags" id="post_tags">
</ul>
<a class="tags-scroll-right" id="tags-scroll-right">
<i class="ri-arrow-right-line"></i>
</a>
</div>
</div>
<ul class="article-list">
<li class="article-list-item reveal index-post-list">
<div>
<a href="/posts/posix-mq-on-freebsd/" class="" style="text-decoration: none;">
<h5 style="margin: 15px 0px 0px; padding: 0px;">Posix message queues on FreeBSD 12.1</h5>
</a>
<p>So I was playing around with different UNIX IPC and getting posix message queues took me quite a while to figure out....</p>
<div class="article-list-footer">
<span class="article-list-date">2020-05-31</span>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</body>
<div>
<div class="footer reveal">
<p>
</p>
</div>
</div>
<script src="/js/jquery.min.js"></script><script src="/js/tony.min.21fb28b08edccb7a220a2a53f8fa67ba2f62588d04437e5a3998769b79537006.js" integrity="sha256-IfsosI7cy3oiCipT+Ppnui9iWI0EQ35aOZh2m3lTcAY="></script><script src="/js/medium-zoom.min.js"></script>
<script>
mediumZoom(document.querySelectorAll('div.article-content img'), {
background: '#fff'
});
</script>
</html>