Sunday, September 21, 2025

[Newsletter] Are Zoom meetings the new "no pets" in cafés?

[Newsletter] Are Zoom meetings the new "no pets" in cafés?

Hello folks,

As remote work matures, so do the rules that shape it—from flexible visas to café laptop bans. While Slovenia rolls out the welcome mat for digital nomads, a Sydney café makes headlines for saying "no" to multi-hour laptop camping. The future of WFH isn’t just about where you can log on, but how shared spaces and social norms are redefining the borders of one’s flexibility.

-Maja


Our Favorite Articles 💯

[Newsletter] Are Zoom meetings the new "no pets" in cafés?
Brett Bennett/Pexels

Slovenia Launches Digital Nomad Visa (TTW)

Slovenia opens the doors to its charming towns and beautiful nature with a new visa, launching in November 2025. 👉 Learn more.

[Newsletter] Are Zoom meetings the new "no pets" in cafés?

Boost Focus with the 3-3-3 Method (Lifehacker)

A simple framework to organize your workday and get more done. 👉 Check it out.

[Newsletter] Are Zoom meetings the new "no pets" in cafés?
​Eak K.​/​Pixabay​

2025 State of Devs Report (Devographics)

After State of JS, State of CSS, and State of HTML, Devographics is back with a deep dive into everything that's NOT code. 👉 Read the report.

[Newsletter] Are Zoom meetings the new "no pets" in cafés?

Sydney Café Bans Laptops (news.com.au)

Sipping coffee at my favorite café, I can’t help but wonder: Is this an isolated case or the start of a new rule for remote work? 👉 See what happened.


This Week's Sponsor 🙌

Land Remote Jobs Faster with AI Interview Coaching

[Newsletter] Are Zoom meetings the new "no pets" in cafés?

InterviewPal is your all-in-one interview prep tool. Access 20,000+ real interview questions by role and industry, or generate custom ones from your resume or job description. Practice with AI, get instant feedback, and walk into your next remote interview fully prepared.

Start interview prep for free


Remotive Jobs 💼

Let's get you hired! These teams are hiring now:

💻 Engineering

👉 ​Senior Ruby on Rails Developer at Proxify​ (CET +/- 3 HOURS)

🎨 Design

👉 ​Design Engineer – Customer Solutions at Discourse​ (Americas, USA timezones)


Free Guides & Tools

​Public Job Board​

We curate 2,000 remote jobs so you don't have to!

Find your remote job →

​Exclusive Webinar​

3 Mistakes to Avoid When Looking For A Remote Startup Job (And What To Do Instead)

Register for free →

​Job Search Tips​

Looking for a remote job? Here are our tips to help you work remotely

Check it out →

Join the Remotive newsletter

Subscribe to get our latest content by email.

Success! Now check your email to confirm your subscription.

There was an error submitting your subscription. Please try again.


Powered by ConvertKit

/* Layout */
.ck_form.ck_minimal {
/* divider image */
background: #f9f9f9;
font-family: ‘Helvetica Neue’, Helvetica, Arial, Verdana, sans-serif;
line-height: 1.5em;
overflow: hidden;
color: #666;
font-size: 16px;
border: solid 1px #d1d1d1;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
clear: both;
margin: 20px 0px;
text-align: center;
}

.ck_form.ck_minimal h3.ck_form_title {
text-align: center;
margin: 0px 0px 10px;
font-size: 28px;
}

.ck_form.ck_minimal h4 {
text-align: center;
font-family: ‘Open Sans’, Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-size: 18px;
font-weight: normal;
padding-top: 0px;
margin-top: 0px;
}

.ck_form.ck_minimal p {
padding: 0px;
}

.ck_form, .ck_form * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.ck_form.ck_minimal .ck_form_fields {
width: 100%;
float: left;
padding: 5%;
}
/* Form fields */

.ck_errorArea {
display: none; /* temporary */
}

#ck_success_msg {
padding: 10px 10px 0px;
border: solid 1px #ddd;
background: #eee;
}

.ck_form.ck_minimal input[type=”text”], .ck_form.ck_minimal input[type=”email”] {
font-size: 18px;
padding: 10px 8px;
width: 68%;
border: 1px solid #d6d6d6; /* stroke */
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px; /* border radius */
background-color: #fff; /* layer fill content */
margin-bottom: 5px;
height: auto;
float: left;
margin: 0px;
margin-right: 2%;
height: 42px;
}

.ck_form input[type=”text”]:focus, .ck_form input[type=”email”]:focus {
outline: none;
border-color: #aaa;
}

.ck_form.ck_minimal .ck_subscribe_button {
width: 100%;
color: #fff;
margin: 0px;
padding: 11px 0px;
font-size: 18px;
background: #0d6db8;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px; /* border radius */
cursor: pointer;
border: none;
text-shadow: none;
width: 30%;
float: left;
height: 42px;
}

.ck_form.ck_minimal .ck_guarantee {
color: #626262;
font-size: 12px;
text-align: center;
padding: 15px 0px 0px;
display: block;
clear: both;
}
.ck_form .ck_powered_by {
display: block;
color: #aaa;
font-size: 12px;
}

.ck_form .ck_powered_by:hover {
display: block;
color: #444;
}

.ck_converted_content {
display: none;
padding: 5%;
background: #fff;
}

.ck_form.ck_minimal.width400 .ck_subscribe_button, .ck_form.ck_minimal.width400 input[type=”email”] {
width: 100%;
float: none;
margin-top: 5px;
}

.ck_slide_up, .ck_modal, .ck_slide_up .ck_minimal, .ck_modal .ck_minimal {
min-width: 400px;
}

.page .ck_form.ck_minimal {
margin: 50px auto;
max-width: 600px;
}

/* v6 */
.ck_slide_up.ck_form_v6, .ck_modal.ck_form_v6, .ck_slide_up.ck_form_v6 .ck_minimal, .ck_modal.ck_form_v6 .ck_minimal {
min-width: 0 !important;
}

@media all and (min-width: 801px) {
.ck_modal.ck_form_v6 .ck_form.ck_minimal {
margin-left: -300px;
width: 600px;
}
}

.ck_modal.ck_form_v6 .ck_minimal .ck_subscribe_form {
padding-top: 20px;
}

.ck_slide_up.ck_form_v6 .ck_minimal .ck_subscribe_form {
padding-top: 10px;
}

.ck_form_v6 #ck_success_msg {
margin-top: 15px;
padding: 0px 10px;
}

.ck_slide_up.ck_form_v6 .ck_minimal + .ck_close_link {
top: 5px;
}
.ck_slide_up.ck_form_v6 .ck_minimal h3.ck_form_title {
margin-top: 5px;
}


Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest Articles