aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus@rgdd.se>2023-06-19 17:53:27 +0200
committerRasmus Dahlberg <rasmus@rgdd.se>2023-06-19 17:53:27 +0200
commitac731789b3dc48df4bdaacb49ea7a87d46d8d44e (patch)
tree031e3926a7abec72ae3a5c959c47538b1c3eb603
parentcf304f5ecd3c1f62fc213e92224edfa9b03a7577 (diff)
Fix bio
-rw-r--r--.hugo_build.lock0
-rw-r--r--README.md2
-rw-r--r--content/_index.md35
3 files changed, 23 insertions, 14 deletions
diff --git a/.hugo_build.lock b/.hugo_build.lock
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/.hugo_build.lock
diff --git a/README.md b/README.md
index 273a550..fbdf5c7 100644
--- a/README.md
+++ b/README.md
@@ -17,4 +17,4 @@ a basic template (`hugo new post/mypost.md`), or peak at a previous post.
## Generate a new website that can be published
1. Check that it runs as expected locally (see quick start, step 3).
2. Run `hugo`. This will update the `public` repository that is deployed somewhere.
-3. `rsync -r public/* nemo:/var/www/rgdd.se/html/`
+3. `rsync -r public/* nemo:/var/www/rgdd.se/`
diff --git a/content/_index.md b/content/_index.md
index b8bdba3..db85194 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -3,25 +3,33 @@ title: "rgdd.se"
---
{{< figure class="avatar" src="img/author.jpg" alt="avatar">}}
-PhD student at [Karlstad University][]. Software engineer at [Glasklar Teknik][].
-I am passionate about transparency logs, anonymity networks, and Linux. I have
-a keen interest for the overlap between research, engineering, and operations.
-Off-work I cook, walk, socialize, lift weights, and spoil my cat.
-
-[Karlstad University]: https://www.kau.se/en/
-[Glasklar Teknik]: https://www.glasklarteknik.se/
+Researcher and software engineer based in Karlstad, Sweden. I earned my
+[doctoral degree][] from [Karlstad University][]. My current workplace is
+[Glasklar Teknik AB][], a sister company to [Mullvad VPN][]. I have a keen
+interest for the overlap between research, development, and operations. Some of
+the topics that I am most passionate about include transparency logs, anonymity
+networks, applied cryptography, and Linux.
+
+[doctoral degree]: https://www.diva-portal.org/smash/get/diva2:1751660/FULLTEXT02.pdf
+[Karlstad University]: https://www.kau.se/
+[Glasklar Teknik AB]: https://www.glasklarteknik.se/
+[Mullvad VPN]: https://www.mullvad.net/
+
+When I am not immersed in the world of technology, you will likely find me honing
+my culinary skills, socializing with friends, going out on walks, hitting the
+gym for weightlifting sessions, or showering my beloved cat with affection.
# Project involvement
I am a core member of the following projects:
- - [Sigsum]: a free and open source software project that makes a signer's
+ - [Sigsum][]: a free and open source software project that makes a signer's
key-usage transparent. It can be used as a building block to secure the
supply chain and more.
- - [System Transparency]: an open source project that provides a security
+ - [System Transparency][]: an open source project that provides a security
architecture for bare metal servers. A system's entire boot chain becomes
protected and auditable.
- - [Tor]: a 501(c)(3) US nonprofit that advance human rights and defend online
+ - [Tor][]: a 501(c)(3) US nonprofit that advance human rights and defend online
privacy through free software and open networks.
[Sigsum]: https://www.sigsum.org/
@@ -29,15 +37,16 @@ I am a core member of the following projects:
[Tor]: https://www.torproject.org/
# Selected publications
+
+ - Rasmus Dahlberg and Tobias Pulls.
+ [Timeless Timing Attacks and Preload Defenses in Tor's DNS Cache](https://www.usenix.org/conference/usenixsecurity23/presentation/dahlberg).
+ USENIX Security (2023)
- Rasmus Dahlberg, Tobias Pulls, Tom Ritter, and Paul Syverson.
[Privacy-Preserving \& Incrementally-Deployable Support for Certificate Transparency in Tor](https://petsymposium.org/2021/files/papers/issue2/popets-2021-0024.pdf).
PETS (2021)
- Tobias Pulls and Rasmus Dahlberg.
[Website Fingerprinting with Website Oracles](https://petsymposium.org/2020/files/papers/issue1/popets-2020-0013.pdf).
PETS (2020)
- - Rasmus Dahlberg, Tobias Pulls, Jonathan Vestin, Toke Høiland-Jørgensen, and Andreas Kassler.
- [Aggregation-Based Certificate Transparency Gossip](https://arxiv.org/pdf/1806.08817.pdf).
- SECUREWARE (2019)
- Tobias Pulls and Rasmus Dahlberg.
[Steady: A Simple End-to-End Secure Logging System](https://eprint.iacr.org/2018/737.pdf).
NordSec (2018)