From 9fd154b46a88896361f453a9635d357eeca0d996 Mon Sep 17 00:00:00 2001 From: Diane M Date: Fri, 2 Feb 2024 08:57:30 +0100 Subject: [PATCH] new article --- public/404.html | 22 +++++----- public/about-me/index.html | 32 +++++++------- public/index.html | 26 ++++++------ public/index.xml | 24 +++++------ public/posts/build-rust-dockerfile/index.html | 34 +++++++-------- public/posts/feature-production/index.html | 36 ++++++++-------- public/posts/green-it/index.html | 38 ++++++++--------- public/posts/index.html | 42 +++++++++---------- public/posts/index.xml | 20 ++++----- public/posts/work-from-home/index.html | 38 ++++++++--------- public/sitemap.xml | 18 ++++---- public/tags/index.html | 36 ++++++++-------- public/tags/index.xml | 8 ++-- public/tags/untagged/index.html | 40 +++++++++--------- public/tags/untagged/index.xml | 16 +++---- 15 files changed, 215 insertions(+), 215 deletions(-) diff --git a/public/404.html b/public/404.html index 0924813..61cfe1d 100644 --- a/public/404.html +++ b/public/404.html @@ -11,20 +11,20 @@ - + - - - - - - + + + + + + 404 Page not found - + @@ -37,14 +37,14 @@

404

Oops, page not found…

- Home - Archives + Home + Archives

- + diff --git a/public/about-me/index.html b/public/about-me/index.html index 9a94b38..67d6e31 100644 --- a/public/about-me/index.html +++ b/public/about-me/index.html @@ -14,22 +14,22 @@ - + - - - - - - + + + + + + About Me - + @@ -39,12 +39,12 @@
@@ -55,8 +55,8 @@ @@ -70,15 +70,15 @@

About Me

- + diff --git a/public/index.html b/public/index.html index 9490050..ae72e43 100644 --- a/public/index.html +++ b/public/index.html @@ -12,21 +12,21 @@ - + - - - - - - + + + + + + Diane M's blog - - + + @@ -41,20 +41,20 @@

Diane M's blog

