#off-topic

1 messages · Page 986 of 1

void heath
#

So just knowing the language of java is just a small part of it I guess

eternal apex
#

yes

boreal escarp
#

how does your config system work?

eternal apex
#

mine?

boreal escarp
#

yes

eternal apex
#

scans for classes annotated with @File on startup

#

uses the metadata in the annotation to create the files on disk

#

the internal path is the file inside the jar, it'll copy that file to the external path

#

stopOnFirstCreate just signals whether the program should stop, on the first time the program runs

#

fuck you barry

#

i'm not gonna repeat you can read logs if you care

queen jewel
#

🥲

eternal apex
#

once it creates the file from the annotation, it deserializes the content of the file to a json tree

#

if the file isn't json, it's converted to a map, then to a json tree

#

everything goes through gson regardless of whether it's json

frank pasture
#

piggy u make everything so complex 😂

eternal apex
#

gson creates an instance of Config and populates it with the data from the json tree

#

then it gets binded to guice

#

the @Singleton annotation ensures only one instance is created

#

when the config is reloaded, gson will replace the values without creating a new instance

#

this is controlled by passing a custom InstanceCreator to gson so it'll always use the same instance

eternal apex
boreal escarp
#

ok pig, nice

eternal apex
frank pasture
#

wow

#

I can't lie from your config class, that does look nice

#

just rip file size

eternal apex
#

lol bukkit's config system is bigger than mine

#

mine may have a lot of words but the execution is very simple

frank pasture
#

but if you add it to a project isnt the total project size huge

eternal apex
#

no

frank pasture
#

oh

eternal apex
#

excluding guice, which all of my projects use, the file manager is probs only like 10KB

frank pasture
#

i remember ages ago your lib was huge

eternal apex
#

maybe less

#

my lib has evolved a lot, the only dependencies are guice & gson, gson being provided by bukkit anyway

boreal escarp
eternal apex
boreal escarp
#

yup you like to do complex stuff, but it is nice 👍

eternal apex
#

this class is responsible for creating a Map, Map<Class<?>, Object>

#

Class being the config class, object being an instance

#

the binding is just used internally for the file manager and another class

eternal apex
wary willow
#

piggy. hi.

boreal escarp
#

and I didn't said it is

#

it was just a statement smh

eternal apex
#

hello blotz

boreal escarp
#

I can't follow your code but it is nice, noob

eternal apex
#

is it because of guice?

#

guice seems to be hard to follow for people who aren't experienced with it

boreal escarp
#

nah you do things in a certain way

#

and a lot of abstraction, which I'm not really used to 🥲

eternal apex
#

ah

boreal escarp
#

you really love guice, I know

eternal apex
#

yes guice is the best java library

#

@void heath u should look into di frameworks

#

how long have you been doing java?

boreal escarp
#

code patterns are a step into learning how abstraction works?

#

kinda of a stupid question I guess

void heath
#

I had worked on it for like 1.5 years when I was really young and now I'm catching up again

#

Bukkit as well

#

Like when I was 14 years old

eternal apex
#

I did a similar thing

#

I did it for like a year when I was 10 or 9, then came back to it a year or 2 later

void heath
#

How long have you been doing it without stopping?

boreal escarp
#

I think he's close to 100 years, according to his spigot profile

eternal apex
#

I can't remember exactly how long the gap was

wary willow
#

129

void heath
#

Yeah ive seen the profile xD

eternal apex
#

not 100% sure when I started again

wary willow
#

yesterday maybe?

eternal apex
#

maybe 5 years

void heath
#

Doesn't your code weird you out some times?

#

It seems to me that you need to study something more than just java to be able to d othat

#

It's like working on something completely different

wary willow
void heath
#

Like, as aforementioned, who thought on their own to make a Config system that complex

boreal escarp
#

^

eternal apex
#

it's a 50/50 mix of code evolution and autism

boreal escarp
#

I'm sometimes wondering how piggy learned all he knows

void heath
#

Sometimes I read code and I feel like there's a person giving commands and an AI building it all

frank pasture
eternal apex
#

rpf never shaded gson in on the bukkit binding either

frank pasture
#

oh

eternal apex
#

I always exclude all dependencies possible

frank pasture
#

last time it was over 1mb

#

whats it like now?

eternal apex
#

idk

boreal escarp
#

you could also split it in modules when it is done

eternal apex
#

yeah I had rpf split up

boreal escarp
#

like if you need files, you only use the files module and whatever else it needs

eternal apex
#

you had a core which had things like file management

#

scanning

#

but things like web, mysql, jda, minecraft, separated

#

ig I could separate file management

frank pasture
#

if it isnt too huge

eternal apex
#

chaz last time you used my framework it didn't go great

#

don't you remember

frank pasture
#

I wanted to shade then

#

i mean

#

obfuscate

#

oh ye i remember the memory leak issues people reported

void heath
#

Piggy what are the frameworks u mentioned earlier?

frank pasture
#

has that been fixed since?

eternal apex
#

chaz the rpf repo hasn't really changed at all since you left

frank pasture
#

oh..

eternal apex
#

the framework is completely different now

#

the rpf repo just doesn't reflect that

#

maybe i'll update it during the holidays

frank pasture
#

oh woo

void heath
#

I'm referring to di frameworks

frank pasture
#

Also ordered myself the new mac last night 😂 actually moving to apple silicon for once, but I would love to use your lib stuff if it isnt too huge and handles ok

