gikopoi, web chatroom, movie nights and stuff

Anything random that doesn't fit in the other categories goes here.
Post Reply
User avatar
vulonkaaz
Posts: 57
Joined: Thu Jun 04, 2026 12:58 pm
Location: Luxembourg
Has thanked: 10 times
Been thanked: 87 times
Contact:

gikopoi, web chatroom, movie nights and stuff

Post by vulonkaaz »

https://gikopoi.com is a comfy web chatroom with 2d isometric maps, comfy community, streaming channels that are often used to broadcast music, movies, irl streams, sometimes even voice chats

my favourite feature is it have a TTS feature you can turn on to hear the text messages in real time

we can organize giko events in this thread like anime nights or hangouts or something

i might stream Wicked City (1987) in like half an hour, use #warp button to find the most populated room thats probably where i'll be
Image
User avatar
vulonkaaz
Posts: 57
Joined: Thu Jun 04, 2026 12:58 pm
Location: Luxembourg
Has thanked: 10 times
Been thanked: 87 times
Contact:

Re: gikopoi, web chatroom, movie nights and stuff

Post by vulonkaaz »

in roughly 21 hours from now, at 9pm euro time, 3pm New York time, 7pm UTC, @833 .BEAT time

I will be streaming the movie Drive in whatever is the most populated room of giko at the time in honor of Kavinsky who passed away yesterday, might prelude the movie with Kavinsky music

be there or be square
Image
User avatar
vulonkaaz
Posts: 57
Joined: Thu Jun 04, 2026 12:58 pm
Location: Luxembourg
Has thanked: 10 times
Been thanked: 87 times
Contact:

Re: gikopoi, web chatroom, movie nights and stuff

Post by vulonkaaz »

I will stream Blade Runner 2049 at @888 TODAY that's 22:18 in eurofag time, 1786133923 in unix timestamp, 17:18 in Buenos Aires, 1:48 in India

room : https://play.gikopoi.com/?roomid=admin unless i change my mind (use #warp if i'm not there)

countdown program so you know when it will be (work on linux idk for other os, should work on mac os and bsd) :

Code: Select all

#include <stdio.h>
#include <time.h>
#include <unistd.h>

int main(void) {
	const int target = 1786133923;
	while(true) {
		time_t CURRENT_TIME = time(NULL);
		int delta = target - CURRENT_TIME;
		printf("%02d:%02d:%02d\n", delta/3600, delta/60%60, delta%60);
		sleep(1);
	}
}
Image
User avatar
vulonkaaz
Posts: 57
Joined: Thu Jun 04, 2026 12:58 pm
Location: Luxembourg
Has thanked: 10 times
Been thanked: 87 times
Contact:

Re: gikopoi, web chatroom, movie nights and stuff

Post by vulonkaaz »

I will stream Pulp Fiction TODAY at @800 on gikopoi (thats 18:12UTC or 1787508720 in unix time or roughly 3 hours and 50 minutes from now)
IMG_20260823_161236.jpg
IMG_20260823_161236.jpg (83.91 KiB) Viewed 1470 times
this will be my first time watching the movie i obtained the DVD today

updated countdown program :

Code: Select all

#include <stdio.h>
#include <time.h>
#include <unistd.h>

int main(void) {
	const int target = 1787508720;
	while(1) {
		time_t CURRENT_TIME = time(NULL);
		int delta = target - CURRENT_TIME;
		printf("%02d:%02d:%02d\n", delta/3600, delta/60%60, delta%60);
		sleep(1);
	}
}
Image
User avatar
vulonkaaz
Posts: 57
Joined: Thu Jun 04, 2026 12:58 pm
Location: Luxembourg
Has thanked: 10 times
Been thanked: 87 times
Contact:

Re: gikopoi, web chatroom, movie nights and stuff

Post by vulonkaaz »

I will stream They Live at @800 TOMORROW thats 18:12 UTC or 20:12 in eurofag time or 15:12 in Bueno Aires or 03:12 in Tokyo or 1789236720 in unix timestamp

https://events.gikopoi.com/e/202609121800.00.txt
Image
Post Reply