c3d2-web/content/static/datenspuren/2018/DS2018/events/9324.html
2018-09-12 22:16:36 +02:00

152 lines
4.9 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type">
<title>Schedule Datenspuren 2018</title>
<link rel="stylesheet" media="screen" href="/2018/public_schedule.css">
<link rel="stylesheet" media="all" href="/2018/style.css">
<link rel="stylesheet" media="print" href="/2018/public_schedule_print.css">
</head>
<body>
<div id="wrapper">
<div id="banner"></div>
<div id="header">
<h1>Schedule Datenspuren 2018</h1>
</div>
<div id="navigation">
<ul>
<li>
<a href="/2018/index.html">Overview</a>
</li>
<li>
<a href="/2018/schedule/1.html">
Saturday
-
<span class="small-font">2018-09-22</span>
</a>
</li>
<li>
<a href="/2018/schedule/2.html">
Sunday
-
<span class="small-font">2018-09-23</span>
</a>
</li>
<li>
<a href="/2018/speakers.html">Speakers</a>
</li>
<li>
<a href="/2018/events.html">Events</a>
</li>
<li>
<a href="/2018/timeline.html">timeline</a>
</li>
<li>
<a href="/2018/booklet.html">book</a>
</li>
<li>
<a href="/2018/qrcode.html">QR-Code</a>
</li>
</ul>
</div>
<div id="main-content">
<p class="release">Version 20180911</p>
<h2>Lecture: Freeing the Binary Format of the reMarkable e-ink Tablet</h2>
<h3 class="title"></h3>
<div class="column left" id="basic">
<div class="image large"><img src="/2018/system/events/logos/000/009/324/large/device.png" alt="Device"></div>
<p class="abstract">This talk shows further progress in understanding and documenting the binary file format created by an e-ink tablet with fast pen input, called reMarkable. We present the methods on how the format for drawings was decoded, our own open source file format API and how it plays with a wider community of open source enthusiasts around the device.</p>
<p class="description">This talk is about hacking around with a binary image format for fun and freedom. We will present how one can make sense of an unknown binary blob created by a proprietary hardware+software in order to gain more control over one's user data.
<br>Equipped with this knowledge comes responsibility: people want to use it so we obviously need an open source library for it. Files shall look well described on a Unix command line, so let's write a "file" magic. Default renderings are boring, so let's try to not only understand them but also add our own. We will geek our way through all relevant levels of a desktop FOSS software stack, embrace open (source) communities and show how easy it is to join one, enable creative applications and start to truly own our data.</p>
</div>
<div class="column left" id="details">
<h3>Info</h3>
<p>
<b>Day:</b>
<a href="/2018/schedule/1.html">2018-09-22</a>
<br>
<b>Start time:</b>
17:00
<br>
<b>Duration:</b>
00:30
<br>
<b>Room:</b>
Großer Saal
<br>
<b>Track:</b>
<a href="/2018/events.html#alles">Alles</a>
<br>
<b>Language:</b>
en
</p>
<h3>Links:</h3>
<ul>
<li><a href="/2018/events/9324.ics">iCalendar</a></li>
<li><a href="https://plasma.ninja/blog/devices/remarkable/binary/format/2017/12/26/reMarkable-lines-file-format.html">Blog: reMarkable .lines File Format</a></li>
<li><a href="https://remarkable.com/">reMarkable Tablet</a></li>
<li><a href="https://plasma.ninja/34c3/reMarkable_binary_format.pdf">Slides 34C3 (5'min lightning talk)</a></li>
<li><a href="https://github.com/ax3l/lines-are-beautiful">Library Project "Lines are Beautiful"</a></li>
</ul>
<h3>Feedback</h3>
<p>
<a href="https://frab.cccv.de/de/DS2018/public/events/9324/feedback/new">Click here to let us know how you liked this event.</a>
</p>
<div class="column left" id="concurrent_events">
<h3>Concurrent Events</h3>
<dl class="dl-horizontal">
</dl>
</div>
</div>
<div class="column right" id="sidebar">
<h3>Speakers</h3>
<table class="list">
<tbody>
<tr>
<td><div class="image small"><img src="/2018/system/people/avatars/000/006/691/small/md.png" alt="Md"></div></td>
<td><a href="/2018/speakers/6691.html">ax3l</a></td>
</tr>
</tbody>
</table>
</div>
<div class="span16">
</div>
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "Event",
"name" : "Freeing the Binary Format of the reMarkable e-ink Tablet",
"location" : {
"@type" : "Place",
"name" : "Großer Saal",
"address" : "Datenspuren 2018"
},
"startDate" : "2018-09-22T17:00:00+0200",
"endDate" : "2018-09-22T17:30:00+0200",
"performer" : [{&quot;name&quot;:&quot;ax3l&quot;,&quot;@type&quot;:&quot;Person&quot;,&quot;sameAs&quot;:&quot;/de/DS2018/public/speakers/6691&quot;,&quot;image&quot;:&quot;/system/people/avatars/000/006/691/small/md.png?1473017630&quot;}],
"inLanguage" : "en",
"superEvent" : {
"@type" : "Event",
"sameAs" : "/de/DS2018/public/schedule",
"name" : "Datenspuren 2018",
"location" : {
"@type" : "Place",
"name" : "Datenspuren 2018",
"address" : "Datenspuren 2018"
},
"startDate" : "2018-09-22T10:00:00+0200"
}
}
</script>
<br class="clear">
</div>
</div>
<div id="footer">
<p>This schedule was generated with <a href="http://frab.github.io/frab/">frab</a>.</p>
</div>
</body>
</html>