- + diff --git a/public/index.xml b/public/index.xml index e15eb1d..670c821 100644 --- a/public/index.xml +++ b/public/index.xml @@ -2,18 +2,18 @@ Diane M's blog - https://princess-entrapta.github.io/blog/posts/ + https://princess-entrapta.github.io/blog/ Recent content on Diane M's blog Hugo -- gohugo.io en-us This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License. - Fri, 02 Feb 2024 07:29:33 +0100 + Fri, 02 Feb 2024 07:29:33 +0100 Feature Production - https://princess-entrapta.github.io/blog/posts/posts/feature-production/ + https://princess-entrapta.github.io/blog/posts/feature-production/ Fri, 02 Feb 2024 07:29:33 +0100 - https://princess-entrapta.github.io/blog/posts/posts/feature-production/ + https://princess-entrapta.github.io/blog/posts/feature-production/ My engineers output is slower than ever There is a catch that is never really explained in agile methodology, and is inherent to any software development lifecycle. It is always slowing down, one day or another, and significantly so. Your velocity will crash. Either your estimates will inflate, or the velocity will drop. Less and less features get out. @@ -22,10 +22,10 @@ We will cover here what is that phenomenon about and how to act upon it. Developers Work From Home - https://princess-entrapta.github.io/blog/posts/posts/work-from-home/ + https://princess-entrapta.github.io/blog/posts/work-from-home/ Wed, 01 Nov 2023 19:31:16 +0100 - https://princess-entrapta.github.io/blog/posts/posts/work-from-home/ + https://princess-entrapta.github.io/blog/posts/work-from-home/ After presenting developers work from home data, I will present key opportunity and challenges that arise from it. I will then conclude with personal opinion and recommendation regarding work for home for developers. Key data Stack overflow 2023 developer survey disclosed that: 42% respondants developers work in totally remote environment 42% in hybrid environment, mixing in office and remote work 16% in fully in-office. Self-employed developers work remotely for 70% of them. @@ -33,19 +33,19 @@ Key data Stack overflow 2023 developer survey disclosed that: Green It - https://princess-entrapta.github.io/blog/posts/posts/green-it/ + https://princess-entrapta.github.io/blog/posts/green-it/ Fri, 27 Oct 2023 18:53:49 +0200 - https://princess-entrapta.github.io/blog/posts/posts/green-it/ + https://princess-entrapta.github.io/blog/posts/green-it/ Some figures about IT and the environment Electronic devices and other IT related activity represent 4% of the total global carbon footprint, a figure that is growing every year due to sector growth. If the proportion may look small, it actually is important regarding other industry sectors; automobile sector, known for its pollution side effects, in its whole is for example estimated weighting roughly 6 to 9% of global carbon emissions. Dockerfile for small Rust images (with dependency build caching) - https://princess-entrapta.github.io/blog/posts/posts/build-rust-dockerfile/ + https://princess-entrapta.github.io/blog/posts/build-rust-dockerfile/ Wed, 25 Oct 2023 12:56:00 +0200 - https://princess-entrapta.github.io/blog/posts/posts/build-rust-dockerfile/ + https://princess-entrapta.github.io/blog/posts/build-rust-dockerfile/ Introduction After reading multiple tutorials for building docker images and optimize them, I compiled an optimized Dockerfile that can: Have final images that are small, in the 50MB range Benefit from docker caching, allowing to have build times under 10s if you don’t change dependencies We will assume here you start with a project my_app you already have or have created with cargo new. Setting up We use this docker file. @@ -53,10 +53,10 @@ Setting up We use this docker file. About Me - https://princess-entrapta.github.io/blog/posts/about-me/ + https://princess-entrapta.github.io/blog/about-me/ Wed, 25 Oct 2023 00:00:00 +0000 - https://princess-entrapta.github.io/blog/posts/about-me/ + https://princess-entrapta.github.io/blog/about-me/ Coming soon diff --git a/public/posts/build-rust-dockerfile/index.html b/public/posts/build-rust-dockerfile/index.html index 3fa22d9..9c8e386 100644 --- a/public/posts/build-rust-dockerfile/index.html +++ b/public/posts/build-rust-dockerfile/index.html @@ -18,7 +18,7 @@ Have final images that are small, in the 50MB range Benefit from docker caching, allowing to have build times under 10s if you don’t change dependencies We will assume here you start with a project my_app you already have or have created with cargo new. Setting up We use this docker file." /> - + @@ -27,15 +27,15 @@ Have final images that are small, in the 50MB range Benefit from docker caching, allowing to have build times under 10s if you don’t change dependencies We will assume here you start with a project my_app you already have or have created with cargo new. Setting up We use this docker file."/> - - - - - - + + + + + + Dockerfile for small Rust images (with dependency build caching) - + @@ -45,12 +45,12 @@
@@ -61,8 +61,8 @@ @@ -163,7 +163,7 @@

Thanks to / further reading -

@@ -172,15 +172,15 @@

Thanks to / further reading -

© 2024 Diane M. · CC0 License

+

© 2024 Diane M. · CC0 License

- Made with Hugo · Theme Hermit · + Made with Hugo · Theme Hermit ·

- + diff --git a/public/posts/feature-production/index.html b/public/posts/feature-production/index.html index c516a19..c380a6f 100644 --- a/public/posts/feature-production/index.html +++ b/public/posts/feature-production/index.html @@ -20,7 +20,7 @@ Your velocity will crash. Either your estimates will inflate, or the velocity will drop. Less and less features get out. We will cover here what is that phenomenon about and how to act upon it." /> - + @@ -30,15 +30,15 @@ Your velocity will crash. Either your estimates will inflate, or the velocity will drop. Less and less features get out. We will cover here what is that phenomenon about and how to act upon it."/> - - - - - - + + + + + + Feature Production - + @@ -48,12 +48,12 @@
@@ -64,8 +64,8 @@ @@ -112,14 +112,14 @@

Final words
-
@@ -128,15 +128,15 @@

Final words - + diff --git a/public/posts/green-it/index.html b/public/posts/green-it/index.html index fdab53f..49c4ff7 100644 --- a/public/posts/green-it/index.html +++ b/public/posts/green-it/index.html @@ -14,22 +14,22 @@ - + - - - - - - + + + + + + Green It - + @@ -39,12 +39,12 @@
@@ -55,8 +55,8 @@ @@ -107,17 +107,17 @@

