summaryrefslogtreecommitdiff
path: root/index.xml
blob: 8c898c77676816d1ef932c0ea87ad2ddc0acfde2 (plain)
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>jaseg.de on Home</title>
    <link>http://jaseg.de/</link>
    <description>Recent content in jaseg.de on Home</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <copyright>Jan Sebastian Götte</copyright>
    <lastBuildDate>Tue, 26 Dec 2023 15:26:00 +0100</lastBuildDate>
    <atom:link href="http://jaseg.de/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>8seg</title>
      <link>http://jaseg.de/blog/8seg/</link>
      <pubDate>Tue, 26 Dec 2023 15:26:00 +0100</pubDate>
      <guid>http://jaseg.de/blog/8seg/</guid>
      <description>8seg Technical Overview Prologue German hacker culture has this intense love for things that light up in colorful ways. Like for many others in this community, I have always been fascinated by LEDs. One of the first things on my pile of unfinished projects was to build my own LED matrix and use it to display text. When I started that project, I was still new to electronics. Back then, commercial LED matrices were limited to red or green color only, and were very expensive, so there was an incentive to build your own.</description>
    </item>
    <item>
      <title>KiMesh</title>
      <link>http://jaseg.de/projects/kimesh/</link>
      <pubDate>Wed, 04 Oct 2023 23:42:00 +0200</pubDate>
      <guid>http://jaseg.de/projects/kimesh/</guid>
      <description>&lt;div class=&#34;document&#34;&gt;


&lt;p&gt;KiMesh is a KiCad plugin that automatically creates security meshes with two or traces covering an arbitrarily-shaped outline on the board.&lt;/p&gt;
&lt;/div&gt;</description>
    </item>
    <item>
      <title>Ubiquiti EdgeRouter on Deutsche Telekom GPON Fiber</title>
      <link>http://jaseg.de/blog/telekom-gpon-sfp/</link>
      <pubDate>Mon, 21 Feb 2022 20:00:00 +0100</pubDate>
      <guid>http://jaseg.de/blog/telekom-gpon-sfp/</guid>
      <description>Disclaimer I provide this guide as a reference for other knowledgeable users without any warranty. Please feel free to use this as a resource but do not hold me responsible if this does not work for you. There is a significant chance that due to an error on my side or due to Telekom changing their setup this guide will not work for you, and you may end up having to pay for an unsuccessful Telekom technician visit.</description>
    </item>
    <item>
      <title>New Paper on Inertial Hardware Security Modules</title>
      <link>http://jaseg.de/blog/ihsm-worlds-first-diy-hsm/</link>
      <pubDate>Tue, 23 Nov 2021 23:42:20 +0100</pubDate>
      <guid>http://jaseg.de/blog/ihsm-worlds-first-diy-hsm/</guid>
      <description>World&#39;s First DIY HSM Last week, Prof. Dr. Björn Scheuermann and I have published our first joint paper on Hardware Security Modules. In our paper, we introduce Inertial Hardware Security Modules (IHSMs), a new way of building high-security HSMs from basic components. I think the technology we demonstrate in our paper might allow some neat applications where some civil organization deploys a service that no one, not even they themselves, can snoop on.</description>
    </item>
    <item>
      <title>Kicad Mesh Plugin</title>
      <link>http://jaseg.de/blog/kicad-mesh-plugin/</link>
      <pubDate>Tue, 18 Aug 2020 13:15:39 +0200</pubDate>
      <guid>http://jaseg.de/blog/kicad-mesh-plugin/</guid>
      <description>Tamper Detection Meshes Cryptography is at the foundation of our modern, networked world. From email to card payment infrastructure in brick and mortar stores, cryptographic keys secure almost every part of our digital lives againts cybercriminals or curious surveillance capitalists. Without cryptography, many of the things we routinely do in our lives such as paying for groceries with a credit card, messaging a friend on Signal or unlocking a car with its keyfob would not be possible.</description>
    </item>
    <item>
      <title>Private Contact Discovery</title>
      <link>http://jaseg.de/blog/private-contact-discovery/</link>
      <pubDate>Sat, 22 Jun 2019 10:30:00 +0800</pubDate>
      <guid>http://jaseg.de/blog/private-contact-discovery/</guid>
      <description>Private Contact Discovery Private Contact Discovery (PCD) is the formal name for the problem modern smartphone messenger applications have on installation: Given a user&#39;s address book, find out which of their contacts also use the same messenger without the messenger&#39;s servers learning anything about the user&#39;s address book. The widespread non-private way to do this is to simply upload the user&#39;s address book to the app&#39;s operator&#39;s servers and do an SQL JOIN keyed on the phone number field against the database of registered users.</description>
    </item>
    <item>
      <title>Hardware Security Module Basics</title>
      <link>http://jaseg.de/blog/hsm-basics/</link>
      <pubDate>Fri, 17 May 2019 15:29:20 +0800</pubDate>
      <guid>http://jaseg.de/blog/hsm-basics/</guid>
      <description>Hardware Security Modules and Security Research and Cryptography On May 17 2019 I gave a short presentation on the fundamentals of hardware security modules at the weekly seminar of Prof. Mori&#39;s security research working group at Waseda University. The motivation for this was that outside of low-level hardware security people and people working in the financial industry HSMs are not thought about that often. In particular most network or systems security people would not consider them an option.</description>
    </item>
    <item>
      <title>How to talk to your microcontroller over serial</title>
      <link>http://jaseg.de/blog/serial-protocols/</link>
      <pubDate>Sat, 19 May 2018 08:09:46 +0200</pubDate>
      <guid>http://jaseg.de/blog/serial-protocols/</guid>
      <description>Scroll to the end for the TL;DR.
