diff --git a/content/images/app_store_download.jpg b/content/images/app_store_download.jpg new file mode 100644 index 0000000..822c807 Binary files /dev/null and b/content/images/app_store_download.jpg differ diff --git a/content/posts/2023/12/update-on-projects/index.md b/content/posts/2023/12/update-on-projects/index.md index d55774c..afcf8fe 100644 --- a/content/posts/2023/12/update-on-projects/index.md +++ b/content/posts/2023/12/update-on-projects/index.md @@ -6,7 +6,7 @@ draft = false author = 'Janis Hutz' tags = [ 'Development' ] categories = [ 'News' ] -featuredImage = "" +featuredImage = "/posts/2024/04/upcoming-projects/new-projects.jpg" +++ I have not been posting much here over the past half a month, as I have been busy working on various projects and also planning a few projects. So, here's what projects are currently ongoing and what projects are upcoming @@ -28,3 +28,7 @@ When I find the time, I will be porting the QR & Barcode Insight App to Android # StorageManager I will probably partially or fully rewrite that app to make it more flexible, reliable and feature-rich. No timeline for this decided on just yet. + + +**Attribution for cover image** +https://www.picpedia.org/highway-signs/images/new-projects.jpg diff --git a/content/posts/2023/12/webkit-rant/cover.jpg b/content/posts/2023/12/webkit-rant/cover.jpg new file mode 100644 index 0000000..8ddbc63 Binary files /dev/null and b/content/posts/2023/12/webkit-rant/cover.jpg differ diff --git a/content/posts/2023/12/webkit-rant/index.md b/content/posts/2023/12/webkit-rant/index.md index 9600162..a30685f 100644 --- a/content/posts/2023/12/webkit-rant/index.md +++ b/content/posts/2023/12/webkit-rant/index.md @@ -8,7 +8,7 @@ tags = [ 'Linux', 'macOS', 'Development' ] categories = [ 'Rants' ] series = [ 'web-dev' ] series_weight = 1 -featuredImage = "" +featuredImage = "cover.jpg" +++ WebKit, WebKit, WebKit, why are you so bad? @@ -33,4 +33,8 @@ Personally, I hope that Apple tries to make WebKit a competent and competitive r # What can we do? -The best thing we can do is to never use Chromium browser, except maybe for checking that a website we just developed looks as intended on Chromium based browsers and instead use Gecko based browsers like Firefox, LibreWolf, Mullvad Browser, Waterfox and many more. Additionally, if you are fortunate to be on Linux use GNOME Web (aka Epiphany), Konqueror or similar browsers that are based on WebKit2GTK, which is using a more upstream version of WebKit than Safari is at times. \ No newline at end of file +The best thing we can do is to never use Chromium browser, except maybe for checking that a website we just developed looks as intended on Chromium based browsers and instead use Gecko based browsers like Firefox, LibreWolf, Mullvad Browser, Waterfox and many more. Additionally, if you are fortunate to be on Linux use GNOME Web (aka Epiphany), Konqueror or similar browsers that are based on WebKit2GTK, which is using a more upstream version of WebKit than Safari is at times. + + +**Attribution of cover image** +By Apple - https://webkit.org, LGPL, https://commons.wikimedia.org/w/index.php?curid=129303403 \ No newline at end of file diff --git a/content/posts/2024/01/vscode-rant/cover.jpg b/content/posts/2024/01/vscode-rant/cover.jpg new file mode 100644 index 0000000..0587f5e Binary files /dev/null and b/content/posts/2024/01/vscode-rant/cover.jpg differ diff --git a/content/posts/2024/01/vscode-rant/index.md b/content/posts/2024/01/vscode-rant/index.md index 528c554..e129f0a 100644 --- a/content/posts/2024/01/vscode-rant/index.md +++ b/content/posts/2024/01/vscode-rant/index.md @@ -8,7 +8,7 @@ tags = [ 'Linux', 'Windows', 'macOS', 'Development' ] categories = [ 'Rants' ] series = [] series_weight = 1 -featuredImage = "" +featuredImage = "cover.jpg" +++ # VSCode and its requirements to have an official build by Microsoft to use certain extensions diff --git a/content/posts/2024/02/ios-opening-up/index.md b/content/posts/2024/02/ios-opening-up/index.md index f5a59bd..cd78173 100644 --- a/content/posts/2024/02/ios-opening-up/index.md +++ b/content/posts/2024/02/ios-opening-up/index.md @@ -8,7 +8,7 @@ tags = [ 'macOS', 'Development' ] categories = [ 'Rants', 'News' ] series = [] series_weight = 1 -featuredImage = "" +featuredImage = "/images/app_store_download.jpg" +++ A couple of weeks ago, Apple announced that they are going to open up iOS. As somebody who develops apps for iOS this proposition seemed really nice at first glance, but when you dive into what they actually did, things are significantly worse than what they already have. diff --git a/supportFiles/cover-image-webkit-rant.xcf b/supportFiles/cover-image-webkit-rant.xcf new file mode 100644 index 0000000..49b9e67 Binary files /dev/null and b/supportFiles/cover-image-webkit-rant.xcf differ