#general

3141 messages · Page 1057 of 4

vernal moth
#

Idk, am just happy that someone is actually dragging apple into court over this

cosmic raft
#

who?

vernal moth
#

And we will see what this will bring

#

Epic is

cosmic raft
#

Epic?

vernal moth
#

Well, not for game streaming of course

vernal moth
#

But the same principles

cosmic raft
#

"Epic"?

vernal moth
#

Epicgame

worn ember
#

do we really need more "cloud gaming" platforms tho?

vernal moth
#

S

cosmic raft
#

oh

#

imo we don't need any dark

vernal moth
#

do we really need more "cloud gaming" platforms tho?
@worn ember ios users don't have access to a single one

worn ember
#

their problem KEKW

vernal moth
#

We are all pc users, not console players. For casual console gamers, cloud gaming is a real alternative

#

I played stadia back at gamescom last year, it was amazing, I wasn't able to tell it wasn't on device

worn ember
#

apple doesnt have a console tho?

vernal moth
#

Well, I was, since I was playing the new doom on 1440p on a phone

#

apple doesnt have a console tho?
@worn ember mmh? What has this to do with anything?

#

Their devices would make good devices for cloud gaming

#

The iPad or an apple tv, a phone on the go

worn ember
#

i'm confused

#

i'll just fade away lol

vernal moth
#

What you confused about?

worn ember
#

are you considering phones and stuff to be consoles?

vernal moth
#

I am considering them as gaming devices

worn ember
#

ah

vernal moth
#

Now movie collection to watch

jaunty herald
#

Whats the best minecraft host? efficient and fair price?

minor badge
jaunty herald
#

Ill check it out

#

Is heavynode better would you say?

worn ember
#

idk, i dont like overweight hosts monkaS

limber knotBOT
#

inb4 "heavy" an offensive term

minor badge
#

i've never touched heavynode

worn ember
#

shouldve added plz no ban

minor badge
#

I know some DediMC folks; they're great folks providing a great service

#

pls sponsor me btw

worn ember
#

conflict of interest

minor badge
#

😠

ashen cliff
#

SWAP.

worn ember
#

i read that as something else first

unkempt drift
#

Anyone else love The Queens Gambit in netflix? Just finished watching it.

slim nymph
#

is that some arrowverse spin off?

worn ember
#

lmao

slim nymph
#

guess not

#

yeah def not my cup of tea. drama is a mostly miss cat for me, has to be suspenseful or paranormal

worn ember
#

either that of a lot of guns and explosions michael bay style

#

hmm i have a faulty HDMI cable, my screen flickers occasionally

quasi valley
#

apparently gambit is.. Gambit in German smolRunk

novel horizon
#

AMD 👀 2 days for gpus

ashen cliff
#

Soon.

limpid comet
#

So hyped POGGERS

novel horizon
#

I'm excited for that

austere ivy
#

sorry I’m just putting emojis everywhere

#

I got Nitro (on accident) so I’m trying to get my money’s worth

grand pewter
#

woops accidentally bought nitro

worn ember
#

oops accidentally bought chunky and deleted it

#

👀

grand pewter
#

buying free plugins kekw

candid spindle
#

how to speed up server?

grand pewter
#

delete that

next wind
#

dont have lag machines?

ashen skiff
#

Hey @olive marlin is here ? because i've the "same" problem with an other VPS i can't ping google.com (i try to change the DNS but its not working today)

candid spindle
#

try ping 8.8.8.8

#

because they don't want bots

ashen skiff
#

PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.

candid spindle
#

¯_(ツ)_/¯

ashen skiff
#

I put this in my resolved.conf
[Resolve]
DNS=1.1.1.1 8.8.8.8
FallbackDNS=8.8.4.4

candid spindle
#

wat

#

tf, is this

#

1.1.1.1 and only 1.1.1.1

#

You can't use Cloudflare and Google

#

....

#

and also, fallback should be 1.0.0.1 <-- Not sure check up on that one

worn ember
#

well you can, but not like that KEKW

candid spindle
#

thats 100% why it doesn't work

ashen skiff
#

last day ProfBlood say me put this :
echo -e '[Resolve]\nDNS=1.1.1.1 8.8.8.8\nFallbackDNS=8.8.4.4' | sudo tee /etc/systemd/resolved.conf
sudo systemctl restart systemd-resolved

olive marlin
#

I'm here 🙂

ashen skiff
#

yeeeeah

candid spindle
#

hmm, he funny

#

you can';t use two

ashen skiff
#

how are you Prof!!

candid spindle
#

he must of accidentally wrote 1.1.1.1

olive marlin
#

You can use more, I just copied that over from random StackOverflow Post 😛

worn ember
#

try pinging an ip 172.217.17.46 (google's)

olive marlin
#
echo -e '[Resolve]\nDNS=8.8.8.8\nFallbackDNS=8.8.4.4' | sudo tee /etc/systemd/resolved.conf
sudo systemctl restart systemd-resolved
worn ember
#

if that works then its clearly the dns

grand pewter
#

darkeyedragon can i rtp to a random world yet

worn ember
#

oh no KEKW

#

i still need to add parties too

ashen skiff
worn ember
#

im still doing the module rewrite

grand pewter
#

ah ok

worn ember
#

at least it compiles now

#

@ashen skiff why did you touch that config anyway

ashen skiff
#

to test

olive marlin
#

Last time they had there DNS entry pointing to their DC DNS, which went down xD

worn ember
#

just use the one from the network

#

¯_(ツ)_/¯

ashen skiff
#

mmmh i can't ping so i can't use /timings paste

olive marlin
#

So ping -c1 8.8.8.8 doesn't work?

ashen skiff
olive marlin
#

Ctrl + C

#

Looks like you are still on that first ping command xD

ashen skiff
#

--- 8.8.8.8 ping statistics ---
393 packets transmitted, 0 received, 100% packet loss, time 392005ms

olive marlin
#

And all you typed didn't execute.

twin lagoon
#

lol

ashen skiff
#

i'm like a noob

olive marlin
#

How tf you have access to console without the server having outgoing connections whitelisted / no network?

worn ember
#

thats what i was wondering xD

ashen skiff
#

good question

#

may be iptables

#

ive to flush iptables maybe

#

IPT="/usr/sbin/iptables"
$IPT -P INPUT ACCEPT
$IPT -P OUTPUT ACCEPT
$IPT -P FORWARD ACCEPT

$IPT -t nat -F
$IPT -t nat -X
$IPT -t mangle -F
$IPT -t mangle -X
$IPT -F
$IPT -X

#

after flush

olive marlin
#

First see if you can ping an IP ping -c1 8.8.8.8

ashen skiff
#

--- 8.8.8.8 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 4.795/4.795/4.795/0.000 ms

#

gg

#

so this time it was iptables

olive marlin
#

Ok, so that's not network.

ashen skiff
#

one time DNS one time iptables

olive marlin
#

But now you still don't have DNS, right?

#

ping -c1 google.com

ashen skiff
#

mmmh it is strange because
I couldn't reset an hour ago

#

8.8.8.8 goods but not google

#

i think the server of google is down ^^

olive marlin
#

So now DNS is the issue.

#

cat /etc/systemd/resolved.conf

ashen skiff
#

Resolve]
DNS=213.186.33.99
FallbackDNS=8.8.4.4

