#general

3141 messages Β· Page 16 of 4

austere ivy
#

trigary

#

are you kidding

heady spear
#

Well, according to the JVM specification a byte is an integer with two possible values

austere ivy
#

please tell me the truth

olive garden
#

yes

austere ivy
#

oh thank goodness

heady spear
#

So I wouldn't be surprised tbh

austere ivy
#

I was like "fourth line???""

olive garden
#

It runs before the constructor

finite wave
#

16?

#

Oh

#

Nvm

quasi valley
#

.g java static initializer

limber knotBOT
#

(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..."

heady spear
#

boolean**

#

not byte

#

wtf I need to sleep

austere ivy
#

whta on aerth

#

I was like

#

byte?

#

two.. that makes no sense

heady spear
#

a boolean is an integer according to the specification :p

austere ivy
#

wouldn't it be less computer intensive to not store it as an integer?

heady spear
#

it depends on the JVM tho

#

I believe it's commonly stored as a byte

austere ivy
#

What JVM do you prefer?

heady spear
#

doesn't have to be tho

#

could just as well be 4 🀷

austere ivy
#

16

#

what's the square root of 4

#

what's the square root of the square root of 4

olive garden
#

+-2

austere ivy
#

what's the square root of the square root of the square root of 4

olive garden
#

go home

austere ivy
#

((4^(1/2))^(1/2)^(1/2)

olive garden
#

+-

finite wave
#

Or Sqrt(sqrt(sqrt(4)))

olive garden
#

you forgot the +-

heady spear
#

Brian, you should buy Deepend tbh

ancient bolt
#

welp fucked my windows install over so time to reinstall

austere ivy
#

What's Deepened?

heady spear
#

Deepend**

limber knotBOT
#

(DiscordBot) Chat icons and emojis - length 24s - 1 like, 0 dislikes (100.0%) - 81 views - Pl3x Gaming on 2017.10.14

heady spear
#

the weirdest shit I've ever worked on

austere ivy
#

Deepend***********

#

OK what is it.

unreal quarry
#

took awhile to find that. buried in one of my many yt channels :S

heady spear
#

Billy, we've already established that your project is better than mine :<

finite wave
#

@austere ivy

olive garden
#

How does the icon thing work?

heady spear
#

My plugin just set your chat prefix

olive garden
#

Because I'm guessing there is no diamond unicode character

austere ivy
#

city

finite wave
#

πŸ’ 

austere ivy
#

what is deepend

heady spear
austere ivy
#

what

heady spear
#

If you're already stalking me it shouldn't be that hard to find

unreal quarry
#

resource pack abuse @olive garden

austere ivy
#

it's.. free?

heady spear
#

It's basically redis

olive garden
#

oh

austere ivy
#

what's redis.

heady spear
#

Buy the project

olive garden
#

I see, thanks

heady spear
#

I sell license

#

plz thx

austere ivy
#

how much $$$ we talking about, City.

#

10? cents

heady spear
#

Idk Minecade paid me like $3000

austere ivy
#

._.

unreal quarry
#

i redrew many chinese characters as icons and made a plugin to handle replacing tags

heady spear
#

but then I got to keep ownership

#

which was weird

austere ivy
#

Okay, so what's redis, why should I use it, and what's the difference between redis and Deepend?

heady spear
#

deepend is worse

#

in every way

austere ivy
#

What's reedis?

#

redis

unreal quarry
limber knotBOT
#

(DiscordBot) Pl3xIcons v3.0 - length 19m 51s - 11 likes, 1 dislike (91.7%) - 1,956 views - Pl3x Development on 2016.04.30

unreal quarry
#

if you can sit through my boring and bad video editing skills

heady spear
unreal quarry
#

or lack there of

finite wave
#

@austere ivy Google it

quasi valley
#

oh boy that code style

finite wave
#

Memory db

heady spear
#

many regrets

golden gust
#

2 copyright headers, gg

heady spear
#

Twice as many copyrights!

olive garden
#

lol

#

oh god

quasi valley
#

Oooh and lombok, sexy

olive garden
#

that style is wrong on so many levels

#

god, don't open it

quasi valley
#

well I suppose you haven't yet looked at the Bungee (or any of mds) code @olive garden πŸ‘€

olive garden
#

that's right

heady spear
#

I wrote my protocol buffers in C++

quasi valley
#

then you're in for a treat

austere ivy
#

what's

heady spear
#

I think I got paid extra for that

austere ivy
#

a PROTOCOL BUFFER

finite wave
#

@heady spear C... REEEE

heady spear
#

Minecade was a good time

#

I miss that. I got paid to read documentation for a week

finite wave
#

Lol

austere ivy
#

AAAAAhttps://github.com/Sauilitired/Deependhttps://github.com/Sauilitired/Deependhttps://github.com/Sauilitired/Deependhttps://github.com/Sauilitired/Deepend

#

Wait what.

golden gust
#

My fave one was RestartCommand

austere ivy
#

How'd that get there.

unreal quarry
#

restart command?

austere ivy
#

City.

#

I'm a noob so bear with me but how exactly would you use both Java and C++ in one program?

heady spear
#

JNI.

austere ivy
#

How would they interact? Would it basically be two programs running at the same time..?

heady spear
static badge
#

C++ is trash use C

austere ivy
#

Why would you want to

#

C is trash use Assembly

heady spear
#
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

quasi valley
heady spear
#

guyyys guys guys

austere ivy
#

OMG LOL WHAT

heady spear
#

I just read the password as plain text

austere ivy
#

hahaha omg

heady spear
#

and compared it

#

to another plain text password

#

using an unsecured network

quasi valley
#

nice one

austere ivy
#

That's how you do security, City.

heady spear
#

no encryption, no nothing

#

This was a part of the specification

#

It's even included in the protocol

#

why did anyone pay for this

austere ivy
#

City

#

how do I get good at java

#

please explain

heady spear
#

Read the FAWE source

austere ivy
#

ah ok

heady spear
#

and avoid doing everything in there

golden gust
#

And then, don't do that

quasi valley
#

Look at md's code

#

then not use that style

heady spear
#

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

finite wave
#

Something seems fishy here

austere ivy
#

Wait what's MD's code style?

heady spear
#

uhm jan a real programmer uses postfix

austere ivy
#

What's md's code style?

#

._.

finite wave
#

Apparantly pow(4,6) is 4^(6x6x6x6x...)

heady spear
#

yes

#

that's how it works

austere ivy
#

that is so how it works

#

obv

#

actually wait I think pow(4,6) is 4x4x4x4^(6x6x6x6x6x6(6x6x6x6x6x6(6x6x6x6x6x6(6x6x6x6x6x6(6x6x6x6x6x6(6x6x6x6x6x6))))))

quasi valley
#

please stop

austere ivy
#

Kenny where can I find md's code style

quasi valley
#

in md's code probably πŸ‘€

austere ivy
#

where can I find md's code

#

where do I look

quasi valley
#

e.g. BungeeCord (but it was a joke please dont use that style)

finite wave
#

@heady spear Truth

austere ivy
#

oh goodness

#

oh no

finite wave
#

4^i

quasi valley
#

well it is actually jan

austere ivy
#

NOOOOOOOOOOOOOOOOOOOO

#

NOT THAT

quasi valley
#

thats the mathematic notation

finite wave
#

?

#

What u talking about

quasi valley
#

what city sent

heady spear
#

yes, 4^6 is actually 4^6^\infty

#

everything else is a lie

finite wave
#

Yes it’s a sum of infinite 6’s

golden gust
#

Tbh, the worse part of bungee is probably lombok

heady spear
#

shut up

#

😠

quasi valley
#

.lombok

limber knotBOT
#

[03:01:27] <gabizou> fuck you and the lombok horse you rode in on

quasi valley
#

love this

golden gust
#

Especially in API, it's stupid because your javadocs aren't complete unless you start messing around to get it to work

heady spear
#

PlotSquared uses lombok now, so it passes the greatness test.

austere ivy
#

How do I change a final variable

heady spear
#

Our code should be the new Java standard.

acoustic pilot
#

Gotta use delombok for API, it's a pain.

quasi valley
#

at least you stop some people from being able to compile it, to kill its legacy

gloomy warren
#

We should try to implement lombok at FAWE

heady spear
#

I can PR that after my e&m finals :p

golden gust
#

@acoustic pilot any chance you've had delombok working as part of maven javadocs?

static badge
#

lombok monkaW

heady spear
#

Wait, I don't even need to PR

acoustic pilot
#

I don't think I ever got it working lol

golden gust
#

ah, rip

acoustic pilot
#

Pretty much just ended in frustration

heady spear
acoustic pilot
#

You looking to get delombok going for Waterfall?

golden gust
#

I was

vestal jasper
#

ok

woven otter
#

Alt + Enter too hard to do

golden gust
#

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

heady spear
#

What is the purpose of delombok?

acoustic pilot
#

To generate delombok'd source code for javadocs.

heady spear
#

Oh. Neat.

austere ivy
#
// 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

heady spear
#

no, that's not right

#

you missed the spaces

#

System.out.println( stringifiedstring + superstring );

woven otter
#

ewww

static badge
#

if ( expression )

#

function( params )

heady spear
#

leafyboy failed

austere ivy
#
// 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;

}
static badge
#

nou

heady spear
#

no

#

that's wronger

gloomy warren
#

if (superstring.equals(stringifiedstring) - you're missing a )

acoustic pilot
#

Maybe if I get bored I can take a look again, getting it working with Waterfall could be fun πŸ˜›

heady spear
#

Cuberite forces you to use 4 line breaks in between methods

woven otter
#

forge uses the same style

acoustic pilot
#

What am I saying, Lombok is never fun >_>

woven otter
#

it's cancer

static badge
#

lombok is pure cancer in its true form

heady spear
static badge
#

scientists 2000 years later will not even be able to create a more pure cancer solution

heady spear
#

Oh, it's actually 5

#

so 4 extra

austere ivy
#
// 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.

static badge
#

wtf is that shit

gloomy warren
#

The creator from delombok is badass: create a tool to simplify stuff from another tool which intension it is to simplify code

heady spear
#
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);
}
woven otter
austere ivy
#

