diff --git a/content/posts/work-from-home.md b/content/posts/work-from-home.md index eaf052f..9d8f2df 100644 --- a/content/posts/work-from-home.md +++ b/content/posts/work-from-home.md @@ -12,13 +12,14 @@ tags: Stack overflow study states in 2023 about 42% surveyed developers work in totally remote environment, 42% in hybrid, and 16% in fully in-office. -Self-employed developers work remotely for 70% of them. +Self-employed developers work remotely for 70% of them. -Different studies could conclude different numbers based on the interviewed population, based on inclusion of self-employment, of reaching methods; likely, SO numbers could be sightly upper-bound of workforce on the amount of remote jobs. +It is made clear though, that remote job is strongly demanded for some developers. +They are 21% to declare outright quitting a job that would offer no remote option, while being an additional 49% to look for another more remote-friendly position. +A survey on developers found out 80% say they want to work remotely at least 80% of the time (terminal.io). -It is made clear though, that remote job is strongly demanded for some developers. They are 21% to declare outright quitting a job that would offer no remote option, while being an additional 49% to look for another more remote-friendly position. - -Reasons invoked include productivity and focus, saving stress, and saving time & money related no longer having to having to commute by car, while mentionned advantages to work in office include better communication, bonding, and better team efficiency. +Reasons invoked include productivity and focus, saving stress, and saving time & money related no longer having to having to commute by car, +while mentionned advantages to work in office include better communication, bonding, and better team efficiency. # Adapting to the employes @@ -28,8 +29,8 @@ When it comes to organizing the same team of developers, the 3 work styles (in-o Very obviously, workers who prefer the office will be disapointed and eventually stop coming if the office is perpetually empty of some teammates. This usually leads some companies towards hybrid work, in order to satisfy a larger panel. -Unfortunately the compromise can be unsatisfying for both ends of the spectrum; poor coordination of in-office hours can result in too empty or too crowded offices, which can be painful office experiences. Additionally, some employees prefer -having a set daily routine rather than commuting to work sporadingly, for example in order to avoid transporting their equipment or forgetting part it somewhere during commute, might have problems around coordinating with others and so on. +Unfortunately the compromise can be unsatisfying for both ends of the spectrum; poor coordination of in-office hours can result in too empty or too crowded offices, which can be painful office experiences. Hybrid work does not allow for distant hires. +Additionally, some employees prefer having a set daily routine rather than commuting to work sporadingly, for example in order to avoid transporting their equipment or forgetting part it somewhere during commute, and might have problems around coordinating with others. ## Ideal organization @@ -63,8 +64,10 @@ They should also include working devices to make remote meetings such as meeting # Final notes -Because the development work is such a focused activity, because it can be done remotely, because commuting and occupying offices is vastly wasteful, i believe any new company should reap benefits from a wfh company model in the current state of the market. +Because the development work is such a focused activity, because it can be done remotely, because commuting and occupying offices is vastly wasteful, I believe any new company can reap strong benefits from a work from home company model in the current state of the market. + +While this require some knowledge of how these organizations can work fluently, developers made clear they are a majority to refuse doing what they could have been doing with the exact same efficiency being home. -While this require some knowledge of how these organizations can work fluently, I, as a developer, would refuse to commute to do what I could have been doing with the exact same efficiency being home. +However, making progress towards remote could be detrimental to workers having poor work from home conditions (busy home, lack of dedicated space, loneliness...) and to the company communication and planning efficiency. -Thankfully, while there is some benefits to in-person meeting and informal discussions, with clever planning, you don't really have to choose; with regular interval in-person meeting days, a manager can drive and empower their employees to ensure they will deliver the best when returning home. \ No newline at end of file +Thankfully, while there is some benefits to in-person meeting and informal discussions, with clever planning, you can get most benefits of both worlds; with regular interval in-person meeting days, and offering to co-pay for coworking areas whenever needed, a manager can drive and empower their employees to ensure they will deliver their best in all circumstances. \ No newline at end of file diff --git a/public/index.xml b/public/index.xml index f8c625f..3527338 100644 --- a/public/index.xml +++ b/public/index.xml @@ -1,6 +1,5 @@ Diane M's bloghttps://princess-entrapta.github.io/blog/Recent content on Diane M's blogHugo -- gohugo.ioen-usThis work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.Wed, 01 Nov 2023 19:31:16 +0100Work From Homehttps://princess-entrapta.github.io/blog/posts/work-from-home/Wed, 01 Nov 2023 19:31:16 +0100https://princess-entrapta.github.io/blog/posts/work-from-home/Key data Stack overflow study states in 2023 about 42% surveyed developers work in totally remote environment, 42% in hybrid, and 16% in fully in-office. Self-employed developers work remotely for 70% of them. -Different studies could conclude different numbers based on the interviewed population, based on inclusion of self-employment, of reaching methods; likely, SO numbers could be sightly upper-bound of workforce on the amount of remote jobs. -It is made clear though, that remote job is strongly demanded for some developers.Green Ithttps://princess-entrapta.github.io/blog/posts/green-it/Fri, 27 Oct 2023 18:53:49 +0200https://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/build-rust-dockerfile/Wed, 25 Oct 2023 12:56:00 +0200https://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: +It is made clear though, that remote job is strongly demanded for some developers. They are 21% to declare outright quitting a job that would offer no remote option, while being an additional 49% to look for another more remote-friendly position.Green Ithttps://princess-entrapta.github.io/blog/posts/green-it/Fri, 27 Oct 2023 18:53:49 +0200https://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/build-rust-dockerfile/Wed, 25 Oct 2023 12:56:00 +0200https://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.About Mehttps://princess-entrapta.github.io/blog/about-me/Wed, 25 Oct 2023 00:00:00 +0000https://princess-entrapta.github.io/blog/about-me/Coming soon \ No newline at end of file diff --git a/public/posts/index.xml b/public/posts/index.xml index 10bb130..7914f22 100644 --- a/public/posts/index.xml +++ b/public/posts/index.xml @@ -1,18 +1,19 @@ Posts on Diane M's bloghttps://princess-entrapta.github.io/blog/posts/Recent content in Posts on Diane M's blogHugo -- gohugo.ioen-usThis work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.Wed, 01 Nov 2023 19:31:16 +0100Work From Homehttps://princess-entrapta.github.io/blog/posts/work-from-home/Wed, 01 Nov 2023 19:31:16 +0100https://princess-entrapta.github.io/blog/posts/work-from-home/Key data Stack overflow study states in 2023 about 42% surveyed developers work in totally remote environment, 42% in hybrid, and 16% in fully in-office. Self-employed developers work remotely for 70% of them. -Different studies could conclude different numbers based on the interviewed population, based on inclusion of self-employment, of reaching methods; likely, SO numbers could be sightly upper-bound of workforce on the amount of remote jobs. -It is made clear though, that remote job is strongly demanded for some developers.Key data +It is made clear though, that remote job is strongly demanded for some developers. They are 21% to declare outright quitting a job that would offer no remote option, while being an additional 49% to look for another more remote-friendly position.Key data

