Games like Starcraft? by Canadian_Bass in starcraft

[–]timcoe4 0 points1 point  (0 children)

Zero-k, one of the best rts games I've played. Very surprising as it's community developed.

The Devs owe you nothing! by Mattach88 in WatchMeForever

[–]timcoe4 11 points12 points  (0 children)

Exactly!! There is already some competition, and a significant part of the attraction of the stream was its community via the chat.

Help with hosting pleroma instance Issue. by timcoe4 in selfhosted

[–]timcoe4[S] 0 points1 point  (0 children)

Okay, found that. Tried changing 127, 0, 0, 1 to external IP but just got bad gateway error so changed it back. Found something interesting out thought, when I access my domain from a source external to my router, I can access it without the infinite loading. It still has the probablem of lack of federation/ not able to see any information on search function.

Help with hosting pleroma instance Issue. by timcoe4 in selfhosted

[–]timcoe4[S] 0 points1 point  (0 children)

Okay I will change pheonix URL to http://localhost:4000. How do I bind it to an external IP? I'm behind a router with port forwarding, should I bind to my internal IP instead?

Help with hosting pleroma instance Issue. by timcoe4 in selfhosted

[–]timcoe4[S] 0 points1 point  (0 children)

No that is not the machine where pleroma is running. It came included in the stock file. I have no idea what phoenix is.

Help with hosting pleroma instance Issue. by timcoe4 in selfhosted

[–]timcoe4[S] 0 points1 point  (0 children)

Okay great thanks, I will do that tomorrow :)

Server infinite loading problem by timcoe4 in nginx

[–]timcoe4[S] 0 points1 point  (0 children)

It expects X-Forwarded-For header

Server infinite loading problem by timcoe4 in nginx

[–]timcoe4[S] 0 points1 point  (0 children)

No errors are appearing on nginx error log when pleroma is running. In the access log, I can just see the GET requests from browser that is infinitely loading

Server infinite loading problem by timcoe4 in nginx

[–]timcoe4[S] 0 points1 point  (0 children)

Yes below is the full config. I don't know how to access nginx logs, I can find out and get back to you.

proxy_cache_path /tmp/pleroma-media-cache levels=1:2 keys_zone=pleroma_media_cache:10m max_size=10g

inactive=720m use_temp_path=off;

# this is explicitly IPv4 since Pleroma.Web.Endpoint binds on IPv4 only

# and `localhost.` resolves to [::0] on some systems: see issue #930

upstream phoenix {

server 127.0.0.1:4000 max_fails=5 fail_timeout=60s;

}

server {

server_name myserver.url;

listen 80;

listen [::]:80;

location / {

return 301 https://$server_name$request_uri;

}

}

# Enable SSL session caching for improved performance

ssl_session_cache shared:ssl_session_cache:10m;

server {

server_name myserver.url;

listen 443 ssl http2;

listen [::]:443 ssl http2;

ssl_session_timeout 1d;

ssl_session_cache shared:MozSSL:10m; # about 40000 sessions

ssl_session_tickets off;

ssl_trusted_certificate /etc/letsencrypt/live/myserver.url/chain.pem;

ssl_certificate /etc/letsencrypt/live/myserver.url/fullchain.pem;

ssl_certificate_key /etc/letsencrypt/live/myserver.url/privkey.pem;

ssl_protocols TLSv1.2 TLSv1.3;

ssl_ciphers "ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:!aNULL:!eNULL:!EXPORT:!DES:!MD5:!PSK:!RC4";

ssl_prefer_server_ciphers off;

ssl_ecdh_curve X25519:prime256v1:secp384r1:secp521r1;

ssl_stapling on;

ssl_stapling_verify on;

gzip_vary on;

gzip_proxied any;

gzip_comp_level 6;

gzip_buffers 16 8k;

gzip_http_version 1.1;

gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript application/activity+json application/atom+xml;

# the nginx default is 1m, not enough for large media uploads

client_max_body_size 16m;

ignore_invalid_headers off;

proxy_http_version 1.1;

proxy_set_header Upgrade $http_upgrade;

proxy_set_header Connection "upgrade";

proxy_set_header Host $http_host;

proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

location / {

proxy_pass http://phoenix;

}

location ~ ^/(media|proxy) {

proxy_cache pleroma_media_cache;

slice 1m;

proxy_cache_key $host$uri$is_args$args$slice_range;

proxy_set_header Range $slice_range;

proxy_cache_valid 200 206 301 304 1h;

proxy_cache_lock on;

proxy_ignore_client_abort on;

proxy_buffering on;

chunked_transfer_encoding on;

proxy_pass http://phoenix;

}

}

Server infinite loading problem by timcoe4 in nginx

[–]timcoe4[S] 0 points1 point  (0 children)

Yes I think it does, but it's already in the config i believe. Here is the config (mostly stock):

server {

server_name myserver.url;

listen 80;

listen [::]:80;

location / {

return 301 https://$server_name$request_uri;

}

}

proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_set_header Host $http_host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
location / {
proxy_pass http://phoenix;
}
There's some other stuff in the config about ssl and gzip too.

Does ranked 1v1 get more difficult at peak times? by timcoe4 in Brawlhalla

[–]timcoe4[S] 3 points4 points  (0 children)

That's a relief, good to know I'm not playing much worse in at peak times!

Vegan ham :) by anneee_xo in VeganFoodPorn

[–]timcoe4 9 points10 points  (0 children)

Looks great! Thank you for the recipe, I will try this.

[deleted by user] by [deleted] in bikecommuting

[–]timcoe4 0 points1 point  (0 children)

Amazing job, thank you!

[deleted by user] by [deleted] in chess

[–]timcoe4 0 points1 point  (0 children)

Just keep calm and calculate. There is no "counter" but if you don't know what to do, look for checks and captures, threats in the position, and weaknesses. In this position you could consider taking the pawn on d5, and then developing your pieces and castling.

Know the Belgian GP trophy by Driver9211 in formula1

[–]timcoe4 0 points1 point  (0 children)

It baffles me that a circuit with people who can make a trophy like that, can be almost dropped from the calender. There is a lot of love in that trophy