oh gosh what IS that

heady spear
#

"it is very ez to see when there are 5 billion line"

austere ivy
#

NO NO NO NO NO >_>

static badge
#

using int

quasi valley
#

i hate python for that reason

static badge
#

wtf are they using int for

#

that's not guaranteed to be 32 bits wide fuk sake

heady spear
#

typedefs πŸ˜›

austere ivy
#

Hi guys

static badge
#

did they typedef int

austere ivy
#

I'm gonna

heady spear
#

I think so?

austere ivy
#

I'm gonna

static badge
#

i don't think you can

austere ivy
#

I'm gonna make a library called "bestint"

#

and it's just gonna have an enum

#

with every possible int value

static badge
#

if they did typedef that's fucking worse though

heady spear
#
typedef long long Int64;
typedef int       Int32;
typedef short     Int16;
austere ivy
#

and a method for transforming the enum to a pure int

#

Int64 lol what

quasi valley
#

toaster please dont spam m8 just write one or two messages

static badge
#

not only is that incorrect

gloomy warren
heady spear
#

// Integral types with predefined sizes:
typedef long long Int64;
typedef int Int32;
typedef short Int16;
Integral.

#

not integer

#

integral.

#

apparently.

static badge
#

you're wrong because they typedef'd Int32 as int

austere ivy
#