olive marlin
#

Here is your issue - change it to:

[Resolve]
DNS=8.8.8.8
FallbackDNS=8.8.4.4
#

Make sure there is the bracket there.

ashen skiff
#

bracket?

olive marlin
#

Then restart the resolver:

sudo systemctl restart systemd-resolved
#

You posted it as Resolve], make sure it is [Resolve] in the actual file.

ashen skiff
#

okk [

#

i'm not english

olive marlin
#

And that DNS is changed to 8.8.8.8

worn ember
olive marlin
#

Yes, sorry.

ashen skiff
#

no problem

#

i think ive to edit with nano

worn ember
ashen skiff
#

GG

#

not as well

olive marlin
#

What is in your logs now?

ashen skiff
#

[21:47:18] [Server thread/INFO]: Ed3lweiss issued server command: /timings paste
[21:47:18] [Timings paste thread/ERROR]: Could not paste timings
java.net.UnknownHostException: timings.aikar.co
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) ~[?:1.8.0_265]
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:1.8.0_265]
at java.net.Socket.connect(Socket.java:607) ~[?:1.8.0_265]
at java.net.Socket.connect(Socket.java:556) ~[?:1.8.0_265]
at sun.net.NetworkClient.doConnect(NetworkClient.java:180) ~[?:1.8.0_265]
at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) ~[?:1.8.0_265]
at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) ~[?:1.8.0_265]
at sun.net.www.http.HttpClient.<init>(HttpClient.java:242) ~[?:1.8.0_265]
at sun.net.www.http.HttpClient.New(HttpClient.java:339) ~[?:1.8.0_265]
at sun.net.www.http.HttpClient.New(HttpClient.java:357) ~[?:1.8.0_265]
at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1226) ~[?:1.8.0_265]
at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1162) ~[?:1.8.0_265]
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1056) ~[?:1.8.0_265]
at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:990) ~[?:1.8.0_265]
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1340) ~[?:1.8.0_265]
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1315) ~[?:1.8.0_265]
at co.aikar.timings.TimingsExport.run(TimingsExport.java:313) [patched.jar:git-PaperSpigot-"4c7641d"]

olive marlin
#

Now if you try console, what does dig timings.aikar.co say?

worn ember
#

dont dig straight down

olive marlin
#

The VPS server console, not minecraft.

minor badge
#

we got it the first time

#

dig timings.aikar.co

worn ember
olive marlin
#

Proxi, I dig serenity. It's quite nice, even if I don't agree with all design choices lol.

#

But Rust might easily become one of my favorite langs.

ashen skiff
#

Proxi, je creuse la sérénité. C'est assez sympa, même si je ne suis pas d'accord avec tous les choix de design lol

minor badge
#

the design choices usually make sense too ^^

worn ember
#

just yetus deletus the whole image

ashen skiff
#

witch design?

minor badge
#

rust is quite useful though

worn ember
#

ah yes the 🥖

minor badge
#

it's become my favourite prototyping lang too, which shows how high-level such a speedy lang can be

olive marlin
#

For prototypes, Bash or Python3 😛

minor badge
#

never!

#

rust >

olive marlin
#

But yeah, Rust is quite nice. Gonna probably write backend for the website in Rust, and integrate it with Discord.

#

Was thinking about ditching JS and going full Rust with web assembly, but not sure it's a good idea lol

#

@ashen skiff Is the timings working now? Did you do dig timings.aikar.co in your VPS?

ashen skiff
#

dig ? its command?

olive marlin
#

cat /etc/systemd/resolved.conf xD

ashen skiff
#

[Resolve]
DNS=8.8.8.8
FallbackDNS=8.8.4.4

olive marlin
#

Yes, cat, dig, less, more ... are all nice Linux commands 🙂

#

Hmm, it should be right.

ashen skiff
#

-bash: dig: command not found

olive marlin
#

Might need to install it.

#

Ubuntu?

ashen skiff
#

root@anacraft:/etc/systemd# apt-get install dig
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package dig

#

yes unbuntu

olive marlin
#

apt-get install dnsutils

ashen skiff
#

i cant install because i cant ping

olive marlin
#

Hmm.

ashen skiff
#

root@anacraft:/etc/systemd# ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
^C
--- 8.8.8.8 ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 2000ms

olive marlin
#

systemctl status systemd-resolved?

#

Oh, what?

#

100% packet loss again?

ashen skiff
#

mhmh

olive marlin
#

Can you join the mc server?

ashen skiff
#

yes im connect

#

iptables?

olive marlin
#

I'm not good at networks, so idk what to check more :/

#

I don't think it is that.

ashen skiff
#

because i cant flush my iptables i think

olive marlin
#

Can you run iptables -vnL and paste the output?

#

.paste

limber knotBOT
ashen skiff
#

how quit this command

olive marlin
#

q?

ashen skiff
#

thx

willow rune
#

Can anyone vouch for PhoenixNAP? I know @twin lagoon has mentioned it before.

twin lagoon
#

