#general

3141 messages ยท Page 1000 of 4

potent fossil
#

the only valid swedish thing to do

mighty storm
potent fossil
#

im in it rtx_boi

mighty storm
#

how tf do i set myself to public

#

if there's thousands of pages of members??

cunning raft
#

need to use api

mighty storm
#

figured

next wind
#

Nah most of that stuff is still there

#

I just followed the guide

worn ember
#

@mighty storm you go through all the pages

next wind
#

It was only missing like 1 or two things max

vestal jasper
#

bruh
order from uber eats on one account and get an email 2 minutes later for another account with a $20 coupon

#

thanks I guess

mighty storm
#

same energy as a game going on sale the day after you just bought it

next wind
#

Anybody here play astroneer?

potent fossil
next wind
#

I need tips for getting bytes and I can't find anything

hollow plaza
#

I haven't played Astroneer in probably 2 years

#

I think you get bytes by scanning those large weird looking thingies

next wind
#

Yeah, you can scan like everything now

#

Like resources and those mini byte things

#

I'm just using astronium though

hollow plaza
#

Does it have a use now?

next wind
#

Nope

potent fossil
hollow plaza
#

oop

potent fossil
next wind
#

Generals inactive anyways, but sure

#

Rory

zealous wedge
#

how is rory?

worn ember
next wind
#

๐Ÿ‡ท ory

mighty storm
#

rory is fine, i hope

#

i havent seen her in a while

next wind
#

Yo get rory

mighty storm
#

ok

#

i got her

next wind
#

๐Ÿ‘

mighty storm
#

bad news

#

she left

#

also we got rory_pat and rory_pet

magic ice
potent fossil
#

what a boss, my math prof listened to us complaining how long the hw was and made it two in two more days

#

due in*

#

in this case, i am rory, and the hand is my math prof

grand pewter
#

beep

mighty storm
#

can rory pog so we can :rory_pog:

waxen panther
#

omg!!!

#

its pop four nine five nine !!!!!!!!!!!!!!!!!

potent fossil
grand pewter
#

wait where did you get the rory emotes

#

i only have 1 rory emote and its the wrong rory

magic ice
cunning raft
#

i have no rory emote

mighty storm
#

rory emotes are from rory simp server

grand pewter
#

ok i guess im not a simp then

mighty storm
#

arent you on there?

#

i couldve swore you were

grand pewter
#

prob not cause i already have enough trouble keeping my servers under 100

potent fossil
mighty storm
#

im at 97

#

ill nuke some eventually

potent fossil
#

how do you see the count

grand pewter
#

well, you know when you hit 100

#

discord pops up with an error telling you to fuck off when you try to add another server

potent fossil
#

so in other words count

grand pewter
#

i think i'm at 99 atm

#

yep

potent fossil
#

42

mighty storm
#

@potent fossil i have illegal but you too can be illegal by requesting /api/v8/users/@me/guilds and just count the servers

#

i should make a site for that tbh

potent fossil
#

weewoo_redweewoo_blue
TOS violation detected

mighty storm
#

I mean I can legally get the info

#

so i will

#

gimme 15-20 mins

potent fossil
#

chaotic lawful

#

or whatever

#

chaotic neutral that's what it's called

mighty storm
#

it's either chaotic/lawful/true good/evil/neutral

potent fossil
#

You're chaotic neutral

mighty storm
#

make? it exists

#

not that i'd know

cunning raft
#

that didn't work

#

fuck you discord

potent fossil
#

dumass

mighty storm
#

@prue

#

@Pure

#

get over here

potent fossil
#

yeah it's pronounced doomรคss

serene bolt
#

why am I being incorrectly tagged!

serene bolt
#

more TOS violations per usual, I see

mighty storm
#

i would never

#

ever

#

in my life

#

violate

#

anyone or anything

cunning raft
#

i love discord! i love discord terms of service! i love tencent! i love china! tawain is fake!

mighty storm
#

nothing ever happened in tieneeman square, i swear

potent fossil
#

taiwan is true china

cunning raft
#

he's just standing

#

so peaceful

potent fossil
#

What happened there?

cunning raft
#

man waiting for bus

potent fossil
#

Naturally.

mighty storm
#

just admiring how beautiful china is!

potent fossil
#

Did I just see cat start typing

cunning raft
#

nope!

mighty storm
#

silly simpl,e, rory is not in this room

potent fossil
mighty storm
#

this is guaranteed to work first try

#

if it works i will re-steal rory, fi it does not i will simply pet her

mighty storm
serene bolt
mighty storm
#

ye it me site

cunning raft
#

chew datamining?

mighty storm
#

i aint store shit

potent fossil
#

source code or hard pass

mighty storm
#

ok

serene bolt
#

it's like the twitter connection you guys all did last month that did shady things with your account :P

potent fossil
#

:^)