It's integral to the system.

static badge
#

not the other way around

heady spear
#

Oh lol

#

well

#

why do they use int then

austere ivy
#

_>

static badge
#

because they

#

're retarded

#

anyone stupid enough to typedef int to int32 is going to just use int anyways

austere ivy
#

Oh no Cuberite does it too.

heady spear
#

they also use lua which says a lot about them

austere ivy
#
public void myMethod()
{
}
// IS MUCH WORSE THAN
public void myMethod() {
}
static badge
#

the way they should be doing this is using stdint.h and int32_t and uint32_t

austere ivy
#

Eh, lua is what got me into programming in the first place.

heady spear
#

says a lot about you.

austere ivy
#

I started with ComputerCraft on the direwolf 1.7.10 pack haha.

#

:<

acoustic pilot
#

PHP for me, back in like 2003 or so lol

static badge
#

.rekt

limber knotBOT
#

β˜‘ 50 shades of REKT

acoustic pilot
#

Sad, but true 😦

austere ivy
#

.kill spottedleaf

limber knotBOT
#

stuffs a bunch of C4 up spottedleaf's ass and waits for it to go off.

heady spear
#

lua is almost worse than being pro life

woven otter
#

I started my journey with Visual basic and html

native helm
#

Lua isn't 0 indexed right?

austere ivy
#

hold up

#

city

gloomy warren
#

assembler and c...

austere ivy
#

did you just admit that being pro-life is bad

#

so should I be anti-life? thonk

heady spear
#

I am anti specific lives

austere ivy
#

that's what hitler said but ok

woven otter
#

I'm anti you

limber knotBOT
#

(DiscordBot) Blue Stahli - Anti You - length 3m 30s - 26,916 likes, 524 dislikes (98.1%) - 4,925,022 views - dylan37373 on 2009.12.08

austere ivy
#

😦

heady spear
#

did you just compare me to hitler

austere ivy
#

no xD

heady spear
#

hitler would have liked me

#

I have blue eyes

austere ivy
heady spear
#

I was born blonde

#

I am basically his fantasy

austere ivy
#

oh no city you're making me laugh I'm trying to eat

heady spear
#

I don't think we would have gotten along very well tho

austere ivy
#

there's steak coming up my nose hold on brb

heady spear
#

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.

gloomy warren
#

btw - that's not the "german dream of live"

heady spear
#

😠 eating meat but claiming to be pro life

austere ivy
#

I'm not vegan

#

but I'm not going to be eating humans

heady spear
#

might as well

austere ivy
#

(or am I)

#

( πŸ˜‰ )

finite wave
#

I started with skript /s

#

Never done any skript

heady spear
#

Eat meat and all of your arguments fall apart.

finite wave
#

I love meat

#

Man

austere ivy
#

Eat plant and all of your arguments fall apart.

heady spear
#

A living animal is a hell of a lot more valuable than a fetus.

austere ivy
#

That's a life, you murderer.

finite wave
#

It’s so good

gloomy warren
#

Trees have feelings too - eat rocks!

finite wave
#

A good juicy red steak man

austere ivy
#

no

heady spear
#

A plant isn't sentient πŸ˜ƒ There's the difference.

austere ivy
#

rocks have organisms on them

#

Hmm.

#

How do we know cows are sentient but plants aren't?

heady spear
#

Because cows have brains

acoustic pilot
#

We can monitor brain activity.

heady spear
#

You can try to be sentient without a brain

#

I mean, you're actively trying

#

we know that

#

but

native helm
#

So would it be ok to eat animal fetuses, is that what i'm gathering?

heady spear
#

10/10 sources

austere ivy
#

my favorite source is tumblr

#

according to them there's over 45 genders

#

forget 10/10

#

45/45

heady spear
#

You can't really humanely rape an animal, steal their offspring and then chop them up

austere ivy
#

You really cannot.

heady spear
#

hence why I'm against eating meat πŸ˜ƒ

austere ivy
#

You can't really humanely murder a child, pack them in a bag, and then chop them up.