Stack overflow study states in 2023 about 42% surveyed developers work in totally remote environment, 42% in hybrid, and 16% in fully in-office.

Self-employed developers work remotely for 70% of them.

-

Different studies could conclude different numbers based on the interviewed population, based on inclusion of self-employment, of reaching methods; likely, SO numbers could be sightly upper-bound of workforce on the amount of remote jobs.

-

It is made clear though, that remote job is strongly demanded for some developers. They are 21% to declare outright quitting a job that would offer no remote option, while being an additional 49% to look for another more remote-friendly position.

-

Reasons invoked include productivity and focus, saving stress, and saving time & money related no longer having to having to commute by car, while mentionned advantages to work in office include better communication, bonding, and better team efficiency.

+

It is made clear though, that remote job is strongly demanded for some developers. +They are 21% to declare outright quitting a job that would offer no remote option, while being an additional 49% to look for another more remote-friendly position. +A survey on developers found out 80% say they want to work remotely at least 80% of the time (terminal.io).

+

Reasons invoked include productivity and focus, saving stress, and saving time & money related no longer having to having to commute by car, +while mentionned advantages to work in office include better communication, bonding, and better team efficiency.

Adapting to the employes

The problem with compromises

When it comes to organizing the same team of developers, the 3 work styles (in-office, hybrid and fully remote) are challenging to coherently organize without proper organization.