mighty storm
#
def servers
    if session[:discord_servers_key].nil?
      redirect_to "https://discord.com/api/oauth2/authorize?client_id=758151124413972492&redirect_uri=#{URI.encode_www_form_component(request.url)}%2Fcallback&response_type=code&scope=guilds"
      return
    end

    begin
      @servers = JSON.parse(RestClient.get("https://discord.com/api/v6/users/@me/guilds", Authorization: session[:discord_servers_key]))
    rescue RestClient::Unauthorized
      redirect_to "/discord/servers/logout"
      return
    end
  end

  def servers_callback
    uri = URI.parse('https://discord.com/api/v6/oauth2/token')
    discord = Net::HTTP::Post.new(uri)
    discord.content_type = 'application/x-www-form-urlencoded'
    discord.set_form_data(
      'client_id' => '758151124413972492',
      'client_secret' => 'you fool, you absolute bean',
      'grant_type' => 'authorization_code',
      'code' => params['code'],
      'redirect_uri' => request.base_url + request.path,
      'scope' => 'guilds'
    )

    req_options = {
      use_ssl: uri.scheme == 'https'
    }

    response = Net::HTTP.start(uri.hostname, uri.port, req_options) do |http|
      http.request(discord)
    end
    # response.code

    bob = JSON.parse(response.body)

    session[:discord_servers_key] = "Bearer #{bob['access_token']}"
    redirect_to "/discord/servers"
  end

  def servers_logout
    session[:discord_servers_key] = nil
    redirect_to "/discord/servers"
  end```
#

and you can just inspect element the html

potent fossil
#

g...g...github..

mighty storm
#

nah that site's private

#

ill make a gist if you really want it there

potent fossil
#

nah but also we can't just "look at the html" bc we get blocked by discord asking for perms to access acc

#

but anyway watevz noice

mighty storm
#

smfhfff

#

inb4 yoinked and made better

#

pure pleading_apple

#

@pure @pop vc like the good ol days?

potent fossil
minor badge
#

@potent fossil uwu

potent fossil
#

@minor badge uwu

potent fossil
#

i mean obviously i put him there but i dont remember why

mighty storm
#

is that Binging Babish

potent fossil
#

yos

novel horizon
#

Why? Because he is sexy, what else

#

But that profile.jpg is nice too though, oh

potent fossil
cunning raft
#

@upper stump google is migrating to kotlin

#

very hard pushing it

mighty storm
cunning raft
#

people don't want to deal with the interop so the learn kotlin

potent fossil
#

Kotlin's time to motherfuckin SHINE

cunning raft
#

but most of the big apps still use java

upper stump
#

What do you mean deal with the interop???

#

Kotlin has 100% interoperability

cunning raft
#

the interop is subpar at best

#

and it does fail in some places

upper stump
#

Bruh, youre just wrong dude

cunning raft
#

very few

#

but some

#

edge cases

upper stump
#

Its really fine, if you want to actually learn more I can help you

cunning raft
#

dude

upper stump
#

But you dont need to be angry and nasty to people

potent fossil
#

are yall gonna drop backing evidence or just flame each other

upper stump
cunning raft
#

I've had a job looking into this shit for years

upper stump
#

If you want to read what was already said

hard viper
#

Yes, we are gonna flame each other, that's what we are here for, aren't we?

cunning raft
#

you are just some hipster

upper stump
#

I'm not flaming anyone

potent fossil
#

yes @hard viper

upper stump
#

@cunning raft wdym some hipster!?!?!

#

I have not lied about anything at all

novel horizon
#

๐Ÿคฆ

potent fossil
#

Hmm

upper stump
#

And all of your examples were just incorrect

cunning raft
#

xdfzxdghdfbjksfgfdsbkhjgfdhbjkgfbdksgbfkhdjgkfhdjbsgfkdhbjgbkhdjfdfsghkbjgdsfkhbjdfgskhbjgfdshbkjgfdhbsjkgdfhbksjgfdkbhjsgbhfdjksbkhjgfkhbjdsfghbkjgdfshbkjgdfshkjbgfdshbkjgfsdhbkjgfsdbhkjgfsdhbkjgfdsbhkjgfdshbkjgfdsbhkjgfshbjk

upper stump
#

You thought var was type inference!!!!

cunning raft
#

k i give up

#

yeah

upper stump
#

You have no bases for this dude

cunning raft
#

sure

upper stump
#

Its embarassing

cunning raft
#

yep

#

so

#

i have much better things to do

potent fossil
#

<@&748618676189528155> can you put these two idiots in time out

cunning raft
#

not me

#

๐Ÿฅบ

ancient bolt
#

stop whatever you're doing please

upper stump
#

I literally havent done anything, and this person has just been slinging insults at me this whole time

ancient bolt
#

just shhhh

mighty storm
#

thats it, no rory pics until tomorrow

upper stump
#

We were told to come here to continue our conversation though...

potent fossil
lean kiln
#

hes not gonna stop you using kotlin bro

mighty storm
#

kids kids, you're both just,, awful

lean kiln
#

not everyone has to be a fan of kotlin

potent fossil
#

yea and now they told you to stop, so?

lean kiln
#

as a kotlin user

upper stump
#

@lean kiln I'm not saying they do

#

That was never the conversation

lean kiln
#

i dont like that ternary is gone

#

lol

#

if else in one line sucks

mighty storm
#

hate kotln? cool!
love kotlin? cool!

Either way we dont care so shush

upper stump
#

They were just simply wrong about what they were saying

#

@lean kiln Theres still ternary

#

That sexy elvis

lean kiln
#

no thats different

upper stump
#

๐Ÿ˜ˆ

lean kiln
#

its only for nulls

#

way less useful imo

#

im some spots its great

upper stump
#

The if else is an expression though

lean kiln
#

but generic ? : better

upper stump
#

Way more readable

hard viper
#

Yeah, type inference in kotlin is auto so to say, that's the worst part. So good luck finding out the object type just right there, you have to find the method first. Sad part is that java how also has it, so code reviewing will be much harder when everyone starts jumping to java11.

lean kiln
#

if else in one line isnt more readable imo

mighty storm
#

this legit just politics, no one wants to change their opinion about the other, so just stop wasting each other's time

lean kiln
#

espec in string concat or soemthing

#

ye

mighty storm
#

like legit
stop
====--------=====
rory

potent fossil
#

rory

mighty storm
#

rory

lean kiln
#

lol

upper stump
#

@lean kiln you dont think if and else is more readable than ternary?

mighty storm
#

THATSNOT RORY

cunning raft
#

๐Ÿฑ

lean kiln
#

i gave my opinion already

minor badge
#

?kick @upper stump Drop the topic once told to

leaden oxideBOT
#

dynoSuccess Sxtanna#0001 was kicked | Drop the topic once told to

cunning raft
mighty storm
#

lmao

#

dude shouldve never given yall whatever link that was

hard viper
#

Cmon, i just started to have fun.

mighty storm
#

i will never use kotlin but I admit it has some useful stuff

hard viper
#

I wnated to use it, but in the end decided to stay with python for simple stuff.

#

And started to learn Rust for low level things.

mighty storm
#

python, now thats a can of worms

hard viper
#

Yes, but if you want to prototype some shit fast, or write once only script, that's your best bet.

mighty storm
#

i use ruby for that tbh

hard viper
#

You will get shit done in no time. You won't be able to understand wtf it does after a week of time tho ๐Ÿ˜„

mighty storm
#

problem with langs that dont have explicit types, ides go "well idfk, could be anything"

#

relies heavily on the doc comments

hard viper
#

Relies heavily on you remembring every part of the code.

mighty storm
#

i rarely comment my code... oops

hard viper
#

And that works if you are single person in the team and never pause work on the project.

#

Which is of course usually unacceptable in large enterprises, because nobody likes bus factor of 1.

mighty storm
#

just write all your code in Rockstar

#

ezpz

hard viper
#

But hey, that works great for small stuff. You won't be going back to that small landing page website or similar stuff like this anyway. Or you will just throw it to the dumpster and write a replacement, will take less time then to figure out how it all works.

grizzled leaf
potent fossil
#

LOL

#

There is a bot in here that snipes invites, so rip that guy

hard viper
#

Paired with operator overload, you can do so much unredable stuff. Like what is the expected result of multiplying function by 4?

mighty storm
#

why would you send...

grizzled leaf
#

why not

mighty storm
#

There is a bot in here that snipes invites

#

so some bot claims it instead of an actual person

potent fossil
#

I'm pre sure it's an actual person who is selfbotting

mighty storm
#

least encrypt it or smth

minor badge
#

thats how it works yes, simple

mighty storm
#

i would never selfbot

potent fossil
hallow swallow
#

how to stop advancements fully showing in chat

#

gamerule has never worked for me in life

#

and ppl keep telling me from 2years ago

#

and i made 20servers from that

#

it hides half or 75% never all

unkempt drift
#

there is a bot that snipes invites? lol why

hallow swallow
#

machine you professional do you know?

unkempt drift
mental meadow
#

not invites, Nitro codes

hallow swallow
#

its general not paper

unkempt drift
#

well ok, why is there a bot that snipes nitro codes?

static badge
#

why do you think there's a bot that does it

#

free nitro

mental meadow
#

same reason there are bots on reddit that snipe steam gift cards

#

because people are asses

hallow swallow
#

why asses

#

they smart

mental meadow
#

sure, doesn't make it less shitty just bc they are smart

twin lagoon
#

@mental meadow uwu

mental meadow
#

uwu Michael

hallow swallow
#

yeah but

#

shit or not they get them faster

mental meadow
#

are you by chance american

zealous wedge
#

@mental meadow uwu

#

good morning

mental meadow
#

zml โค๏ธ uwu

zealous wedge
#

โค๏ธ

mighty storm
#

dang missed a whole convo

heady spear
#

:3

mighty storm
#

:3

mental meadow
#

:3

potent fossil
#

:3

twin lagoon
#

:3

serene bolt
#

:3

static badge
mighty storm
#

smh

zealous wedge
#

:3

#

now go to sleep

twin lagoon
static badge
#

perfect

twin lagoon
#

some more profile pictures to add to the collection

static badge
#

i'd use that if it wasn't obviously photoshopped

#

watch out weebs

twin lagoon
#

leaf is armed

mighty storm
#

I have one too leaf

twin lagoon
#

is it rory

mighty storm
#

No

twin lagoon
#

too little action in that one

static badge
#

if you can get me a cat flying the enola gay I'll use that

twin lagoon
heady spear
#

leaf go be useful

twin lagoon
#

well yes but actually no

heady spear
#

michael what phone background do u use??

twin lagoon
#

picture of you FLOOOOOOOSHED

heady spear
#

owo

mental meadow
#

thats cute

zealous wedge
#

you're cute :3

twin lagoon
#

:3

mental meadow
#

uwu

cedar spade
#

@quasi valley hangar wen

quasi valley
#

no u

mental meadow
#

knangar

quasi valley
#

"I'm moving", bad excuses smh

mental meadow
#

Are you also moving a fridge

quasi valley
#

only my 2 ovens

mental meadow
#

Why 2

#

Get a 3 one

potent fossil
#

GUYS PRAY FOR PROXI RIGHT NOW (ITS A GOOD THING I PROMISE)

#

uwu

twin lagoon
#

why

#

oh

#

yes

potent fossil
#

for a good thing!

twin lagoon
#

@minor badge good luck11!!1!1

potent fossil
#

YAS

mental meadow
#

Good luck proxi!!!!!๐Ÿ’•

#

You can do it

cedar spade
#

Idk the context but @minor badge hope everything is good/goes well

mental meadow
#

I think I may be able to guess what it might be

#

But uwu

potent fossil
#

keep good thoughts for proxi in your mind for the next 15 minutes!!!!!!!!!!

cedar spade
#

I have a total guess?

#

Wait 15 mins

quasi valley
#

I will gift you one of my ovens if you do whatever well, proxi

mental meadow
#

I always have good thoughts for proxi in my mind ๐Ÿฅบ

cedar spade
#

wait kneny has multiple ovens confirmed

minor badge
#

woa

#

thank

#

they havent called yet ๐Ÿ˜ก

potent fossil
#

theyre making you wait! those bitches

mental meadow
#

They will soon!!!

#

They're probably just excited

potent fossil
#

you are powerful

#

alternate theory: proxi's power is emanating a forcefield and they literally cannot get to the phone to call

#

they are currently pinned to the wall

mental meadow
#

They're probably arguing about who is allowed to talk to you

cedar spade
#

Wait

mental meadow
#

And they can't decide because everyone wants to

cedar spade
#

I have multiple theories but one just got ruled out lol

heady spear
#

md approve my essx pr no need to look at it my code is god tier

mental meadow
#

shhhh don't spoil it

heady spear
#

the thing*** ๐Ÿ˜›

potent fossil
#

GOD DAMN IT CITY

heady spear
#

I wasn't here SORRY

#

I was talking to my professor

#

no one uses irc so it's fine

mental meadow
#

But it's fine

minor badge
#

@potent fossil AAA

#

@mental meadow AAA

twin lagoon
potent fossil
#

HOW DID IT GO

#

TELL

minor badge
#

theyre giving me a technical assignment

twin lagoon
minor badge
#

i guess the initial interview went well

potent fossil
#

I KNEW IT, YOU BLEW THEM AWAY

twin lagoon
#

" i work on minecraft"

#

hired

minor badge
#

time to antibac my seat, sec

worn ember
#

i unshit spigot

promoted to CEO

mental meadow
#

AAAAAAAA

#

I'm so happy for you uwu

#

The parrot is too slow

#

I'm more excited than that

minor badge
#

lmao

mental meadow
potent fossil
#

||exceptionallyfastparrot||

mental meadow
#

Better

#

Perfect simple

#

That's me rn

minor badge
#

spoiler cus fast colours pls

#

mfw spoilered is smol

minor badge
#

sad moment

mental meadow
#

It's okay simple

#

We're all excited

potent fossil
#

||exceptionallyfastparrot||

#

ugh

#

it makes it smol

zealous wedge
#

reduced motion is a thing proxi

#

also yay congrats!!!

minor badge
#

idk abt the tech for epileptic people, just watching out

#

and thank

zealous wedge
#

i mean i use reduced motion but just cuz i don't like the rly fast-moving emoji

potent fossil
#

i just turned it on to test and it didnt slow down that emoji

zealous wedge
#

it doesn't slow it down, but does make it so it only moves when you hover over

potent fossil
#

ah

zealous wedge
#

iirc getting it to activate was a bit weird too, might need a reload

potent fossil
#

it did do that

mental meadow
#

Me and simple

potent fossil
#

yos

heady spear
#

I just want proxi to move here D:

minor badge
#

@heady spear uwu!!

#

the assignment is easy as FUCK

mental meadow
#

Then I could visit you both at the same time!!! That would be so cool

minor badge
#

im not moving close to city

#

im gonna fly riiight over him into the other side of the country ๐Ÿ˜Ž

potent fossil
#

ThriftBooks is shipping my books 1 at a time

#

I ordered five booksd

twin lagoon
#

simple reee

#

how's dbh

heady spear
#

Well I might be switching to KTH

potent fossil
#

havent played any more yet

minor badge
#

WOA

#

city move in w me!!!

heady spear
#

nuhuh

twin lagoon
#

๐Ÿฅบ

heady spear
#

u prolly fart a lot

minor badge
#

wtf

#

i do NOT

heady spear
#

I bet you do

minor badge
#

nO

#

girls dont fart

#

has noone told you this?

vestal jasper
#

oh

#

there we go

#

@potent fossil ez

potent fossil
#

||ree1||

heady spear
#

spoiler you idiot

#

have you learned nothing

vestal jasper
#

it is in a spoiler

heady spear
#

not simple's dum pepe

#

which btw is hella racist

#

just ask noss'rs girlfriend

static badge
#

PressF for nossr

potent fossil
#

what

#

the pepe is racist??

heady spear
#

Also @vestal jasper it flashes through your spoiler

#

But not the text spoiler

vestal jasper
#

not on desktop, it's just a black square

potent fossil
#

there i spoiled it, sorry

#

but i dont see how it was racist? am i missing something or are we just slinging disgusting accusations because it's fun

vernal moth
#

.g pepe racist

limber knotBOT
vernal moth
#

(not saying I agree with that shit)

vestal jasper
#

TLDR some racist people use it, so it's racist.

#

I guess.

potent fossil
#

uh

vestal jasper
#

Yeah it's fucking dumb

potent fossil
#

its a fucking frog.

#

fuck out of here @heady spear i dont need you saying that shit to me

unkempt drift
#

is that whole thing similar to how some people say the OK hand symbol is a sign of white supremacy?

vernal moth
#

Chill simple

potent fossil
#

he literally called me racist

vernal moth
#

You don't know if he meant it that way

potent fossil
#

seriously lol

#

ok, whatever big mod

vernal moth
#

It's me making that interpretation

vestal jasper
#

I'm like 70% sure he was being sarcastic

vernal moth
#

I am not a moderator, lol

vestal jasper
#

it's city, best to not take most things he says too seriously

vernal moth
#

I would have said the same without being a team member

potent fossil
#

yea, ok

#

i really dont care, im not standing for wild accusations for using a fucking picture of a frog

#

got more important shit to do

#

see ya

vestal jasper
#

calm the fuck down seriously

#

you need to learn to lighten up

vernal moth
#

Basically, it's like the swastika. At first it was a religious symbol, then nazis used it, and now it will always have that connotation. What do you think how it felt to me as a German walking thru Bali, lol.
For pepe it's the same, of course it's just a frog. But it has been used in a disturbing way, so for many, it will always have that connotation

#

But like, city made fun of it, he didn't meant to insult anyone I bet

vestal jasper
#

just ask noss'rs girlfriend should have been more than enough to infer that @heady spear wasn't genuinely calling you racist

twin lagoon
#

the one in bali is reversed though isn't it

potent fossil
#

we literally use it every day in here

twin lagoon
mental meadow
#

that doesnt matter lol michael

twin lagoon
#

left-facing buddhist thing

potent fossil
#

if it's a rule break, fine, add it to the rules otherwise people can fuck off with the virtue signalling

twin lagoon
#

does it not?

mental meadow
#

still feels really weird for germans

twin lagoon
#

fair

mental meadow
#

It matters for the symbol, doesnt matter for weirdness

vernal moth
#

And the have it in like stone walls, so you can view it from both sides

#

In both directions

#

That's where I first noticed it, some stone wall in a temple next to the airport

vestal jasper
#

another important distinction is the Nazi swastika is rotated around the center by 45 degrees

heady spear
#

holy fucking shit let's just freak out about everything yes

mental meadow
#

Same goes with pepe for me, a lot of people that harass me or send me death threats use pepe as their symbol so i kinda associate it with that now

vestal jasper
#

it's simple he freaks out about everything

potent fossil
#

add it to the rules then

#

until then dont call me racist

heady spear
#

it was a bloody joke about a fucking frog

#

god damn

#

on the expensive of nossr as well because he brought it up the other day

vernal moth
#

He also called pepe racist, not you

heady spear
#

but yes it sure does get abused by alt-right groups, like everything else good in the world

mental meadow
#

let's just agree that Mini is a potato

twin lagoon
#

can't we all be nice

#

wtf

potent fossil
#

ok well now that i know, i will avoid using frog pictures

#

i do apologize

heady spear
#

also who the fuck cares if anyone calls you racist

#

if you're not racist then does it matter?

twin lagoon
#

simple cuck go play detroit become human

vestal jasper
#

if anything you should apologise for freaking out over a joke and acting like an asshole over it, rather than posting a picture that others may perceive in different ways but that's just my opinion

#

ยฏ_(ใƒ„)_/ยฏ

heady spear
#

that is a quite problematic game that fetishizes the american civil rights movement

#

actually quite gross

#

cool graphics tho

vernal moth
#

9/10

vestal jasper
#

anyway back to binging avatar

potent fossil
#

yeah ha ha racism is funny enough to joke about and th en get mad when somebody reacts disfavorably right

vestal jasper
#

genuinely blocking you

heady spear
#

Let's relabel is as sarcastic commentary on the appropriation of memes by alt right movements

vernal moth
#

Why is everybody so on edge today?

heady spear
#

if "joke" doesn't fit your taste

potent fossil
#

oh man, vic blocked me what a loss

twin lagoon
#

nothing valuable lost KEKWHYPER

heady spear
#

fwiw preventing your significant other from using certain memes is also peak white feminism ๐Ÿ‘€

#

so I suppose it was also a joke about that

vernal moth
#

Let's just switch topics, this is going nowhere

#

What kind of fun side projects you idiots working on?

heady spear
#

hey have I told you about cloud

#

it now supports cloudburst

#

which means there's now cloud-cloudburst ๐Ÿ˜ 

vestal jasper
#

carbonchat btw

#

haha have you heard of CARBON chat

heady spear
#

Well, see, Zed should rename cloudburst

#

because it makes my module look dumb.

latent valve
#

mojang why doesnt snowball kncok player but it knock entity ree

vernal moth
#

Isn't cloudburst what he came up with?

minor badge
#

im working on ban/carbon/paper :')

heady spear
#

yes

#

he needs to rename it something else

#

like idk

vernal moth
#

What's carbon chat?

heady spear
#

nukkit 2.0

minor badge
#

chat plugin

vernal moth
#

Finally an alternative to chatcontrol?

minor badge
#

its like deluxechat but actually deluxe edition cause its got more features

#

chatcontrol hm, might be worth making a module for that? @vestal jasper

heady spear
#

it's like venturechat without the sql injections :3

vernal moth
#

Lmao

#

That was so fun

worn ember
vestal jasper
heady spear
#

ur worse than an emu.

vernal moth
#

yml

vestal jasper
#

Yeah beta1.0.0 is just bukkit and bukkit config system

#

refactor uses configurate and cloud ๐Ÿ‘€

heady spear
#

carbon will also use cloud

#

so that means it's good

vernal moth
#

But hey, it uses MiniMessage so I approve

#

Also, does it only support mysql or also real databases?

#

Like postgres

vestal jasper
#

Uhhhh I don't think it uses anything that isn't standard SQL

heady spear
#

stop shilling postgres smh

vernal moth
#

It's literally the only DB worth using, lol

vestal jasper
#

MariaDB is the only DB I've tested it with

heady spear
#

o wait someone on r/programming posted an embedded postgres distribution thingy, like sqlite

vernal moth
#

It's the only sql db that also returns entries if you create them...

heady spear
#

someone should make java mappings :3

vestal jasper
#

I plan on supporting H3 in the future as well

zealous wedge
#

H3? is that like h2 but one more

vestal jasper
#

o

#

h2? whatever the fuck the java native file db is

vernal moth
#

Heh

vestal jasper
#

idk I'm not a db nerd

#

yeah h2

vernal moth
#

Orientdb is also java native

#

It's shit tho

#

Had to debug that shit yesterday since my Nexus failed again

#

Fucking piece of shit db

zealous wedge
#

heh i looked at orientdb at one point

vernal moth
#

Hur dur NPE while trying to fix DB

zealous wedge
#

good thing i never used it i guess

vernal moth
#

Like Nexus crashed, it tries to rebuild db using write ahead log, and this thing just NPEs

#

Solution: delete *.wal, connect manually to the DB, and rebuild indexes manually

heady spear
#

I fucking hate windows

#

15 minutes of this and I wanna cry

vernal moth
#

And it hates you

twin lagoon
#

not to mention the entire way nexus is packaged is confusing

heady spear
#

I'm sure it does

vernal moth
#

It's packaged as a docker file for me ๐Ÿ˜‚

twin lagoon
#

literally all the docker file does is download the latest file & extract it into a dir

vernal moth
#

But for real, if you hate windows, it will make your life absolutely miserable. If you treat it well, it will serve you well

twin lagoon
#

and mount the nexus-data volume

vernal moth
#

It's like a woman

green turret
#

Is pepe frog illegal now?

twin lagoon
#

don't

#

just

#

don't

minor badge
#

nexus was easy to set up imho

twin lagoon
#

it is easy to set up

vernal moth
#

It is

minor badge
#

has been working fine a long time

vernal moth
#

It just crashed all the time and the DB corrupts

minor badge
#

i dont have such issues akkoShrug

heady spear
#

bruh tf

#

it literally is

#

suck my dick >:(((

vernal moth
#

Could be because my disk is always full because of the fucking docker tasks.db issue that just grows indefinitely

green turret
#

Okay. The political landscape is very difficult to navigate. I think the best way to avoid issues is to never say anything to anyone. Fits well with social distancing! I will do this. Bye bye.

vernal moth
#

Altho supposedly that fixed in recent docker versions, so let's see

twin lagoon
#

bye garbagemule

potent fossil
#

@green turret they can't even handle clean butts

#

we need to start our own society

vernal moth
#

Echo %JAVA_HOME% @heady spear

twin lagoon
#

echo $JAVA_HOME

vernal moth
#

To see that it isn't set ^^

minor badge
#

whats this windows crap smh .

green turret
#

Simple, yesterday I wiped too much and the skin is now unwell. I look forward to the Narsehole making my butt clean and pain free.

twin lagoon
potent fossil
#

It will make your dreams come true

green turret
#

Even the scary ones?

heady spear
#

it's set to the jdk\bin

#

is that not how u do it

potent fossil
#

No, it will murder those ones in cold blood and hide their bodies before they can bring you harm

heady spear
#

bruh

#

it's supposed to be a level higher

#

well fuck me

green turret
#

City get a Narsehole

heady spear
#

why does it keep saying it's not found when it's clearly found omfg I'm gonna go cry bye

green turret
#

Have you tried the googles

heady spear
#

Yes itโ€™s telling me to do exactly what Iโ€™m doing

green turret
#

Also don't you have to restart Windows when you make env var changes?

heady spear
#

I just restarted cmd and that worked lol

#

But not in IntelliJ

green turret
#

My knowledge of Windows is from the Windows XP era.

heady spear
#

I did big boy restart

#

Well I havenโ€™t really used windows since windows 8

#

Itโ€™s still shite

#

That didnโ€™t change

green turret
#

The nice thing about Windows is that you can always just reinstall it and it fixes everything.

heady spear
#

also why does Monospaced look like the inside of my grandma's ass on Windows

green turret
#

Yes

heady spear
#

looks stunning on my ubuntu boot >:((

twin lagoon
#

font rendering looks like ass on linux wdym

heady spear
#

no

#

windows fonts all look like garbage

#

and why does the task bar cover the bottom of all my applications

#

why is windows this fucking janky holy shit I hate it

twin lagoon
#

does your windows taskbar autohide

#

because that's probably that

heady spear
#

no

twin lagoon
#

scuffed you then

heady spear
#

anyway time to test this bloody cloudburst module

#

oh nice I get 11fps in minecraft

#

wait there's no bloody tab menu

novel horizon
#

phew ๐Ÿ‡ clean again ^^

heady spear
#

my project takes 45s to build when using windows

#

14 when using ubuntu

#

<.<

twin lagoon
#

ntfs epic

void void
#

best fs

heady spear
#

has anyone gotten a local nukkit server to work like ever because this is hella painful

#

won't even let me connect locally lmao

mental meadow
#

Yeah I had that issue as well, couldn't connect from Win10 but worked fine connecting from Mobile

#

And I had that issue with every bedrock software I've tried

heady spear
#

Well that's the bloody problem isn't it? I don't have it on a mobile device

#

this is fucking bs >:(((

mental meadow
#

i have if you need me to test stuff :3

heady spear
#

<.<

#

ok now it can ping the server

#

finally.

#

cloud-cloudburst best library

viral hornet
#

@twin lagoon ๐Ÿฅบ

twin lagoon
#

๐Ÿฅบ

mental meadow
#

cloudburst FAWE when

heady spear
#

I mean they have their fork ๐Ÿ˜›

#

This opens up the possibility of bringing plotsquared back to cloudburst tho

#

which is big sexy

void void
#

couldn't connect from Win10
you needed to do some cmd/ps trickery to get it working

#

to connect to localhost, that is

#

must be some plugin still

twin lagoon
heady spear
#

Yup that did in fact work^

void void
#

_>

viral hornet
#

Makes me so happy but also so sad

wide chasm
#

That moment shaders are more powerful than mc functions

void void
#

yes

cosmic raft
#

lol another reason not to use bitbucket:

#

clicked the org name to view all repos

#

gives a UUID in it

#

basically

#

just using a fake uuid to hide what it was

void void
#

tfw password gets logged

#

:)))

limber knotBOT
#

๐Ÿ‘€

slim nymph
#

thats sadly such a common issue

#

useful to know what arguments lead to an error, hard to know what arguments are sensitive

indigo bone
#

he yo o/

magic ice
#

hi

cosmic raft
#

I mean

#

chances are if you can see logs

#

like that

#

you should be trusted with passwords

golden gust
#

it's gross, but, so's tryna get replication info from people

mighty storm
#

My logs say [CENSORED] for passwords

#

And authorization headers and all that

golden gust
#

Well, yea, but, you gotta make sure to mark that info as sensitive in a context where it's not always clean to do so, and you cut down on the info you have to reproduce it

vernal moth
#

Spring does a good job of censoring stuff

slim nymph
#

O.O anyone who likes Witcher 3's card game, its on mobile as a standalone game

vernal moth
#

I never touch that stuff myself anyways, let the framework do it

slim nymph
#

damnnn 3GB game haha

next wind
#

3gb mobile game?

#

Thats huge

slim nymph
#

there is a ton of art assets

quasi valley
#

so it's exactly like the pc version with no downgrades?

#

or eh, forgot how large Gwent is there (but I think it was around like 3-4 as well)

next wind
#

half of my pc games are like 3 gb

#

thats an insane mobile game

upper flicker
#

well the witcher 3 is a ~50GB game

#

so its not too crazy if they just ported the whole of gwent

quasi valley
#

Gwent is a standalone GOG game

upper flicker
#

oh

#

see I couldnt ever even get into it

#

how big is the standalone?

quasi valley
#

I think I still have it installed, gimme a sec

#

I played it for a couple of hours since it seemed more fun than the version in Witcher 3 itself, but I really am not into games such as this or Hearthstone

slim nymph
#

i cant remember much about hearthstone, but i just like gwents simple but balanced design

#

even super annoying monster decks can be countered easy with a frost card

#

lol monster deck is recommended on the standalone

quasi valley
#

yeah I think I tried and deleted Hearthstone after like 15 minutes, but Gwent at least gave me a few hours of enjoyment

static pilot
#

):

mighty storm
#

ironic

slim nymph
#

uh this mobile game is different than in game wtf

#

but yeah witcher 3 is a pretty damn good game, i wish i least played 2 first now

#

since i prob got a good bearing on 1 from the show....

#

wonder if each seasons gonna align with game number

static pilot
#

he's being mean to me ๐Ÿ˜ฆ

minor badge
#

just correct him

next wind
#

siege gud

static pilot
#

i can't

quasi valley
#

afaik the show is only based on the books, a lot of people of that show have been quoted never to have looked at the games (but I doubt that tbh lol)

static pilot
#

i keep getting replied with

minor badge
#

he seemingly has at least one typo every message

static pilot
#

"i'm plowing ur mom rn"

minor badge
#

"your*"

static pilot
#

something along the lines of that

minor badge
#

, but*

mighty storm
#

i guess thats not the same stats then

slim nymph
#

hmm, i read the game doesnt align with the books too well

minor badge
#

there's nothing more annoying than being corrected constantly :>

mighty storm
#

Make sure you have perfect grammar and spelling to one-up him

static pilot
quasi valley
#

I don't know the books, so I just know Witcher 3 as the awesome game and story that it is :p

#

the show is nice as well, I don't mind changes there, but I was kinda irritated seeing how young yennifer is in the show lol

#

and as a show does things, it's built a tad too fast for my taste

static pilot
earnest rampart
#

walter

slim nymph
#

why did they change the gwent game so drastically

#

can i have Gwent 1.0 lol

quasi valley
#

balancingโ„ข๏ธ

cosmic raft
#

urgh, I want to get an ipad or something so i can stop using regular paper for notes and stuff

mighty storm
#

ironic

cosmic raft
#

i keep paper in front of my on my desk always, would be nice to not waste so much

slim nymph
#

open note app on phone lol

quasi valley
#

I use my surface book for pretty much everything

slim nymph
#

Google Keep

cosmic raft
#

No Aikar

#

I like to be able to draw certain things when planning stuff

#

and phone is too small

mighty storm
#

i think ipados 14 has the writing text -> typed text thingy

#

which is useful, my handwriting sucks

quasi valley
#

but then it won't be able to identify the letters kappa

cosmic raft
#

for example

#

this on a tiny phone screen would suck

static pilot
#

I have an iPad with a very broken screen that is scratch/crackless I will leave at a designated drop off location in any of the 20 Untied States, free of charge, but it will cost $25.

#

If you don't mind

upper flicker
#

there's only 20 now?

cosmic raft
#

apparently

upper flicker
#

things really have gone to shit

wide chasm
#

If we continue like this, nothing will be left

quasi valley
#

good

cosmic raft
#

not good kenny

#

lots of internet infrastructure is in the united states

wide chasm
#

Who needs the internet anyway /s

quasi valley
#

we'll just move everything to Canada

cosmic raft
#

if only kenny

static pilot
quasi valley
#

brb screenshotting every time someone was mean on the internet and sending it here

next wind
#

literally crying right now

void void
#

can I advertise a minecraft server here

wide chasm
#

No

void void
#

ok

limber knotBOT
#

I mean, advertising to other server owners and developers really doesn't get you players anyways lol

heady spear
#

@quasi valley I bet a lot of people are mean to u

quasi valley
heady spear
#

uwu

ashen nacelle
#

@void void you can and you cant there is a workaround. take a look at my profile in the list of people in chat.

next wind
#

lmao you might be able to get a single player with that

#

nobody reads statuses, and only a small percentage of those people will start up minecraft and try your server

worn ember
#

Wait what's happening?

next wind
#

i dont know

#

something

#

chat died

worn ember
#

Something about 20 left?

next wind
#

huh?

#

20 people left or someone called 20 left?

worn ember
heady spear
#

join voice uwu

#

only 20 american states you nut

stiff yarrow
#

Xbox pre order gang 5hour 5hour

#

I always assumed that channel was people who left their mic on but werenโ€™t chatting and filling the air waves with typing sounds so I never joined

worn ember
#

@heady spear whomsn't

#

thats pretty much what it is nossr

#

typing sounds and city asking for attention

vernal moth
#

me: why is my fucking deserializer not deserializing my fucking group?!

#

@void void you want your proxy in the same datacenter as your other servers, else latency will be an issue

#

same issue

#

if you want ddos protection, look at uuurg, I forgot the name

#

whats the free thing?

#

yeah tcp shield I was thinking about

ashen nacelle
#

I use a combination of Cloudflare and the Prmium DDoS protection that is provided by the datacenter.
the cloudflare is for the website to keep loading times down

vernal moth
#

why do you need udp for a mc server?

#

ah, idk about that shit

#

am just speaking about the added latency if your proxy (whatever it is) isnt in the same DC than your backend

#

since your user connection gets an extra hop

#

depending on the distance between the two DCs, you could add tens or even 100+ms of latency

#

its works more like a CDN I think, no?

#

they have bunch of servers and an "internal" network

#

their internal networking in theory could be even better than "the internet" and thus even decrease latency

#

see what cloudflare is doing with argo

#

or big companies like riot

slim nymph
#

how does geyser use udp? i thought it was a proxy that the client connected to geyser and translated to java

#

where does udp come in

#

i thought geyser was something end users ran, not server owner?

#

but if so, run it on a different server, as youll have to expose that IP, so at least if it gets ddos'd, it wont take out java

#

yeah i knew that part

#

but figured that parts tcp

zealous knot
#

https://shx.gg/K9STgL.png
My logging solution for CloudFlare workers used to be free and recently they decided they want to make money
Their execution of that idea though, was poor to say the least

vernal moth
#

Kek, a German "hacker" that I "know" via a mutual friend got finally busted. Kid got 9 months in prison. Leaked a bunch of promi into last Xmas as like an advent calendar.

slim nymph
#

what's promi

vernal moth
#

Like stars?

#

Prominent ppl

#

Is that not a term in English?

quasi valley
#

how do you leak a promi

vernal moth
#

Info

#

Urg

quasi valley
#

ah :D

vernal moth
#

My brains ded

#

Basically doxxed them

#

But also like emails and PMs

#

Oh it was 2018

#

Time flies man

#

The mutal "friend" was part of the mc community years ago, I worked with him on a project once

#

Police confiscated all his shit and he got a bit famous since reporters dragged him into interviews

#

Bild camped infront of his house for days ๐Ÿ˜‚

#

Kenny, Google 0rbit with a zero, that's the kid that got busted

quasi valley
vernal moth
#

๐Ÿ˜„

#

thats him ๐Ÿ˜„

#

kek, the mutal "friend" blocked me apperently

quasi valley
#

heh

vernal moth
#

he also ran a server list and gov seized that

#

cause he ran an open proxy on that server, which was used for bombing smth iirc

#

man that was fun

#

so yeah, part of the reason why I quit the german minecraft community, lmao

#

ppl are all so dum

ashen nacelle
#

idiotic script kiddies who get them selves in trouble for booting people offline.

vernal moth
#

I mean

#

this is like 2013

#

back when we used nodus to cheat

#

and a minecraft server had a spawn, with pvp disabled, and nothing else

#

maybe a few kits and colored names in the chat

#

ooooh and events

#

aka staff flying around and dropping random items

#

man, I made so much money just by selling colored names as a kid, these were the times ๐Ÿ˜‚

worn ember
#

Imagine being a german doxxer

vernal moth
#

my first servers website still exists on some free webspace btw

#

its so fun

#

once in a while a get an email asking me to renew it (basically login)

#

and a get nostalgic

fresh wigeon
#

@vernal moth Hey

#

help me?

worn ember
#

@fresh wigeon help me?

fresh wigeon
#

My server is consuming a lot of ram / cpu

#

Which startup script can I use?

vernal moth
#

awwwww

#

fuck

#

they deelted the webspace earlier this year :/

#

thats a shame

fresh wigeon
#

Help me?

mental meadow
fresh wigeon
#

ok

worn ember
#

ok

next wind
#

๐Ÿ†—

twin lagoon
#

@minor badge uwu

minor badge
#

@twin lagoon michale

#

michale come join vc

#

:D

heady spear
#

no

#

proxi is being w e i r d

twin lagoon
#

no i want to cry myself to sleep rn

minor badge
#

michale peepoSadder

twin lagoon
#

i have only seen my terminal for the last 6 hours

minor badge
#

for the last 6 hrs

twin lagoon
#

fuck you

#

7 hours actually

minor badge
#

<3

#

ily michale

twin lagoon
#

<3

vernal bone
#

@wicked granite Do you have a github page for public projects, or you only do private projects for yourself?

wicked granite
#

At the moment it's for myself; although I am thinking of contributing back to the community in some way...

vernal bone
#

Oh, allright. If you decide to do public work/forks, please let me know in dms. peepoHappy

wicked granite
#

My fork is from NachoSpigot, with many changes such as adding custom tablist ping intervals just like how some servers do, and adding my own version of item tags since I would be forced to use NBT for it...

quasi valley
#

@twin lagoon I'll cry with you if that makes you feel better

#

๐ŸŒ

twin lagoon
limber knotBOT
#

Oโ€‹niโ€‹umโ€‹: easiest way to contribute it back is by making it open source and posting it for free ;)

vernal bone
#

My fork is from NachoSpigot, with many changes such as adding custom tablist ping intervals just like how some servers do, and adding my own version of item tags since I would be forced to use NBT for it...

I was on the discord, and asked a question, but I didn't got any answers in 3 days so I left.

#

So nacospigot is really inactive sadly.

void void
#

nachospigot

#

kek

quasi valley
#

closed sourced Spigot forks kappa

minor badge
#

@quasi valley knenwald

quasi valley
#

@minor badge proximsy

minor badge
#

@quasi valley pleading_apple

wicked granite
#

Yeah, figured that it would be better if I start working on it instead of using pure Spigot.

#

Will consider open-sourcing it, although there are a bunch of things that will take my time.

limber knotBOT
#

I mean, you wont be able to distribute it without open sourcing it anyways ;)

vernal bone
#

I would love a maintaned 1.8 or 1.12.2 paper fork

quasi valley
#

no you wouldn't

vernal bone
upper flicker
#

be the change you want to see in the world ๐ŸŒˆ

limber knotBOT
#

I personally would see zero value. can't use 1.8 or 1.12.2 for latest gameplay anyways xD

green edge
#

if you're running a network

worn ember
#

omg its legendary Z

green edge
#

you'll need to support 1.8.8+ anyways

quasi valley
#

no it's uncommon Z

worn ember
#

oh shoot

green edge
#

so what's the point of using more recent and more performance intensive versions?

limber knotBOT
#

nah, you can just not care about idiots not updating

worn ember
#

deletes z

green edge
#

when running a business revenue is the driving force

limber knotBOT
#

nobody wants to play 1.8.8 or 1.12.2 minecraft

green edge
#

so if your revenue cuts by 10-30% because people don't want 1.12.2 pvp