#

hence why I'm against abortion πŸ˜„

heady spear
#

but you still eat meat?

#

I've never had an abortion, so I'm cool.

austere ivy
#

human life > animal life

heady spear
#

You're just a hypocrite

austere ivy
#

City, wait

#

so you don't eat meat

native helm
#

Why can't we eat animals but animals can? πŸ€”

austere ivy
#

but you're okay with abortion

#

so animal life < human life?

acoustic pilot
#

Humans consume more meat than they have to.

heady spear
#

We can survive without eating meat. A carnivore can't.

austere ivy
#

ehh

#

I disagree

acoustic pilot
#

There's definitely an excessive industrialization of animal-based foods.

austere ivy
#

if I go a month without my delicious steak I might die

worn ember
heady spear
#

you disagree with what?

austere ivy
#

darkeye

#

it's di s c u ss io n

worn ember
#

u dont say

heady spear
#

I also don't really like increased risk of heart disease

#

and raised LDL levels

heady spear
#

so like

#

🀷

worn ember
#

european laws are quite strict on those things tho @heady spear

heady spear
#

against heart disease?

worn ember
#

yes

austere ivy
#

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

heady spear
#

you can't really outlaw disease, my man

austere ivy
#

so like

#

🀷

heady spear
#

"very specific plants"? lol

austere ivy
#

Where do you get b12?

acoustic pilot
#

I declare cancer to be, ILLEGAL!!

#

There, outlawed.

heady spear
#

What nutrient can't you get from plants? Besides B12. Not that you get B12 from animals either

worn ember
#

see, its not that hard

austere ivy
#

You do.

#

From animals.

heady spear
#

b12 is produced by bacteria you asshat

worn ember
#

just eat some shite

#

ez bactarials

heady spear
#

the reason why we don't get it is because of increased sanitization

acoustic pilot
#

We can actually synthesize proteins, too.

austere ivy
#

rite

#

but you acn

#

can't get it from plants

heady spear
#

A lot of people that eat meat are deficient in B12 as well

austere ivy
#

well I don't know how you get it but

#

you need it to funcvtion

#

function

heady spear
#

Yes, so do you?

#

You have no point there. Next?

austere ivy
#

and before we started synthesizing proteins or whatever humans somehow got it for at least 6000 years.

worn ember
#

Thank you, next

heady spear
#

Animals can't synthesize amino acids either

acoustic pilot
#

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.

heady spear
#

all amino acids come from plants

tropic flame
#

can aquagendered people abort since they are not humans

#

runs

heady spear
#

You are getting proteins through a secondary source.

acoustic pilot
#

And that's cats, obligate carnivores

austere ivy
#

But muh steak

acoustic pilot
#

Humans are omnivores.

austere ivy
#

RIGHT

#

and omnivore is

#

being able to

#

πŸ‘ πŸ‘

#

eat meat

worn ember
#

toast

heady spear
#

Yes, but you don't have to

#

I'm not saying you can't eat meat

austere ivy
#

yes but I can and I choose to because it's delicious

acoustic pilot
#

An obligate carnivore has a stronger claim to meat than an omnivore, buddy

heady spear
#

me? lol ok

austere ivy
#

IF I CAN'T EAT YOU

#

I SAW THAT EDIT xD

heady spear
#

but I'm saying you shouldn't

austere ivy
#

So you're saying that you're not saying I can't eat you?

acoustic pilot
#

And I'm saying even obligate carnivores can be fed full vegan diets.

heady spear
#

just like you're not claiming you can't perform an abortion, you just shouldn't

gloomy warren
#

can we switch to lombok pls?

austere ivy
#

Hmm wait so

worn ember
#

here we go again

#

xD

austere ivy
#

I can eat you? thonk

heady spear
#

You could?

tropic flame
#

@gloomy warren kotlin pls

austere ivy
#

tasty

heady spear
#

You probably shouldn't, as you'll die from it.

austere ivy
#

You don't.

#

You wouldn't.

gloomy warren
#

Lombok in kotlin?

austere ivy
#

There's actually, legit, a guy who ate another person.

tropic flame
#

yes

austere ivy
#

He wrote about it in his journal.

worn ember
#

Wait, thats illigal

tropic flame
#

lombok in kotlin in javascript

austere ivy
#

He said it tastes like veal, but tougher.

gloomy warren
#

rewrite FAWE with lombok in kotlin?

heady spear
#

Creutzfeldt-Jakob disease is a thing, my man.

austere ivy
#

(veal is deer meat)

#

That's if you eat someone's brain

tropic flame
#

wtf that looked like dutch @austere ivy

#

"veal is deer meat"

worn ember
#

Jacob is a disease confirmed

austere ivy
#

lol

#

it did look dutch.

#

ANYWAY I NEED TO SWITCH ROOMS BE RIGHT BACK.

gloomy warren
#

You need to switch caps lock

tropic flame
#

don't scream or you will wake up the babies, remember? you're against a procedure

native helm
#

YAY CAPS

heady spear
#

you get Creutzfeldt-Jakob's from prions.

worn ember
#

i get aids from you

#

not that i mind

heady spear
#

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.

austere ivy
#

Oh yeah.

#

I agree with that.

#