PNAP is mint

olive marlin
#

What is it doing here?

willow rune
#

Will this be sufficient for a heavily plugined 30-60 player server?

next wind
#

xeons arent great for mc iirc

twin lagoon
#

they're good

olive marlin
#

This isn't a bad xeon.

twin lagoon
#

@willow rune don't use that page

vernal moth
#

None, absolutely no one:
Riot games: bing extension for league

ashen skiff
#

how delete le DROP ALL in iptables

twin lagoon
ashen skiff
#

@olive marlin its good i've delete the drop all

olive marlin
#

Is it working now?

ashen skiff
#

not timings paste

olive marlin
#

Install dig

willow rune
#

@twin lagoon any other tips for configuring?

twin lagoon
#

not really

ashen skiff
#

but ping 8.8.8.8 yes

#

same error for dig

willow rune
limber knotBOT
#

@willow rune [Auto] We're now known as Paper.

ashen skiff
olive marlin
#

systemctl status systemd-resolved

ashen skiff
limber knotBOT
#

@ashen skiff [Auto] We're now known as Paper.

twin lagoon
#

that does show the very basics

#

you can skip create a swapfile on that guide

willow rune
#

Right

twin lagoon
#

i would highly suggest playing around w/ linux in a virtual environment

ashen skiff
olive marlin
#

WTF, what's with your time on your VPS? You are 24 hours ahead from UTC.

twin lagoon
#

ngl

#

his entire system seems fucked to me

ashen skiff
#

i'm french

twin lagoon
#

nor does he seem to be able to manage his server by himself considering all questions asked

olive marlin
#

Oh, nvm. That's September, not October xD

#

Man, I'm tired.

willow rune
#

nor does he seem to be able to manage his server by himself considering all questions asked
@twin lagoon
Me?

twin lagoon
#

no

ashen skiff
#

Good night Prof, thank for your help 🙂

#

its okay since Mon 2020-10-26 21:55:04 CET; 19min ago

#

10 is october not september

#

nor does he seem to be able to manage his server by himself considering all questions asked
@twin lagoon i agree for me

olive marlin
#

Yeah, I was reading logs. And for some reason you seem to have the newset first, I've always seen them newest last.

ashen skiff
#

so my system seems not fucked ?

#

You are from UK or USA

olive marlin
#

Neither.

#

Have same timezone as France now.

ashen skiff
#

Cool

#

so why i cant do : systemctl status systemd-resolved

#

how do you write with gray font

olive marlin
#

host aikar.co?

ashen skiff
#

systemctl status systemd-resolved
@olive marlin like this writing

vernal bone
#

Use a ` after and before the massage

olive marlin
#

I write with `, so like this is written `like this`

ashen skiff
#

'thx'

vernal bone
#

