nov 17 2024

This commit is contained in:
q 2024-11-17 15:40:56 -05:00
parent 37044fe071
commit 0b00bef7d8
100 changed files with 384 additions and 38 deletions

2
.gitignore vendored
View file

@ -1,4 +1,4 @@
.DS_Store
.htpasswd
werc/etc/*
transfer/uploads/*
scripts/commands.txt

View file

@ -34,7 +34,9 @@ services:
container_name: transfer
ports:
- "3880:8080"
command: ["--provider", "local", "--basedir", "/uploads/", "--web-path", "/web/"]
command: ["--provider", "local", "--basedir", "/uploads/", "--web-path", "/web/", "--max-upload-size", "10485760"]
environment:
- MAX_UPLOAD_SIZE=10485760
volumes:
- ./transfer/uploads:/uploads
- ./transfer/tshweb:/web

View file

@ -1,6 +1,6 @@
:root {
/* Main color scheme */
--color-primary: #E4F0FEff;
--color-primary: #f907c5;
--color-secondary: #AEA3F0ff;
--color-accent: #A4D1ADff;
@ -24,7 +24,7 @@
--link-hover: #5B3D8Aff;
/* Border colors */
--border-primary: #C0CEE8ff;
--border-primary: #f907c5;
--border-secondary: #0C072Cff;
--border-image: #000300ff;
@ -37,3 +37,7 @@
--font-headers: 'rumeur', sans-serif;
--font-body: verdana, helvetica, arial, sans-serif;
}

View file

@ -0,0 +1,10 @@
#/ adil#
Hey, I'm the filmmaker of Third Culture.
[Blog](blog)

View file

@ -0,0 +1 @@
Hi! I'm the film-maker of Third Culture :D

View file

@ -0,0 +1,4 @@
##adil##
Hi! I'm the film-maker of Third Culture :D

View file

@ -0,0 +1,5 @@
##adil##
Hi! I'm the film-maker of Third Culture :D

View file

@ -0,0 +1,3 @@
#####adil#####

View file

@ -0,0 +1,4 @@
#adil#

View file

@ -0,0 +1,5 @@
#/ adil#

View file

@ -0,0 +1,5 @@
#/ adil#
Click the blog on the left sidebar cause it disappeared. Q pls fix I tried editing my page and it vanished.

View file

@ -0,0 +1,8 @@
#/ adil#
Click the blog on the left sidebar cause it disappeared. Q pls fix I tried editing my page and it vanished.
[Blog](blog)

View file

@ -0,0 +1,9 @@
#/ adil#
Hey, I'm the film-maker of Third Culture.
[Blog](blog)

View file

@ -0,0 +1,10 @@
#/ adil#
Hey, I'm the filmmaker of Third Culture.
[Blog](blog)

View file

@ -0,0 +1,4 @@
how to make this site not die in infancy
-------------------------------------
1. HAVE TRAFFIC. make it an unavoidable step to a meaningful goal. think charging a toll on the road to the king's palace. the goal is an audience with the king, and the toll bridge is an unavoidable step that traffic will be routed over. here, the meaningful goal is to find out about upcoming shows in ottawa and to have a little y2k nostalgia trip. making MORE meaningful goals and ENSURING there are *no* alternatives is how to amplify this site. make it convenient to post more creations to thirdculture; then, if thirdculture-based music or interviews become semi-popular, and they're easily accessible on youtube, insta, twitter etc. then people just wont bother going on this website. keep it special! and if they're using those things and not this website, then they're subject to all the typical brainwashing and corporate exploitation, to being subjected to 4 hours of doomscrolling, to mindnumbing ads and forced content, to algorithms that extract all meaning out of community and creation.

View file

@ -5,3 +5,6 @@ So many bugs in production to fix lol
update: still bug hunting, I have a list now
update: getting some help now :)

View file

@ -0,0 +1,10 @@
Launched third culture
-------------------------------------
So many bugs in production to fix lol
update: still bug hunting, I have a list now
update: getting some help now :)

View file

@ -0,0 +1,10 @@
Launched third culture
-------------------------------------
So many bugs in production to fix lol
update: still bug hunting, I have a list now
update: getting some help now :)

View file

