Page 1 of 1

gikopoi, web chatroom, movie nights and stuff

Posted: Wed Jul 29, 2026 6:30 pm
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

Re: gikopoi, web chatroom, movie nights and stuff

Posted: Thu Jul 30, 2026 10:24 pm
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

Re: gikopoi, web chatroom, movie nights and stuff

Posted: Fri Aug 07, 2026 3:23 pm
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);
	}
}

Re: gikopoi, web chatroom, movie nights and stuff

Posted: Sun Aug 23, 2026 2:21 pm
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 1478 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);
	}
}

Re: gikopoi, web chatroom, movie nights and stuff

Posted: Fri Sep 11, 2026 8:18 pm
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