We're also not meant or supposed to consume breast milk from humans after we wean.

finite wave
#

I ate like 1kg of meat yesterday

acoustic pilot
#

Meat isn't necessarily bad, but humans definitely overconsume meat.

austere ivy
#

Breast milk for anyone is bad for people after you wean. We lose the enzymes that break down lactose.

#

That is very true.

heady spear
#

We as a society have a problem with high LDL levels, which is because of animal products.

austere ivy
#

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.

finite wave
#

I’m a teen

worn ember
#

Sorry i'm a carnivore i only eat juicy meat

austere ivy
#

Eat your veggies to grow strong and healthy.

acoustic pilot
#

A steak the size of a deck of cards is enough to get you quite far, a couple days.

heady spear
#

A lot of environmental toxins are overly concentrated in animal products

finite wave
#

Fuck that shit my body can take a lot before it gets fat

heady spear
#

I am not saying meat is necessarily super bad. At least not when coming from good sources.

finite wave
#

Perks of being an active teen

heady spear
#

The meat industry does not provide that.

austere ivy
worn ember
#

they come from my backyard

heady spear
#

ew?

austere ivy
#

Literally what I am eating right now

#

steak & egg lol

finite wave
#

Ew

austere ivy
#

it

#

it's delicious but I kinda massacred it

finite wave
#

Looks disgusting hahaha

heady spear
#

Eggs are a great way to raise your LDL levels.

worn ember
#

More eggs

finite wave
#

Prolly tastes good though

heady spear
#

I never liked eggs

finite wave
#

Eggs are fine

acoustic pilot
#

It's too bad we're rapidly poisoning our sea food with mercury.

austere ivy
#

Eggs are weird if you think about it.

worn ember
#

@heady spear everything kills you these days, might aswel enjoy it

austere ivy
#

hol up there

acoustic pilot
#

As it's a good source of meat.

native helm
#

If I lose a few years of my life eating things that taste good that's fine by me lol

austere ivy
#

byte

#

what

heady spear
#

that's a stupid statement, Dark.

finite wave
#

Mercury is cool. No bad effects

austere ivy
#

jan

worn ember
#

well you get cancer from existing

austere ivy
#

also what

worn ember
#

so that sucks

austere ivy
#

Do you guys

heady spear
#

Mercury kills you in high concentrations, lol.

finite wave
#

Sh

austere ivy
#

Alright now we're getting to VACCINATIONS clap clap

#

Here's the deal.

#

There's two types of mercury.

heady spear
#

what? we are not talking about vaccinations.

austere ivy
#

Organic mercury, and non-organic mercury, which I believe is thimerosol.

heady spear
#

That isn't even a discussion.

acoustic pilot
#

@austere ivy Most sea food contains varying traces of mercury due to human waste.

austere ivy
#

Organic mercury kills you very fast which is the type of mercury you see in tuna.

heady spear
#

Also, there are more types of heavy metals.

austere ivy
#

Naturally.

native helm
#

This is a Minecraft server, why must it always break into these conversations

acoustic pilot
#

I would particularly stay far away from tuna.

finite wave
#

Yummy

heady spear
#

And fish are high in LDL as well, so a lot of fatty fish won't do you no good πŸ˜„

austere ivy
#

Spider

#

This is not a Minecraft server

#

xD

finite wave
#

IT IS NOW

worn ember
#

Christian Minecraft Server

austere ivy
#

CAN I BECOME ADMIN

#

I NEED OP

heady spear
#

My biggest problem with meat is that it is entirely unethical

austere ivy
#

I AM FROM PLANET MINECRAFT

#

I COME TO REVIEW

finite wave
#

pure metallic mercury isn’t that bad ingested through mouth

heady spear
#

Factory farming more so than anything else.

austere ivy
#

GIVE OP I HEL PSERVER

acoustic pilot
#

Definitely, factory farming has got to go.

gloomy warren
#

Don't cry at me.

heady spear
#

I can be okay farms that treat the animals decently.

finite wave
#

Don’t do it a lot though

acoustic pilot
#

Have you seen how we keep chickens in the US? It's so bad our chickens can't be exported to Europe

heady spear
#

I lived with a foster family that had sheep

finite wave
#

Mercury deposits itself in fat deposits in your body -> Liver&Brain

heady spear
#

they treated the animals humanely up until death

#

That I can be okay with.

acoustic pilot
#

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.

heady spear
#

That isn't how the majority of farms operate, though.

worn ember
#

i hate industrialized farms

native helm
#

A lot of places are like that, but a lot also aren't

austere ivy
#

Byte.

worn ember
#

so disgusting

austere ivy
#

That's the worst.

#

Byte, that is disgusting.

#

And needs to be illegal.

#

wait

heady spear
#

Most places are like that

austere ivy
#

it is

upper flicker
#

hey @heady spear tell Iron to bug me this week so we can figure out the FAWE resource

finite wave
#

They bring me lots of meat so ❀️❀️❀️

acoustic pilot
#

European regulations prevents our US chicken from being imported there.

austere ivy
#

stop Jan

heady spear
#

We can't support the entire world using ethical farmed meat

acoustic pilot
#

Because of how bad the process is.

austere ivy
#

we shouldn't treat them like that