Conclusion
- -
@@ -126,15 +126,15 @@

Conclusion -

© 2024 Diane M. · CC0 License

+

© 2024 Diane M. · CC0 License

- Made with Hugo · Theme Hermit · + Made with Hugo · Theme Hermit ·

- + diff --git a/public/posts/index.html b/public/posts/index.html index fcf9a5c..856e5ad 100644 --- a/public/posts/index.html +++ b/public/posts/index.html @@ -11,21 +11,21 @@ - + - - - - - - + + + + + + Posts - - + + @@ -34,12 +34,12 @@
@@ -50,8 +50,8 @@ @@ -62,7 +62,7 @@

Posts

2024
  • - + Feature Production Feb 2 @@ -73,19 +73,19 @@

    Posts

    2023
    • - + Developers Work From Home Nov 1
    • - + Green It Oct 27
    • - + Dockerfile for small Rust images (with dependency build caching) Oct 25 @@ -95,15 +95,15 @@

      Posts

      - + diff --git a/public/posts/index.xml b/public/posts/index.xml index 16de9bf..9c16b88 100644 --- a/public/posts/index.xml +++ b/public/posts/index.xml @@ -1,20 +1,20 @@ Posts on Diane M's blog - https://princess-entrapta.github.io/blog/posts/posts/ + https://princess-entrapta.github.io/blog/posts/ Recent content in Posts on Diane M's blog Hugo -- gohugo.io en-us This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License. Fri, 02 Feb 2024 07:29:33 +0100 - + Feature Production - https://princess-entrapta.github.io/blog/posts/posts/feature-production/ + https://princess-entrapta.github.io/blog/posts/feature-production/ Fri, 02 Feb 2024 07:29:33 +0100 - https://princess-entrapta.github.io/blog/posts/posts/feature-production/ + https://princess-entrapta.github.io/blog/posts/feature-production/ My engineers output is slower than ever There is a catch that is never really explained in agile methodology, and is inherent to any software development lifecycle. It is always slowing down, one day or another, and significantly so. Your velocity will crash. Either your estimates will inflate, or the velocity will drop. Less and less features get out. @@ -54,10 +54,10 @@ We will cover here what is that phenomenon about and how to act upon it. Developers Work From Home - https://princess-entrapta.github.io/blog/posts/posts/work-from-home/ + https://princess-entrapta.github.io/blog/posts/work-from-home/ Wed, 01 Nov 2023 19:31:16 +0100 - https://princess-entrapta.github.io/blog/posts/posts/work-from-home/ + https://princess-entrapta.github.io/blog/posts/work-from-home/ After presenting developers work from home data, I will present key opportunity and challenges that arise from it. I will then conclude with personal opinion and recommendation regarding work for home for developers. Key data Stack overflow 2023 developer survey disclosed that: 42% respondants developers work in totally remote environment 42% in hybrid environment, mixing in office and remote work 16% in fully in-office. Self-employed developers work remotely for 70% of them. @@ -119,10 +119,10 @@ while mentionned advantages to work in office include better communication, bond Green It - https://princess-entrapta.github.io/blog/posts/posts/green-it/ + https://princess-entrapta.github.io/blog/posts/green-it/ Fri, 27 Oct 2023 18:53:49 +0200 - https://princess-entrapta.github.io/blog/posts/posts/green-it/ + https://princess-entrapta.github.io/blog/posts/green-it/ Some figures about IT and the environment Electronic devices and other IT related activity represent 4% of the total global carbon footprint, a figure that is growing every year due to sector growth. If the proportion may look small, it actually is important regarding other industry sectors; automobile sector, known for its pollution side effects, in its whole is for example estimated weighting roughly 6 to 9% of global carbon emissions. Some figures about IT and the environment

    @@ -163,10 +163,10 @@ Yet, this is a misconception I often have seen vehiculed by some corporations, e Dockerfile for small Rust images (with dependency build caching) - https://princess-entrapta.github.io/blog/posts/posts/build-rust-dockerfile/ + https://princess-entrapta.github.io/blog/posts/build-rust-dockerfile/ Wed, 25 Oct 2023 12:56:00 +0200 - https://princess-entrapta.github.io/blog/posts/posts/build-rust-dockerfile/ + https://princess-entrapta.github.io/blog/posts/build-rust-dockerfile/ Introduction After reading multiple tutorials for building docker images and optimize them, I compiled an optimized Dockerfile that can: Have final images that are small, in the 50MB range Benefit from docker caching, allowing to have build times under 10s if you don’t change dependencies We will assume here you start with a project my_app you already have or have created with cargo new. Setting up We use this docker file. diff --git a/public/posts/work-from-home/index.html b/public/posts/work-from-home/index.html index f2ea495..5853b88 100644 --- a/public/posts/work-from-home/index.html +++ b/public/posts/work-from-home/index.html @@ -18,7 +18,7 @@ Key data Stack overflow 2023 developer survey disclosed that: 42% respondants developers work in totally remote environment 42% in hybrid environment, mixing in office and remote work 16% in fully in-office. Self-employed developers work remotely for 70% of them." /> - + @@ -27,15 +27,15 @@ Key data Stack overflow 2023 developer survey disclosed that: 42% respondants developers work in totally remote environment 42% in hybrid environment, mixing in office and remote work 16% in fully in-office. Self-employed developers work remotely for 70% of them."/> - - - - - - + + + + + + Developers Work From Home - + @@ -45,12 +45,12 @@
    @@ -61,8 +61,8 @@ @@ -132,17 +132,17 @@

    Why I believe in remote
    - -
    @@ -151,15 +151,15 @@

    Why I believe in remote -

    © 2024 Diane M. · CC0 License

    +

    © 2024 Diane M. · CC0 License

    - Made with Hugo · Theme Hermit · + Made with Hugo · Theme Hermit ·

    - + diff --git a/public/sitemap.xml b/public/sitemap.xml index 606f21a..9e71193 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -2,31 +2,31 @@ - https://princess-entrapta.github.io/blog/posts/ + https://princess-entrapta.github.io/blog/ 2024-02-02T07:29:33+01:00 - https://princess-entrapta.github.io/blog/posts/posts/feature-production/ + https://princess-entrapta.github.io/blog/posts/feature-production/ 2024-02-02T07:29:33+01:00 - https://princess-entrapta.github.io/blog/posts/posts/ + https://princess-entrapta.github.io/blog/posts/ 2024-02-02T07:29:33+01:00 - https://princess-entrapta.github.io/blog/posts/tags/ + https://princess-entrapta.github.io/blog/tags/ 2024-02-02T07:29:33+01:00 - https://princess-entrapta.github.io/blog/posts/tags/untagged/ + https://princess-entrapta.github.io/blog/tags/untagged/ 2024-02-02T07:29:33+01:00 - https://princess-entrapta.github.io/blog/posts/posts/work-from-home/ + https://princess-entrapta.github.io/blog/posts/work-from-home/ 2023-11-01T19:31:16+01:00 - https://princess-entrapta.github.io/blog/posts/posts/green-it/ + https://princess-entrapta.github.io/blog/posts/green-it/ 2023-10-27T18:53:49+02:00 - https://princess-entrapta.github.io/blog/posts/posts/build-rust-dockerfile/ + https://princess-entrapta.github.io/blog/posts/build-rust-dockerfile/ 2023-10-25T12:56:00+02:00 - https://princess-entrapta.github.io/blog/posts/about-me/ + https://princess-entrapta.github.io/blog/about-me/ 2023-10-25T00:00:00+00:00 diff --git a/public/tags/index.html b/public/tags/index.html index 546486e..57d3eae 100644 --- a/public/tags/index.html +++ b/public/tags/index.html @@ -11,21 +11,21 @@ - + - - - - - - + + + + + + Tags - - + + @@ -34,12 +34,12 @@
    @@ -50,8 +50,8 @@ @@ -62,7 +62,7 @@

    Tags

    2024
    • - + untagged Feb 2 @@ -72,15 +72,15 @@

      Tags

      - + diff --git a/public/tags/index.xml b/public/tags/index.xml index a6f29a8..c873c7d 100644 --- a/public/tags/index.xml +++ b/public/tags/index.xml @@ -2,18 +2,18 @@ Tags on Diane M's blog - https://princess-entrapta.github.io/blog/posts/tags/ + https://princess-entrapta.github.io/blog/tags/ Recent content in Tags on Diane M's blog Hugo -- gohugo.io en-us This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License. - Fri, 02 Feb 2024 07:29:33 +0100 + Fri, 02 Feb 2024 07:29:33 +0100 untagged - https://princess-entrapta.github.io/blog/posts/tags/untagged/ + https://princess-entrapta.github.io/blog/tags/untagged/ Fri, 02 Feb 2024 07:29:33 +0100 - https://princess-entrapta.github.io/blog/posts/tags/untagged/ + https://princess-entrapta.github.io/blog/tags/untagged/ diff --git a/public/tags/untagged/index.html b/public/tags/untagged/index.html index eb1203a..57b3f60 100644 --- a/public/tags/untagged/index.html +++ b/public/tags/untagged/index.html @@ -11,21 +11,21 @@ - + - - - - - - + + + + + + untagged - - + + @@ -34,12 +34,12 @@
      @@ -50,8 +50,8 @@ @@ -62,7 +62,7 @@

      untagged

      2024
      • - + Feature Production Feb 2 @@ -73,13 +73,13 @@

        untagged

        2023
        • - + Developers Work From Home Nov 1
        • - + Green It Oct 27 @@ -89,15 +89,15 @@

          untagged

          - + diff --git a/public/tags/untagged/index.xml b/public/tags/untagged/index.xml index 3af2d46..533607e 100644 --- a/public/tags/untagged/index.xml +++ b/public/tags/untagged/index.xml @@ -2,18 +2,18 @@ untagged on Diane M's blog - https://princess-entrapta.github.io/blog/posts/tags/untagged/ + https://princess-entrapta.github.io/blog/tags/untagged/ Recent content in untagged on Diane M's blog Hugo -- gohugo.io en-us This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License. - Fri, 02 Feb 2024 07:29:33 +0100 + Fri, 02 Feb 2024 07:29:33 +0100 Feature Production - https://princess-entrapta.github.io/blog/posts/posts/feature-production/ + https://princess-entrapta.github.io/blog/posts/feature-production/ Fri, 02 Feb 2024 07:29:33 +0100 - https://princess-entrapta.github.io/blog/posts/posts/feature-production/ + https://princess-entrapta.github.io/blog/posts/feature-production/ My engineers output is slower than ever There is a catch that is never really explained in agile methodology, and is inherent to any software development lifecycle. It is always slowing down, one day or another, and significantly so. Your velocity will crash. Either your estimates will inflate, or the velocity will drop. Less and less features get out. @@ -22,10 +22,10 @@ We will cover here what is that phenomenon about and how to act upon it. Developers Work From Home - https://princess-entrapta.github.io/blog/posts/posts/work-from-home/ + https://princess-entrapta.github.io/blog/posts/work-from-home/ Wed, 01 Nov 2023 19:31:16 +0100 - https://princess-entrapta.github.io/blog/posts/posts/work-from-home/ + https://princess-entrapta.github.io/blog/posts/work-from-home/ After presenting developers work from home data, I will present key opportunity and challenges that arise from it. I will then conclude with personal opinion and recommendation regarding work for home for developers. Key data Stack overflow 2023 developer survey disclosed that: 42% respondants developers work in totally remote environment 42% in hybrid environment, mixing in office and remote work 16% in fully in-office. Self-employed developers work remotely for 70% of them. @@ -33,10 +33,10 @@ Key data Stack overflow 2023 developer survey disclosed that: Green It - https://princess-entrapta.github.io/blog/posts/posts/green-it/ + https://princess-entrapta.github.io/blog/posts/green-it/ Fri, 27 Oct 2023 18:53:49 +0200 - https://princess-entrapta.github.io/blog/posts/posts/green-it/ + https://princess-entrapta.github.io/blog/posts/green-it/ Some figures about IT and the environment Electronic devices and other IT related activity represent 4% of the total global carbon footprint, a figure that is growing every year due to sector growth. If the proportion may look small, it actually is important regarding other industry sectors; automobile sector, known for its pollution side effects, in its whole is for example estimated weighting roughly 6 to 9% of global carbon emissions.