light scaffold
frank pasture
eternal apex
#

yeah so there's guice, dagger, and spring

light scaffold
#

yeah dagger sucks

frank pasture
#

dagger

eternal apex
#

spring is much more than a di framework though

light scaffold
#

Oh yeah spring

#

spring is an everything framework

eternal apex
#

yes

#

like rpf

#

anyway the main ones you'd use are dagger and guice like bm said

#

but like everyone has said, dagger sucks

frank pasture
#

@eternal apex you wanna be commissioned here? <3

void heath
#

Do you shade those?

eternal apex
#

yes

light scaffold
#

Yes

eternal apex
#

well dagger not really

light scaffold
#

Actually idk if you have to shade dagger

#

Yeah

eternal apex
#

dagger generates code on compile

light scaffold
#

I guess you don't

boreal escarp
eternal apex
#

guice > dagger > juice

#

although frankly I'd rather a glass of juice than dagger

#

guice > juice > dagger

frank pasture
#

and adds it to config

eternal apex
#

k sure

frank pasture
#

idm paying

eternal apex
#

i'm busy for ages though

#

my exams are over in like 4 weeks

frank pasture
#

When you avail?

#

oh

#

thats fair enough then

boreal escarp
#

do you have exams monthly, pig?

eternal apex
#

every semester

#

so twice a year

boreal escarp
#

you always talk about exams

light scaffold
#

And guice is fast enough already

boreal escarp
#

I was just joking

light scaffold
#

Dagger was mainly made to target low end android phones

#

Oh

#

soz

eternal apex
#

I don't think I talk about them that much

#

idk

#

the dagger android thing makes no sense to me

#

guice should be just as fast as dagger

#

except at startup

boreal escarp
#

once you throw a glass of water at your phone you should be good

light scaffold
#

on really shitty hardware it probably takes a non-trivial amount of time to generate the classes and stuff

#

Idk

eternal apex
#

but that only happens once

#

during the loading screen

#

but yeah I tried to switch to dagger once, but my entire codebase relies on guice's dynamic nature

#

so that didn't go anywhere

light scaffold
#

Oh yeah I think there's also something about the JVM that android uses being a lot slower for reflection

#

Idk

eternal apex
#

@void heath guice is beautiful

#

u can do this:

boreal escarp
eternal apex
#
private final JavaPlugin plugin;