worn ember
#

For good reasons

finite wave
#

Meat 😍😍😍😍

heady spear
#

We have the same shit in Europe tho

worn ember
#

yeah but its less extreme

heady spear
#

Especially when it comes to the pork industry

finite wave
#

It’s worse in USA’ish countries

heady spear
#

Pigs are put in tiny encolosures where they eventually end up eating eachother as they die πŸ˜„

finite wave
#

Have u seen their fat/muscle average?

native helm
#

What is a USAish country?

acoustic pilot
#

The US is very deregulated, much so compared to Europe.

heady spear
#

a lot of them are never allowed to ever see direct sunlight

austere ivy
#

hey City

acoustic pilot
#

US practices almost unrestricted capitalism, where as the EU mostly practices social democracy.

austere ivy
#

how do I initialize my dependency injected singleton?

heady spear
#

idk ask google?

austere ivy
#

City.

heady spear
#

I am not google.

worn ember
#

alt+f4

finite wave
#

We are social liberals

austere ivy
#

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.

worn ember
#

imagine being a baby and not being allowed to see sunlight for 9 months

austere ivy
#

Right?

finite wave
#

@austere ivy A single ton is initialized staticly

austere ivy
#

Imagine being a baby and being murdered and not being able to see sunlight for your entire life

upper flicker
#

@finite wave but what about two tons?

worn ember
#

what life?

#

you're dead

finite wave
#

@upper flicker We didn’t talk about your wait atm.

#

Weight

austere ivy
#

Wait.

#

What about two tons.

upper flicker
#

almost

#

you almost had that

#

so close

finite wave
#

Haha

heady spear
#

this looks nice, doesn't it?

finite wave
#

Fucked up my spelling

#

Big orgy

austere ivy
#

What's github

finite wave
#

M8, look at how much sex they can have

native helm
#

I don't think that looks as bad as some of them could be

austere ivy
#

What's hub

worn ember
#

@finite wave they're all females you dumb nut

austere ivy
#

What's b

acoustic pilot
heady spear
#

what about this? Polish chicken πŸ˜„

acoustic pilot
#

US chicken

finite wave
#

@worn ember Females can lick eachother dumbass

heady spear
#

"Animals in the EU are treated well", yeah... no.

austere ivy
#

COUGH

finite wave
#

Ever heard of lesbian sex?

austere ivy
#

COUGH

#

COUGH

limber knotBOT
#