In this article I will give an overview on the protocols spoken on serial ports, highlighting common pitfalls. I will summarize some points on how to design a serial protocol that is simple to implement and works reliably even under error conditions.
If you have done low-level microcontroller firmware you will regularly have had to stuff some data up a serial port to another microcontroller or to a computer.</description>
    </item>
    <item>
      <title>Thor&#39;s Hammer</title>
      <link>http://jaseg.de/blog/thors-hammer/</link>
      <pubDate>Thu, 03 May 2018 11:59:37 +0200</pubDate>
      <guid>http://jaseg.de/blog/thors-hammer/</guid>
      <description>In case you were having an inferiority complex because your friends&#39; IBM Model M keyboards are so much louder than the shitty rubber dome freebie you got with your pc... Here&#39;s the solution: Thor&#39;s Hammer, a simple typing cadence enhancer for PS/2 keyboards.
Your browser does not support the HTML5 video tag. A demonstration of the completed project. h264 download / webm download The connects to the keyboard&#39;s PS/2 clock line and briefly actuates a large solenoid on each key press.</description>
    </item>
    <item>
      <title>32-Channel LED tape driver</title>
      <link>http://jaseg.de/blog/multichannel-led-driver/</link>
      <pubDate>Wed, 02 May 2018 11:31:14 +0200</pubDate>
      <guid>http://jaseg.de/blog/multichannel-led-driver/</guid>
      <description>Theoretical basics Together, a friend and I outfitted the small staircase at Berlin&#39;s Chaos Computer Club with nice, shiny RGB-WW LED tape for ambient lighting. This tape is like regular RGB tape but with an additional warm white channel, which makes for much more natural pastels and whites. There are several variants of RGBW tape. Cheap ones have separate RGB and white LEDs, which is fine for indirect lighting but does not work for direct lighting.</description>
    </item>
    <item>
      <title>Wifi Led Driver</title>
      <link>http://jaseg.de/blog/wifi-led-driver/</link>
      <pubDate>Wed, 02 May 2018 11:31:03 +0200</pubDate>
      <guid>http://jaseg.de/blog/wifi-led-driver/</guid>
      <description>Project motivation The completed driver board installed in the 3D-printed case. This device can now be connected to 12V and two segments of LED tape that can then be controlled trough Wifi. The ESP8266 module goes on the pin header on the left and was removed for this picture. After the multichannel LED driver was completed, I was just getting used to controlling LEDs at 14-bit resolution. I liked the board we designed in this project, but at 32 channels it was a bit large for most use cases.</description>
    </item>
    <item>
      <title>LED Characterization</title>
      <link>http://jaseg.de/blog/led-characterization/</link>
      <pubDate>Wed, 02 May 2018 11:18:38 +0200</pubDate>
      <guid>http://jaseg.de/blog/led-characterization/</guid>
      <description>Preface Recently, I have been working on a small driver for ambient lighting using 12V LED strips like you can get inexpensively from China. I wanted to be able to just throw one of these somewhere, stick down some LED tape, hook it up to a small transformer and be able to control it through Wifi. When I was writing the firmware, I noticed that when fading between different colors, the colors look all wrong!</description>
    </item>
    <item>
      <title>8seg</title>
      <link>http://jaseg.de/projects/8seg/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>http://jaseg.de/projects/8seg/</guid>
      <description>&lt;div class=&#34;document&#34;&gt;


&lt;p&gt;8seg is an experimental textual display. It is made from a 45m by 1.5m large lacework banner that can be put up in a variety of spaces, conforming to the space&#39;s size and shape through bending and folding.&lt;/p&gt;
&lt;/div&gt;</description>
    </item>
    <item>
      <title>About jaseg</title>
      <link>http://jaseg.de/about/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>http://jaseg.de/about/</guid>
      <description>About Hej, I&#39;m Jan, or jaseg. At the moment I&#39;m doing a PhD (Dr.-Ing.) at TU Darmstadt in Computer Science, specializing on Hardware Security. This is my personal website where I publish things that I find interesting.