Very obviously, workers who prefer the office will be disapointed and eventually stop coming if the office is perpetually empty of some teammates. This usually leads some companies towards hybrid work, in order to satisfy a larger panel.

-

Unfortunately the compromise can be unsatisfying for both ends of the spectrum; poor coordination of in-office hours can result in too empty or too crowded offices, which can be painful office experiences. Additionally, some employees prefer -having a set daily routine rather than commuting to work sporadingly, for example in order to avoid transporting their equipment or forgetting part it somewhere during commute, might have problems around coordinating with others and so on.

+

Unfortunately the compromise can be unsatisfying for both ends of the spectrum; poor coordination of in-office hours can result in too empty or too crowded offices, which can be painful office experiences. Hybrid work does not allow for distant hires. +Additionally, some employees prefer having a set daily routine rather than commuting to work sporadingly, for example in order to avoid transporting their equipment or forgetting part it somewhere during commute, and might have problems around coordinating with others.

Ideal organization

In office organization

An ideal in-office organization must offer comfortable position to work for all employees. Without too much surprise, this includes:

@@ -32,9 +33,10 @@ This can be wasteful and unsatisfying for previously mentionned reasons. However

Efficient organizations should include either a calendar to book the office, or an office large enough for everyone to come at the same time.

They should also include working devices to make remote meetings such as meeting rooms with included quality audio i/o devices.

Final notes

-

Because the development work is such a focused activity, because it can be done remotely, because commuting and occupying offices is vastly wasteful, i believe any new company should reap benefits from a wfh company model in the current state of the market.

-

While this require some knowledge of how these organizations can work fluently, I, as a developer, would refuse to commute to do what I could have been doing with the exact same efficiency being home.

-

Thankfully, while there is some benefits to in-person meeting and informal discussions, with clever planning, you don’t really have to choose; with regular interval in-person meeting days, a manager can drive and empower their employees to ensure they will deliver the best when returning home.

+

Because the development work is such a focused activity, because it can be done remotely, because commuting and occupying offices is vastly wasteful, I believe any new company can reap strong benefits from a work from home company model in the current state of the market.

+

While this require some knowledge of how these organizations can work fluently, developers made clear they are a majority to refuse doing what they could have been doing with the exact same efficiency being home.

+

However, making progress towards remote could be detrimental to workers having poor work from home conditions (busy home, lack of dedicated space, loneliness…) and to the company communication and planning efficiency.

+