@Inject
public CoolClass(@NotNull final JavaPlugin plugin) {
    this.plugin = plugin;
}```
#

now you'll see that looks exactly like normal DI

#

except for that @Inject annotation

wary willow
eternal apex
#

that @Inject annotation magically pulls your JavaPlugin instance from guice's soul and passes it into the constructor

#

to get an instance of CoolClass you don't go new CoolClass(plugin);

#

you inject it, just like you injected JavaPlugin

#

and guice will handle the creation of CoolClass too

#

ultimately the only time you end up using the new keyword with guice is when constructing data objects that have no dependencies

eternal apex
frank pasture
#

Can’t wait to benchmark these new CPUs, curious to see how they perform vs the current intel and amd cpus, because that’s usually the “oh but our cpu is faster l

sterile parrot
#

talking about new apple chips?

frank pasture
#

Yeah

#

M1 Max seems beast

#

I’d love to see real world testing, not just “oh but we are 70% faster”

sterile parrot
#

yeah sadly I got the mbp last year already

frank pasture
#

E.g. coding apps etc

sterile parrot
#

I was hoping for airpods max 2 though

frank pasture
#

I got my 2019 i9 one 4 months ago, sad but rip

#

Mine comes next Tuesday, if I still have my 2019 one, I might try tests

#

Like launching PHPStorm, installing node stuff

#

Maybe compiling a jar

frank pasture
sterile parrot
#

yeah I have airpods pro and airpods 1

#

but I really want the max

#

so I was hoping for a new version

#

as my ears don’t really like earbuds

frank pasture
#

I have the AirPods Pro from 2y ago (whenever they came out) I prob will hold back now, and yeah max look super cool

#

They are so pricy tho

sterile parrot
#

welcome to apple lmao

#

it all is expensive

frank pasture
#

Yeah hahah, I defo can’t spend any more now

#

I say this every year, I have to get a machine and keep it 😂

#

For years

sterile parrot
#

I rarely buy new stuff tbh

#

I’ll probably keep this mbp for years

frank pasture
#

Yeah tbh they will last years, I guess just when something new comes out, it makes the others look nothing

sterile parrot
#

I recently got the iphone 13 pro and before that I had a 7 for 5 years

frank pasture
#

Bloody hell

#

How are you finding yours? I love mine, I went with the bigger size just because of ease

#

120hz is next level

boreal escarp
#

ah forgot lemmo is an apple noob 🙄

sterile parrot
#

nothing wrong with apple

#

it’s called preference

frank pasture
#

Yeah

#

Especially with the new M1 Max, gonna destroy all the intel and amd cpus lmao

#

Or at least a chunk

boreal escarp
#

I didn't said anything about apple, only about you 🙂

void heath
#

@eternal apex do you suggest that I always use Guice?

eternal apex
#

yes

sterile parrot
#

no

#

guice ew

boreal escarp
#

even when you go to the rest room

void heath
#

Won't it make my jar files much heavier?

sterile parrot
eternal apex
#

not enough to matter

#

jar size doesn't really matter

sterile parrot
#

jar size shouldn’t be something you care about

void heath
#

Oh alright

sterile parrot
#

also guice ew

#

🙂

eternal apex
#

the only reason people care about jar size in the spigot community is because spigot has a restriction of 5MB on uploaded resources

#

if it didn't have that restriction

#

then it wouldn't matter at all

frank pasture
void heath
#

It's quite hard to get to that 5MB unless you shade many dependencies

eternal apex
#

but if you exclude the dependencies properly guice should only add a few hundred kb

frank pasture
#

I wonder if this finally means we can game on macs 😎😎

sterile parrot
#

but to be honest everything is better for me since I had an iphone 7 before that was literally broken in every way

void heath
#

oh then it's nothing

eternal apex
#

no

frank pasture
#

I don’t like big file size

sterile parrot
#

no?

frank pasture
#

Everyone freaks out with plug-ins that are big file size

#

I wasn’t sure if I missed something

eternal apex
#

they're uninformed

frank pasture
#

Spigot comm that is

sterile parrot
#

bro talking about not liking big files and slowing down when he is using PHP

frank pasture
#

Don’t even start

boreal escarp
#

lemmo been there, done that

frank pasture
#

PHP isn’t big files tho lol

sterile parrot
#

meanwhile me working on a php project for work

frank pasture
#

I’ve not had big files myself

sterile parrot
#

how big is your vendor folder

frank pasture
#

Let me check

sterile parrot
#

not that it matters lol

void heath
#

What's your thoughts on object initialization? (the new keyword) should it be avoided?

sterile parrot
#

what

eternal apex
#

java is an object oriented language

light scaffold
#

yeah objects are bad

eternal apex
#

there is nothing wrong with initializing objects

sterile parrot
#

static all the way!!1!!1

eternal apex
#

that's the point of java

light scaffold
#

OOP bad

void heath
#

xD I'm trying to refer to single responsibility principle

frank pasture
#

@sterile parrot vendor is 70mb, but thats different completely, considering everyones vendors are gonna be like that, vs spigot stuff where every plugin is like kbs

eternal apex
#

single responsibility principle is about ur class doing lots of shit

#

e.g. lots of people have a class which implements command executor

#

and then they go ahead and implement like 5 commands in that one class

#

e.g. a reload command

#

a help command

#

a gamemode command

#

all in that one class

sterile parrot
eternal apex
#

that is a severe abomination

#

and would get you shot

void heath
#

So what would u do insteaD?

sterile parrot
#

instead of doing it in one class you should make a seperate plugin for each command

eternal apex
#

you'd have 4 classes

void heath
#

Oh, yeah, that's what I do

eternal apex
#

a command handler (implements command executor)

#

and 3 classes for each command

void heath
#

that extend the handler?

sterile parrot
#

better yet make an entire mc server for each command and have players switch between them

eternal apex
#

no

void heath
#

and have like an abstract method

sterile parrot
#

but it requires a different client per server ofcourse

eternal apex
#

people usually make a little abstract class with the command sender and args

#

but premade command frameworks exist

#

lots of people like the one @long summit made

#

haven't used it myself

#

but lots of people like it

#

so might be worth trying

honest thistleBOT
velvet crescent
#

@eternal apex the dude still hasn't contacted me

eternal apex
#

@tawny wraith frosty is wondering why he never heard from you

frank pasture
#

@sterile parrot you copping the new M1 Max next year then?

sterile parrot
#

don’t know, will see how well my laptop is doing then

frank pasture
fallow crow
fallow crow
#

Ofc you deleted the previous one to now be the last post and more visible^^
That's a bit of an ass move, just saying.

cerulean dragon
#

instead of bumping try to increase budget 😏

frank pasture
#

I thought they all was doing that I’ve seen it multiple times

frank pasture
#

@eager sinew cool website, sadly parts don’t load for me

zenith mauve
#

About primed tnt:
Its fuse lasts 40 redstone ticks (4 seconds/80 game ticks) if activated by redstone or fire, or a random number between 10 and 30 game ticks (0.5 to 1.5 seconds) if it is destroyed by another explosion.
This means that by a player (using flint and steel) it can be 10-30 ticks? so between half and one and a half seconds? or 2 seconds? xdd

eager sinew
#

Unfortunately haven't had time to fix

frank pasture
naive agate
#

gn

#

people

trim raft
#

No sleep

#

Only helpchat

velvet crescent
#

Fuck you mean gn, it's 2:42 pm

wary willow
velvet crescent
#

Thanks for the reminder, just got home will check it out

velvet crescent
wary willow
#

man we really do have different music taste. I like the first one more

velvet crescent
#

Just a tad slow for my taste

zenith mauve
#

how do you call the player who use flint and steel to prime a tnt?

#

fuser? primer? xdd

void heath
#

Terrorist.

zenith mauve
#

You made me laugh

#

I admit it

#

xddd

fallow crow
#

LOL

fallow crow
#

Ah yes, the this-needs-a-rework lib

#

:ugh:

void heath
#

I envy your knowledge 😠

fallow crow
#

I'm honestly shocked by how many people actually lurk in my profile

void heath
#

Oh, I do it all the time lmao

velvet crescent
#

Don't you love it when you spill monster over your keyboard

void heath
#

Yes!

#

Too much coding for today I might go out do some flips 😉

wary willow
#

How about

long summit
#

No

fallow crow
#

yes

void heath
#

Becoming good requires so much effort pff

wary willow
#

then just don't become good

void heath
#

Ew no

wary willow
#

brett. please send that again.

tawny wraith
#

@eternal apex @velvet crescent that totally slipped my mind 🤦🏻‍♂️ my apologies!

#

Frosty, I’m going to send you a friend request now :)

#

Thank you for the reminder Piggy

wary willow
#

You're welcome

frank pasture
#

Well going laptopless today I think until my new one comes

sterile parrot
#

do you have a pc as well or?

wary willow
#

k

sterile parrot
#

would be hard to work for me without my laptop lmao

frank pasture
#

@sterile parrot I have but not setup with anything, debating taking a break but idk, like a week being super bored lmao

zenith mauve
#

this spigot member signature looks kinda weird

wary willow
#

damn. this is really a new tactic for email spamming? or has this been a thing for a while?

#

never heard of this company in my life and I'm usually making sure I don't give this mail to everyone lmao

#

hmm. maybe I did make an account and just don't remember. lmao

frank pasture
zenith mauve
#

isnt heroku the host site for projects? xd

zenith mauve
magic summit
#

Did you know that a "Way forward machine" exists?

wary willow
#

what does that do?

magic summit
#

It makes you visit websites in the year 2046

trim raft
#

smh not 2077

wary willow
#

yeah but they're literally all the same lmao

magic summit
#

It's afaik to spread awareness of planned changes to law on the internet or smth...

wary willow
#

just saying its encrypted

magic summit
wary willow
#

Ic

magic summit
#

It's kinda like this "normal website" meme thing that annoys you with like 20 different notifications and stuff

wary willow
uncut onyx
#

um am I applying for a role correctly?

fallow crow
#

idk are you?

queen jewel
#

idk are you?

queen jewel
wary willow
queen jewel
#

🥲

sterile parrot
#

@flint bloom bumping requests is not allowed.

fallow crow
#

where's the other request tho? 🤔

sullen sorrel
#

deleted

naive agate
#

yes

#

deleted

fallow crow
#

lol wait so he deletes it and posts it again

#

fucking magnanimous

flint bloom
sullen sorrel
#

that's the same thing

flint bloom
#

Ye but i didnt know the word bumping.

sullen sorrel
#

oh

#

welp ig you know now 🥴

flint bloom
#

Yes.

fallow crow
#

"oh look, the rules say "bumping is not allowed", I guess I won't google what that is and go on then"

#

tsk tsk

flint bloom
#

Didn't read the rules.

fallow crow
#

lulw

flint bloom
#

I hope you didn't read the rules either on every discord u have joined.

naive agate
#

Well thats your fault

flint bloom
fallow crow
#

yes, 99% of them boil down to "use common sense" but there are still tons of servers that have some niche or finicky rules specific to their community

flint bloom
fallow crow
#

that's something I would prefer avoiding usually, yeah

flint bloom
#

xD

fallow crow
#

lol

frank pasture
#

lol

fallow crow
#

l0l

lofty harbor
#

lol

void heath
#

Lol

naive agate
#

L0L

tawdry tree
#

uwu

fallow crow
#

Who's the owner of Nature's Howl

#

some dude named jack but I forgot his discord

trim raft
fallow crow
#

💀

flint bloom
#

When am i able to place a new request-paid

queen jewel
flint bloom
#

👍

sturdy bobcat
#

I miss when geforce drivers were like

#

500mb

wary willow
#

OH. MY. FUCKING. GOD. I've unsubscribed from these emails 5 times now and I still get them.

naive agate
#

next month @flint bloom

wary willow
#

what u doin?

naive agate
#

HELLO

wary willow
#

at 2 am?

#

go to sleep

naive agate
#

I was gaming

#

Playing the cycle

#

its fun af

#

its almost 3

#

LOL

wary willow
#

yes I know

#

looks interesting indeed

#

never heard of it until now

#

this some epic store game? looks like it was made in unreal engine

naive agate
#

I play it on steam but its on epic games aswell

wary willow
#

👍

#

does it require a good pc?

naive agate
#

I wouldnt share so

chilly brook
#

Which game are you guy's talking about? 🤔

naive agate
#

say*

#

lol

#

The Cycle @chilly brook

wary willow
wary willow
frank pasture
#

LOL

cerulean dragon
#

hello, is possible to find out what lang use website for backend? (at least w some probability)?

light scaffold
#

Not really

#

There might be a few ways of telling occasionally

wary willow
#

yes. html parameters.

boreal escarp
frank pasture
#

Only thing you can do is go by those online tech stack stuff that people post

frank pasture
#

And Vue 😅

#

It’s a Laravel app with blade templating, nothing fancy, but hey, makes my site look fancier than it is 😂

wary willow
#

what do you guys think about the Xiaomi 70mai 1S dashboard cam as a budget cam? looks alright and I don't really need anything special

wary willow
#

or can you guys recommend any?

twin dune
wary willow
#

thank you for sharing your wisdom with me

#

time to use a 300$ phone as a dash cam instead of buying a 50$ one

velvet crescent
#

Any cam is usually fine

eternal apex
#

u want a dash cam to prevent car scratches like last time?

fallow crow
#

Q: Is the showoff channel restricted for minecraft(-ish, related) posts? I'm making an ark survival evolved map, hence my question.

eternal apex
#

you can post it

fallow crow
#

👍

wary willow
velvet crescent
#

Doubt a dash cam will help much lol

wary willow
#

well. I didn't even know who hit me

#

this cam has impact detection and can record the past few seconds or minutes I believe so it can record even when I'm not using the car

#

also had a few close calls on the roads where it could've been said it was my fault while it wasn't

#

also the one I Linked is like cheap and I think its totally worth it.

#

especially in Romania lmao

sterile parrot
#

didn't you get hit from the rear the last time

#

dash cam won't help with that would it?

#

I mean I really recommend using one since it'll help with all the other stuff

wary willow
#

this one comes with a back cam as well

sterile parrot
#

nice

wary willow
#

and I am pretty sure I Know who hit me now but don't really have any way to prove it

#

and won't even try

#

at all

sterile parrot
#

china gonna be following you too but you know

wary willow
#

I fixed it all with like 70 RON

eternal apex
#

how much bread is that

sterile parrot
#

no idea how much 70 RON is

wary willow
#

got one of their phone

wary willow
#

which it is not

eternal apex
#

15 loaves

#

not bad

sterile parrot
#

an entire loaf?

queen jewel
#

15 slices

velvet crescent
#

how many euro is that then, 15?

#

since a loaf here is 1€

#

well some places even cheaper

queen jewel
#

A loaf here is around 7qr -> 1.65€

velvet crescent
#

Why y'all gotta use such shitty currencies

wary willow
#

that's why he's asking

#

lmao

eternal apex
#

a loaf of bread here costs $4.20

wary willow
#

I mentioned in the past that a loaf is around 1 euro here

wary willow
eternal apex
#

there's lots of kinds of bread though

#

i just picked the first loaf

wary willow
#

fucking 4 times more expensive

eternal apex
#

there's also cheaper bread, this is good bread

velvet crescent
#

A simple white bread loaf

#

Can I shoot myself yet?

wary willow
#

well here good bread is around 1 euro

wary willow
#

is that to calculate the radius and stuff to see if the bullet is coming back?

eternal apex
#

unless he's shooting it around the earth I can't imagine it's related

sterile parrot
#

in the supermarket it's like 1 euro, but since we are lazy we have our bread baked and delivered to our house

#

and I have no idea how expensive that is

queen jewel
#

Oh I meant milk bread, altho I think they cost the same

velvet crescent
#

nah that's the calculation so it ricoches in your kneecap

eternal apex
#

what the fuck is milk bread

velvet crescent
#

bread but with MILK

regal juniper
#

Soggy

velvet crescent
#

well more milk, butter bread

queen jewel
wary willow
velvet crescent
#

Oh hi GLare

wary willow
#

and its opened non stop

sterile parrot
#

supermarket has it's own bakery here so it's always fresh as well

queen jewel
#

Tastes a bit different

velvet crescent
#

Spilled beverage over my keyboard so my shift key is sticky so it double capitalizes some times

eternal apex
#

market bread is like $1-$2 cheaper than bakery bread here

sterile parrot
#

but I have to say the bread that gets delivered to us tastes better than the one in the supermarket bakery

velvet crescent
eternal apex
#

so we usually get bakery bread cuz it's way better

queen jewel
eternal apex
#

some bread should only be toasted

#

never eaten as is

#

because it's fucking trash

queen jewel
#

This bread is fine to eat without toasting

velvet crescent
eternal apex
#

cheaper than normal bread because it's shit

queen jewel
#

I dont think those are the same frosty

#

Not really sure tho

velvet crescent
#

probably very similar

queen jewel
#

I guess so, never seen anything called toast bread here

velvet crescent
eternal apex
#

i've eaten toast

#

biftek sounds illegal

frank pasture
#

Get this bread

velvet crescent
#

shut yo ass up charlie

frank pasture
#

:(

#

Take that back :<

light scaffold
#

wait woolworths is still a thing in Australia

#

wow

velvet crescent
#

perhaps, how's your day tho charlie

frank pasture
#

Eh it’s decent, how about yourself?

eternal apex
#

bm

#

it's its own company

light scaffold
#

wdym

sterile parrot
#

still waiting on the day of helpchat con

eternal apex
#

aus woolworths isn't related to american woolworths

#

and I bet that uk woolworths is aus woolworths

sterile parrot
#

with one big bbq

light scaffold
#

What about the uk one

#

which went bust like 10 years ago

sterile parrot
#

and we all have our bread

eternal apex
#

yeah aus stores going to the uk have a habit of not working out

#

cough bunnings

velvet crescent
#

fairly good, finished school an hour earlier today cause professor let me go cause I'm so ahead of the class kek

queen jewel
#

def when PAPI 4 releases

velvet crescent
#

In the year 2070

eternal apex
#

me and cube will cook a feast

#

of bunnings snags

queen jewel
#

This is bs

#

What am I supposed to do

eternal apex
#

call them "bitch" instead of "sir"

queen jewel
#

😂😂

velvet crescent
#

twat usually sufices

eternal apex
#

only if you're british

queen jewel
#

Hes my professor, id def fail at some subject if that were to happen 😂

velvet crescent
#

Is he bald?

queen jewel
#

Nope

#

lol

eternal apex
#

can you make him bald?

velvet crescent
#

Sad, would've been a good roast

queen jewel
#

😮

eternal apex
#

you should follow up with that in the text

#

"can you become bald for me daddy"

queen jewel
#

😂

velvet crescent
#

What the fuck

queen jewel
#

omg xD

eternal apex
#

you started it frosty

#

your fault entirely

velvet crescent
#

This went from 0 to 100 real quick

eternal apex
#

i take no responsibility for this

sterile parrot
#

damn piggy into some kinky stuff

queen jewel
#

🥲

velvet crescent
frank pasture
#

Agreed Piggy

eternal apex
#

why does it look like that frosty

#

it's fucking with me

#

it's on different angles

velvet crescent
#

wdym?

#

Oh that's just fusion 360 shit rendering

eternal apex
#

bad software

velvet crescent
#

best software out there

eternal apex
#

yeah I've used it it's great

velvet crescent
#

had this bitch almost entirely made, but power went out so it didn't save shit, so gotta remake it

eternal apex
#

u know autodesk offers student free stuff too?

velvet crescent
#

Exactly what I have

wary willow
wary willow
queen jewel
velvet crescent
#

I mean I got pretty easy classes rn so lol

queen jewel
#

I have a Java class this semester and the exam is just multiple choice questions 😂

wary willow
#

lmao

velvet crescent
#

What the

queen jewel
#

Its java+algorithmns

boreal escarp
#

last year we had a CAD class, one of the best part of uni so far

wary willow
#

man. I have so much math first semester of uni. Idk if I'll be able to get into the second one. tho I've heard that teachers are cool and its pretty easy to get a 5 so you can pass

queen jewel
#

From the profs pattterns, the questions are just going to be some of these

sterile parrot
#

ha school

#

funny thing

velvet crescent
#

Shut lemmo

eternal apex
#

don't do school

#

do drugs

sterile parrot
#

do women

queen jewel
velvet crescent
#

Cheeky

eternal apex
#

women just release a drug in your brain

#

not really any different

velvet crescent
#

I'm already broke

#

Don't need to be more broke

wary willow
#

lmaoooo same

queen jewel
sterile parrot
#

I just yeet all my money

wary willow
#

at least you have money to yeet

queen jewel
#

We constantly secrete drugs in our body

velvet crescent
#

You should yeet some of that money my way 3sChikaWink

sterile parrot
queen jewel
#

We are all addicts

eternal apex
#

heh never thought about it that way

velvet crescent
#

Yugi, mate I do ketamine

eternal apex
#

having a girl friend is a lot like being a drug addict

velvet crescent
#

Shit hits different

queen jewel
eternal apex
#

they both use all your money

#

and when you quit you feel like shit

#

I honestly can't see any objective differences

queen jewel
queen jewel
sterile parrot
sterile parrot
#

stops working after like 2 hours

queen jewel
#

I honestly feel lack of purpose in living

eternal apex
#

fun fact alcohol withdrawals can be fatal, something not even heroin can do

wary willow
#

yoo can someone link me to where I can unlock the autocad for free for students? can't seem to find the website.

#

lmao

long summit
queen jewel
eternal apex
#

yes

queen jewel
#

I thought ket was supposed to be one of the worse ones or something?

eternal apex
#

eh

sterile parrot
#

no no hallucinations

eternal apex
#

there's a lot worse

queen jewel
#

idrk

sterile parrot
#

although I haven't tried any drugs in my life besides alcohol

queen jewel
#

I've smoked a bit of weed, but other than that same

eternal apex
#

yugi search up "k-hole trip report"

#

to get an idea of what ketamine can do

long summit
#

Fun fact broken heart actually can be fatal too, broken heart syndrome

queen jewel
#

Alrighty

queen jewel
long summit
#

Yeah

velvet crescent
queen jewel
#

temporary and reversible heart condition whose symptoms mimic those of a heart attack

#

wow

eternal apex
#

well would you look at that

#

two legal drugs

#

love, and alcohol

sterile parrot
queen jewel
#

I wonder why alcohol is legal

eternal apex
#

and they can both kill you

#

something not even loads of illegal drugs can do

queen jewel
eternal apex
#

(with withdrawal, obviously a heroin overdose is much easier than an alcohol overdose)

queen jewel
#

Love depends on who you choose

jade oasis
#

ahh alcohol how lovely

eternal apex
#

and prohibition on it failed

#

like prohibition on every other drug has failed

#

which is why they're becoming legal one by one

queen jewel
#

Yea true, they actually tried banning alcohol in my state

#

Didnt work out

boreal escarp
#

people can make alcohol out of anything 🤣

sterile parrot
#

I already live in a drug land

#

Netherlands

eternal apex
#

the only people who have managed to restrict alcohol are the muslims

sterile parrot
#

lmao

long summit
#

Do like Portugal, decriminalize every drug, overdose dropped to almost zero

eternal apex
#

that's the dream matt

sterile parrot
#

for demi lovato yes

velvet crescent
#

They stupid for not selling the drugs themselves, that's a lot of missed potential money

eternal apex
#

unfortunately that money isn't really going to go to the politicians

#

and if they legalised shit, the old fucks wouldn't vote for them anymore

sterile parrot
#

yeah stop taxing me and sell drugs instead

#

lmao

eternal apex
#

so legal drugs is a lose-lose for politicians

long summit
sterile parrot
#

the old fucks will be outnumbered in a few years anyway

velvet crescent
#

just tax the shit out of drugs

eternal apex
#

yes

velvet crescent
#

problem solved

eternal apex
#

then everything will be legal

velvet crescent
#

gen z in power, now that's a yikes

eternal apex
#

australia banned nicotine vapes lol

velvet crescent
#

Don't think a lot of people vape here anymore anyways

eternal apex
#

there was a massive surge in vaping in aus recently

jade oasis
#

half my grade vapes lol

eternal apex
long summit
#

Ah reminds me of good ol days of students going to the school gate to smoke with the teachers

wary willow
#

lmaoo

#

I was there too but I Wasn't smoking

eternal apex
#

I have never seen a teacher smoke

wary willow
#

oh. a lot of our teachers were smoking with us in front of the school outside the gate

eternal apex
#

tobacco?

wary willow
#

yes

eternal apex
#

the kids here do "baccy cones"

wary willow
#

need to google that

#

oh

#

god

eternal apex
#

lol

wary willow
#

how the fuck do I log out of a gmail account on my pc?

#

there's just a button that logs out all my gmail accounts

velvet crescent
#

You throw the pc out the window

wary willow
#

thank you sir

#

you are very wise

#

and am very grateful that you shared your wisdom with me

velvet crescent
#

Anytime

trim raft
wary willow
#

that's so fucking trash

trim raft
#

I know of you have like 3 or 4 logged in you can do it individually

#

But after that they say fuck you

wary willow
#

xD

#

welp. just singed out of all of them

#

I think

#

welp its done now. thanks

grand cave
#

Hello people

#

How is life

uneven tree
#

Gucci gang, how about you

dusky sorrel
#

@twin dune That plugin in #showcase looks awesome, is it public?

twin dune
grand cave
grand cave
#

I have question

#

In java how do print out the input in reverse order

boreal escarp
#

Reverse for loop?

grand cave
#

What is that

long summit
#

A for loop .. but in reverse

grand cave
#

That's a thing??

wary willow
#

yes? just loop from the end to the start

#

you don't have to loop from the start to the end?

grand cave
#

Im confused

#

Can u do some i = string length and i--

wary willow
#

I'm sad, upset, tired, sick

wary willow
#

absolutel

#

y

grand cave
#

Yay

boreal escarp
#
for (int i = list.size() - 1; i >= 0; i--) {
    // do
}```
frank pasture
#