@ -0,0 +1,4 @@
Site Update
-------------------------------------
We now have a self hosted git for hosting this page so if you are interested in development or submitting changes/bug fixes let me know. I'm pretty sure times should be fixed but I'm not 100% on that. Just mounted the time files of the server PC to this sites container. Anyway more to come I have an issues tracker on the git server to keep track of what I'm doing an my todo now.

View file

@ -1,8 +1,9 @@
# Q
Guitarist and vocalist for moridori.
Guitarist and vocalist for moridori...
![picture of me](_images/q.jpg)
You can find my personal releases under the name morisuki sometimes as well :)

View file

@ -0,0 +1,9 @@
# Q
Guitarist and vocalist for moridori...
![picture of me](_images/q.jpg)
You can find my personal releases under the name morisuki sometimes as well :)

View file

@ -0,0 +1,3 @@
# Testing 1 2 3
Using this page for testing :)

View file

@ -0,0 +1,3 @@
# Testing 1 2 3
Using this page for testing :)

View file

@ -1,6 +1,5 @@
screenshare - tom - PLANT, blog/////
hi

View file

@ -0,0 +1 @@
screenshare1112

View file

@ -1,39 +1,47 @@
:root {
/* Main color scheme */
--color-primary: #E4F0FEff;
--color-secondary: #AEA3F0ff;
--color-accent: #A4D1ADff;
--color-primary: #ffffffff;
--color-secondary: #ff0000ff;
--color-accent: #ff0000ff;
/* Background colors */
--bg-primary: #000300ff;
--bg-secondary: #1C202Fff;
--bg-primary: #000000ff;
--bg-secondary: #000000ff;
/* Text colors */
--text-primary: #E4F0FEff;
--text-secondary: #989898ff;
--text-accent: #AEA3F0ff;
--text-primary: #ffffffff;
--text-secondary: #8a8a8aff;
--text-accent: #ff0000ff;
/* Header colours */
--header-primary:#AEA3F0ff;
--header-secondary: #AEA3F0ff;
--header-tertiary: #A4D1ADff;
--header-other: #E4F0FEff;
--header-primary:#ff0000ff;
--header-secondary: #ff0000ff;
--header-tertiary: #ff0000ff;
--header-other: #000000ff;
/* Link colors */
--link-color: #2667deff;
--link-hover: #5B3D8Aff;
--link-color: #b5b5b5ff;
--link-hover: #ff0000ff;
/* Border colors */
--border-primary: #C0CEE8ff;
--border-secondary: #0C072Cff;
--border-image: #000300ff;
--border-primary: #ff0000ff;
--border-secondary: #ff0000ff;
--border-image: #ff0000ff;
/* Special purpose colors */
--code-color: #18A02Cff;
--header-bg: #AEA3F0ff;
--header-text: #0C072Cff;
--code-color: #ff0000ff;
--header-bg: #ff0000ff;
--header-text: #000000ff;
/* Font families */
--font-headers: 'rumeur', sans-serif;
--font-body: verdana, helvetica, arial, sans-serif;
--font-headers: courier, courier;
--font-body: courier, courier, courier, courier;
}

View file

View file

@ -0,0 +1,11 @@
How To Post An Event on Thirdculture
====================================
1. make sure you have a registered account on third culture and are logged in
2. click on the events page.
3. click "new event" (i think)
4. fill in basic information, which includes date, location, title, genre, and price. These details can be found by finding events themselves through websites such as ottawagigs.ca, eventbrite, and instagram. If the basic information is not found in the initial page, the rest should be available in ticket checkout.
5. (optional) write a brief description, to just better inform people about the event really.
6. upload.
woohoo you did it !!! now go harass your friends to come to the show and buy merch so that these people dont starve to death on the streets

View file

@ -0,0 +1,11 @@
How To Post An Event on Thirdculture
====================================
1. make sure you have a registered account on third culture and are logged in
2. click on the events page.
3. click "new event" (i think)
4. fill in basic information, which includes date, location, title, genre, and price. These details can be found by finding events themselves through websites such as ottawagigs.ca, eventbrite, and instagram. If the basic information is not found in the initial page, the rest should be available in ticket checkout.
5. (optional) write a brief description, to just better inform people about the event really.
6. upload.
woohoo you did it !!! now go harass your friends to come to the show and buy merch so that these people dont starve to death on the streets

