#general
3141 messages Β· Page 16 of 4
Well, according to the JVM specification a byte is an integer with two possible values
please tell me the truth
yes
oh thank goodness
So I wouldn't be surprised tbh
I was like "fourth line???""
It runs before the constructor
.g java static initializer
(DiscordBot) https://stackoverflow.com/questions/335311/what-is-the-difference-between-a-static-and-a-non-static-initialization-code-blo -- What is the difference between a static and a non-static...: "The code block with the static modifier signifies a class initializer; without the static ... The static initializer is a static {} block of code..."
a boolean is an integer according to the specification :p
wouldn't it be less computer intensive to not store it as an integer?
What JVM do you prefer?
+-2
what's the square root of the square root of the square root of 4
go home
((4^(1/2))^(1/2)^(1/2)
+-
Or Sqrt(sqrt(sqrt(4)))
you forgot the +-
Brian, you should buy Deepend tbh
welp fucked my windows install over so time to reinstall
What's Deepened?
Deepend**
@heady spear https://www.youtube.com/watch?v=Z78E2QB3lEA
(DiscordBot) Chat icons and emojis - length 24s - 1 like, 0 dislikes (100.0%) - 81 views - Pl3x Gaming on 2017.10.14
the weirdest shit I've ever worked on
took awhile to find that. buried in one of my many yt channels :S
Billy, we've already established that your project is better than mine :<
How does the icon thing work?
My plugin just set your chat prefix
Because I'm guessing there is no diamond unicode character
city
π
what is deepend
@austere ivy https://github.com/Sauilitired/Deepend
what
If you're already stalking me it shouldn't be that hard to find
resource pack abuse @olive garden
it's.. free?
It's basically redis
oh
what's redis.
Buy the project
I see, thanks
Idk Minecade paid me like $3000
._.
i redrew many chinese characters as icons and made a plugin to handle replacing tags
Okay, so what's redis, why should I use it, and what's the difference between redis and Deepend?
@olive garden if interested, this shows more about how it works https://www.youtube.com/watch?v=OcXm5LrTSIE
Bukkit/Spigot plugin for adding icons to Minecraft. https://www.spigotmc.org/resources/pl3xicons.5577/
(DiscordBot) Pl3xIcons v3.0 - length 19m 51s - 11 likes, 1 dislike (91.7%) - 1,956 views - Pl3x Development on 2016.04.30
if you can sit through my boring and bad video editing skills
https://github.com/Sauilitired/Deepend/blob/master/Server/src/main/java/com/minecade/deepend/server/test/TestGameServer.java
lol apparently I thought it was a good idea to use md_5's code style
or lack there of
@austere ivy Google it
oh boy that code style
Memory db
many regrets
2 copyright headers, gg
Twice as many copyrights!
Oooh and lombok, sexy
well I suppose you haven't yet looked at the Bungee (or any of mds) code @olive garden π
that's right
I wrote my protocol buffers in C++
then you're in for a treat
what's
I think I got paid extra for that
a PROTOCOL BUFFER
@heady spear C... REEEE
Lol
AAAAAhttps://github.com/Sauilitired/Deependhttps://github.com/Sauilitired/Deependhttps://github.com/Sauilitired/Deependhttps://github.com/Sauilitired/Deepend
Wait what.
My fave one was RestartCommand
How'd that get there.
restart command?
City.
I'm a noob so bear with me but how exactly would you use both Java and C++ in one program?
JNI.
How would they interact? Would it basically be two programs running at the same time..?
https://github.com/Sauilitired/Deepend/blob/master/Server/src/main/java/com/minecade/deepend/server/channels/impl/Authentication.java
Someone stored their passwords as plain text π
C++ is trash use C
if ( accountBundle.containsKey( username + ".password" ) )
{
if ( accountBundle.get( username + ".password" ).equals( password ) )
{
Logger.get().info( "Authenticated: " + connection.getRemoteAddress().toString() );
connection.setAuthenticated( true );
response = GenericResponse.SUCCESS;
DeependServer.getConnectionFactory().addConnection( connection );
}
}
HAHAAHAHH WHAT
guyyys guys guys
OMG LOL WHAT
I just read the password as plain text
hahaha omg
nice one
That's how you do security, City.
no encryption, no nothing
This was a part of the specification
It's even included in the protocol
why did anyone pay for this
Read the FAWE source
ah ok
and avoid doing everything in there
And then, don't do that
also make sure to update all of your old projects to use his code style
that's what I did and I'm successful developer
Wait what's MD's code style?
uhm jan a real programmer uses postfix
Apparantly pow(4,6) is 4^(6x6x6x6x...)
that is so how it works
obv
actually wait I think pow(4,6) is 4x4x4x4^(6x6x6x6x6x6(6x6x6x6x6x6(6x6x6x6x6x6(6x6x6x6x6x6(6x6x6x6x6x6(6x6x6x6x6x6))))))
please stop
Kenny where can I find md's code style
in md's code probably π
e.g. BungeeCord (but it was a joke please dont use that style)
@heady spear Truth
4^i
well it is actually jan
thats the mathematic notation
what city sent
Yes itβs a sum of infinite 6βs
Tbh, the worse part of bungee is probably lombok
.lombok
[03:01:27] <gabizou> fuck you and the lombok horse you rode in on
love this
Especially in API, it's stupid because your javadocs aren't complete unless you start messing around to get it to work
PlotSquared uses lombok now, so it passes the greatness test.
How do I change a final variable
Our code should be the new Java standard.
Gotta use delombok for API, it's a pain.
at least you stop some people from being able to compile it, to kill its legacy
We should try to implement lombok at FAWE
I can PR that after my e&m finals :p
@acoustic pilot any chance you've had delombok working as part of maven javadocs?
lombok monkaW
Wait, I don't even need to PR
I don't think I ever got it working lol
ah, rip
Pretty much just ended in frustration
@vestal jasper
You looking to get delombok going for Waterfall?
I was
ok
Alt + Enter too hard to do
I had a look and it didn't really offer any conclusive steps, looked like something I'd have to hack together, and I didn't have the time or patience for that
What is the purpose of delombok?
To generate delombok'd source code for javadocs.
Oh. Neat.
// md_5's glorious syntax.
public static void main(String[] args)
{
String stringifiedstring;
stringifiedstring = "Hello!";
superstring = stringifier(stringifiedstring);
if (superstring.equals(stringifiedstring)
{
System.out.println(stringifiedstring + superstring);
}
}
public String stringifier(String string)
{
return string;
}
Lombok
no, that's not right
you missed the spaces
System.out.println( stringifiedstring + superstring );
ewww
leafyboy failed
// md_5's glorious syntax.
public static void main(String[] args)
{
String stringifiedstring;
stringifiedstring = "Hello!";
superstring = stringifier(stringifiedstring);
if (superstring.equals(stringifiedstring)
{
System.out.println(stringifiedstring + superstring);
}
}
public String stringifier(String string)
{
return string;
}
nou
if (superstring.equals(stringifiedstring) - you're missing a )
Maybe if I get bored I can take a look again, getting it working with Waterfall could be fun π
Cuberite forces you to use 4 line breaks in between methods
forge uses the same style
What am I saying, Lombok is never fun >_>
it's cancer
lombok is pure cancer in its true form
scientists 2000 years later will not even be able to create a more pure cancer solution
// md_5's glorious syntax.
public static void main( String[] args )
{
String stringifiedstring;
stringifiedstring = " Hello! ";
superstring = stringifier( stringifiedstring );
if ( superstring.equals( stringifiedstring ) )
{
System.out.println( stringifiedstring + superstring );
}
}
public String stringifier( String string )
{
return string;
}
How's that.
wtf is that shit
The creator from delombok is badass: create a tool to simplify stuff from another tool which intension it is to simplify code
void cClientHandle::SendEditSign(int a_BlockX, int a_BlockY, int a_BlockZ)
{
m_LastPlacedSign.Set(a_BlockX, a_BlockY, a_BlockZ);
m_Protocol->SendEditSign(a_BlockX, a_BlockY, a_BlockZ);
}
void cClientHandle::SendEntityEffect(const cEntity & a_Entity, int a_EffectID, int a_Amplifier, int a_Duration)
{
m_Protocol->SendEntityEffect(a_Entity, a_EffectID, a_Amplifier, a_Duration);
}
void cClientHandle::SendEntityEquipment(const cEntity & a_Entity, short a_SlotNum, const cItem & a_Item)
{
m_Protocol->SendEntityEquipment(a_Entity, a_SlotNum, a_Item);
}
oh gosh what IS that
"it is very ez to see when there are 5 billion line"
NO NO NO NO NO >_>
using int
i hate python for that reason
typedefs π
Hi guys
did they typedef int
I'm gonna
I think so?
I'm gonna
i don't think you can
I'm gonna make a library called "bestint"
and it's just gonna have an enum
with every possible int value
if they did typedef that's fucking worse though
typedef long long Int64;
typedef int Int32;
typedef short Int16;
toaster please dont spam m8 just write one or two messages
not only is that incorrect

// Integral types with predefined sizes:
typedef long long Int64;
typedef int Int32;
typedef short Int16;
Integral.
not integer
integral.
apparently.
you're wrong because they typedef'd Int32 as int
It's integral to the system.
not the other way around
because they
're retarded
anyone stupid enough to typedef int to int32 is going to just use int anyways
Oh no Cuberite does it too.
they also use lua which says a lot about them
public void myMethod()
{
}
// IS MUCH WORSE THAN
public void myMethod() {
}
the way they should be doing this is using stdint.h and int32_t and uint32_t
Eh, lua is what got me into programming in the first place.
says a lot about you.
PHP for me, back in like 2003 or so lol
.rekt
β 50 shades of REKT
Sad, but true π¦
.kill spottedleaf
stuffs a bunch of C4 up spottedleaf's ass and waits for it to go off.
lua is almost worse than being pro life
I started my journey with Visual basic and html
Lua isn't 0 indexed right?
assembler and c...
I am anti specific lives
that's what hitler said but ok
I'm anti you
Blue Stahli's newest single. Buy it here: http://www.fixtstore.com/product/6194/ Support independent music! Lyrics: Another command to succumb To sucking you...
(DiscordBot) Blue Stahli - Anti You - length 3m 30s - 26,916 likes, 524 dislikes (98.1%) - 4,925,022 views - dylan37373 on 2009.12.08
π¦
did you just compare me to hitler
no xD

I don't think we would have gotten along very well tho
there's steak coming up my nose hold on brb
I am generally not in favour of genocide
I hope that steak chokes (but doesn't kill you, I don't want you to die**) you you fucking murderer.
btw - that's not the "german dream of live"
π eating meat but claiming to be pro life
might as well
Eat meat and all of your arguments fall apart.
Eat plant and all of your arguments fall apart.
A living animal is a hell of a lot more valuable than a fetus.
That's a life, you murderer.
Itβs so good
Trees have feelings too - eat rocks!
A good juicy red steak man
no
A plant isn't sentient π There's the difference.
rocks have organisms on them
Hmm.
How do we know cows are sentient but plants aren't?

Because cows have brains
We can monitor brain activity.
You can try to be sentient without a brain
I mean, you're actively trying
we know that
but
So would it be ok to eat animal fetuses, is that what i'm gathering?
10/10 sources
my favorite source is tumblr
according to them there's over 45 genders
forget 10/10
45/45

You can't really humanely rape an animal, steal their offspring and then chop them up
You really cannot.
hence why I'm against eating meat π
You can't really humanely murder a child, pack them in a bag, and then chop them up.
hence why I'm against abortion π
human life > animal life
You're just a hypocrite
Why can't we eat animals but animals can? π€
Humans consume more meat than they have to.
We can survive without eating meat. A carnivore can't.
There's definitely an excessive industrialization of animal-based foods.
if I go a month without my delicious steak I might die
i open this discord and boom
you disagree with what?
u dont say
european laws are quite strict on those things tho @heady spear
against heart disease?
yes
Then again, City, there are some essential things your body needs to function and you can only get them from either meat, or a verrrry specific plant you have to extract it from and then put that into other plants to pretend you're just fine by eating that one plant
you can't really outlaw disease, my man
"very specific plants"? lol
Where do you get b12?
What nutrient can't you get from plants? Besides B12. Not that you get B12 from animals either
see, its not that hard
b12 is produced by bacteria you asshat
the reason why we don't get it is because of increased sanitization
We can actually synthesize proteins, too.
A lot of people that eat meat are deficient in B12 as well
and before we started synthesizing proteins or whatever humans somehow got it for at least 6000 years.
Thank you, next
Animals can't synthesize amino acids either
Cats are obligate carnivores which means they "need" meat, but it's possible to synthesize their necessary proteins and have a full vegan cat diet.
all amino acids come from plants
You are getting proteins through a secondary source.
And that's cats, obligate carnivores
But muh steak
Humans are omnivores.
toast
yes but I can and I choose to because it's delicious
An obligate carnivore has a stronger claim to meat than an omnivore, buddy
me? lol ok
but I'm saying you shouldn't
So you're saying that you're not saying I can't eat you?
And I'm saying even obligate carnivores can be fed full vegan diets.
just like you're not claiming you can't perform an abortion, you just shouldn't
can we switch to lombok pls?
Hmm wait so
I can eat you? 
You could?
@gloomy warren kotlin pls
tasty
You probably shouldn't, as you'll die from it.
Lombok in kotlin?
There's actually, legit, a guy who ate another person.
yes
He wrote about it in his journal.
Wait, thats illigal
lombok in kotlin in javascript
He said it tastes like veal, but tougher.
rewrite FAWE with lombok in kotlin?
Creutzfeldt-Jakob disease is a thing, my man.
Jacob is a disease confirmed
You need to switch caps lock
don't scream or you will wake up the babies, remember? you're against a procedure
YAY CAPS
you get Creutzfeldt-Jakob's from prions.
either way, I need to sleep. Meet is bad, and we don't need it. Vegans need to supplement with B12, but so do a lot of people that eat meat. Animals can't synthesize amino acids, and so all protein comes from plants to begin with. A majority of the world are lactose intolerant because they stop producing lactase, because we're not meant to consume breast milk from other animals. Etc.
Oh yeah.
I agree with that.
We're also not meant or supposed to consume breast milk from humans after we wean.
I ate like 1kg of meat yesterday
Meat isn't necessarily bad, but humans definitely overconsume meat.
Breast milk for anyone is bad for people after you wean. We lose the enzymes that break down lactose.
That is very true.
We as a society have a problem with high LDL levels, which is because of animal products.
The key to a healthy diet is balance.
Balanced amounts of meat, balanced amounts of vegetables.
Please, for the love of your body, eat vegetables and fruit.
Iβm a teen
Sorry i'm a carnivore i only eat juicy meat
Eat your veggies to grow strong and healthy.
A steak the size of a deck of cards is enough to get you quite far, a couple days.
A lot of environmental toxins are overly concentrated in animal products
Fuck that shit my body can take a lot before it gets fat
I am not saying meat is necessarily super bad. At least not when coming from good sources.
Perks of being an active teen
The meat industry does not provide that.
they come from my backyard
ew?
Ew
Looks disgusting hahaha
Eggs are a great way to raise your LDL levels.
More eggs
Prolly tastes good though
I never liked eggs
Eggs are fine
It's too bad we're rapidly poisoning our sea food with mercury.
Eggs are weird if you think about it.
@heady spear everything kills you these days, might aswel enjoy it
hol up there
As it's a good source of meat.
If I lose a few years of my life eating things that taste good that's fine by me lol
that's a stupid statement, Dark.
Mercury is cool. No bad effects
jan
well you get cancer from existing
also what
so that sucks
Do you guys
Mercury kills you in high concentrations, lol.
Sh
Alright now we're getting to VACCINATIONS clap clap
Here's the deal.
There's two types of mercury.
what? we are not talking about vaccinations.
Organic mercury, and non-organic mercury, which I believe is thimerosol.
That isn't even a discussion.
@austere ivy Most sea food contains varying traces of mercury due to human waste.
Organic mercury kills you very fast which is the type of mercury you see in tuna.
Also, there are more types of heavy metals.
Naturally.
This is a Minecraft server, why must it always break into these conversations
I would particularly stay far away from tuna.
Yummy
And fish are high in LDL as well, so a lot of fatty fish won't do you no good π
IT IS NOW
Christian Minecraft Server
My biggest problem with meat is that it is entirely unethical
pure metallic mercury isnβt that bad ingested through mouth
Factory farming more so than anything else.
GIVE OP I HEL PSERVER
Definitely, factory farming has got to go.
Don't cry at me.
I can be okay farms that treat the animals decently.
Donβt do it a lot though
Have you seen how we keep chickens in the US? It's so bad our chickens can't be exported to Europe
I lived with a foster family that had sheep
Mercury deposits itself in fat deposits in your body -> Liver&Brain
We literally pile them into tiny spaces where they shit and piss all over each other, and then we bleach them afterwards to decontaminate them.
That isn't how the majority of farms operate, though.
i hate industrialized farms
A lot of places are like that, but a lot also aren't
Byte.
so disgusting
Most places are like that
it is
hey @heady spear tell Iron to bug me this week so we can figure out the FAWE resource
They bring me lots of meat so β€οΈβ€οΈβ€οΈ
European regulations prevents our US chicken from being imported there.
stop Jan
We can't support the entire world using ethical farmed meat
Because of how bad the process is.
we shouldn't treat them like that
For good reasons
Meat ππππ
We have the same shit in Europe tho
yeah but its less extreme
Especially when it comes to the pork industry
Itβs worse in USAβish countries
Pigs are put in tiny encolosures where they eventually end up eating eachother as they die π
Have u seen their fat/muscle average?
What is a USAish country?
The US is very deregulated, much so compared to Europe.
a lot of them are never allowed to ever see direct sunlight
hey City
US practices almost unrestricted capitalism, where as the EU mostly practices social democracy.
how do I initialize my dependency injected singleton?
idk ask google?
City.
I am not google.
alt+f4
We are social liberals
Poor animals, not being able to see sunlight because someone else made that choice for them.
I'm glad there's no human babies that have to go through that.
imagine being a baby and not being allowed to see sunlight for 9 months
Right?
@austere ivy A single ton is initialized staticly
Imagine being a baby and being murdered and not being able to see sunlight for your entire life
@finite wave but what about two tons?
Haha
this looks nice, doesn't it?
What's github
M8, look at how much sex they can have
I don't think that looks as bad as some of them could be
What's hub
@finite wave they're all females you dumb nut
What's b
what about this? Polish chicken π
US chicken
@worn ember Females can lick eachother dumbass
"Animals in the EU are treated well", yeah... no.
COUGH
Ever heard of lesbian sex?
COUGH
COUGH
We made another video as a response to all the comments we've had on this video. You can see it here.. https://youtu.be/uMHpz6PS5Ek Ok, here are some importa...
(DiscordBot) World's Biggest Carnivorous Plant Catches Whole Sheep! - length 3m 32s - 52,478 likes, 10,185 dislikes (83.7%) - 7,584,563 views - Way Out West Blow-in blog on 2015.11.02
is that in australia?
Hey wait a minute, why can plants eat animals
Simple brambles are master trappers that can kill animals and absorb the nutrients from their corpses. A protocarnivorous plant.
THAT'S
A
PLANT
Humans aren't too bad now, huh?
Also so much for "plants aren't sentient" lol
My foreskin is bigger than that plant
carnivorous plants are carnivorous...
/s
They aren't sentient you asshat?
PLANTS HAVE FEELINGS
It's not like the plant chooses to eat a fucking sheep
Itβs reflexes
@heady spear Send dirty pics
gnite daddy city
ok so now that hes gone, lets talk about gays
To be fair he could debug network to check that the request is actually sent
you guys have weird topics today
the intellij EAP splash art looks like shit
it's literally static
like television static
what?
We've already had this talk
eap slash?
at least it isnt like a leaf image or anything
best splash screen possible
'2
thanks babe
I rate 2/50
I was too lazy to make the initial fire start using the correct blockstate
the generic is easier at 2am
the generic is also all ur capable of
given u only have 4 states of existence
mfw
did you modify paper source to hurt leaf
technically hurting everyone
that's some dedication
since his code is so awful it burns everyone's eyes
that code was really simple
share the patch
wtf
I dont think I saved it
literally all you do is change the leaf random tick to search for air around a leaf, then update the state to fire
its not complicated
Wow this discord server took a major remodel.
for the better
oh sounds simple
darkeye is still here
there's still work to be done
slow progress is better than no progress
Iβm here
tbh that's probably true since he's dum af and stupid cancer is better than being at the bottom of the barrel
wow leaf... thats the spirit
wat spirit
@static badge towards who was that pointed
Cause my password is jan@tuck.dk/hunter420
takes forever to load
fucking 4MB lol
wtf is that
.kill leaf
Is that Byteflux when he sees his favorite film
stabs leaf in the heart a few times with a shard of glass.
whole router stressed
.kill Spottedleaf
slices Spottedleaf's limbs off with a polished axe.
puts @static badge into a sack, throws the sack in the river, and hurls the river into space.
even better
.kill @here
unleashes the armies of Isengard on at-here.
why do we all bully Spotted π¦
.kill @Moderator
rips off @Moderator's limbs and leaves them to die.
.kill @austere ivy
reaches out and punches right through @Mr. TΓ³Γ‘ΕtΓ©r's chest.
Jan - Propably pinging everyone here is not that polite π
.kill @everyone
smashes at-everyone's head in with a wooden club.
goes bowling with at-here's bloody disembodied head.
.kill @\everyone
throws at-everyone to Cthulu and watches them get ripped to shreds.
.kill @finite wave
gags and ties @finite wave then throws them off a mountain.
what's going on?
nevermind, I don't want to end up getting killed
@olive garden mass murder
π― π―
I'm bored
Wanna write stuff in Hungarian about my current unpublished project for me?

no
:(

@finite wave help me conquer the congo again
?*
it belongs to me
that's probably not the wisest choice of words after the Christchurch stuff
{"cmd":"DISPATCH","data":{"channel_id":"555469074080202765","message":{"id":"556933258634330144","content":"@finite wave help me conquer the congo again","content_parsed":[{"userId":"232574916338253825","channelId":"555469074080202765","content":[{"type":"text","content":"@finite wave"}],"type":"mention"},{"content":" help me conquer the congo again","type":"text"}],"nick":null,"author_color":null,"timestamp":"2019-03-17T20:13:56.178000+00:00","tts":false,"mentions":[{"avatar":"ca0ed7b76a4842b2aa9449f74a3f9f9f","discriminator":"1625","id":"232574916338253825","username":"Jan"}],"mention_roles":[],"embeds":[],"attachments":[],"author":{"id":"208641151509463051","username":"DarkEyeDragon","discriminator":"5583","avatar":"fe71a6754218cb44879e833b7df40156","premium_type":0},"pinned":false,"type":0},"icon_url":"https://cdn.discordapp.com/avatars/208641151509463051/fe71a6754218cb44879e833b7df40156.png?size=128","title":"DarkEyeDragon (#general, Social)","body":"@finite wave help me conquer the congo again"},"evt":"NOTIFICATION_CREATE","nonce":null}
ew
o_O
what is this cancer
Are you trying to inject some virus?
let me quickly leave this server
well you tried
I feel vulnerable
wat
Because it was your message dum dum
nsa hacked you
Oh god, it's gross, but I've got it
?
thats what she said
One sec, grabbing a shot
What kind of shot?
heroin
nice work
Basically, I managed to get delombok to work on waterfall
.kill spottedleaf
reaches out and punches right through spottedleaf's chest.
pls stop it
idk how I feel about the new dark purple intellij theme
New..?
it's definitely spicy
can I see?
Seems fine
purple π
honestly it looks better than Darcula
but I generally dont like the blue-ish backgrounds
I'll just stay with darcula xb
i want to have banner too π
You've to send some mails
YOUVE TO
have to, sorry 
does the minecraft server discord meet all the requirements?
game publishers or development studios π€
And open source communities
https://discordapp.com/open-source
Sponge, LuckPerms, PaperMC
I own lots of cardboard
No like the open source fork of Paper.
It has VR support.
Does your discord server have 1000 members or repo have 1k stars?
no ;c
You do not quality then
toaster please just stop
no, you don't quality
ow
2k members on discord, but it's just mc server π
At this time, we are accepting communities which meet the following criteria:
Your community is not Discord-focused (for example, Discord bots or modifications are not accepted).
Your community has at least 1,000 members, or the GitHub repo has at least 1,000 stars.
Your community adheres to the Discord community guidelines.```
Probably wont work without a proper company behind it
^^
Paper doesn't have a proper company.. does it?
I guess it does, kind of odd I suppose.
When we tried a year ago (I think it should have been the same amount of people) they told us they would look into maybe giving two of us a partner status but didnt respond again @void void
found paper
IS (FAWE/P2) and EngineHub are just below it too, nice
Though that's not the actual verification process
lmao right above IntellectualSites
Im making it clear
we still going on about how paper got verified
because I keep seeing it over and over
2 just spammed emails lol calm down
What would be really clear is if they actually publicized the process
they wont do that
Z is the owner of Discord chill out
I wouldnt do that
it takes braincells to publish things simmer down
I'm very well aware he's the owner that doesn't change much.
database relations have no use in the programming world right? Like foreign keys and stuff
And why not publish it?
They have a page telling anyone how to verify game servers
dont confuse your interests with their interests
it doesnt do them any good to publicize it
just handicaps them should they want to make an arbitrary decision
and given that the entire system as it sits is very arbitrary
for you
their interests are irrelevant when considering my interests
not necessarily for them
It must also be a headache to have people constantly ask and question about the non documented process
better than having people wanting verification, that you simply dont want to verify -> you wont have to give an actual explanation, life's easy
for them π
what if paper got verified for being verified cancer
i think that's the answer here
2
Don't document anything and make everything arbitrary. Easy life for discord.
essentially
telling us to give us a partner status instead of verified status a year ago, which is definitely not what I'd give people running a Mc server
2
3
4
5
6
i
γ₯
nΜoΜ£ΜΊΝ
u
uwu
btw its sunday
ΖΈΜ΅Μ‘ΣΜ΅Μ¨ΜΖ·
π’
okΜ©
dont make me sad Z
why is this chat increasingly becoming like CV
I canβt sleep
Sleep anyway
I like this chat because you can actually learn stuff by accident
CV is just braindead cancer at this point
@heady spear what always helps me sleep is deleting plotsquared
Ok Iβll try
I blame jan @upper flicker
CV
he told me about some abortion talk, so I decided to spend the rest of the day here
I have sleeping pills but I donβt want to take them
Im glad sorry I missed that
but don't worry, I'm from the EU, so this day is gonna end soon for me
I get loopy as fuck the day after and itβs a mess
loopy?
^
dumm?
lala land
or what does that mean?
(If you don't know what "dumm" means, just look at @golden gust and you will understand)
woo, ezprotector now works for waterfall π
By the way, I found a picture of a dermoid cyst with teeth in it.
delete this
This is important.
π
i'm eating right now y u do this to me
Those things can grow in your bodies
but kashike you're admin π€
Look how big they can get!
@heady spear don't give me existential crisis please
oh
They can have hair in them
i've seen worse
