close to prerelase

This commit is contained in:
Quentin Wolkensperg 2024-11-11 14:52:00 -05:00
parent e55fbb5b67
commit 31022358ed
181 changed files with 2118 additions and 141 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View file

@ -1,8 +1,14 @@
**Home of the <span class="accent">*third culture*</span> collective**.
# <span style="color:#fff">Home of the </span><span class="accent">*third culture*</span> <span style="color:#fff">collective</span>
An art collective formed in Ottawa, ON.
> "Always leave a place better than when you came"
Born from the need to express in a setting of isolation and normativity. We seek to be a resilient center for those who search to better themselves and the collapsing cultures around them through <span class="accent">**honest expression**</span>.
![Ruins](/_werc/pub/imgs/dither_ruins.png "main")
Feel free to explore the site and learn about the collective. We are grateful you paid a visit. Thank you.
<small>*Note: This site is currently heavily under construction lots of things will change in the near future so if you found this place now you're kinda early to the party, buts thats kinda cool huh?*</small>
<hr>

View file

@ -0,0 +1,19 @@
# Joining <span class="accent">third culture</span>
The third culture website [thirdculture.top](https://thirdculture.top) is a community/collaborative space. A place where you can contribute towards the collective as well as provide an alternative space for art of any kind. Treat it as your own personal website, we try to give you the most control possible to that end.
This website is very much under construction and a lot of pages and styles may change in the future so just keep that in mind as we progress with the development of this site.
## Trust
Third culture is built on a system of trust, being a contributor you have a responsibility to maintain that trust. For example there may be some things that don't work as intended, or break, or could be exploited. If you discover a bug or an exploit, please message/talk to me (q) directly or send an email to moridori@disroot.org instead of using it maliciously. As a member of third culture, this project is yours as much as it is ours.
## Technicals
Third culture is built using the [werc](https://werc.cat-v.org/) framework that uses [plan9](https://plan9.io/plan9/) core utils on the backend. This framework is what allows you to make changes directly using the site with your login, instead of just being a static site (like most other sites).
The reasons for choosing such a system come from values of minimalism and simplicity. This is done to prioritize your personal expression and give you almost full control over the pages you maintain.
## Joining
To join, all you have to do is use [this page](/_tools/hash) to generate a password hash for your account. A password hash is a one way encrypted version of your password (meaning we can't get your password from the encrypted text). We have you generate the hashes so we don't need your password in plaintext to create your account. Although, we still suggest you use a password that's not tied to any other account. Send the details to me, Q, or moridori@disroot.org, and I'll let you know when your account is created and you can log in.

View file

@ -0,0 +1,15 @@
# TODO
* Create file upload solution. Works with wiki app to allow file upload. Also repository just to upload media for use in more general cases like blog posts and what not.
* Create a [cerca](https://cblgh.org/cerca/) forum
* Create IRC chat
* Create music page
* Create visual page
* Create social page
* Create style guide
* Create font management system (font upload and use)
* Peertube instance for videos
* Populate love page
* Populate wiki
* Create custom user styles as templates
* Create akkoma instance??

View file

@ -0,0 +1,24 @@
# Welcome to third culture
Welcome to third culture, with an account you can now log in and make changes to personal pages, wiki and other various pages. To log in all you have to do is click the "User Login" link at the bottom of any page. You only have to do this once per subdomain (meaning to make changes on thirdcultre.top you have to login once and then to make changes on ppl.thirdculture.top you have to log in again on one of those pages)
![Supporting log in image](/_werc/pub/imgs/loginguide.png "main")
With an account you have access to edit the wiki, create guides, control over your own members page (at [ppl.thirdculture.top](https://ppl.thirdculture.top)) and access to various other pages.
Third culture is currently under construction check the [TODO](todo) page to see more details on whats getting done.
A high priority todo is providing easy file uploads but right now that is not completely possible. You can use your login to access the [files.thirdculture.top](https://files.thirdculture.top) page there you can upload files/media directly to the *uploaded* directory where your content can be accessed using the link `http://thirdculture.top/_files/uploaded/FILENAME` on other pages (for example the wiki). Or you can access the *people* pages directly (where I'm trusting you to only edit and upload to the location that belongs to you) there you can upload files directly to the person directory where things can be more easily accessed for your personal pages.
Note: to include an image in markdown you can use:
Not centered
```
![image description](http://thirdculture.top/_files/uploaded/FILENAME.png)
```
Centered
```
![image description](http://thirdculture.top/_files/uploaded/FILENAME.png "main")
```
This is a temporary solution for the time being as I develop a way to upload pictures better.

View file

@ -1,5 +1,6 @@
siteTitle='third culture'
siteTitle='Third Culture'
siteSubTitle='what is, was, and will be'
conf_enable_blog news/
blogTitle='News'
blogTitle='Third Culture News'
blogDesc='Updates from the Third Culture collective'
conf_blog_only_pull=1

View file

@ -1,6 +1,6 @@
<div>
% notices_handler
<form method="POST"><fieldset>
<form action="" method="POST"><fieldset>
<legend>Submit a new blog post</legend>
<label>Title: <input size="64" type="text" name="title" value="%($"post_arg_title%)" /></label>
<label>Id: <input size="8" type="text" name="id" value="%($"post_arg_id%)" /></label>

View file

@ -2,28 +2,25 @@
<h1>Editing: <a href="%($req_path%)">%($req_path%)</a></h1>
<br>
<form action="" method="POST">
<fieldset>
<legend>Editing wiki with path: %($req_path%)</legend>
<textarea name="edit_text" id="edit_text" cols="80" rows="43">%{
# FIXME Extra trailing new lines get added to the content somehow, should avoid it.
echo $dirdir_search
if(~ $#post_arg_edit_text 0 && test -f $dirdir_file)
cat $dirdir_file | escape_html
if not
echo -n $post_arg_edit_text | escape_html
%}</textarea>
<hr>
<br>
<input type="submit" name="dirdir_save" value="Save">
<input type="submit" name="dirdir_preview" value="Preview">
<hr>
<small>DirDir documents are written using <a href="http://daringfireball.net/projects/markdown/syntax">Markdown syntax</a>.</small>
</fieldset>
</form>
</div>
% if(! ~ $"post_arg_dirdir_preview '') {
<h2>Preview:</h2>
<div id="preview">
% echo $post_arg_edit_text | $formatter
% echo $post_arg_edit_text | dos2unix | $formatter
</div>
% }

View file

@ -1,5 +1,3 @@
<!--<div><a href="http://werc.cat-v.org/">Powered by werc</a></div>
<div></div>
<div><a href="/_users/login">User Login</a>
-->
</div>
<div><p>[ <a href="/_users/login">User Login</a> ]</p></div>

View file

@ -2,12 +2,11 @@
[
<a href="http://thirdculture.top">home</a> |
<a href="http://ppl.thirdculture.top">members</a> |
<a href="">music</a> |
<a href="">shelter</a> |
<a href="">radio</a> |
<a href="">visual</a> |
<a href="">basement</a> |
<a href="">wiki</a>
<a href="http://events.thirdculture.top">events</a> |
<a href="http://music.thirdculture.top">music</a> |
<a href="http://social.thirdculture.top">social</a> |
<a href="http://visual.thirdculture.top">visual</a> |
<a href="http://thirdculture.top/wiki">wiki</a>
]
</div>
@ -16,7 +15,8 @@
<a href="https://moridori.xyz" style="color: deeppink">moridori</a> |
<a href="https://deadcel.me" style="color: black">4mdv</a> |
<a href="https://moridori.xyz/letterbomber/" style="color: darkred">faal</a> |
<a href="" style="color: mediumorchid">los3r</a>
<a href="https://www.instagram.com/los3333r/" style="color: mediumorchid">los3r</a> |
<a href="https://www.instagram.com/publicsector.zip/" style="color: darkslategrey">ps</a>
]
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 352 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

View file

@ -1,15 +1,12 @@
# About: Third Culture
**Third Culture** is an artist collective started by [moridori](https://moridori.xyz) and [los3r](https://www.instagram.com/los3333r/) in 2024.
**Third Culture** is an artist collective started by [moridori](https://moridori.xyz), [los3r](https://www.instagram.com/los3333r/) and [public sector](https://www.instagram.com/publicsector.zip/) in 2024.
We currently operate out of <u>Ottawa ON, Canada</u>.
![Image of members chilling](/_werc/pub/imgs/chillin.png "main")
**Third Culture** was born out of the need to connect passionate and honest artists in an otherwise isolated landscape (real life and online). Our desire is to build a third place that supports creation and artistry as well as intermingles it with other forms. For many of us, we feel a lack of belonging, scattered passions yet without a shared foundation. This is what stifles many modes of artistry and keeps us isolated from each other and potential friends alike. Third Culture seeks to remedy this. To us real impact is not an increasing number on a screen but tangible change you make in yourself and others lives and seeing it first hand. We want to bridge this gap and allow for free and honest expression to flow through our senses and not locked in our hearts. We may never reach these goals but that is not the point, the goal is to try and when it comes down to it convince ourselves we've left beautiful ruins.
**Third Culture** was born out of the need to connect passionate and honest artists in an otherwise isolated landscape (real life and online). Our desire is to build a third place that supports creation and artistry as well as intermingles it with other forms. For many of us, we feel a lack of belonging, scattered passions yet without a shared foundation. This is what stifles many modes of artistry and keeps us isolated from each other and potential friends alike. Third Culture seeks to remedy this. To us real impact is not an increasing number on a screen but tangible change you make in yourself and others lives and seeing it first hand. We want to bridge this gap and allow for free and honest expression to flow through our senses and not locked in our hearts. Leave beautiful ruins.
**Third Culture** members:
We are a joint project with the [public sector](https://www.instagram.com/publicsector.zip/) collective/label.
* [moridori](https://moridori.xyz/)
* [los3r](https://www.instagram.com/los3333r/)
* [Future as a Letterbomber](https://moridori.xyz/letterbomber/)
* [498,516,889 Dead Virgins](https://deadcel.me/)
**Third Culture** members? Check out the [collective page](/collective).

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View file

@ -0,0 +1,2 @@
extraHeaders='<link rel="stylesheet" type="text/css" href="_werc/style.css">'
conf_enable_wiki

View file

@ -0,0 +1,74 @@
@font-face {
font-family: "redact";
src:
url("/pub/style/fonts/Redaction_50-Regular.woff2") format('woff2')
}
:root {
/* Main color scheme */
--color-primary: ghostwhite;
--color-secondary: darkred;
--color-accent: cornflowerblue;
/* Background colors */
--bg-primary: #000000ff;
--bg-secondary: #000000ff;
/* Text colors */
--text-primary: ghostwhite;
--text-secondary: #989898ff;
--text-accent: darkred;
/* Header colours */
--header-primary:darkred;
--header-secondary: darkred;
--header-tertiary: cornflowerblue;
--header-other: ghostwhite;
/* Link colors */
--link-color: #1d75d4ff;
--link-hover: #5B3D8Aff;
/* Border colors */
--border-primary: #111111ff;
--border-secondary: #030303ff;
--border-image: #000300ff;
/* Special purpose colors */
--code-color: #18A02Cff;
--header-bg: darkred;
--header-text: #030303ff;
/* Font families */
--font-headers: redact, sans-serif;
--font-body: monospace;
}
body {
background:
linear-gradient(to right, rgba(0, 5, 10, 0.9), rgba(0, 5, 5, 0.9)),
url('4mdvdrive.png'),
var(--bg-primary);
background-color: var(--bg-primary);
background-position: center center;
background-size: 110vh 75vh;
background-repeat: repeat-y;
margin: 0;
padding: 0;
font-size: 110%;
font-family: monospace;
}
header h1 .headerLink {
font-family: redact, sans-serif;
font-size: 105%;
}
article h1 {
font-family: redact, sans-serif;
font-size: 220%;
}
article {
text-align: center;
}

View file

@ -0,0 +1,7 @@
498,516,889 Dead Virgins
=============================
Incelcore band from the worst capital. Still blackpilled despite all efforts. Broken heart society.
Main Link: \[ [deadcel.me](https://deadcel.me) \]
<img style="width: 90%; max-width: 600px;" src="/_werc/pub/imgs/4mdv.jpeg">

View file

@ -0,0 +1,2 @@
extraHeaders='<link rel="stylesheet" type="text/css" href="_werc/style.css">'
conf_enable_wiki

View file

@ -0,0 +1,75 @@
@font-face {
font-family: "director";
src:
url("/pub/style/fonts/Director-Regular.woff2") format('woff2'),
url("/pub/style/fonts/Director-Regular.woff") format('woff');
}
:root {
/* Main color scheme */
--color-primary: #E4F0FEff;
--color-secondary: rgb(148, 50, 50);
--color-accent: #970101ff;
/* Background colors */
--bg-primary: #E0C9A6ff;
--bg-secondary: #cca76dff;
/* Text colors */
--text-primary: #000000ff;
--text-secondary: #989898ff;
--text-accent: rgb(148, 50, 50);
/* Header colours */
--header-primary:rgb(148, 50, 50);
--header-secondary: rgb(148, 50, 50);
--header-tertiary: #970101ff;
--header-other: #000000ff;
/* Link colors */
--link-color: #1d75d4ff;
--link-hover: #5B3D8Aff;
/* Border colors */
--border-primary: rgb(148, 50, 50);
--border-secondary: #030303ff;
--border-image: #000300ff;
/* Special purpose colors */
--code-color: #18A02Cff;
--header-bg: rgb(148, 50, 50);
--header-text: #030303ff;
/* Font families */
--font-headers: director, sans-serif;
--font-body: serif;
}
body {
background: var(--bg-primary);
background-color: var(--bg-primary);
background-position: center center;
background-size: 110vh 75vh;
background-repeat: repeat-y;
margin: 0;
padding: 0;
font-size: 90%;
font-family: serif;
}
header h1 .headerLink {
font-family: director, sans-serif;
}
article h1 {
font-family: director, sans-serif;
}
article {
text-align: center;
}
article img {
border: 0.4em solid var(--border-image);
background-color: var(--border-image) !important;
}

View file

@ -0,0 +1,9 @@
Future As A Letterbomber
=============================
Future As A Letterbomber is a post-hardcore band.
*No price is too high to pay for the privilege of owning yourself*
Main Link: \[ [website](https://moridori.xyz/letterbomber/) \]
<img style="width: 90%; max-width: 600px;" src="/_werc/pub/imgs/faal.png">

View file

@ -0,0 +1,23 @@
# Third Culture Collective
Our sounds, drawings, writing all support a grander purpose towards community. Ottawa (and our bedrooms) are cold, dark, quiet and lonely places it doesn't always have to be this way. Together we can build a place to shelter each other from the harsh systems and hierarchies we have found ourselves forced under and increasingly tortured by. Break through and find motivation in ourselves and common ground with others. Somewhere we actually belong.
![Parliament 2](/_werc/pub/imgs/p2.png "main")
## Members
* [moridori](moridori)
* [los3r](los3r)
* [Future as a Letterbomber](faal)
* [498,516,889 Dead Virgins](4mdv)
* [Public Sector](public_sector)
## Connect
You can subscribe to our [news](//news) feed with RSS and I'll make a mailing list one of these days too!
I would also suggest following the people/bands that make up third culture as it grows. They are the engine.
## Get In Touch
You can talk over email for more formal communication [ moridori (at) disroot.org ] alternatively try the forum, the fediverse, or irc (most of these will come when I get to self hosting them).

View file

@ -0,0 +1,4 @@
extraHeaders='<link rel="stylesheet" type="text/css" href="_werc/style.css">'
conf_enable_wiki
conf_enable_cssedit loser
css_file='_werc/style.css'

View file

@ -0,0 +1,82 @@
@font-face {
font-family: "man";
src:
url("/pub/style/fonts/Manusquared-Bold.woff2") format('woff2'),
url("/pub/style/fonts/Manusquared-Bold.woff") format('woff');
}
:root {
/* Main color scheme */
--color-primary: #000000ff;
--color-secondary: #5B3D8Aff;
--color-accent: rgb(25, 59, 121);
/* Background colors */
--bg-primary: #d6d6d6ff;
--bg-secondary: #c2c2c2ff;
/* Text colors */
--text-primary: #000000ff;
--text-secondary: #989898ff;
--text-accent: #5B3D8Aff;
/* Header colours */
--header-primary:#5B3D8Aff;
--header-secondary: #5B3D8Aff;
--header-tertiary: rgb(25, 59, 121);
--header-other: #000000ff;
/* Link colors */
--link-color: rgb(31, 76, 160);
--link-hover: #5B3D8Aff;
/* Border colors */
--border-primary: #000000ff;
--border-secondary: #030303ff;
--border-image: #000300ff;
/* Special purpose colors */
--code-color: #18A02Cff;
--header-bg: #5B3D8Aff;
--header-text: #030303ff;
/* Font families */
--font-headers: man, sans-serif;
--font-body: verdana, helvetica, arial, sans-serif;
}
body {
background: var(--bg-primary);
background-color: var(--bg-primary);
background-position: center center;
background-size: 110vh 75vh;
background-repeat: repeat-y;
margin: 0;
padding: 0;
font-size: 90%;
font-family: verdana, sans-serif;
}
header h1 .headerLink {
font-family: man, sans-serif;
}
article h1 {
font-family: man, sans-serif;
}
article {
text-align: center;
}
article img {
border: 0.4em solid var(--border-image);
background-color: var(--border-image) !important;
}

View file

@ -0,0 +1,17 @@
Los3r
=============================
i dont want to b a los3r
Main Link: \[ [Instagram](https://www.instagram.com/los3333r/) \]
<img style="width: 90%; max-width: 600px;" src="/_werc/pub/imgs/los3r.jpeg">
\[ [Bandcamp](https://los3r.bandcamp.com/music) \]
\[ [Youtube](https://www.youtube.com/@los3333r) \]
\[ [Soundcloud](https://soundcloud.com/los3333r) \]
\[ [Spotify](https://open.spotify.com/artist/1Ue0AwMk9yZMuwrlFDaJzc) \]
\[ [Instagram](https://www.instagram.com/los3333r/) \]
\[ [Apple](https://music.apple.com/us/artist/los3r/1661508353) \]

View file

@ -0,0 +1,2 @@
extraHeaders='<link rel="stylesheet" type="text/css" href="_werc/style.css">'
conf_enable_wiki

View file

@ -0,0 +1,77 @@
@font-face {
font-family: "threetwo";
src:
url("/pub/style/fonts/3270-Regular.woff") format('woff');
}
:root {
/* Main color scheme */
--color-primary: #ffffffff;
--color-secondary: #d478eeff;
--color-accent: #303030ff;
/* Background colors */
--bg-primary: #000000ff;
--bg-secondary: #000000ff;
/* Text colors */
--text-primary: #ffffffff;
--text-secondary: #989898ff;
--text-accent: #d478eeff;
/* Header colours */
--header-primary:#d478eeff;
--header-secondary: #d478eeff;
--header-tertiary: #303030ff;
--header-other: #ffffffff;
/* Link colors */
--link-color: #1d75d4ff;
--link-hover: #5B3D8Aff;
/* Border colors */
--border-primary: rgb(10, 10, 10);
--border-secondary: #030303ff;
--border-image: #303030ff;
/* Special purpose colors */
--code-color: #18A02Cff;
--header-bg: #d478eeff;
--header-text: #030303ff;
/* Font families */
--font-headers: threetwo, sans-serif;
--font-body: monospace;
}
body {
background: var(--bg-primary);
background-color: var(--bg-primary);
background-position: center center;
background-size: 110vh 75vh;
background-repeat: repeat-y;
margin: 0;
padding: 0;
font-size: 110%;
font-family: monospace;
}
header h1 .headerLink {
font-family: threetwo, sans-serif;
font-size: 120%;
}
article h1 {
font-family: threetwo, sans-serif;
font-size: 260%;
margin-top: 10px;
}
article {
text-align: center;
}
article img {
border: 0.4em solid var(--border-image);
background-color: var(--bg-primary) !important;
}

View file

@ -0,0 +1,12 @@
moridori
=============================
Emotional hardcore's wonderful death.
Main Link: \[ [https://moridori.xyz](https://moridori.xyz) \]
<img style="width: 90%; max-width: 600px;" src="/_werc/pub/imgs/2kkidori.png">
\[ [Music](https://moridori.xyz/#recordings) \]
\[ [Youtube](https://www.youtube.com/@killmoridori) \]

View file

@ -0,0 +1,2 @@
extraHeaders='<link rel="stylesheet" type="text/css" href="_werc/style.css">'
conf_enable_wiki

View file

@ -0,0 +1,55 @@
:root {
/* Main color scheme */
--color-primary: #000000;
--color-secondary: #000000;
--color-accent: rgb(162, 255, 0);
/* Background colors */
--bg-primary: #ffffffff;
--bg-secondary: #ffffffff;
/* Text colors */
--text-primary: #000000;
--text-secondary: #000000;
--text-accent: rgb(162, 255, 0);
/* Header colours */
--header-primary:#000000;
--header-secondary: #000000;
--header-tertiary: #000000;
--header-other: #000000;
/* Link colors */
--link-color: #1d75d4ff;
--link-hover: #5B3D8Aff;
/* Border colors */
--border-primary: rgb(10, 10, 10);
--border-secondary: #030303ff;
--border-image: #303030ff;
/* Special purpose colors */
--code-color: #18A02Cff;
--header-bg: #ffffffff;
--header-text: #000000;
/* Font families */
--font-headers: sans-serif;
--font-body: sans-serif;
}
body {
background: var(--bg-primary);
background-color: var(--bg-primary);
background-position: center center;
background-size: 110vh 75vh;
background-repeat: repeat-y;
margin: 0;
padding: 0;
font-size: 110%;
font-family: monospace;
}
article {
text-align: center;
}

View file

@ -0,0 +1,5 @@
Public Sector
=============================
Main Link: \[ [https://www.instagram.com/publicsector.zip/](https://www.instagram.com/publicsector.zip/) \]
<img style="width: 90%; max-width: 600px;" src="/_werc/pub/imgs/publicsector.png">

View file

@ -0,0 +1,2 @@
conf_enable_comments
conf_enable_wiki

View file

@ -0,0 +1,7 @@
# Guides
Under this page you can find various guides of an assorted kind of nature.
![image of support](/_werc/pub/imgs/news.png "main")
We value guides on anything really. Please submit if you have something you want to contribute.

View file

@ -0,0 +1,2 @@
conf_enable_wiki
wiki_editors_groups=core

View file

@ -0,0 +1,7 @@
# Books
The ever growing third culture library!
**The Fall** by *Albert Camus* I really like this book, it's helped me quite a bit throughout my life to have read this. (q)
**Welcome to the NHK** by *Tatsuhiko Takimoto* better than the anime (which is also very good) and came first. (q)

View file

@ -0,0 +1,10 @@
# Games
Cool games that have made an impact on our lives.
## Video Games
[cave story](https://www.cavestory.org/) this is the game that inspired me to want to become an indie dev and make games for a living. This is a link to the tribute site, but play the game. (q)
[yume nikki/yume 2kki](https://ynoproject.net/) yume nikki has real fucking aura man. I love this game and shows how unique games are as an art form. Creating a world for you to explore. Because of this novel idea there are many very cool games inspired from it, I have played many of them and their influences is in much of my work. The link is to an online project that allows you to play these amazing games in browser. (q)

View file

@ -0,0 +1 @@
artificer

View file

@ -0,0 +1,10 @@
# Games
Cool games that have made an impact on our lives.
## Video Games
[cave story](https://www.cavestory.org/) this is the game that inspired me to want to become an indie dev and make games for a living. This is a link to the tribute site, but play the game. (q)
[yume nikki/yume 2kki](https://ynoproject.net/) yume nikki has real fucking aura man. I love this game and shows how unique games are as an art form. Creating a world for you to explore. Because of this novel idea there are many very cool games inspired from it, I have played many of them and their influences is in much of my work. The link is to an online project that allows you to play these amazing games in browser. (q)

View file

@ -0,0 +1,14 @@
# Things we love!
This page is a somewhat categorized list of things we think are cool. Think of this as a bookmarks page for third culture and use it to find out about other interesting things going on locally or otherwise online. We believe that any website should maintain a list of their creator's favourite things.
![cool love title page image](/_werc/pub/imgs/saya.png "main")
See the side bar or see below for a list of catagories.
* [music we love](music)
* [sites we love](sites)
* [games we love](games)
* [books we love](books)
* [videos we love](video)

View file

@ -0,0 +1,8 @@
# Music
Music valued by third culture and its members!
## Influences
I maintain a list on my band moridori's site: [moridori's influences](https://moridori.xyz/influences.html). (q)

View file

@ -0,0 +1 @@
artificer

View file

@ -0,0 +1,9 @@
# Music
Music valued by third culture and its members!
## Influences
I maintain a list on my band moridori's site: [moridori's influences](https://moridori.xyz/influences.html). (q)
bladee

View file

@ -0,0 +1 @@
artificer

View file

@ -0,0 +1,8 @@
# Music
Music valued by third culture and its members!
## Influences
I maintain a list on my band moridori's site: [moridori's influences](https://moridori.xyz/influences.html). (q)

View file

@ -0,0 +1,25 @@
# Sites
Collection of websites that are interesting and/or have value to us.
## People
[gsracz](https://gsracz.com) Gabes site. (q)
## Tech
[hundred rabbits](https://100r.co), [xxiivv.com](https://xxiivv.com), [kokorobot.ca](https://kokorobot.ca) a 2 person collective focused on data preservation and sailing while also utilizing tech. Great intro into the benefits of minimalism they also make music and all kinds of art. Highly worth a visit, an abundance of useful and inspiring information/projects/art. (q)
[cat-v](https://cat-v.org/) If you're into minimalism and know a bit about true personal computing this is a useful place. Their quotes page is highly entertaining and informative for any kind of person though. (q)
[The Hitchhiker's Guide to Online Anonymity](https://anonymousplanet.org/guide.html) Good resource if you are in the know. (alx)
### Service Providers
[disroot](https://disroot.org) moridori uses this collectives services as an email provider. The desire for freedom for me truly requires one to be anti big governments and anti big corporation. I support these guys mission and they offer an awesome service. (q)
[cock.li](https://cock.li) a more based email service provider. They offer a great service and recently started not requiring invites (again). 498,512,889 Dead Virgins use these guys for email, so basically youre not based and auramaxxed if you don't have an email with them. (alx)
## Collectives
[1maginary.online](https://1maginary.online) dulien showed me this site and it is what helped inspire this project. They support cool online/hyperpop artists and the radio is super cool! (q)

View file

@ -0,0 +1,13 @@
# Video/Audio
Video and other related content that we like!
## Videos
[pilotredsun](https://www.youtube.com/@PilotRedSun) I quote this guy all the time. (q)
[neverknowsbest](https://www.youtube.com/@NeverKnowsBest) makes gaming cool. (q)
[jimmymcgee](https://www.youtube.com/@JimmyMcG33) best video game reviews ever. (q)
## Podcast
[horseshoe theory](https://www.youtube.com/@HSTPOD) this is a podcast cohosted by jreg who used to be a somewhat prominent figure in Ottawa (and is a popular canadian youtuber). He has recently created his own collective in Toronto to much success. This project in particular helped inspire this project as a dream that could happen and its a great resource to see what cool people in Canada are doing. Both hosts believe theres no hope in Ottawa, I guess we will see about that then... (q)

View file

@ -0,0 +1 @@
Subscribe to the **<span class="accent">Third Culture</span>** news feed: **\[[rss](index.rss)|[atom](index.atom)|[json](feed.json)\]**

View file

@ -1,3 +1,6 @@
conf_enable_wiki
conf_enable_blog
conf_blog_only_pull=0
conf_blog_editors=core
blogTitle='Third Culture News'
blogDesc='Updates from the Third Culture collective'

View file

@ -0,0 +1,15 @@
# Philosophy: Third Culture
This page is under construction to give time for our members to discuss and define a core value system for this project.
<!---
## Principals
Some general core principals important to third culture.
* Many of the power structures we find ourselves subjugated by (and look to dismantle) are maintained through violence, oppression, mob mentality and control. Thus we are opposed to behavior that is fundamental to these oppressive systems such as racism, transphobia, sexism and homophobia.
* Our priority is to motivate ourselves and each other through collective action/creation. As an outsider collective we do not want to become just another mainstream subculture and want to avoid outgrouping as much as possible. To this end we support any type of art or contribution to the community as equally valid as every other.
-->
![lost in the wires](/_werc/pub/imgs/cables.png "main")

View file

@ -0,0 +1,19 @@
# Support: Third Culture
Thanks for showing interest in supporting us! There are many ways you can support the third culture project. This page will show a few ways you can.
![image of support](/_werc/pub/imgs/church.png "main")
## Join the Collective
If you resonate with our mission and want to build a community here in Ottawa ON, then lets fucking do this. Contact us. More info can be read on the [collective](/collective) page. My inbox is also always open at moridori(at)disroot.org or feel free to contact one of our members over Instagram. Talking to any of the members in person too is always welcome.
## Marketplace
Check out Third Culture's marketplace. Many of these things may be one off things or just somethings we want to sell. You can find merch, art, useful things; all being sold by the members or third culture. We will post new listings here as they come up.
Go to the [Marketplace](marketplace).
## Donation
Donations aren't necessarily a priority right now. Feel free to chip in a bit extra at our members shows/house shows though, this shit ain't free for us.

View file

@ -0,0 +1,9 @@
# Marketplace: Third Culture
Here you may find: **merch, drawings, art, physical music releases, mixtapes, stuff we are trying to get rid of**.
![image of clutter](/_werc/pub/imgs/clutter.png "main")
Details about how to go about payment and getting the item you want will be contained in each post. We will do out best with making sure that sold items are marked as such. Hope you find something you like.
- - -

View file

@ -0,0 +1,4 @@
conf_enable_wiki
conf_enable_blog
conf_blog_only_pull=0
blogTitle='Whats For Sale?'

View file

@ -1 +1,3 @@
conf_enable_wiki
conf_enable_comments
allow_new_user_comments=yes

View file

@ -1 +1,21 @@
index
This is the Third Culture Wiki :)
=============================================
This is a living document that contains information and history about third culture's, artists, projects, notable events and things we think are cool.
![image of support](/_werc/pub/imgs/wires.png "main")
**Third Culture** is an online collective started in Ottawa ON focused on creating a community of passionate artists/dreamers/activists who feel they don't have a place to belong. You can read more about third culture on the [about](/about) page and explore our [member's pages](https://ppl.thirdculture.top) for more member specific information.
## Contributing to the Wiki
* Respect the privacy of others. Make sure you only include information that the artist themselves have posted publicly or ask permission.
* Do not post anything harmful, this wiki is primary a place to keep track of facts. Opinion can be kept on personal pages or in forum discussion.
* Comments should include relevant discussion, don't be a bully or toxic. Mistakes/errors should be reported through the proper channels not in the comments.
* Having primary sources is encouraged but not entirely necessary. If your page lacks primary sources consider generating your own (for example by doing a mini interview, which can also be kept in the wiki).
* If you spam or produce malicious content your account will be deleted, treat this wiki more as an academic setting if that helps you.
* Currently new account posting is not enabled, if you do have an entry you want you can contact us to receive an account or just send us the content of the edits/page you want created to moridori(at)disroot.org. You can also leave a comment as a new user and you may get an account. (I may make a general account for the purpose of allowing outsider edits)
## Reporting Problems and General Contact
Currently you can reach the admin (q) at moridori(at)disroot.org