I self-host my code at git.jaseg.de, but I am also on github and on gitlab. I use github for issue tracking for some of my projects such as gerbolyze and python-mpv. I maintain the python-mpv and gerbolyze python packages on PyPI.</description>
    </item>
    <item>
      <title>Gerbolyze</title>
      <link>http://jaseg.de/projects/gerbolyze/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>http://jaseg.de/projects/gerbolyze/</guid>
      <description>&lt;div class=&#34;document&#34;&gt;


&lt;p&gt;Gerbolyze is a tool that allows the modification of Gerber PCB artwork with a vector graphics editor like Inkscape. Gerbolyze directly converts between SVG and Gerber, and accurately reproduces details that other tools can not.&lt;/p&gt;
&lt;/div&gt;</description>
    </item>
    <item>
      <title>Gerbonara</title>
      <link>http://jaseg.de/projects/gerbonara/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>http://jaseg.de/projects/gerbonara/</guid>
      <description>&lt;div class=&#34;document&#34;&gt;


&lt;p&gt;Gerbonara is a user-friendly, powerful tool for reading, writing, modification and rendering of Gerber PCB artwork from the command line or from Python code. Gerbonara supports the Gerber dialects of all industry-standard EDA tools.&lt;/p&gt;
&lt;/div&gt;</description>
    </item>
    <item>
      <title>Impressum</title>
      <link>http://jaseg.de/imprint/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>http://jaseg.de/imprint/</guid>
      <description>Impressum Sebastian Götte c/o Praxis Dr. Götte Krankenhausstr. 1a 54634 Bitburg imprint@jaseg.net Inhaltlich Verantwortlicher gem. § 55 II RStV: Sebastian Götte (Anschrift s.o.) Lizenz dieser Seite Dieses Werk ist lizenziert unter einer Creative Commons Namensnennung - Nicht-kommerziell - Weitergabe unter gleichen Bedingungen 4.0 International Lizenz (CC-BY-NC-SA) . Haftungsbeschränkung für Inhalte der Website Gemäß § 7 Abs. 1 TMG ist der Verantwortliche der Website i. S. v. § 5 TMG für eigene Informationen, die er zur Nutzung bereithält, nach den allgemeinen Gesetzen verantwortlich.</description>
    </item>
    <item>
      <title>lolcat-c</title>
      <link>http://jaseg.de/projects/lolcat-c/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>http://jaseg.de/projects/lolcat-c/</guid>
      <description>&lt;div class=&#34;document&#34;&gt;


&lt;p&gt;lolcat-c is a small, high-performance re-implementation of the &lt;a class=&#34;reference external&#34; href=&#34;https://github.com/busyloop/lolcat&#34;&gt;lolcat&lt;/a&gt; rainbow cat utility. lolcat-c is meant as a lolcat that you can actually use in production. It is fast, not slowing down whatever you pipe through it, and it robustly handles real-world terminal output including escape sequences.&lt;/p&gt;
&lt;/div&gt;</description>
    </item>
    <item>
      <title>python-mpv</title>
      <link>http://jaseg.de/projects/python-mpv/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>http://jaseg.de/projects/python-mpv/</guid>
      <description>&lt;div class=&#34;document&#34;&gt;


&lt;p&gt;python-mpv is a small, ctypes-based Python library wrapping the libmpv media player library. Despite its small size and simple API, python-mpv allows advanced control over libmpv and beyond simple remote control of mpv can be used to embed mpv in OpenGL, Qt, and GTK-based Python applications.&lt;/p&gt;
&lt;/div&gt;</description>
    </item>
    <item>
      <title>svg-flatten</title>
      <link>http://jaseg.de/projects/svg-flatten/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>http://jaseg.de/projects/svg-flatten/</guid>
      <description>&lt;div class=&#34;document&#34;&gt;


&lt;p&gt;svg-flatten is a command-line utility that performs vector occlusion and clipping on SVG files, producing a flattened SVG file without overlapping elements, without changing what the file looks like. svg-flatten is used as a part of gerbolyze.&lt;/p&gt;
&lt;/div&gt;</description>
    </item>
    <item>
      <title>wsdiff</title>
      <link>http://jaseg.de/projects/wsdiff/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>http://jaseg.de/projects/wsdiff/</guid>
      <description>&lt;div class=&#34;document&#34;&gt;


&lt;p&gt;wsdiff is a command-line utility that produces self-contained, syntax-highlighted, HTML-formatted diffs that support both unified and side-by-side diffs from a single source file using nothing but CSS magic.&lt;/p&gt;
&lt;/div&gt;</description>
    </item>
  </channel>
</rss>