(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

worn ember
#

is that in australia?

native helm
#

Hey wait a minute, why can plants eat animals

austere ivy
#

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

finite wave
#

My foreskin is bigger than that plant

heady spear
#

carnivorous plants are carnivorous...

finite wave
#

/s

heady spear
#

They aren't sentient you asshat?

worn ember
#

PLANTS HAVE FEELINGS

heady spear
#

It's not like the plant chooses to eat a fucking sheep

finite wave
#

It’s reflexes

heady spear
#

You're too dumb to even have a reasonable discussion

#

I'm going to bed.

finite wave
#

@heady spear Send dirty pics

worn ember
#

gnite daddy city

worn ember
#

ok so now that hes gone, lets talk about gays

austere ivy
#

master programmer

finite wave
#

To be fair he could debug network to check that the request is actually sent

woven otter
#

you guys have weird topics today

austere ivy
#

Deetus yoritus.

#

Isn't it?

jolly violet
#

the intellij EAP splash art looks like shit

#

it's literally static

#

like television static

austere ivy
#

what?

upper flicker
#

We've already had this talk

austere ivy
#

eap slash?

static badge
#

well let's continue it

#

I personally find that static amazing

upper flicker
#

at least it isnt like a leaf image or anything

static badge
#

best splash screen possible

upper flicker
#

that would be pure cancer

#

.leaf

static badge
#

'2

static badge
#

ur not only retarded

#

but ur also cancer

upper flicker
#

thanks babe

gloomy warren
#

I rate 2/50

jolly violet
#

leaf doesn't even burn like a normal tree

#

what the fuck is that fire

static badge
#

that's 2's shitty programming

#

big massive yikes

upper flicker
#

I was too lazy to make the initial fire start using the correct blockstate

#

the generic is easier at 2am

static badge
#

the generic is also all ur capable of

upper flicker
#

meme about leaves

#

made at 2 am

#

"why isnt it pretty omg"

static badge
#

given u only have 4 states of existence

upper flicker
#

mfw

woven otter
#

did you modify paper source to hurt leaf

upper flicker
#

what that was mostly good for was destroying the client

#

ye

jolly violet
#

is the 2019.1 code editor different...

#

something smells

static badge
#

technically hurting everyone

woven otter
#

that's some dedication

static badge
#

since his code is so awful it burns everyone's eyes

upper flicker
#

that code was really simple

static badge
#

which explains why he's blind too

#

since he's always looking at his own code

upper flicker
#

it couldnt hurt anyones eyes even if it tried

#

now conrete

#

that shit

#

mfw

woven otter
#

share the patch

static badge
#

wtf

upper flicker
#

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

vapid linden
#

Wow this discord server took a major remodel.

worn ember
#

for the better

woven otter
#

oh sounds simple

upper flicker
#

darkeye is still here

#

there's still work to be done

#

slow progress is better than no progress

worn ember
#

You love me ❀

#

i'm the stupidity that keeps you sane

finite wave
#

I’m here

static badge
#

tbh that's probably true since he's dum af and stupid cancer is better than being at the bottom of the barrel

worn ember
#

why are you even here tbh @finite wave

#

you dont even program xD

upper flicker
#

wow leaf... thats the spirit

static badge
#

wat spirit

worn ember
#

@static badge towards who was that pointed

finite wave
acoustic pilot
#

damn that's a bigger gif than i thought lol

finite wave
#

takes forever to load

acoustic pilot
#

fucking 4MB lol

static badge
#

wtf is that

austere ivy
#

.kill leaf

vapid linden
#

Is that Byteflux when he sees his favorite film

limber knotBOT
#

stabs leaf in the heart a few times with a shard of glass.

worn ember
#

whole router stressed

austere ivy
#

.kill Spottedleaf

limber knotBOT
#

slices Spottedleaf's limbs off with a polished axe.

austere ivy
#

nice

#

.kill @static badge

limber knotBOT
#

puts @static badge into a sack, throws the sack in the river, and hurls the river into space.

austere ivy
#

even better

finite wave
#

.kill @here

limber knotBOT
#

unleashes the armies of Isengard on at-here.

austere ivy
#

why do we all bully Spotted 😦

finite wave
#

.kill @Moderator

limber knotBOT
#

rips off @Moderator's limbs and leaves them to die.

austere ivy
#

.kill @austere ivy

limber knotBOT
#

reaches out and punches right through @Mr. TΓ³Γ‘Ε›tΓ©r's chest.

gloomy warren
#

Jan - Propably pinging everyone here is not that polite πŸ˜‰

woven otter
#

.kill @everyone

limber knotBOT
#

smashes at-everyone's head in with a wooden club.

finite wave
#

No one was pinged

#

It has been fixed

#

chill

woven otter
#

good

#

.kill @here

limber knotBOT
#

goes bowling with at-here's bloody disembodied head.

finite wave
#

.kill @\everyone

limber knotBOT
#

throws at-everyone to Cthulu and watches them get ripped to shreds.

woven otter
#

.kill @finite wave

limber knotBOT
#

gags and ties @finite wave then throws them off a mountain.

olive garden
#

what's going on?

finite wave
#

idk

#

.taco @olive garden

limber knotBOT
#

gives @olive garden a spicy taco

#

(DiscordBot) I can't give a taco to that user.

olive garden
#

nevermind, I don't want to end up getting killed

woven otter
#

@olive garden mass murder

vapid linden
#

🌯 🌯

finite wave
#

I'm bored

olive garden
#

Wanna write stuff in Hungarian about my current unpublished project for me?

vapid linden
finite wave
#

no

olive garden
#

:(

vapid linden
worn ember
#

@finite wave help me conquer the congo again

finite wave
#

?*

worn ember
#

it belongs to me

olive garden
#

that's probably not the wisest choice of words after the Christchurch stuff

finite wave
#

{"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

worn ember
#

o_O

static badge
#

what is this cancer

olive garden
#

Are you trying to inject some virus?

finite wave
#

Wrong discord

#

i think

olive garden
#

let me quickly leave this server

woven otter
#

well you tried

olive garden
#

I feel vulnerable

acoustic pilot
#

wat

worn ember
#

why was my profile pic used

#

i'm hacked

#

call the fbi

finite wave
#

Because it was your message dum dum

woven otter
#

nsa hacked you

worn ember
#

I don't like Jan

#

i think he should be removed

golden gust
#

Oh god, it's gross, but I've got it

finite wave
#

?

worn ember
#

thats what she said

golden gust
#

One sec, grabbing a shot

olive garden
#

What kind of shot?

woven otter
#

heroin

golden gust
olive garden
#

valaria?

#

sounds like malaria

#

no, thanks, that webpage is cheesy

woven otter
#

nice work

golden gust
#

Basically, I managed to get delombok to work on waterfall

austere ivy
#

.kill spottedleaf

limber knotBOT
#

reaches out and punches right through spottedleaf's chest.

austere ivy
#

.help

#

.helpmecafebebe

#

.commands

#

.list

#

.g

#

.lotr

#

.loat

gloomy warren
#

pls stop it

jolly violet
#

idk how I feel about the new dark purple intellij theme

austere ivy
#

New..?

jolly violet
#

it's definitely spicy

austere ivy
#

can I see?

quasi valley
#

Seems fine

jolly violet
#

purple πŸ˜ƒ

woven otter
#

honestly it looks better than Darcula

quasi valley
#

but I generally dont like the blue-ish backgrounds

jolly violet
#

it's an official one by jetbrains

#

big brains

void void
#

hello

#

how can i verify discord server?

quasi valley
#

I'll just stay with darcula xb

void void
#

i want to have banner too πŸ˜‚

quasi valley
#

You've to send some mails

jolly violet
#

YOUVE TO

quasi valley
#

have to, sorry tiny_potato

void void
#

does the minecraft server discord meet all the requirements?

#

game publishers or development studios πŸ€”

vestal jasper
#

And open source communities

austere ivy
#

Wait I'm an open source community

#

can I have verified?

#

I own Cardboard.

vestal jasper
#

I own lots of cardboard

austere ivy
#

No like the open source fork of Paper.

void void
#

oh, okay

#

thanks πŸ˜ͺ

austere ivy
#

It has VR support.

vestal jasper
#

Does your discord server have 1000 members or repo have 1k stars?

austere ivy
#

no ;c

vestal jasper
#

You do not quality then

quasi valley
#

toaster please just stop

austere ivy
#

I am quality!

#

D:<

olive garden
#

no, you don't quality

austere ivy
#

ow

void void
#

2k members on discord, but it's just mc server 😐

vestal jasper
#
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.```
quasi valley
#

Probably wont work without a proper company behind it

normal echo
#

^^

austere ivy
#

Paper doesn't have a proper company.. does it?

#

I guess it does, kind of odd I suppose.

quasi valley
#

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

vestal jasper
#

found paper

#

IS (FAWE/P2) and EngineHub are just below it too, nice

#

Though that's not the actual verification process

worn ember
#

lmao right above IntellectualSites

vestal jasper
#

since IS isn't verified

#

but iirc the requirements are pretty much the same

upper flicker
#

that doesnt get you verified

#

just listed on their site

vestal jasper
#

Though that's not the actual verification process

#

I just said that

upper flicker
#

Im making it clear

static badge
#

we still going on about how paper got verified

upper flicker
#

because I keep seeing it over and over

static badge
#

2 just spammed emails lol calm down

vestal jasper
#

What would be really clear is if they actually publicized the process

upper flicker
#

they wont do that

woven otter
#

Z is the owner of Discord chill out

upper flicker
#

I wouldnt do that

static badge
#

it takes braincells to publish things simmer down

vestal jasper
#

I'm very well aware he's the owner that doesn't change much.

woven otter
#

No I mean

#

y u no understand

worn ember
#

database relations have no use in the programming world right? Like foreign keys and stuff

vestal jasper
#

And why not publish it?

#

They have a page telling anyone how to verify game servers

upper flicker
#

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

vestal jasper
#

That's a fault of the system

#

Β―_(ツ)_/Β―

upper flicker
#

for you

static badge
#

their interests are irrelevant when considering my interests

upper flicker
#

not necessarily for them

vestal jasper
#

It must also be a headache to have people constantly ask and question about the non documented process

quasi valley
#

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 πŸ‘€

static badge
#

what if paper got verified for being verified cancer

#

i think that's the answer here

upper flicker
#

we do have you leaf

#

thats pretty cancer

static badge
#

2

vestal jasper
#

Don't document anything and make everything arbitrary. Easy life for discord.

quasi valley
#

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 thonk

austere ivy
#

2

upper flicker
#

3

void void
#

4

woven otter
#

5

void void
#

6

woven otter
#

i

quasi valley
#

γ„₯

cosmic raft
#

nΜ™ọ̺͈

woven otter
#

u

void void
#

uwu

upper flicker
#

btw its sunday

quasi valley
#

ΖΈΜ΅Μ‘ΣœΜ΅Μ¨Μ„Ζ·

upper flicker
#

sunday evening here even

#

kill me now

worn ember
#

😒

cosmic raft
#

okΜ©

worn ember
#

dont make me sad Z

woven otter
#

why is this chat increasingly becoming like CV

worn ember
#

i start money morning with 2 hours of econmics

#

*monday

#

idk

upper flicker
#

because all of the CV people spend their time here

#

for some reason

heady spear
#

I can’t sleep

worn ember
#

Sleep anyway

heady spear
#

Trying

#

Not working

woven otter
#

I like this chat because you can actually learn stuff by accident

worn ember
#

CV is just braindead cancer at this point

upper flicker
#

@heady spear what always helps me sleep is deleting plotsquared

woven otter
#

but

#

then

heady spear
#

Ok I’ll try

olive garden
#

I blame jan @upper flicker

woven otter
#

CV

austere ivy
#

wait

#

how do I delet plotsuqared

olive garden
#

he told me about some abortion talk, so I decided to spend the rest of the day here

heady spear
#

I have sleeping pills but I don’t want to take them

upper flicker
#

Im glad sorry I missed that

olive garden
#

but don't worry, I'm from the EU, so this day is gonna end soon for me

heady spear
#

I get loopy as fuck the day after and it’s a mess

olive garden
#

loopy?

woven otter
#

^

austere ivy
#

coocoo

#

kinda like

olive garden
#

dumm?

austere ivy
#

lala land

olive garden
#

or what does that mean?

#

(If you don't know what "dumm" means, just look at @golden gust and you will understand)

spiral garden
#

woo, ezprotector now works for waterfall πŸ‘€

heady spear
spiral garden
#

delete this

heady spear
#

This is important.

void void
#

delet this

#

reeeeeeeeeeeee

olive garden
#

😐

cosmic raft
void void
#

i'm eating right now y u do this to me

heady spear
#

Those things can grow in your bodies

spiral garden
#

but kashike you're admin πŸ€”

heady spear
spiral garden
#

@heady spear don't give me existential crisis please

vestal jasper
#

oh

heady spear
#

They can have hair in them

vestal jasper
#

i've seen worse