damnn

woven prairie
#

Rip C418

wary willow
#

😦

void heath
#

Guys Emily's github has become my study course 👀

velvet crescent
#

yikes

fallow crow
#

as if yours was any better

velvet crescent
#

I wouldn't recommend any of my shit to be taken as examples

fallow crow
#

I didn't either

#

Lol

chilly brook
#

ayy

grand cave
#

Ain't gonna curse but yuh

grand cave
uneven tree
#

Oo we still going? Lol

naive agate
#

HI

#

PEOPLE

uneven tree
#

HI TERFS

naive agate
#

why you still calling me Terfs when its been hellshowers for like 2 months +

#

loser

uneven tree
#

ok hellshoewers

#

my apologies

naive agate
#

its ok

#

go to bed

fallow crow
#

You misspelled Adam*

light scaffold
#

You misspelled

naive agate
#

You built miss-spelled

frank pasture
#

hi

naive agate
#

hi

frank pasture
#

:)

wary willow
#

(:

naive agate
#

😦

frank pasture
#

xD

wary willow
#

cool

frank pasture
#

lol

naive agate
#

wow didnt even dm me about it

frank pasture
#

the new 1?

naive agate
#

old

frank pasture
#

oh would u of bought lmao

naive agate
#

bought it to resell it

#

prob

#

Lol

frank pasture
#

fair enough then 😂

wary willow
#

lmao

naive agate
#

I use to buy alot of tech and flip them

#

I use to get alot of IPhone 7 & 8ths

frank pasture
#

so im down a big amount on the guy scamming me, but I've managed to remote lock it

#

So just means its useless to him

naive agate
#

Did he get it yet?

#

You can contact shipping

frank pasture
#

He came to my house in person, i did it on his phone (to transfer money)

#

and nothing went to my bank

#

we looked online and said up to 2 hours

wary willow
#

and you just let him go with the laptop?

#

oh... xD

naive agate
#

IRL?

frank pasture
#

i had to, it came out of his account

#

what am i supposed to do

naive agate
#

was it IRL

frank pasture
#

everything looked genuine

#

yes

naive agate
#

Oh

#

F

frank pasture
#

he even told me to take a pic of him

#

to prove

wary willow
#

and you didn't?

frank pasture
#

i did

wary willow
#

time to find

naive agate
#

POLICe MAn

#

LOL

#

SUE HIS ASS

#

haha

frank pasture
#

i remote locked it, but my mums boyfriend may know him

#

so he will get people on him

naive agate
#

post his pic

wary willow
#

"he will get people on him"

#

lmao

frank pasture
#

just means im down a fuck ton lol

naive agate
#

lets meme on him

frank pasture
#

The money was gonna pay off some of my new one :(

naive agate
#

damn F

frank pasture
#

yeah :(

#

so had to go back to my windows pc until tuesday

#

lol

sullen sorrel
#

👀

wary willow
#

wait. you can just use the find my app can't you?

frank pasture
#

ye

#

i remote locked it

sullen sorrel
#

heychazza's name reveal!!11!

wary willow
#

to find it I mean

frank pasture
#

the location showed up as a tech shop

#

i rang them

#

they said they had no MBP?? like wtf lol

frank pasture
naive agate
#

what if its a worker

#

thats BSing

wary willow
#

lmao. imagine

naive agate
#

High chance

#

its def happened

frank pasture
#

whoever owns it cant use it, so ive been in a shit mood all day from it

#

but then i think do you know what, ive locked it, im down so much, but i have next week to look forward to

wary willow
#

well I'm pretty sure you could somehow factory reset it

frank pasture
#

i did reset it when I sold, but somehow its still tied to me LOL

#

usually whn you reset find my is gone

#

but somehow its still showing as me

wary willow
#

go to the shop and play sound lmao

frank pasture
#

hahah see above what i did was ring them up and play sound

#

but sadly its pending

#

so i assume been disconnected

#

or my remote lock prevents the sound

wary willow
#

could be.

magic summit
#

I just found out something funny about windows recently.
The iconic windows startup jingle/sound was made on a Apple MacBook

#

What an irony

wary willow
#

oh imagine microsoft also working with apple to make their software. can't be early 2000s

#

"their" = apple

zealous elm
#

Can anyone help it says my phone number in use with another account

#

Am I in right place

wary willow
#

nope

#

this discord server is not for support with discord

#

its for support with minecrafdt and development

zealous elm
#

Oh lol

wary willow
zealous elm
#

Ta

crystal lava
#

see who I found here

stark rapids
#

@muted fern does Barry lodge deleted and edited messages?

muted fern
stark rapids
muted fern
#

Yes, for bump detection systems

stark rapids
#

Can I dm the issue?

muted fern
#

You can dm me, but I can't promise I'll be able to help

stark rapids
#

Oki

fallow crow
velvet crescent
#

Chill

boreal escarp
#

That's the type of rides I like 🤣

naive agate
#

WWW

muted fern
#

@fallow crow umm thanks? I think?

velvet crescent
#

@wary willow I kinda like the melody of this one
https://youtu.be/wFU1exmLi8E

Switch OTR - Coming For You [Exclusive Audio Avicii The Nights sample]
Switch OTR - Coming For You (Unreleased) Full TikTok Song
Switch OTR - Coming For You [Exclusive Audio]

More Unreleased Songs: https://youtube.com/TragicLeaks?sub_confirmation=1

Follow Switch OTR

Subscribe and press (🔔) to join the Notification Squad and stay updated with ...

▶ Play video
eternal apex
#

wew

#

daz a lotta boosts

wary willow
#

a lot of wasted bread hehe

boreal escarp
#

Documentation ??

wary willow
#

O

eternal apex
#

finally

#

After the countless threads to add new payment methods

#

I’m glad our requests have been listened to

#

we finally got a documentation tab

light scaffold
#

LET'S FUCKING GOO

muted fern
#

lol

fallow crow
#

wait what

boreal escarp
#

lmao @eternal apex that's a good one

#

from what I can see it it just a text area lol

wary willow
#

what did you expect it to be gaby? xD

#

also

#

how do you even get it? my plugins don't have it

boreal escarp
#

press edit plugin and it is there

frank pasture
#

@stark rapids we can still see the logo :/

stark rapids
#

Fixing

frank pasture
#

Aha how comes you didn’t wanna show

wary willow
#

lmao

frank pasture
#

Your blur skills are 10.10 😂 I won’t fully say, but MC***E

stark rapids
frank pasture
#

Oh

#

That’s why

stark rapids
#

Hmm PensiveClown

frank pasture
#

<t:1637280000:R>

stray loom
wary willow
# stray loom How do you do these?

<t:1625073702> short date time: <t:1625073702>
<t:1625073702:f> normal date and time: <t:1625073702:f>
<t:1625073702:F> long date time: <t:1625073702:F>
<t:1625073702:d> short date: <t:1625073702:d>
<t:1625073702:D> long date: <t:1625073702:D>
<t:1625073702:t> short time: <t:1625073702:t>
<t:1625073702:T> long time: <t:1625073702:T>
<t:1625073702:R> relative time:<t:1625073702:R>

#

that's a unix timestamp I believe

stray loom
#

o.o thanks 🙂

frank pasture
#

I didn’t know about these until recently

stray loom
#

Yeah its really cool, I wanted to know for some time now haha 🙂

uneven tree
#

@stray loom hej!!!

long summit
wary willow
#

for a lot of plugins that will be enough tho. not complaining

#

not that I'll ever use it fingerguns

boreal escarp
#

yeah ik

frank pasture
#

@eager sinew cool server, just checked it out, very clean, nice overall

stray loom
magic summit
#

Discord quality™️

frank pasture
eternal apex
#

andre you're from switzerland right?

sturdy bobcat
#

wait a damn minute

#

since thats a fuck ton of boosts

#

did someone say

wary willow
#

x100 multi?

sturdy bobcat
#

no fuck multis

#

something more important

boreal escarp
#

what was that site where most of the java 9+ changes were listed?

sturdy bobcat
#

wumpus multiplied

#

confetti x9

wary willow
#

llmao

boreal escarp
#

Pattern Matching for switch supporting type patterns and guarded patterns (Preview 🔍)

String formatted = switch (o) {
    case Integer i && i > 10 -> String.format("a large Integer %d", i);
    case Integer i -> String.format("a small Integer %d", i);
    case Long l    -> String.format("a Long %d", l);
    default        -> o.toString();
};```
damn