`

olive marlin
#

Tylda is next to your number 1 on keyboard.

ashen skiff
#

ok

olive marlin
#

Below Esc key.

#

Not Tylda, meant Grave key xD

ashen skiff
#

for me it the Seven

#

im azerty

olive marlin
#

Oh.

twin lagoon
#

tilde

golden gust
#

And people say this is the smart community

olive marlin
#

I have no idea how you got your system so messed up. But I lack knowledge to try to fix it remotely.

#

It's at that point where I'd start installing packages by pasting their base64 representation on the terminal xD

ashen skiff
#

Okay Prof, thank you for your help, i understand

olive marlin
#

@twin lagoon How is your kopia setup? I finally played around it with, and I'm not a fan of how much global config it relies on.

twin lagoon
#

it's "ok"

#

well it's not ok actually

#

it uses a lot of traffic & combined w/ google cloud that's not good at all

void void
#

bread sticks

twin lagoon
#

$100 monthly bills

topaz mortar
#

The french in the high castle.

Local vm struggling should be done first before doing it on remote bare metal or remote vm.

twin lagoon
#

for some servers i reverted to my old backup script

willow rune
#

Is Pterodactyl recommended?

olive marlin
#

Looks like when I want to see one backup, I need to switch backends, and then my laptop's backup would use that backend instead.

#

Which is less than ideal.

topaz mortar
#

Is Pterodactyl recommended?
@willow rune I don't recommend it. Learn how to use linux instead. Helps a lot in the future.
EDIT: Let's say I'm not a fan of webinterfaces for that. Most time they just fuck up things and a noob then come to someone with knowledge and nothing is at it's place.

twin lagoon
#

pterodactyl is fine arodoid

olive marlin
#

I'm currently at 1TB ingress and 1TB egress monthly on my Restic backup.

#

But I know I want to move away from Restic.

#

Wanted to use kopia, but don't like the global, shared state.

#

Seems like I can't have 2 backends to backup to.

willow rune
limber knotBOT
#

@willow rune [Auto] We're now known as Paper.

twin lagoon
#

avoid youtube tutorials

#

pterodactyl has excellent documentation

#

if you've never touched linux use a virtual environment to play around with

worn ember
#

and then cry yourself to sleep

#

thats what i usually do

#

linoox hard

#

i never remember where i even install stuff

austere ivy
#

my favorite pastime is running sudo apt-get update and then sudo apt-get upgrade and feeling like a hacker as text flies by

#

and then I also feel really productive, like "wow I just updated a ton of stuff"

minor badge
#

@meager tusk .

#

.....

meager tusk
#

???

austere ivy
#

prox why did you ping idriz

minor badge
#

sorry idriz youre dumb

meager tusk
minor badge
#

i dont want dumdums on my friends list

meager tusk
#

Wow

#

I see

#

I got hacked and you're blaming me for it

worn ember
#

good thing u dont have to be ur own friend then dab

austere ivy
#

jokes on you, I'm not even my own friend in the first place 😎

worn ember
#

no one is zoop

austere ivy
meager tusk
#

I am

austere ivy
#

woa epic, friend me idriz??

slim nymph
#

"past time" must be old past time still using apt-get!

austere ivy
#

actually sike I didn't even actually WANT you as a friend dabby

#

is apt-get not what people use nowadays?

slim nymph
#

nope, we use apt

austere ivy
#

huh

slim nymph
#

the tools were combined into just 'apt', apt update, apt install

austere ivy
#

oohh, huh.

meager tusk
#

we are apt at using apt

austere ivy
#

I thought I heard that apt-get was faster or something like that

meager tusk
#

does it really matter

#

lol

austere ivy
minor badge
#

all my homies use xbps

austere ivy
#

whichever is more verbose, makes the text fly by faster, and thus makes me feel cooler

slim nymph
#

no, there is a third party alternate apt get that will download multiple packages in parallel.

worn ember
#

my internet: No

austere ivy
#

alright, genuine question because I'm completely out of the meta

#

what's up with both 1. michael and 2. kenny?

#

last I checked they both.. existed

twin lagoon
#

what

austere ivy
#

but now everywhere michael goes everyone is like.. simping for him??

slim nymph
#

i dunno whats up with you @twin lagoon

latent valve
#

Kneyny dum

twin lagoon
#

uh

#

i'm too good

quasi valley
#

wow rood

austere ivy
#

I don't know what or why but frankly I'm concerned

#

and kenny is..

latent valve
meager tusk
#

@twin lagoon PES_Heart

austere ivy
meager tusk
#

I don't like kenny. I trusted kenny and then I got kicked out of the VC.

austere ivy
#

I'm scared peepocomfy

quasi valley
#

excoose me, on the syscraft server?

#

@twin lagoon what did you do

austere ivy
#

yes on the syscraft server

quasi valley
slim nymph
#

the name kenny is ruined for me due to southpark, i can only question if kenny is going to die today, or receive a potato for a heart

cosmic raft
#

that's why we have kneny

meager tusk
#

i can hear cartman saying kenny

quasi valley
#

for kneny does not randomly die every day

meager tusk
#

in my head

austere ivy
#

is this real footage?

#

kenny are you okay?

meager tusk
#

i like how it's always stan or kyle who say "oh my god they killed kenny"

slim nymph
#

yeah shot at the whitehouse 3 days ago

quasi valley
slim nymph
#

kenny dancing real life footage

quasi valley
#

let me show you some high res pic of me from like 7 years ago

austere ivy
#

fake news, he's upside down in that

slim nymph
#

fake pic, kenny doesnt have a nose or eyebrows

quasi valley
#

I went to school with that jacket (not enclosed like that tho lol) and people started calling me kenny 😂

austere ivy
#

don't tell me, is kenny not your actual name?

merry talon
#

oh man borat 2 is spectacular

quasi valley
#

sadly not

austere ivy
#

I'm shocked

slim nymph
#

i loved borat 2 lol

austere ivy
#

I'm genuinely shocked

slim nymph
#

its scary how so many of the scenes were real

meager tusk
#

dude the rally one

#

that was concerning

slim nymph
#

yeah....

meager tusk
#

the salute and all

slim nymph
#

i hope those peoples 'friends' see them and ditch their ass

meager tusk
austere ivy
#

didn't watch it, should I give it a go?

slim nymph
#

yes

meager tusk
#

"mike penis" PepeLa

slim nymph
#

the scene where hes living with QAnon was real too, he really stayed in character and tricked those people for 2 days lol

meager tusk
#

celebrity of biggest exporter of potassium never fails to disappoint

#

nah i find that hard to believe

#

like having a filming crew everywhere no way

#

lol

slim nymph
#

Yes, Borat actually moved in with two QAnon conspiracy-believing Trump supporters during the COVID-19 lockdown. Baron Cohen said of the experience, “the hardest thing I had to do was, I lived in character for five days in this lockdown house. I was waking up, having breakfast, lunch, dinner, going to sleep as Borat when I lived in a house with these two conspiracy theorists. You can’t have a moment out of character.”

meager tusk
#

holy shit

merry talon
#

wtf I haven't gotten to that part

#

lol

slim nymph
#

it was in the trailer, not a spoiler 😛

merry talon
#

didn't watch it

meager tusk
#

no but it was all real that's nuts

#

that rudy ghuliani or whatever part that..

#

yikes...

olive marlin
#

Some trailers spoil the whole movies though.

meager tusk
#

"she's too old for you" PepeLa

minor badge
#

idriz 😔

twin lagoon
#

proxi clappywappy

#

idriz clappywappy

minor badge
#

idriz is NOT peepoClap material

twin lagoon
#

wtf

meager tusk
#

What

#

Michael don't listen to her she's angry because she types at 110wpm

fallen oracle
#

Wait...

#

He looks so familiar

meager tusk
#

@twin lagoon clappywappy PES_Heart aPES_WheelchairRocket

minor badge
#

idriz and i broke up

#

its me or him michale

fallen oracle
meager tusk
fallen oracle
#

They look so similar

worn ember
#

not upside down enough

austere ivy
#

michael why don't you ever clap at me 😔

meager tusk
#

@minor badge do i know u

#

sorry idk u

#

@twin lagoon hi my favorite devops guy ever

austere ivy
#

why can't I find someone to clap at me like literally everyone claps at michael

#

do you just need to give him some luvin and he'll reciprocate?

meager tusk
#

@austere ivy PES_Heart clappywappy

#

there we go

#

everyone here is loved

austere ivy
#

@twin lagoon I literally love you so much and you are a very cool person pepePat

#

w-wha??

twin lagoon
#

who are you

meager tusk
#

even @minor badge even tho she hates me

austere ivy
#

I've never felt this before

meager tusk
twin lagoon
#

idriz however

#

idriz pepelove

meager tusk
#

Michael PES_Heart PES_Heart clappywappy

austere ivy
meager tusk
#

this you? kosovoceo

austere ivy
#

wait what???

minor badge
#

idriz is bad

#

i hate michale

twin lagoon
#

wtf proxi

#

😔

austere ivy
#

proxi kinda rude ngl

minor badge
#

you chose him over me .

austere ivy
#

I'm offended on Michael's behalf

meager tusk
#

she's lagging

austere ivy
#

hm, well Michael said he doesn't know me so..

meager tusk
#

she's gonna say the things she wants to say now 10 minutes later

austere ivy
#

proxi I'll simp for you catheart

minor badge
#

i think i met you in codevision or smth

meager tusk
#

cause of her typing speed

#

jk Proxi you are great

austere ivy
#

is that what the kids use nowadays? the word simp? I don't know

worn pasture
meager tusk
#

"is this what the kids use nowadays" incremented your age by 30

quasi valley
#

michale uses it, so it must be kekw

austere ivy
#

either way what I'm trying to tell you is that you are very cool proxi peepoheart

meager tusk
#

you're officially a middle aged man

austere ivy
#

I'm literally 40 years old what do you want from me

meager tusk
#

Michael is like 70

austere ivy
#

45? 46 am I now?

quasi valley
#

michale is like 6

austere ivy
#

yeah I'm 40 years older than michle

meager tusk
#

added a 0 sorry kneny

minor badge
#

knenimsy

meager tusk
#

pick me over proxi kenny lets isolate her

quasi valley
#

that's not my name proximsy

meager tusk
#

shes being mean to everyone

#

YES

minor badge
#

get fricken

twin lagoon
meager tusk
twin lagoon
meager tusk
#

an entire emoji for you michael

#

pandalove aPES_HurryUp PES2_DrugsClown

minor badge
#

i hope you crash michale 😡

meager tusk
#

holy shit

twin lagoon
#

ngl almost crashed twice

#

autopilot is pepega

meager tusk
minor badge
#

cause its idriz pilot

meager tusk
#

bet you don't have that proxi

twin lagoon
#

idrizpilot

meager tusk
#

idrizpilot would never crash michael

#

dive you right into the nearest crater tho

minor badge
#

kneny rejected me today 😔

austere ivy
#

proxi you literally, I literally offered to un-not-reject you

quasi valley
#

I would never cheat on @viral hornet

twin lagoon
#

camm clappywappy

austere ivy
#

what

#

I'm just so confused what is the meta here??

twin lagoon
#

@viral hornet 🥺

golden gust
#

gear up

austere ivy
#

and then what happens is camm shows up and he puts that one emoji in as a giant one

twin lagoon
meager tusk
#

Michael.

austere ivy
#

I left broadly gestures to this entire server, once again for a long time and I come back to like three different but somehow intertwined love triangles

#

I'm so confused

meager tusk
#

Get. To. Work.

#

Or I'll duping xD

golden gust
minor badge
#

@viral hornet if u pick michale, TC is cancelled

twin lagoon
#

wtf

#

proxi why do you hate me

austere ivy
#

@viral hornet can you please tell me why everything is like this I'm so confused

meager tusk
#

A chaotic place Paper is.

#

But never lay foot on the realm of spigot.

#

Which is like putting your foot through lava

worn pasture
#

I would never cheat on @viral hornet
@quasi valley he'll cheat on you tho so watch out kek

twin lagoon
#

turbo 🥺

quasi valley
minor badge
#

kneny flirt w me 😳

meager tusk
#

wait a minute

golden gust
#

Proxi

meager tusk
#

Michael how come i never get a pleading face

golden gust
#

I'd flirt with you

twin lagoon
#

idriz 🥺

golden gust
#

but, you disgust me

worn pasture
#

🥺

meager tusk
#

Michael 🥺

twin lagoon
minor badge
meager tusk
#

abuse

quasi valley
#

you pinned the wrong message proxi

tranquil bone
#

im gay

minor badge
#

no thanks

twin lagoon
#

congratulations

meager tusk
#

im tired

tranquil bone
#

Hello, tired

worn pasture
#

wow there be some interesting pins

quasi valley
#

(edited)

#

I hope noone remembers the original sin

golden gust
#

I can fart with my eye lids
@golden gust It's true, btw

minor badge
meager tusk
#

I'm interested in knowing how that works

quasi valley
#

oh no she actually has

minor badge
#

I will never delete it

quasi valley
meager tusk
#

doesn't say proxi

#

it says pröxü

#

you're in the clear king

quasi valley
#

pröxümsy

minor badge
#

kneny's first uwu though

meager tusk
#

uwu

twin lagoon
#

Is this you? @meager tusk

meager tusk
#

Yes PES_SuperHappy PES_Heart

minor badge
#

catHug @quasi valley wanna do another uwu for me?~

tranquil bone
#

😚

quasi valley
#

never smolHands

minor badge
#

wtf

meager tusk
#

kenny

#

do one for me

tranquil bone
#

so are plugins going to be called planes

#

when hangar comes out

potent fossil
tranquil bone
#

i think thatd be epic meme

potent fossil
#

ur life is an epic meme

tranquil bone
#

you wanna go you old prune

potent fossil
#

later im drinking my coffee

twin lagoon
tranquil bone
#

thats what i thgouthjtt

golden gust
#

next he's gonna scream at some kids to get off his lawn, and take a newspaper to the bathroom

potent fossil
#

im already in the bathroom you fuk

golden gust
#

coffee flush?

minor badge
#

simple flujstrered

potent fossil
#

ye

#

pwoxi

minor badge
#

cat said he'd flirt with me simple

golden gust
#

Dude

potent fossil
#

violation of the laws of physics

golden gust
#

I had this huge ass mug

#

I've made tea in it twice

meager tusk
#

@twin lagoon 🛬🔥

twin lagoon
#

ass mug fluSHEDd

meager tusk
golden gust
#

I can't even get through 1/2 of it before I'm in the bathroom screaming to jesus

minor badge
#

huge ass?

twin lagoon
#

help no

merry talon
twin lagoon
#

flight sim isn't responding

golden gust
#

same size

twin lagoon
#

ok nvm it didn't crash

meager tusk
#

that cup is gigantic

twin lagoon
#

your ego is bigger idriz

meager tusk
#

wish it was sadge

golden gust
#

I got it thinking "Oh, I drink a lot of tea, this will save me from having to get up as much"

meager tusk
minor badge
golden gust
#

Turned out that no, it just gives me HIT when running to the lavatory

minor badge
#

come to my lavatory x

merry talon
#

...

meager tusk
#

aPES_Bonk @minor badge

minor badge
#

@meager tusk thats u

mortal zinc
#

We are all pc users, not console players. For casual console gamers, cloud gaming is a real alternative
@vernal moth what do you think about desktops going away? I've seen that argument in various places, and I think it's just stupid, but what do you think?

#

I.E. going the way of the mobile device

olive marlin
#

@twin lagoon Look what I found: https://knoxite.com/
It can even do "RAID" on multiple storage backends. And looks way more like what I'd want.

An open-source data storage and backup system

golden gust
twin lagoon
#

that looks very interesting

olive marlin
#

I'll be giving it a go and let you know how it compares.

golden gust
#

I was tryna find a better one, but, like, searching, and, effort

minor badge
#

I'll show ya Peg ;)

void void
#

I'm wait 1.16.4 version toker_no_ne_toker

twin lagoon
#

what the fuck are you smoking

void void
#

:D

potent fossil
#

c r a c k

olive marlin
austere ivy
#

wait wait wait kash how come you get a blob with whiskers and I don't??

cosmic raft
#

because mine is a cat

austere ivy
#

there we go :)

worn ember
cosmic raft
#

wat

void void
#

without me

austere ivy
#

kash are you going on a light show binge?

#

also that is super cool, I love the bouncing ping pong balls

zealous wedge
#

nothing like a few hundred kW of fun

austere ivy
#

z!! blobheart

upper flicker
#

the chart is wrong

zealous wedge
#

uwu

upper flicker
#

its performance in the Y column

#

RGB in the x

#

r/pcmasterrace told me so

#

hi brian o/

austere ivy
#

hello heartfan

zealous wedge
#

pfft rgb is so passe

#

it's RGBL these day

#

RGBA or RGBW if you're cheaping out

upper flicker
#

New build has no rgb at all 😍

#

Just need ryzen 5000 to launch aPES2_BongoCat

cedar spade
#

my build has 🅱️

#

||only because the fan that came with the case and the only fan from my old PC that fit both have blue LEDs||

cunning raft
#

meanwhile i can kill an epileptic person with my pc

cedar spade
#

ah yes

#

strobe PCs are the future

austere ivy
#

jroy send pics

cunning raft
#

😳

cedar spade
#

jroy send gifs

blissful geyser
#

is aikar the owner of the server?

#

just out of interest

potent fossil
#

I think Z750 is

#

doesn't really matter who is tho

blissful geyser
#

ya im just curious

austere ivy
#

how come everyone simps for proxi and michael but no one simps for me SlimePensiveBlue

potent fossil
#

i think you know why

austere ivy
#

money? fame?

#

w-wait

#

simple, blink twice if you're being held hostage by proxi

twin lagoon
#

@potent fossil 🥺

potent fossil
#

no, brian

#

@potent fossil 🥺
@twin lagoon 🥺

austere ivy
#

I hate you so, so much

#

I'm leaving

potent fossil
worn ember
#

LED's are quire efficient tho :p

viral hornet
#

@quasi valley he'll cheat on you tho so watch out kek
@worn pasture wtf heathen

swift root
#

HE'S NOT WRONG RUN KENNY RUN

austere ivy
#

the new gmail logo is UGLY

twin lagoon
#

camm 🥺

viral hornet
#

Michael 🥺

#

New Gmail logo?

austere ivy
#

either of you I'm lonely 🥺

#

yeah, have you not seen it yet?

#

hold on, let me grab an image

viral hornet
#

Negative

austere ivy
#

Those are the new logos up there at the top.

viral hornet
#

Improvement imo

austere ivy
#

Hm, really?

viral hornet
#

Making them all match design is nice

austere ivy
#

Good point, I find them all a bit too homogenous.

next wind
#

the m is just so thick though

austere ivy
#

Maybe it's just the change is all.

next wind
#

old is better imo

austere ivy
#

I am pretty old so I might just be biased against what I used when I was younger ;p

#

er, biased for?

viral hornet
#

Thicc 🇲

twin lagoon
#

fucking boomers

#

also eh i kinda like the consistency but i have noticed it being confusing / annoying

slim nymph
#

yeah im trying to find a user style to turn them back

#

contrast is useful

austere ivy
#

I get trying to make them all consistent, and that's fine, but they're just a bit too consistent I guess

twin lagoon
#

i quite like them on web / desktop

#

but it is a bit confusing on mobile

#

like when you go through your app drawer all you'll see is the same colours

#

now i have a google phone so naturally you'll have a shitton of google apps

viral hornet
#

How is your new phone michael

twin lagoon
#

epic

cosmic raft
#

I like the new ones

austere ivy
#

which one is it?

viral hornet
#

Newww

warm anchor
#

I have auto update on and I was legit confused

#

As what this app is doing on my Home Screen then I realize it is gmail Pepega

muted portal
#

The same thing actually happened to me

#

Didn’t even realize until I had opened it

ocean lance
#

How do developers make things like forge? As in, how do they make a custom version of minecraft? Is there source code for each version?

golden gust
#

they decompile the server/client jar and try to fix all the issues induced from doing that

ocean lance
#

Is there an online source code for minecraft 1.16.3? I want to try to make a custom minecraft installation, but I don't know how dev teams make stuff like forge & fabric.

golden gust
#

no

#

if you're expecting something easy, go use fabric or forge

ocean lance
#

how hard is it to make a custom minecraft version?

next frost
#

depends on what you want to do

ocean lance
#

Well I wanna try and make it so that bedrock players can play on LAN servers with java players, so I'll be doing some translating from bedrock packets to java if it's possible.

golden gust
#

possible? Yea, ofc, how stable/feature complete it will be, 🤷‍♂️

#

But, none of this is really documented, for your average java dev, even working on the server where we have all this pretty tooling is often a challenge, and that's far outside of tryna re-implement an entire protocol in the client

ocean lance
#

I wanna give it a shot and see how far I get, but my first step is starting the project.

abstract peak
#

Block of air error

golden gust
#

.paste

limber knotBOT
austere ivy
#

talking directly via discord is lame, who wants to go on omegle and text chat with tag set to "papermc"?

next wind
#

update your paper 😡

austere ivy
#

well I'll be on there waiting so incase anyone is bored but also procrastinating doing things at the same time (such as I!) then come along :)

limber knotBOT
#

you're rite being on dumcord is dum and lame

#

get over here

#

nah irc sux

#

we should communicate via semaphore

#

who wants to set up a network of signal towers

austere ivy
#

I totally would, how do I do that?

#

After a short reading of a wikipedia page, it seems I am inadequately prepared for this venture, funds wise.

#

Who would like to donate a small loan of money?

next wind
#

just get sponsored by honey or something

upper flicker
#

i’ll sponsor you with tacos

waxen panther
#

sponsor me with tacos

#

or like, anything

upper flicker
#

🤔

waxen panther
#

anything but thinking emojis

upper flicker
#

😭

waxen panther
#

yeah i'll take that

upper flicker
cosmic raft
#

Z did you see the thing

#

@upper flicker

waxen panther
upper flicker
#

i did yeah

#

i’ll take 12

cosmic raft
#

:3

#

I think I'm getting sick

#

stupid cold weather and stuff

upper flicker
#

sounds like a good excuse for some tea

potent fossil
#

kash where do i get

waxen panther
#

tea.

#

yes.

austere ivy
#

@waxen panther blobtea here have some 🍵

waxen panther
#

i am going to make some real tea now

#

it's been too long

austere ivy
#

what do you like?

#

green tea? herbal or something or what?

waxen panther
#

idk im british so mostly just normal teas

#

breakfast tea and earl gray mainly

potent fossil
#

that means a mild black tea

#

damn brits

austere ivy
#

thanks for translating, simple

slim nymph
#

@ocean lance that work is already done, look up Geyser MC

waxen panther
#

builders tea is a vibe yea

austere ivy
#

darn bri ish 😔

waxen panther
#

i do also love oolong tea

#

hard to get the stuff for it here tho

#

br*tish

potent fossil
#

@waxen panther gimme a wa'er bot'le

limber knotBOT
#

hot chocolate is the only reliable thing

waxen panther
#

ok simple 💓

austere ivy
#

tHIS IS ACCEPTABLE

#

broccolai, do you always keep a bottle of water by your side when on computer?

waxen panther
#

yes

austere ivy
#

always sipping water throughout the day? or drinking in large bursts?

waxen panther
#

gotta keep hydrated!

austere ivy
#

can you please accept my fr

potent fossil
#

that is a very british desk

waxen panther
#

issa deskmat lol

#

i drink a lot of water

#

like, a lot

austere ivy
#

this is very very cool, I approve a lot

#

yeah I think I might drink a bit too much, classes are a bit tough because I have to pee every 45 minutes or so lol

#

my general rule of thumb is whenever I pee I drink a bit more water

potent fossil
#

lol

austere ivy
#

if you're thirsty, you're already too dehydrated!

potent fossil
#

i dont have time for Brian's Life Tips right now, doing math exam

waxen panther
#

I drink like three or four of these a day, and this bottle is 2.2litres

#

which is probably boardline too much but idk how much is too much

austere ivy
#

hold on, converting nasty science units to Freedom Units so that my brain can understand

potent fossil
#

i know its meant to be as close to 1floz (~29ml or so) per lb (0.45kg) of bodyweight as possible

austere ivy
#

oh wow that's a lot of water

waxen panther
#

yeah

#

i didn't used to drink so much but after moving here and starting gym i am constantly thirsty

#

also the water here is much nicer than it was in my old city so im appreciating it

austere ivy
#

mhm, yeah.

#

that reminds me, my cup has been empty for a fair bit, be right back.

limber knotBOT
#

better solution instead of having a cup by your desk is just taking a break every now and then to drink

potent fossil
#

just use an IV

limber knotBOT
#

and I've pretty much subconsciously trained myself to get water whenever I'm thirsty instead of subconsciously ignoring

waxen panther
#

more convenient just to have a big bottle next to me

#

im very lazy so i wouldn't get up if i was thirsty

limber knotBOT
#

dum

waxen panther
#

thx

austere ivy
#

am now back, also yeah might be a good idea to get up and move every once in a while

limber knotBOT
#

I had a better phrase but I couldn't think of one so I just went to default case lul

waxen panther
#

i do when my watch tells me to 😎

limber knotBOT
#

basically why not get better health habits

#

instead of just one

waxen panther
#

no

austere ivy
#

pft, look at this person over here

waxen panther
#

make me

limber knotBOT
#

also

#

I like kinect

austere ivy
#

next you're gonna tell me that I actually need to see the sun every once in a while, huh?

limber knotBOT
#

got it like a few months ago lol

#

and am very sad it basically ded :c

waxen panther
#

next ur going to tell me i should be cooking actual food rather than protein shakes and ramen??

limber knotBOT
#

instead we got singleplayer lonely VR where I might bump into a wall or desk

austere ivy
#

like.. xbox kinect?

waxen panther
#

lmao

limber knotBOT
#

AR is the future IMO

austere ivy
#

which kinda kinect are you talking about thonk

#

ooh yeah did you see that one video that was posted to reddit about uh.. hold on let me get it

limber knotBOT
#

no sense in me being in VR if I can't do locomotion

#

and stationary treadmills, ya right, who implements those

#

not to mention more space and moniez

#

oh the roomalive?

austere ivy
#

uh that might've been it

limber knotBOT
#

where they use projectors and a ton of kinects to do stuff in a room?

waxen panther
#

sounds like a bunch of nerds

austere ivy
#

no no it was posted to some apple subreddit just about a week ago

#

less than a week ago, maybe

limber knotBOT
#

that's a dream setup I wanna do one day

#

oh idk apple stuff

austere ivy
#

I wish reddit's search wasn't so horrible

#

yeah it was in response to iPhone 12 having LiDAR

limber knotBOT
#

I know they have basically HoloLens-esque on a phone

#

pretty lame tho, like, I'm not gonna hold up a phone all day

#

Idk what MS is doing with hololens

#

I got to demo it at a MS store one time

limber knotBOT
#

(DiscordBot) I know AR isn’t big news, but LiDAR really changes the game for AR... : apple - 233 comments, 2,213 points - msureda, 1d ago

austere ivy
#

almost instantaneous detection and whatnot for small rooms

#

LOOK AT THAT

#

the exploding crates bounce OFF THE WALL

#

that's absolutely insane to me.

limber knotBOT
#

hololens-like ya

#

I wish one of the demos at the store would actually be something that was really AR

#

the demo choices all sounded like VR-like stuff, and the stuff I demoed were basically VR

#

one cool thing I did note is that another guy walked in front of me with a hololens headset on and the screen automatically cropped out to not be displaying stuff over him which I found cool

viral hornet
#

I think I'm getting sick
@cosmic raft 👏 OLIVE 👏 LEAF 👏 EXTRACT 👏

limber knotBOT
#

but the stuff I heard like being able to see through a wall and stuff, or someone else drawing/pointing out things that you see sound super applicable to me

#

or applicable in general

#

DIY plumbing and electrical!!

#

well DIY with an assistant who isn't there

austere ivy
#

mhm, yeah that's honestly really exciting to me

#

all that stuff that you mentioned

waxen panther
#

i am perfectly happy with my glass hand screen and my monitor

limber knotBOT
#

and also, local multiplayer

#

everything I've seen with VR is all singleplayer or online multiplayer

austere ivy
#

a couple years ago it felt a bit janky and whatnot, and with big promises like Pokemon Go kinda being huge disappointments, I lost interest in AR

#

but the new AR stuff seems reeaaally cool.

limber knotBOT
#

cuz I'm sure you'd need a room for each player in VR anyways

austere ivy
#

mhm

limber knotBOT
#

Kinect is the closest thing I've got to that until then. And maybe the Wii

austere ivy
#

I feel like a really simple but effective use of AR could be just local multiplayer on board games that you don't physically have

#

the wii is still fun, heck I played some just two days ago with my family

limber knotBOT
#

that'd be cool but eh

#

cuz you can't touch the pieces

austere ivy
#

Wii Sports Resort still holds up as a great family kinda game

#

oh, yeah, good point

limber knotBOT
#

like wii sports does well cuz you're holding something just like you'd hold something in the game

#

of course don't let go of the bowling ball

austere ivy
#

haha .. yeah.

#

I think I've seen a few compilations of some broken tvs as results from that

limber knotBOT
#

fantasia is an excellent rhythm game I was skeptical of it at first but wow it works well with kinect

#

In no game have I ever felt like I'm conducting a song

austere ivy
#

I've never heard of that, is it like you play as a conductor?

waxen panther
#

im surprised the irc user of all people is excited for future technology

limber knotBOT
#

I'm excited for a proper future mr broccali

worn pasture
limber knotBOT
#

and idc if ur ali or ail or li

waxen panther
#

ali or ali

limber knotBOT
#

but not a future of web sadness

#

dumcord is one of those web sadness

waxen panther
#

just you wait until they start building vr applications in React

#

it'll happen

#

JS developers will find a way to overengineer anything

limber knotBOT
#

and then I will need a 64GB RAM headset

waxen panther
#

😄

limber knotBOT
#

there is one useful thing I see for VR tho

austere ivy
#

the idea of internet connected everything sounds nice until I can't print because my printer can't connect to the internet to verify if the cartridges I installed are up to spec disapproved

waxen panther
#

a irc experience you never have to leave?

limber knotBOT
#

Use for office/work meetings and/or "pairing"

waxen panther
#

nah fuck that

#

in person is epic

austere ivy
#

Robo, do you have a VR headset of your own?

limber knotBOT
#

I like working remote but I also like pairing and overhearing other pairs working

austere ivy
#

if you don't, start a gofundme and I'll chip in 5 dollars blobheart

limber knotBOT
#

telecon (zoom etc.) don't work for "overhearing" you either hear or don't

#

I don't

#

I don't even have a "gaming PC" or a graphics card that can handle modern games at default settings lol

austere ivy
#

heh me neither, I am currently on a 2012 macbook.

limber knotBOT
#

latest machines I have are when Windows 8 was a new thing

austere ivy
#

but it runs >:)

limber knotBOT
#

most from Windows 7 era

austere ivy
#

windows 8 was awful

#

I hate hate hated it so much, it was so confusing

#

not that I really had to use it much, I exclusively use mac/linux

limber knotBOT
#

Windows 8 was great but as I say a bazillion times they did a horrible job making anything discoverable

austere ivy
#

that might've been it

limber knotBOT
#

the stuff they had increased my productivity. But it's cuz I knew about them

#

hot corners and charms and stuff

#

one place for settings, to print, to share, etc.

austere ivy
#

yeah I can see that

limber knotBOT
#

but 100% hidden

austere ivy
#

I barely use windows in the first place though, so when I try something and it just doesn't make sense in the first 5 minutes

limber knotBOT
#

who's the guy... Sinofsky?

austere ivy
#

it's a bit of a repellent for me

limber knotBOT
#

had a great idea but just assumed people would know how to use it

austere ivy
#

so I take it you're on windows 10 then?

limber knotBOT
#

I'm like that with mac and Linux but at least I don't really give up that easily

#

ya

austere ivy
#

how's doing dev stuff on there?

waxen panther
#

i barely have to boot into windows nowadays

#

makes me v happy

limber knotBOT
#

except my surface, tablet mode still sux on 10

austere ivy
#

I don't even think windows has a unix style terminal, does it?

#

just the cmd prompt?

waxen panther
#

Windows terminal is okay™️

austere ivy
#

or whatever it is? I really don't use terminal that much lol

waxen panther
#

and that together with WSL is a fine™️ combo

limber knotBOT
#

unix style wut u mean

#

there's powershell, and yea WSL

waxen panther
#

but windows is still preddy pepayga

worn pasture
#

dev is fine on win10

#

wsl2 makes it nicer

waxen panther
#

camm is typing pl

viral hornet
#

holy fuck why is adjusting servers in Discords servers list so laggy 😠

austere ivy
waxen panther
#

i know!!

#

it's terrible

limber knotBOT
#

cuz dumcord

#

cuz web

austere ivy
#

hmmmmmm

#

what?

viral hornet
#

Literally takes like, 15 seconds to move a server down 5 spaces

austere ivy
#

also CAMM I LITERALLY KNOW

#

Are you on Mac???

viral hornet
#

Leave a server? Haha, just you wait another 30 seconds.