From ddcdd7a0cbcf37979fd9451d9b59a4a1ea4662cc Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Fri, 5 Jan 2024 21:33:18 +0200 Subject: [PATCH] Fix rendering in old blog posts --- _posts/2017-07-09-how-to-write-a-master-thesis.md | 6 ------ ...twork-function-offloading-in-virtualized-environments.md | 4 +--- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/_posts/2017-07-09-how-to-write-a-master-thesis.md b/_posts/2017-07-09-how-to-write-a-master-thesis.md index a164847..a0fe659 100644 --- a/_posts/2017-07-09-how-to-write-a-master-thesis.md +++ b/_posts/2017-07-09-how-to-write-a-master-thesis.md @@ -21,10 +21,7 @@ Except I would just repeat what I have said back then for my Bachelor Thesis. So instead let me collect some statistics. -
![Contributions to master](https://tmp.fnordig.de/ma/commits.png) -Contributions to master -
I created the repository for all thesis work just 2 days after my birthday in 2016. Back then it should have been a completely different thesis topic, but due to some unexpected difficulties I had to drop the first topic before even beginning and went on to search for another. @@ -34,10 +31,7 @@ None of that code ended up in the final application of course. My commit frequency was quite different from back in my Bachelor thesis days. A lot less night shifts, but still nothing early in the morning. -
![Frequency of commits by time of day](https://tmp.fnordig.de/ma/punchcard.png) -Frequency of commits by time of day -
My application ended with about 4000 lines of C code, plus another 2000 lines of code in examples, tests and experiments. I also wrote some small helper tools in Rust, e.g. [ebpf-disasm](https://github.com/badboy/ebpf-disasm/) and a library and another tool, which I will make public in the next days. diff --git a/_posts/2017-11-08-master-thesis-network-function-offloading-in-virtualized-environments.md b/_posts/2017-11-08-master-thesis-network-function-offloading-in-virtualized-environments.md index aaaf46a..d51aec7 100644 --- a/_posts/2017-11-08-master-thesis-network-function-offloading-in-virtualized-environments.md +++ b/_posts/2017-11-08-master-thesis-network-function-offloading-in-virtualized-environments.md @@ -12,8 +12,6 @@ A couple of weeks ago I received my final grade and thus reached the academic de This also means I can now make the thesis public: -
[Network Function Offloading in Virtualized Environments](https://tmp.fnordig.de/uni/master-thesis/nf-offloading-in-virtualized-environments_jan-erik_rediger.pdf) (PDF) -
-If you have questions regarding anything in that thesis, contact me [on Twitter](https://twitter.com/badboy_) or [via email](mailto:janerik\ at\ fnordig\ dot\ de). +If you have questions regarding anything in that thesis, contact me [on Twitter](https://twitter.com/badboy_) or [via email](mailto:janerik@fnordig.de).