summaryrefslogtreecommitdiff
path: root/index.xml
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2021-08-15 14:32:23 +0200
committerjaseg <git@jaseg.de>2021-08-15 14:32:23 +0200
commit6c1bf0bbf6189c6927514f58271dd63831909640 (patch)
treed3c6f5b6ea8c90b1e0d9751c411d83c7ce113513 /index.xml
parent088e9c83e8683f9bfbf694771c128a3cc1d62c50 (diff)
parentfc5a5cf688997d7eb4705ad5c152497d175134af (diff)
downloadblog-6c1bf0bbf6189c6927514f58271dd63831909640.tar.gz
blog-6c1bf0bbf6189c6927514f58271dd63831909640.tar.bz2
blog-6c1bf0bbf6189c6927514f58271dd63831909640.zip
deploy.py auto-commit
Diffstat (limited to 'index.xml')
-rw-r--r--index.xml104
1 files changed, 104 insertions, 0 deletions
diff --git a/index.xml b/index.xml
new file mode 100644
index 0000000..f4ddb5b
--- /dev/null
+++ b/index.xml
@@ -0,0 +1,104 @@
+<?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</title>
+ <link>https://blog.jaseg.de/</link>
+ <description>Recent content on jaseg.de</description>
+ <generator>Hugo -- gohugo.io</generator>
+ <language>en-us</language>
+ <lastBuildDate>Tue, 18 Aug 2020 13:15:39 +0200</lastBuildDate><atom:link href="https://blog.jaseg.de/index.xml" rel="self" type="application/rss+xml" />
+ <item>
+ <title>Kicad Mesh Plugin</title>
+ <link>https://blog.jaseg.de/posts/kicad-mesh-plugin/</link>
+ <pubDate>Tue, 18 Aug 2020 13:15:39 +0200</pubDate>
+
+ <guid>https://blog.jaseg.de/posts/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>https://blog.jaseg.de/posts/private-contact-discovery/</link>
+ <pubDate>Sat, 22 Jun 2019 10:30:00 +0800</pubDate>
+
+ <guid>https://blog.jaseg.de/posts/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>https://blog.jaseg.de/posts/hsm-basics/</link>
+ <pubDate>Fri, 17 May 2019 15:29:20 +0800</pubDate>
+
+ <guid>https://blog.jaseg.de/posts/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>https://blog.jaseg.de/posts/serial-protocols/</link>
+ <pubDate>Sat, 19 May 2018 08:09:46 +0200</pubDate>
+
+ <guid>https://blog.jaseg.de/posts/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>https://blog.jaseg.de/posts/thors-hammer/</link>
+ <pubDate>Thu, 03 May 2018 11:59:37 +0200</pubDate>
+
+ <guid>https://blog.jaseg.de/posts/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>https://blog.jaseg.de/posts/multichannel-led-driver/</link>
+ <pubDate>Wed, 02 May 2018 11:31:14 +0200</pubDate>
+
+ <guid>https://blog.jaseg.de/posts/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>https://blog.jaseg.de/posts/wifi-led-driver/</link>
+ <pubDate>Wed, 02 May 2018 11:31:03 +0200</pubDate>
+
+ <guid>https://blog.jaseg.de/posts/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>https://blog.jaseg.de/posts/led-characterization/</link>
+ <pubDate>Wed, 02 May 2018 11:18:38 +0200</pubDate>
+
+ <guid>https://blog.jaseg.de/posts/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>About jaseg</title>
+ <link>https://blog.jaseg.de/about/</link>
+ <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
+
+ <guid>https://blog.jaseg.de/about/</guid>
+ <description>About foo</description>
+ </item>
+
+ <item>
+ <title>Impressum</title>
+ <link>https://blog.jaseg.de/imprint/</link>
+ <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
+
+ <guid>https://blog.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>
+
+ </channel>
+</rss>