From 1c9b7afc5644d5896ff98e567155f84373338729 Mon Sep 17 00:00:00 2001 From: matu3ba Date: Fri, 3 Jan 2025 00:40:48 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20matu3ba/?= =?UTF-8?q?matu3ba.github.io@54e4cdd1b0aa051d9de125a963cca0b27beabc69=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- articles/about/index.html | 24 ++++++++++++++++++++++ articles/ci_library/index.html | 2 +- articles/optimal_debugging/index.html | 2 +- articles/process_behavior/index.html | 2 +- articles/shennanigans_in_c/index.html | 2 +- articles/shennanigans_in_cpp/index.html | 2 +- articles/shennanigans_in_python/index.html | 2 +- articles/shennanigans_in_zig/index.html | 2 +- articles/using_zine/index.html | 2 +- index.html | 2 +- style.css | 2 +- 11 files changed, 34 insertions(+), 10 deletions(-) create mode 100644 articles/about/index.html diff --git a/articles/about/index.html b/articles/about/index.html new file mode 100644 index 0000000..3454e5f --- /dev/null +++ b/articles/about/index.html @@ -0,0 +1,24 @@ + + + + + Jans Website + + + + +
+
+
+

Jans Website. About.

+
+
+

About

+
+
+

Content

  • The purpose of the website is improving the state of the art with current focus on debugging (not making bugs or removing them).
  • Articles are of technical nature with focus of overview and user perspective and are aimed towards readers with technical background. Articles may be work in process (wip).
  • Posts are usually experience reports too short and not in-depth enough for articles.

Author

  • My name is Jan Philipp Hafer and my hobby is system analysis with current focus on debugging.
  • So far I have done various hardware and software things on embedded and desktop including the full development pipeline.
  • One side effect is that I have the habit of asking authors of projects debugging and design questions, if such information is missing, and collect best practices and semantics including trade-offs for various systems.
+
+
+
+ + diff --git a/articles/ci_library/index.html b/articles/ci_library/index.html index 9e60854..cc3e811 100644 --- a/articles/ci_library/index.html +++ b/articles/ci_library/index.html @@ -10,7 +10,7 @@

Towards an extensible continuous integration library.

diff --git a/articles/optimal_debugging/index.html b/articles/optimal_debugging/index.html index fad4538..2725856 100644 --- a/articles/optimal_debugging/index.html +++ b/articles/optimal_debugging/index.html @@ -10,7 +10,7 @@

Towards optimal an optimal debugging library framework

diff --git a/articles/process_behavior/index.html b/articles/process_behavior/index.html index a918679..6b99896 100644 --- a/articles/process_behavior/index.html +++ b/articles/process_behavior/index.html @@ -10,7 +10,7 @@

Process semantics and abstraction problems on Linux, Windows, MacOS, Posix.

diff --git a/articles/shennanigans_in_c/index.html b/articles/shennanigans_in_c/index.html index d9ee901..dec1753 100644 --- a/articles/shennanigans_in_c/index.html +++ b/articles/shennanigans_in_c/index.html @@ -10,7 +10,7 @@

C shennanigans: Pointers, sequence points and bit fields.

diff --git a/articles/shennanigans_in_cpp/index.html b/articles/shennanigans_in_cpp/index.html index 5961629..bb5ada6 100644 --- a/articles/shennanigans_in_cpp/index.html +++ b/articles/shennanigans_in_cpp/index.html @@ -10,7 +10,7 @@

Some C++ footgun avoidance.

diff --git a/articles/shennanigans_in_python/index.html b/articles/shennanigans_in_python/index.html index 0bd0015..e5993ec 100644 --- a/articles/shennanigans_in_python/index.html +++ b/articles/shennanigans_in_python/index.html @@ -10,7 +10,7 @@

Python shennanigans.

diff --git a/articles/shennanigans_in_zig/index.html b/articles/shennanigans_in_zig/index.html index 7f4093f..57deb28 100644 --- a/articles/shennanigans_in_zig/index.html +++ b/articles/shennanigans_in_zig/index.html @@ -10,7 +10,7 @@

Zig shennanigans.

diff --git a/articles/using_zine/index.html b/articles/using_zine/index.html index 574cac8..df7d951 100644 --- a/articles/using_zine/index.html +++ b/articles/using_zine/index.html @@ -10,7 +10,7 @@

Using zine

diff --git a/index.html b/index.html index 3b5d5b6..e3d0c7b 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@
-

Jans Website

+

Jans Website. About.

Overview

diff --git a/style.css b/style.css index b24b7b2..4a9f8ba 100644 --- a/style.css +++ b/style.css @@ -206,7 +206,7 @@ code.zig { grid-column-start: 1; grid-column-end: 3; /* exclusive end */ grid-row-start: 3; grid-row-end: 4; } -/* .static_column { } unneeded */ +.static_column { border-radius: 5px; outline: 1px solid; padding: 5px; } /* .static_row { } unneeded */ .flex_grid { column-gap: 20px; justify-content: center; margin: 15px; }