commit: 7693e44d270b30c91344babc51ac12a120b4df68
parent 9826f2ce34e506f866f8a8c32e31bb6e50f0de73
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 6 Oct 2025 19:36:12 +0200
articles/lie-of-the-third-place: new
Diffstat:
4 files changed, 62 insertions(+), 0 deletions(-)
diff --git a/articles/lie-of-the-third-place.xml b/articles/lie-of-the-third-place.xml
@@ -0,0 +1,59 @@
+<entry>
+<title>The lie of the "Third Place"</title>
+<link rel="alternate" type="text/html" href="https://hacktivis.me/articles/lie-of-the-third-place"/>
+<id>https://hacktivis.me/articles/lie-of-the-third-place</id>
+<published>2025-10-06T16:25:51Z</published>
+<updated>2025-10-06T16:25:51Z</updated>
+<!--
+<link rel="external replies" type="application/activity+json" href="https://queer.hacktivis.me/objects/50be9d37-dee6-4c69-818e-013fa3b010d0" />
+<link rel="external replies" type="text/html" href="https://queer.hacktivis.me/objects/50be9d37-dee6-4c69-818e-013fa3b010d0" />
+-->
+<content type="xhtml">
+<div xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" class="h-entry">
+
+<p>
+ "<a href="https://en.wikipedia.org/wiki/Third_place">Third Place</a>"
+ as a term and concept has always felt weird to me.
+ It feels it's ignoring either the workers at said place or ignoring
+ the people living there in the case of a home-shop or squat.
+</p>
+<p>
+ The concept is a place where it's not home or an extension of one,
+ and not a workplace.
+</p>
+<p>
+ Bars, Cafés, Gyms, Bookstores, Theaters are places made by workers,
+ and the other people are at least assumed or required to be consumers.
+ For parks, those are maintained either like a shared garden or
+ by professionals, and you might even have a guardian living there.
+</p>
+<p>
+ Hackerspaces are pretty much shared workshops for geeks like me,
+ with a bit of cybercafe legacy in some cases.
+ I'd be surprised if any couldn't be described as either extension
+ of work, or extension of home, or a mix of both depending on
+ the person going there.
+</p>
+
+<blockquote>
+ As the concept of "third place" has become more popular,
+ several coworking office spaces have embraced this concept as the basis
+ of their interior design.
+</blockquote>
+<cite>Wikipedia English, Third Place</cite>
+<p>
+ That should really highlight how utterly meaningless the concept
+ is if what's literally an office space can just copy the interior design.
+</p>
+
+<p>
+ So, Third Place? It's a workplace that doesn't looks like an office,
+ or a shared extension of the home.<br />
+ Or maybe something like abandoned/nearly-untouched place like some
+ forests or caves but I don't see the city-dwellers that are using
+ the term "Third Place" accepting that.
+</p>
+
+</div>
+</content>
+</entry>
diff --git a/config.ninja b/config.ninja
@@ -24,6 +24,7 @@ build articles/firmware-broken-terminology.html: article entry.xsl articles/firm
build articles/forgeless-ssh-signed-commit.html: article entry.xsl articles/forgeless-ssh-signed-commit.xml
build articles/google-web-environment-integrity-illegal.html: article entry.xsl articles/google-web-environment-integrity-illegal.xml
build articles/libre-software-security-disclosure.html: article entry.xsl articles/libre-software-security-disclosure.xml
+build articles/lie-of-the-third-place.html: article entry.xsl articles/lie-of-the-third-place.xml
build articles/mozilla-foundation-has-no-members.html: article entry.xsl articles/mozilla-foundation-has-no-members.xml
build articles/no-noscript-element.html: article entry.xsl articles/no-noscript-element.xml
build articles/on-licensing.html: article entry.xsl articles/on-licensing.xml
diff --git a/feed.atom.in b/feed.atom.in
@@ -11,6 +11,7 @@
<updated>2025-08-18T03:53:02Z</updated>
<!-- new.sh: new articles here -->
+<xi:include href="articles/lie-of-the-third-place.xml"/>
<xi:include href="articles/on-licensing.xml"/>
<xi:include href="articles/no-noscript-element.xml"/>
<xi:include href="articles/forgeless-ssh-signed-commit.xml"/>
diff --git a/home.shtml b/home.shtml
@@ -13,6 +13,7 @@
<p>List of articles, newest first:</p>
<ol class="indexlist">
<!-- new.sh: new articles here -->
+ <li>2025-10-06: <a href="/articles/lie-of-the-third-place">The lie of the "Third Place"</a></li>
<li>2025-09-17: <a href="/articles/on-licensing">On licensing, around hobbyist projects</a></li>
<li>2025-08-18: <a href="/articles/no-noscript-element">The <noscript> element as a trap</a></li>
<li>2025-05-02: <a href="/articles/forgeless-ssh-signed-commit">Forge-less SSH-signed git commits</a></li>