about/src/main/index.html

142 lines
7.7 KiB
HTML
Raw Normal View History

2021-04-22 18:12:04 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
2022-02-17 16:07:57 +01:00
<meta name="author" content="Florine W. Dekker" />
2021-04-22 18:12:04 +02:00
<meta name="application-name" content="About" />
2022-02-17 16:07:57 +01:00
<meta name="description" content="All about Florine." />
2021-04-22 18:12:04 +02:00
<meta name="theme-color" content="#0033cc" />
<meta name="fwd:nav:target" content="#nav" />
<meta name="fwd:nav:highlight-path" content="/About/" />
<meta name="fwd:footer:target" content="#footer" />
<meta name="fwd:footer:vcs-url" content="https://git.fwdekker.com/FWDekker/about/" />
<meta name="fwd:footer:version" content="v%%VERSION_NUMBER%%" />
2021-04-22 18:12:04 +02:00
<title>About | FWDekker</title>
<link rel="stylesheet" href="https://static.fwdekker.com/fonts/roboto/roboto.css" />
2021-09-02 00:57:18 +02:00
<link rel="stylesheet" href="https://static.fwdekker.com/fonts/fork-awesome/1.x.x/fork-awesome.css" />
2021-04-22 18:12:04 +02:00
<link rel="stylesheet" href="https://static.fwdekker.com/lib/template/2.x.x/template.css" />
<script async src="https://stats.fwdekker.com/count.js"
data-goatcounter="https://stats.fwdekker.com/count"></script>
</head>
<body>
<noscript>
<img src="https://stats.fwdekker.com/count?p=/about/" alt="Counting pixel" />
2021-04-28 13:43:16 +02:00
<p>
2021-04-22 18:12:04 +02:00
This website does not function fully if JavaScript is disabled.
Please check the <a href="https://www.enable-javascript.com/">
instructions on how to enable JavaScript in your web browser</a>.
</p>
</noscript>
2021-04-28 13:43:16 +02:00
<main> <!-- No need to hide if JS disabled -->
2021-04-22 18:12:04 +02:00
<div id="nav"></div>
<div id="contents">
<section class="container">
2021-04-23 14:27:59 +02:00
<div class="row">
<div class="column column-75">
<h3>Research</h3>
<p>
I'm currently a PhD candidate at TU Delft in the Computational Privacy group, in the area
of cybersecurity.
My research is on using multi-party computation to achieve privacy in the federated learning
setting.
Check my profile on
<a href="https://scholar.google.com/citations?user=dLqv1UEAAAAJ">&#9099;&nbsp;Google Scholar</a>,
<a href="https://orcid.org/0000-0002-0506-7365">&#9099;&nbsp;ORCID</a>, or
2022-02-22 15:23:59 +01:00
<a href="https://research.tudelft.nl/en/persons/florine-w-dekker">&#9099;&nbsp;TU Delft</a> for
an up-to-date list of publications.
2021-04-23 14:27:59 +02:00
</p>
2021-04-22 19:02:55 +02:00
2021-04-23 14:27:59 +02:00
<h3>Programming</h3>
<p>
I do a bunch of programming in my spare time.
I prefer programming in Kotlin, but I do lots of stuff in JavaScript as well because web tools
are just way more accessible;
nobody is going to download your untrusted distribution of Minesweeper if there's already a
<a href="https://fwdekker.com/tools/minesweeper/">perfectly good browser version</a>.
I sometimes use Python for some quick and dirty data processing.
</p>
<p>
Most of my web-related projects can be found on my self-hosted
<a href="https://git.fwdekker.com/">Gitea</a>&nbsp;instance.
Other projects are usually hosted over at
<a href="https://github.com/FWDekker/">&#9099;&nbsp;GitHub</a>.
My most popular project is probably the
<a href="https://github.com/FWDekker/intellij-randomness">&#9099;&nbsp;Randomness plugin</a> for
JetBrains&nbsp;IDEs.
</p>
2021-04-22 19:02:55 +02:00
2021-04-23 14:27:59 +02:00
<h3>Contact</h3>
<p>
If you have a question or whatever about a project of mine, feel free to open an issue on the
relevant repository.
</p>
<p>
2022-02-17 16:07:57 +01:00
You can also email me at <kbd>florine</kbd> at this very domain.
2021-04-23 14:27:59 +02:00
My PGP key is hosted in the web key directory on this domain, but your email client will
probably find it for you automatically.
2021-09-11 00:22:32 +02:00
If it doesn't, use GPG's <samp>--locate-key</samp> function or
<a href="https://fwdkr.co/pgp">grab the key directly</a>.
</p>
<h4>PGP keys</h4>
<p>
I'm currently on my third and (hopefully) final PGP key.
I started with <samp>0xB1B567AF58D6EE0F</samp> in 2017 and I had intended to create a new master
key every five years, but then <a href="https://wukl.net/">&#9099;&nbsp;a friend</a> told me
that it's a much better idea to have a non-expiring master key and rotating sub-keys.
So in 2021 I created <samp>0xBAEE7B87CAC0ECDD</samp> according to
<a href="https://github.com/drduh/YubiKey-Guide">&#9099;&nbsp;this excellent guide</a>.
However, later that year I found out that I had lost the password to the USB stick containing
the master key <i>and</i> the revocation certificate, so I moved on to create my current PGP
key, <samp>0xCB7A189A7860758B</samp>.
While you'll have to re-import my <i>sub</i>-keys again every year, I promise I'll do my best to
never need a new master key!
2021-04-23 14:32:29 +02:00
</p>
</div>
<div class="column column-25">
2021-09-11 00:22:32 +02:00
<h3 id="personalia">Personalia</h3>
2021-04-23 14:32:29 +02:00
<p>
2021-09-02 00:57:18 +02:00
<b><i class="fa fa-envelope-o" aria-hidden="true"></i> Email</b><br />
2022-02-17 16:07:57 +01:00
<kbd>florine@&lt;<a href="https://fwdekker.com/">domain</a>&gt;</kbd>,
2021-04-23 14:32:29 +02:00
<kbd>f.w.dekker@&lt;<a href="https://tudelft.nl/">affiliation</a>&gt;</kbd>
</p>
<p>
2021-09-02 00:57:18 +02:00
<b><i class="fa fa-key-modern" aria-hidden="true"></i> PGP key</b><br />
2021-04-23 14:32:29 +02:00
<a href="https://fwdkr.co/pgp">
2021-09-10 23:03:10 +02:00
<samp>8299 B00A 92AE 7B89 3E59 0D00 <b>CB7A 189A 7860 758B</b></samp>
2021-04-23 14:32:29 +02:00
</a>
</p>
<p>
2021-09-02 00:57:18 +02:00
<b><i class="fa fa-file-pdf-o" aria-hidden="true"></i> Resume</b><br />
2021-04-23 14:32:29 +02:00
<a href="https://fwdkr.co/cv">PDF</a>
2021-04-23 14:27:59 +02:00
</p>
2021-09-02 00:57:18 +02:00
<p>
<b><i class="fa fa-user-circle" aria-hidden="true"></i> Socials</b><br />
<span>
<a href="https://github.com/FWDekker/" aria-label="GitHub">
<i class="fa fa-github fa-lg fa-fw" aria-hidden="true"></i>
</a>
<a href="https://stackoverflow.com/users/3307872/fwdekker" aria-label="StackOverflow">
<i class="fa fa-stack-overflow fa-lg fa-fw" aria-hidden="true"></i>
</a>
<a href="https://linkedin.com/in/fwdekker/" aria-label="LinkedIn">
<i class="fa fa-linkedin-square fa-lg fa-fw" aria-hidden="true"></i>
</a>
</span>
</p>
2021-04-23 14:27:59 +02:00
</div>
</div>
2021-04-22 18:12:04 +02:00
</section>
</div>
<div id="footer"></div>
</main>
<script src="https://static.fwdekker.com/lib/template/2.x.x/template.js"></script>
</body>
</html>