View file

@ -17,9 +17,16 @@ Hotline Miami and Hotline Miami 2. Sharp and expressive use of top down pixel ar
Metal Gear Solid (1 through 3). What more is there to say? It's the greatest action-stealth franchise with kick-ass music, boss fights, and voice acting wrapped in a conspiracy thriller that becomes more relevant each year. I like 4 and 5 too but 1 - 3 are my favourites.
- (adil)
[OFF](http://gaarabis.free.fr/?catid=1)
<p><small>Link goes to the developers official site + OFF's download link.</small></p>
<p>I was 1 year and 364 days old when this game released. Later on it became one of my first RPG's ever.</p>
Eerie. Spacey. Weird. Creepy and sometimes cute. Had a huge influence on the type of art I still love to this day. Oh, and the music goes insane. Pepper steak? Hard. The atmospheric, ambient tracks are very nice too. When I made shitty YouTube videos, I'd only use this OST. I love the big whale. And I love this game. Go play it.
-☨
[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 @@
vanne

View file

@ -0,0 +1,32 @@
# Games
Cool games that have made an impact on our lives.
(Hey q I organized these in alphabetical order. Lmk if that's okay or if you want it by author)
## 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)
Dishonored and Dishonored 2. Steampunk stealth-action immersive sim. Super interesting world with a lot of detail in it. You use super powers to teleport, entering the bodies of people/animals, summon man-eating rats, etc. Very engaging with a lot of replay value. Choosing between either violent/non-violent and overt/non-overt approaches changes how the world is affected around you. Despite the game being about assassination, you can beat it without killing a single person. Highly recommend.
- (adil)
Hotline Miami and Hotline Miami 2. Sharp and expressive use of top down pixel art. Addicting gameplay. GOATED soundtrack. A story that seems simple on the surface but invites a lot of digging from the audience. The first game definitely has better gameplay and level design than the second game but the second one has a better score and story. It's a must-play for anyone who loves the video game medium.
- (adil)
Metal Gear Solid (1 through 3). What more is there to say? It's the greatest action-stealth franchise with kick-ass music, boss fights, and voice acting wrapped in a conspiracy thriller that becomes more relevant each year. I like 4 and 5 too but 1 - 3 are my favourites.
- (adil)
[OFF](http://gaarabis.free.fr/?catid=1)
<p><small>Link goes to the developers official site + OFF's download link.</small></p>
<p>I was 1 year and 364 days old when this game released. Later on it became one of my first RPG's ever.</p>
Eerie. Spacey. Weird. Creepy and sometimes cute. Had a huge influence on the type of art I still love to this day. Oh, and the music goes insane. Pepper steak? Hard. The atmospheric, ambient tracks are very nice too. When I made shitty YouTube videos, I'd only use this OST. I love the big whale. And I love this game. Go play it.
-☨
[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 @@
iancobain

View file

@ -0,0 +1,4 @@
# Music
Music valued by third culture and its members!

View file

@ -0,0 +1,4 @@
# Music
Music valued by third culture and its members!

View file

@ -1,8 +1,2 @@
# 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,2 @@
## 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,12 @@
haha loser im doing your page for you
punk
hardcore
shoegaze
incel-core
other stuff ig

View file

@ -0,0 +1,12 @@
haha loser im doing your page for you
punk
hardcore
shoegaze
incel-core
other stuff ig

Binary file not shown.

View file

@ -0,0 +1,26 @@
https://thirdculture.top/about/
https://thirdculture.top/collective/
https://thirdculture.top/collective/4mdv/
https://thirdculture.top/collective/faal/
https://thirdculture.top/collective/los3r/
https://thirdculture.top/collective/moridori/
https://thirdculture.top/collective/public_sector/
https://thirdculture.top/guides/
https://thirdculture.top/love/
https://thirdculture.top/love/books
https://thirdculture.top/love/games
https://thirdculture.top/love/music
https://thirdculture.top/love/sites
https://thirdculture.top/love/video
https://thirdculture.top/news/
https://thirdculture.top/news/2024/
https://thirdculture.top/news/2024/07/
https://thirdculture.top/news/2024/07/12/
https://thirdculture.top/news/2024/07/12/0/
https://thirdculture.top/philosophy/
https://thirdculture.top/support/
https://thirdculture.top/support/marketplace/
https://thirdculture.top/wiki/
https://thirdculture.top/wiki/bands/
https://thirdculture.top/wiki/bands/bologna_colorado
https://thirdculture.top/wiki/music

View file

@ -0,0 +1 @@
fugazi was a post-hardcore band from washington DC, fronted by Ian Mackaye of Minor Threat. They fuck.

View file

@ -0,0 +1 @@
fugazi was a post-hardcore band from washington DC, fronted by Ian Mackaye of Minor Threat. They fuck.

View file

@ -0,0 +1 @@
Minor Threat was a hardcore punk band from washington DC fronted by Ian Mackaye. They also fuck.

View file

@ -0,0 +1 @@
Minor Threat was a hardcore punk band from washington DC fronted by Ian Mackaye. They also fuck.

View file

@ -0,0 +1 @@
bugleberry is a shoegaze/noise band from Ottawa. they do not exist on streaming platforms and dont play enough shows because they're PUSSIES!

View file

@ -0,0 +1 @@
bugleberry is a shoegaze/noise band from Ottawa. they do not exist on streaming platforms and dont play enough shows because they're PUSSIES!

View file

@ -0,0 +1 @@
candyboys are an experimental duo from Ottawa, who know how to party.

View file

@ -0,0 +1 @@
candyboys are an experimental duo from Ottawa, who know how to party.

View file

@ -0,0 +1 @@
moridori are an emotional-hardcore duo from Ottawa. they're the ones behind this site, and have some of the best live performances around. they also dont play enough shows cause they're insecure little babies.

View file

@ -0,0 +1 @@
moridori are an emotional-hardcore duo from Ottawa. they're the ones behind this site, and have some of the best live performances around. they also dont play enough shows cause they're insecure little babies.

View file

@ -1,2 +0,0 @@
Music is a form of art, conveyed through the medium of sound.

View file

@ -0,0 +1,12 @@
##venues in ottawa:
(ordered by accessibility):
1. avant-garde bar. cheaper, all ages, but very cramped and sounds not great.
2. parliament 2. cheapest, all ages, but inactive cus roommates.
3. live on elgin. cheap, all ages, but everyones sitting like a fucking doofus.
4. rainbow bistro. kinda expensive, sometimes all ages.
5. cafe dekcuf. quite expensive, rarely all ages.
6. dominion tavern. expensive, NEVER all ages.
7. house of targ. average price, NEVER all ages.
8. the rest

View file

@ -0,0 +1,12 @@
##venues in ottawa:
(ordered by accessibility):
1. avant-garde bar. cheaper, all ages, but very cramped and sounds not great.
2. parliament 2. cheapest, all ages, but inactive cus roommates.
3. live on elgin. cheap, all ages, but everyones sitting like a fucking doofus.
4. rainbow bistro. kinda expensive, sometimes all ages.
5. cafe dekcuf. quite expensive, rarely all ages.
6. dominion tavern. expensive, NEVER all ages.
7. house of targ. average price, NEVER all ages.
8. the rest

View file

@ -0,0 +1,10 @@
sub·cul·ture
/ˈsəbˌkəlCHər/
*noun*
> a cultural group within a larger culture, often having beliefs or interests at variance with those of the larger culture.
>
> "in what ways does the social environment predispose certain individuals to join delinquent subcultures?"

View file

@ -0,0 +1,5 @@
sub·cul·ture
/ˈsəbˌkəlCHər/
noun
a cultural group within a larger culture, often having beliefs or interests at variance with those of the larger culture.
"in what ways does the social environment predispose certain individuals to join delinquent subcultures?"

View file

@ -0,0 +1,8 @@
sub·cul·ture
/ˈsəbˌkəlCHər/
*noun*
> a cultural group within a larger culture, often having beliefs or interests at variance with those of the larger culture.
> "in what ways does the social environment predispose certain individuals to join delinquent subcultures?"

View file

@ -0,0 +1,10 @@
sub·cul·ture
/ˈsəbˌkəlCHər/
*noun*
> a cultural group within a larger culture, often having beliefs or interests at variance with those of the larger culture.
>
> "in what ways does the social environment predispose certain individuals to join delinquent subcultures?"