Thankfully, while there is some benefits to in-person meeting and informal discussions, with clever planning, you can get most benefits of both worlds; with regular interval in-person meeting days, and offering to co-pay for coworking areas whenever needed, a manager can drive and empower their employees to ensure they will deliver their best in all circumstances.

]]>
Green Ithttps://princess-entrapta.github.io/blog/posts/green-it/Fri, 27 Oct 2023 18:53:49 +0200https://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
  • 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.
  • diff --git a/public/posts/work-from-home/index.html b/public/posts/work-from-home/index.html index 43726ab..e168526 100644 --- a/public/posts/work-from-home/index.html +++ b/public/posts/work-from-home/index.html @@ -1,13 +1,13 @@ Work From Home

    Work From Home

    Key data

    Stack overflow study states in 2023 about 42% surveyed developers work in totally remote environment, 42% in hybrid, and 16% in fully in-office.

    Self-employed developers work remotely for 70% of them.

    Different studies could conclude different numbers based on the interviewed population, based on inclusion of self-employment, of reaching methods; likely, SO numbers could be sightly upper-bound of workforce on the amount of remote jobs.

    It is made clear though, that remote job is strongly demanded for some developers. They are 21% to declare outright quitting a job that would offer no remote option, while being an additional 49% to look for another more remote-friendly position.

    Reasons invoked include productivity and focus, saving stress, and saving time & money related no longer having to having to commute by car, while mentionned advantages to work in office include better communication, bonding, and better team efficiency.

    Adapting to the employes

    The problem with compromises

    When it comes to organizing the same team of developers, the 3 work styles (in-office, hybrid and fully remote) are challenging to coherently organize without proper organization.

    Very obviously, workers who prefer the office will be disapointed and eventually stop coming if the office is perpetually empty of some teammates. This usually leads some companies towards hybrid work, in order to satisfy a larger panel.

    Unfortunately the compromise can be unsatisfying for both ends of the spectrum; poor coordination of in-office hours can result in too empty or too crowded offices, which can be painful office experiences. Additionally, some employees prefer -having a set daily routine rather than commuting to work sporadingly, for example in order to avoid transporting their equipment or forgetting part it somewhere during commute, might have problems around coordinating with others and so on.

    Ideal organization

    In office organization

    An ideal in-office organization must offer comfortable position to work for all employees. Without too much surprise, this includes:

    • A central positionning regarding transportation of the team.
    • Sufficient space and separation to avoid lack of focus related to overhearing discussions.
    • Formal and informal discussion spaces away from the screen.

    Remote organization

    Remote organization is highly desirable for both employees and employers, because it allows broader area employment, it removes necessity of large offices, it removes necessity to commute, and cut down distractions; without any possible doubt, in terms of efficiency remote is king.

    However, full remote is not suited to all, and transitionning to it is difficult for employers who would prefer keeping key employees who might have unfriendly home environment.

    Finally, while efficient, it may be ill suited for the purpose of bonding between employees, for a set proportion of them who prefer in-person interaction by a higher margin.

    To counterbalance this, an efficient remote organization should ideally have in-person events. These events should include as little actual development as possible, and be more of a planned occasion to meet, plan in team, and have informal discussion.

    Hybrid organization

    In a hybrid organization, you face additional challenges: the workplace will be variably occupied, and both formal and informal meeting may need some level of effort to include remote workers. -This can be wasteful and unsatisfying for previously mentionned reasons. However, things can be made easier by cherry-picking ideas of both in office and remote organization.

    Efficient organizations should include either a calendar to book the office, or an office large enough for everyone to come at the same time.

    They should also include working devices to make remote meetings such as meeting rooms with included quality audio i/o devices.

    Final notes

    Because the development work is such a focused activity, because it can be done remotely, because commuting and occupying offices is vastly wasteful, i believe any new company should reap benefits from a wfh company model in the current state of the market.

    While this require some knowledge of how these organizations can work fluently, I, as a developer, would refuse to commute to do what I could have been doing with the exact same efficiency being home.

    Thankfully, while there is some benefits to in-person meeting and informal discussions, with clever planning, you don’t really have to choose; with regular interval in-person meeting days, a manager can drive and empower their employees to ensure they will deliver the best when returning home.


    \ No newline at end of file +It is made clear though, that remote job is strongly demanded for some developers. They are 21% to declare outright quitting a job that would offer no remote option, while being an additional 49% to look for another more remote-friendly position.">Work From Home

    Work From Home

    Key data

    Stack overflow study states in 2023 about 42% surveyed developers work in totally remote environment, 42% in hybrid, and 16% in fully in-office.

    Self-employed developers work remotely for 70% of them.

    It is made clear though, that remote job is strongly demanded for some developers. +They are 21% to declare outright quitting a job that would offer no remote option, while being an additional 49% to look for another more remote-friendly position. +A survey on developers found out 80% say they want to work remotely at least 80% of the time (terminal.io).

    Reasons invoked include productivity and focus, saving stress, and saving time & money related no longer having to having to commute by car, +while mentionned advantages to work in office include better communication, bonding, and better team efficiency.

    Adapting to the employes

    The problem with compromises

    When it comes to organizing the same team of developers, the 3 work styles (in-office, hybrid and fully remote) are challenging to coherently organize without proper organization.

    Very obviously, workers who prefer the office will be disapointed and eventually stop coming if the office is perpetually empty of some teammates. This usually leads some companies towards hybrid work, in order to satisfy a larger panel.

    Unfortunately the compromise can be unsatisfying for both ends of the spectrum; poor coordination of in-office hours can result in too empty or too crowded offices, which can be painful office experiences. Hybrid work does not allow for distant hires. +Additionally, some employees prefer having a set daily routine rather than commuting to work sporadingly, for example in order to avoid transporting their equipment or forgetting part it somewhere during commute, and might have problems around coordinating with others.

    Ideal organization

    In office organization

    An ideal in-office organization must offer comfortable position to work for all employees. Without too much surprise, this includes:

    • A central positionning regarding transportation of the team.
    • Sufficient space and separation to avoid lack of focus related to overhearing discussions.
    • Formal and informal discussion spaces away from the screen.

    Remote organization

    Remote organization is highly desirable for both employees and employers, because it allows broader area employment, it removes necessity of large offices, it removes necessity to commute, and cut down distractions; without any possible doubt, in terms of efficiency remote is king.

    However, full remote is not suited to all, and transitionning to it is difficult for employers who would prefer keeping key employees who might have unfriendly home environment.

    Finally, while efficient, it may be ill suited for the purpose of bonding between employees, for a set proportion of them who prefer in-person interaction by a higher margin.

    To counterbalance this, an efficient remote organization should ideally have in-person events. These events should include as little actual development as possible, and be more of a planned occasion to meet, plan in team, and have informal discussion.

    Hybrid organization

    In a hybrid organization, you face additional challenges: the workplace will be variably occupied, and both formal and informal meeting may need some level of effort to include remote workers. +This can be wasteful and unsatisfying for previously mentionned reasons. However, things can be made easier by cherry-picking ideas of both in office and remote organization.

    Efficient organizations should include either a calendar to book the office, or an office large enough for everyone to come at the same time.

    They should also include working devices to make remote meetings such as meeting rooms with included quality audio i/o devices.

    Final notes

    Because the development work is such a focused activity, because it can be done remotely, because commuting and occupying offices is vastly wasteful, I believe any new company can reap strong benefits from a work from home company model in the current state of the market.

    While this require some knowledge of how these organizations can work fluently, developers made clear they are a majority to refuse doing what they could have been doing with the exact same efficiency being home.

    However, making progress towards remote could be detrimental to workers having poor work from home conditions (busy home, lack of dedicated space, loneliness…) and to the company communication and planning efficiency.

    Thankfully, while there is some benefits to in-person meeting and informal discussions, with clever planning, you can get most benefits of both worlds; with regular interval in-person meeting days, and offering to co-pay for coworking areas whenever needed, a manager can drive and empower their employees to ensure they will deliver their best in all circumstances.


    \ No newline at end of file diff --git a/public/tags/untagged/index.xml b/public/tags/untagged/index.xml index 162f8d6..04ac17e 100644 --- a/public/tags/untagged/index.xml +++ b/public/tags/untagged/index.xml @@ -1,4 +1,3 @@ untagged on Diane M's bloghttps://princess-entrapta.github.io/blog/tags/untagged/Recent content in untagged on Diane M's blogHugo -- gohugo.ioen-usThis work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.Wed, 01 Nov 2023 19:31:16 +0100Work From Homehttps://princess-entrapta.github.io/blog/posts/work-from-home/Wed, 01 Nov 2023 19:31:16 +0100https://princess-entrapta.github.io/blog/posts/work-from-home/Key data Stack overflow study states in 2023 about 42% surveyed developers work in totally remote environment, 42% in hybrid, and 16% in fully in-office. Self-employed developers work remotely for 70% of them. -Different studies could conclude different numbers based on the interviewed population, based on inclusion of self-employment, of reaching methods; likely, SO numbers could be sightly upper-bound of workforce on the amount of remote jobs. -It is made clear though, that remote job is strongly demanded for some developers.Green Ithttps://princess-entrapta.github.io/blog/posts/green-it/Fri, 27 Oct 2023 18:53:49 +0200https://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. \ No newline at end of file +It is made clear though, that remote job is strongly demanded for some developers. They are 21% to declare outright quitting a job that would offer no remote option, while being an additional 49% to look for another more remote-friendly position.Green Ithttps://princess-entrapta.github.io/blog/posts/green-it/Fri, 27 Oct 2023 18:53:49 +0200https://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. \ No newline at end of file