#general

3141 messages · Page 470 of 4

vestal jasper
pulsar wigeon
#

just preallocate optionals

static badge
#

you seen one of mojang's maps

#

hold on lemme get it

#

im pretty sure it was that

vestal jasper
#

Wiz you dropped a >

#

This is why you're codev and not project lead of EH kappa

pulsar wigeon
#

lol

static badge
#

rolled

vestal jasper
#

O discord being retarded ok

pulsar wigeon
#

let matthew deal with that shit anyway

#

sk didnt deal with it either

#

youtrack license expired every year and we had to wait 2 weeks for him to renew it :^)

vestal jasper
#

So when did you guys join and sk leave

pulsar wigeon
#

ive been around since the beginning pretty much

vestal jasper
#

Nice

pulsar wigeon
#

matthew started doing craftbook early on but wasnt active with we/wg til 1.13

#

cuz when 1.13 hit i had no interest and was playing other games

vestal jasper
#

Understandable

static badge
#

private final List<Long2ObjectLinkedOpenHashMap<List<Optional<T>>>> b;

#

found it

vestal jasper
#

Why

static badge
#

the first list should be an array

#
        this.b = (List) IntStream.range(0, ChunkTaskQueue.a).mapToObj((j) -> {
            return new Long2ObjectLinkedOpenHashMap();
        }).collect(Collectors.toList());
vestal jasper
#

At least it's fastutils it's practically o(n)

static badge
#

public static final int a = PlayerChunkMap.GOLDEN_TICKET + 2;

vestal jasper
#

:^)

static badge
#

but welcome to functional garbage

woven otter
#

good one

vestal jasper
#

Not functional when watchdog triggers when you have 3 people on

lime cove
vestal jasper
#

No

static badge
#

yes

vestal jasper
#

Mfw

woven otter
vestal jasper
#

Because of your formatting. kappa

static badge
#

something about server is actually offline since bungee does auth etc

#

idk bungee shit that's a cat question

woven otter
#

@vestal jasper it's not my formatting

#

well

#

I need some cat in my life

vestal jasper
#

I impulsively fix formatting I paste in

floral mesa
#

I believe its to check for the actual UUID

#

something with bungeecord mucking with auth

woven otter
#

yeah I guess leaf is actually right

#

I think

static badge
#

obviously

split marlin
woven otter
#

is it me or you can choose a filename for spigot or paper config files

turbid birch
upper flicker
#

Pretty sure you can with the runtime argument yeah

#

Not really tried it though, never seen anyone do it

woven otter
#

yeah same

#

just noticed that while I was browsing the source

zenith hazel
void void
#

ayy who here is knowledgable about sponge's ore platform? can i resize the icon using params or is there no support for that? (https://ore.spongepowered.org/<author>/<plugin>/icon)

wraith pivot
pulsar wigeon
#

best asking them

#

there's literally a channel dedicated to ore on the sponge discord

static badge
#

hear it's a goldmine over there

pulsar wigeon
#

leaf if you make that joke one more time today

static badge
#

what are you gonna do

#

kick me?

#

ur greatest weapon is ineffective when used on me

woven otter
#

.rekt

limber knotBOT
upper flicker
static badge
#

me_irl

static badge
#

wat

cosmic raft
#

what is North

#

North Korea?

wide citrus
#

does paper have multi-core optimizations?

void void
cosmic raft
#

@celest coyote why the fuck would someone name a baby north

upper flicker
#

In the parents defense, they are both morons

queen rapids
#

in the parents defense, their last name is west

cosmic raft
#

the parents are also dumb as bricks

static badge
#

ur a brick tbh

pulsar wigeon
#

someone fork concrete and just call it brick

#

and just brick the machine it runs on

static badge
void void
unreal quarry
#

All caught up with Lost in Space now ^_^

#

Season 2 didn't disappoint

languid cypress
#

How bad is this

pulsar wigeon
#

is that trying to say that it's pausing 6 seconds for gc?

#

if so, bad

#

don't really understand what it's counting tho

#

i guess young gen ran twice 5ms and 4ms, and then oldgen ran for 6s?

#

within that one tick

safe arch
vestal jasper
#

.flags

languid cypress
limber knotBOT
languid cypress
#

I have those already it doesn't look like it does anything with serial/parallel/concurrent settings for gc threads

limber knotBOT
#

MiniDigger can spring data do migrations?

#

as the pojo changes?

#

waddup

woven otter
#

hi magma

limber knotBOT
#

how do you know whether you-re developing carpal tunnel

void void
#

when your hand turns into boxing glove at times

#

and also gets numb

#
  • painful
limber knotBOT
#

mine sort of feels like DOMS but only for my hand

#

Hibernate can, yes

#

But like, it's never what you really want to do

#

Adding new fields is save, the rest I would be very coutious

#

that's some very good typing there MiniDigger

#

simpleauthority ^

woven otter
#

hmm why aren't my breakpoints working in paper-api 🤔

limber knotBOT
#

Shut up magma, let professionals talk 😂

#

i mean, meh. is it safe enough to just go maintenance mode, take db backup, do the migration manual, then start up app with the needed entity class changes?

#

bc, if so, i'd really rather not try to fuck around with migration code like flyway or something stupid

#

however im not really sure what the exact table structure it expects for its mapping annotations thonk

#

or do you let it ddl auto on first run to get db ready, then set it none thonk

woven otter
#

someone share your run configurations for paper pls

olive garden
#

what are you trying to do? are you running the paper jar from the IDE?

limber knotBOT
#

I guess it's save to let hibernate do its thing if you backup and stuff

#

i mean im trying to figure out the easiest way tbh, because i need to use an Entity but I don't really know exactly how that entity should look if I'm writing the SQL myself

#

I guess if I @OneToMany another entity inside, it expects a standard foreign key on the other item pointing at a field in this entity.

#

im asking you bc ur a spring dude

#

so

#

HELP NOOB

#

thx

woven otter
#

@olive garden yea

olive garden
#

I have never done that, so I'm afraid I can't help you

limber knotBOT
#

(simpleauthority) Spring Boot Database Migrations with Flyway -Example | Java Techie - length 14m 2s - 77 likes, 2 dislikes (97.5%) - 3,794 views - Java Techie on 2019.03.04

golden gust
#

Flyway is ❤️

limber knotBOT
#

how do you keep your jpa entity in sync when you make a change

#

i dont know these annotations n shet it wants

#

and how it translates to the sql id write with flyway

golden gust
#

I would imagine that you would just update your entities to match the layout after your changes

#

flyway runs the commands to deal with migration of the format and stuff

limber knotBOT
#

yea but what kind of 'layout' does JPA expect, given a db with a say a user_profile table that has a foreign key on a user_id pointing at a user table

#

hypothetically if i added that

#

hmm ok couldnt really understand vid but i can understand the shit he wrote

#

and good man put it on github

#

so ill try it

void void
#

quite nice

#

not as hard as i thought it might be

limber knotBOT
#

I kinda wanted to write my own simple version of data fixer upper

#

To handle that shit

#

But like, I never got anywhere

sharp sentinel
#

Some guy wearing full ghostbusters costume just sang the ghostbusters theme at this bar I’m at 🤔

limber knotBOT
#

Madlad

void void
#

MiniDigger, what's the best way to check if save() on a crud repository is resulting in a unique constraint violation

#

im currently catching DataIntegrityViolationException, casting its cause to JDBCException, called getSQLException on that, and literally checking the SQLState for 23000

#

It's...

#

Not beautiful.

#

plus ill have to hardcode other switch branches for other random errors

limber knotBOT
#

No clue

void void
#

sweet

limber knotBOT
#

I don't do much db stuff

void void
#

wow ur not spring lord at all r u

limber knotBOT
#

I just invoke a Microservice that invokes 10 other microservices that then do db shit

#

Or worse, cobol shit

void void
#

that doesnt help me bc im writing the microservices :(

#

u sux

golden gust
#

nou

heady spear
#

Lol simple doesn’t know how to do anything

golden gust
#

dats y people say he's simple

void void
#

thanks to ore, it's less ugly

#

HAH @heady spear is that 4 stars I see

woven otter
#

simple knows how to do simple stuff

heady spear
#

Do u have author banners yet

void void
#

for sponge?

heady spear
#

No

#

Spigot

#

No one cares about 🧽

heady spear
#

That’s very off tho

void void
#

hmm

#

wdym

#

the logo is blurry bc spigot, im looking for a way around that

heady spear
#

PlotSquared has 300k downloads and FAWE has over 100k

void void
#

mm might be a logic error in the counting code, @fallen oracle wrote it :^)

heady spear
#

Is spiget just super outdated or something

void void
#

could be, or there's a problem

heady spear
#

It doesn’t seem to have all resources either

void void
#

or i bet spiget isnt sending all the resources to us

golden gust
#

inb4 spiget got blocked

void void
#

first they were sending too many now they're not sending enough

heady spear
void void
#

yeah spiget is seemingly only giving 3 resources

#

maybe there is a param hold on

#

nope

#

there is but it doesnt seem to be working

#

sweet

heady spear
#

Nice

void void
#

Welp in that case

#

That's all for today folks1

sharp sentinel
#

So I’m now scheduled to sing a Taylor Swift song on a karaoke machine lol

#

You Belong with Me to be specific

woven otter
#

make some waves

void void
#

sounds fun @sharp sentinel dont fuck it up

errant crypt
sharp sentinel
#

I mean that’s the plan 😂

dusk drift
#

Does anyone knows Hytales tick rate?

#

or have they not announced?

void void
#

20 tps i bet /s

#

inb4 bukkit api compat layer included topkek

granite salmon
#

1000tps

woven otter
#

why would you care about hytales tick rate anyway

dusk drift
#

Interested what they went with

limber knotBOT
#

what makes you think that any of this is final?

woven otter
#

you assume it's a real product /s

granite salmon
#

it will take longer to release than dyescape

limber knotBOT
#

thats for sure

quasi valley
#

2021

golden gust
#

it will take longer to release than dyescape

#

Suuuuuuuuuuure

wide chasm
#

How long has Dyescape been WIP now?

quasi valley
golden gust
#

Since the beginning of time itself

#

Dienns sole purpose for birth was to bring dyescape to the world

wide chasm
#

Well if it's been that long I expect it to have released by now, I'm gonna file a complaint.

golden gust
#

I think it's just a scam to try to create the largest discord

#

Tryna set a record for the most amount of people in a server waiting around for something

limber knotBOT
#

see, I would create hype about the announcement I wrote with dennis yesterday

#

but its pretty boring 😂

#

wtf is happening, the bf of my best friend is trying to get me to come to them later, the first time he messaged me in like half a year. thats after I said no to her

#

hes called dennis too, so thats relevant to this convo

dusk drift
#

Minecraft is literally killing its self on Java with its performance

limber knotBOT
#

the Hytale server will be in Java as well lol

dusk drift
#

Shit like the pillagers and chunk shit shouldnt happen on such a large project, doesn't matter about notches shit code

granite salmon
#

That’s the idea

dusk drift
#

I bet my life hytale will be more performant than java edition

limber knotBOT
#

ahh thought you ment "because of Java" not "Java edition"

#

yes Java edition is shitting itself indeed 😂

golden gust
#

Me2

limber knotBOT
#

ur ded again?

golden gust
#

implying there exists a time when I'm not dead

#

Got an appointment in a few hours at the doctors \o/

void void
#

edgy

limber knotBOT
#

british*

void void
#

i think i love spring now btw

#

i was a hater

limber knotBOT
#

just throw some apples at the doctor and see them running away in fear, cat

void void
#

but now i am a believer

limber knotBOT
#

(DiscordBot) Smash Mouth - I'm A Believer (Official Music Video) - length 3m 5s - 480,855 likes, 10,700 dislikes (97.8%) - 53,198,161 views - SmashMouthVEVO on 2009.12.25

#

told ya

void void
#

but tbh i think you need a certain amount of java skill to appreciate how it helps, it would make me feel sad to see a noob java dev using spring and then not knowing how to do those things himself or with a less helpful framework

limber knotBOT
#

I certainly wouldn't know how do fuck around with rest servers without spring/retrofit/.. :aaa:

#

.. or it'd just be a hell of a lot uglier

void void
#

new spring proj, add spring web, go to src folder, add new class called MyController.class

@RestController
public void MyController {
  @RequestMapping("/") public String index() { return "Hello world"; }
}

run. done. lul

#

oh you said without

#

im too high for this

limber knotBOT
#

yeah 😂

heady spear
limber knotBOT
#

you prolly want to use GetMapping, not RequestMapping

heady spear
#

This is cool. I like crystal, it’s fun to use

limber knotBOT
#

does somebody know why my field isnt working?

#

like, I even registered the component FieldHandler globally

#

but for some reason it doesnt work recursively here

#

components: { "field-handler": FieldHandler }, fixed it

#

vue is stupid sometimes

void void
limber knotBOT
#

it only fixes itself when I do a hot reload

#

wtfh

golden gust
#

.rekt

limber knotBOT
#

☑ reQt

craggy condor
limber knotBOT
#

god save SO

#

"In summary, this does not look like an issue with Vue.js, but a webpack / es6 limitation based on current info. I may be wrong, please keep exploring further!"

#

fuck webpack

pulsar wigeon
#

fuck js frameworks in general

limber knotBOT
#

nah

#

I love vue

#

its so easy to do stuff

pulsar wigeon
#

😊 didnt know you felt that way mini

limber knotBOT
#

its just the JS tooling thats killing me

#

stares at his node_modules folder

#

states at his gigantic webpack config

cosmic raft
#

and home from work again today

#

it feels like I'm going to pass out when I stand up and sit up

#

this is wonderful

golden gust
#

Lets dance!

#

(and hit the floor together)

cosmic raft
#

I feel like I'm going to hit the floor

dapper nacelle
static badge
#

could be dead

dapper nacelle
#

hm.. do controllers in spring always return Strings?

golden gust
#

They return what you want them to return

dapper nacelle
#

in Symfony its different

golden gust
#

e.g. can return a RequestBody or something like that iirc

dapper nacelle
#

in Symfony you always return a Response

#

there are shortcut methods like $this->json(["some", "json", "array"])

golden gust
#

Honestly not used spring in a while, or done much for that matter, tbh

dapper nacelle
#

does Spring have ORM?

golden gust
#

But, it uses jackson and stuff, so you can easily return an object and it'll throw out json for you

#

Yes

dapper nacelle
#

and what does it use for templates?

#

Twig?

golden gust
#

Not really used their mvc stuff, it's been on the todo list, but pretty sure they support twig

dapper nacelle
#

I noticed the Paper site using Twig

cosmic raft
#

JTwig, yes

golden gust
#

(if anybody has some good material for UI stuff with spring, lmk; I'll bookmark it for when I can)

dapper nacelle
#

can you create your own twig functions?

cosmic raft
#

yes

limber knotBOT
#

ok so I actually have a programming question

pulsar wigeon
#

ah yes, cat's list of things to do when he rises from the grave

dapper nacelle
#

lazy loading?

#

not sure if that's actually needed in java

#

for PHP its a must have

#

since for every request to the server all the code is interpreted all over again

limber knotBOT
#

I have a cancelable event that is built on top of a damage event, is there an easy way to cancel both my event and the underlying event through the .cancel() method invocation?

golden gust
#

phpfpm can cache compiled php iirc

dapper nacelle
#

PHP will have a JIT in the future

cosmic raft
#

Pass the parent event to the child event and call cancel on it too, magna

dapper nacelle
#

if they clean up the STL it would be a very good language

peak dirge
#

php
would be a very good language
you wish

dapper nacelle
#

My school forced me to learn PHP

golden gust
#

php is okay

#

Like, It gets a lot more flack then it deserves these days cos it was a fucking abomination

cosmic raft
#

Korobi's site is powered by PHP

golden gust
#

These days it's just a clusterfuck of legacy messes, but; "it works"

dapper nacelle
#

I'd wish I learnt Spring Boot at school

#

but its rather similar to how the PHP framework Symfony works

#

so it will take me like 2h to learn Spring

peak dirge
#

Can't decide what's more evil: Spring or PHP

golden gust
#

I gotta decide what I wanna use as a front-end for my uni project \o/

dapper nacelle
#

Autoloading is super cool

#

use VueJS electroniccat

cosmic raft
#

use wordpress

golden gust
#

oh god

dapper nacelle
#

lol

golden gust
#

I used to modify wordpress themes for people

#

Just, holy. fucking. shit.

peak dirge
#

We're redoing our server's web store. I wanted to use Svelte, but it looks like we're going to get React instead. Which is fine.

dapper nacelle
#

honestly tho

#

frontend frameworks are such a mess

golden gust
#

See, I was toying with node.js stuff a good while back, and it was okay, I guess

#

I fucking love scss and jade

#

Or pug I think it's called now

#

Don't think I've done anything with twig but that looked okay too

dapper nacelle
#

I have written zero css

#

I just use bootstrap

cosmic raft
#

scss is great

dapper nacelle
#

one thing I should learn someday is websockets

craggy condor
dapper nacelle
#

so

#

what is waterfall

golden gust
#

waterfall is to bungee as paper is to spigot

dapper nacelle
#

hm...

#

I thought it was like SCRUM

#

The waterfall model is a breakdown of project activities into linear sequential phases, where each phase depends on the deliverables of the previous one and corresponds to a specialisation of tasks. The approach is typical for certain areas of engineering design. In software...

golden gust
dapper nacelle
#

you never heard of either?

golden gust
#

Waterfall is a dev cycle thingy

void void
#

we've talked about this before.

golden gust
#

it's also the name ofour proxy fork

#

also, simple is simple

void void
#

its been a conversation like 15 times now

dapper nacelle
#

yeah he sure is simple

static badge
#

is it a waterfall because it's falling

pulsar wigeon
#

what retard are we talking to today

#

i always feel like the crew of the mystery van with these blocked users

#

unmasking the villain

#

pulls off mask "oh it was just some retard all along"

void void
#

cat i took 7 dabs and drank a cbd sleep drink and im sitting here dehydrated as fuck and i want ice cream

golden gust
#

says it all, really

static badge
#

cbd?

pulsar wigeon
#

weed oil

void void
#

the goods of the weeds without the high

golden gust
#

basically, the non-psychoactive part of weed

pulsar wigeon
#

yea

golden gust
#

Basically: pointless

static badge
void void
#

it does relieve pain tho, i am buzzing

#

but also i took 7 dabs

#

so idk which im feeling

#

tbh

pulsar wigeon
#

imagine wanting the medicinal part of a plant that gets you high without getting high

limber knotBOT
#

dab on the haters simple

#

imagine wanting to get high wiz

pulsar wigeon
#

u should get high on a cliff

dapper nacelle
#

0_o

pulsar wigeon
#

and then get low quickly

cosmic raft
#

what was that song called

limber knotBOT
#

you should get high because that'll be the highlight of your entire life

cosmic raft
#

.yt high for this kygo

limber knotBOT
#

(DiscordBot) Ellie Goulding - High For This (Kygo Remix) - length 7m 12s - 89,995 likes, 2,518 dislikes (97.3%) - 22,060,224 views - The Vibe Guide on 2013.11.05 - http://youtu.be/b6dD-I7kJmM

cosmic raft
#

there it is

limber knotBOT
#

I'm already high enough

cosmic raft
#

sigh.

#

work wants confirmation from a doctor that I have a bad headache.

limber knotBOT
#

hey, highest runs after high right?

sturdy crystal
pulsar wigeon
#

magma being able to see your nose at all times doesn't mean you're high

#

it means you're fugly

wide chasm
#

Yes, highest runs after high

limber knotBOT
#

hi it's me ur doc for $5 I'll write nice recommendation letter

#

well then wwhy is this trolling me by running i nthe wrong order

#

yeah this is 100% running after

#

@dapper nacelle you can use whatever templating engine you want with spring

#

wtf

dapper nacelle
#

which engine do you recommend?

limber knotBOT
#

I really just want to quit now

#

so this only works in the right order when my first event is in normal and my second event is in highest

#

the kinda default is thymeleaf, which is incredibly powerful (you can basically write Java in them), but its also slow

#

what kind of nonsense is this

#

really depends on what you want

#

I like easy text based ones like handlebars

dapper nacelle
#

I only really used twig before

limber knotBOT
#

like how is that even supposed to work

#

I have a history of headaches but how can they prove in the new year that I had a headache today

#

a note is dumb

olive garden
#

new year is just a social construct

limber knotBOT
#

prison is just a social construct

#

and now being asked if I can come in in the afternoon even when I'm staying home because I'm sick

#

I want a new job :/

#

what's your job kash?

#

I sort packages in a warehouse and similar things.

#

I don't like it.

#

who does?

#

I did.

#

you liked sorting packages in a warehouse and similar things?

#

do you have a tetris fetish?

#

is that your main gig? or just an on the side thing?

dapper nacelle
pseudo haven
#

based

wispy crescent
limber knotBOT
#

pokes ^-^

#

kicks Vertanzil

#

MiniDigger: my only job

#

molests KennyTV

#

sassy

woven otter
#

Upsidedown kenny

limber knotBOT
#

duck duck

#

pokes KennyTV

#

that's weird

#

eats Vertanzil

#

do entity damage events still fire when a player blocks an arrow with a shield?

#

I know but if we ignore him ^-^ he might go away.

#

is that actually supposed to do that?

#

Yea because its still trying to damage the player

#

can you uncancel it? lol

#

or is the shield damage prevented when cancelling

golden gust
#

Just checked in to the doctors

#

Apparently he's behind 90odd minutes

limber knotBOT
#

did you throw an apple into their face like I suggested?

golden gust
#

Not yet

limber knotBOT
#

Ugh Bored.

#

you can wait with cat for the doctor

woven otter
#

u are boring

limber knotBOT
#

You are a duck

golden gust
#

.g Monty python witch test

limber knotBOT
#

I think Vertanzil is a witch

#

he talks about brooms suspicously often

#

Brooms are <3

#

hits Vertanzil with a broom

woven otter
#

she's a witch

#

duck floats on a water

limber knotBOT
#

takes 🦆 stuffs it into the rectum of KennyTV and burns them both.

#

ducks are jesus?

#

wow now you overcooked my dinner

wide chasm
#

No, Jesus was a duck.

limber knotBOT
#

and myself

#

it all makes sense now :o

woven otter
#

yes ducks turn water into wine

limber knotBOT
#

are you not streaming tonight ^-^

wide chasm
#

Hey

limber knotBOT
#

I find it impressive that a few people down the street I saw setting off fireworks at like 2 pm are now again (or still??) doing that

#

like, did they just buy way too fucking many fireworks

woven otter
limber knotBOT
#

at least look at my maintenance plugin then

#

that's sexier

woven otter
#

maintenance plugin?

limber knotBOT
#

let me try something

#

.g spigot maintenance plugin

#

ohh up top

woven otter
#

oh this is cool too

#

might use both of them

pulsar wigeon
#

they are both gross upsidedown plugins

#

i should make WE turn everything upside down if it detects SUI

woven otter
#

*upside down plugins

limber knotBOT
#

wow upsidedownist

#

whore

#

this fancy "super secret settings" thing doesnt exist anymore does it?

pulsar wigeon
#

iirc at some point the menu item was removed

#

but it was still possible to toggle the settings with a mod

#

unsure if the code for them exists at all anymore tho

limber knotBOT
#

I'll just make a mod that does nothing but enable the upside down setting lmao

mellow raven
void void
fallen jungle
#

This place just keeps on growing

#

How can I see how many people there are in total?

pulsar wigeon
#

6268

fallen jungle
#

You didn't just scroll over all 2181 online members to see the number of people offline did you?

#

There must be a way to see member count that I'm just not aware of

pulsar wigeon
#

no

#

lol

#

i manually counted each person

#

just to make sure the headers were correct

fallen jungle
#

Ah ok

#

Understandable

pulsar wigeon
#

scrolling all the way wouldn't be too hard tho

fallen jungle
#

No wonder it took you so long

pulsar wigeon
#

there's a thumbtrack you can drag

fallen jungle
#

there is, but it stops loading the profiles at some point for some reason

pulsar wigeon
#

oh, offline members aren't even shown

#

also duck is apparently last

#

huh?

limber knotBOT
#

pokes wiz in the eye

pulsar wigeon
#

it just shows placeholders while things load

woven otter
#

duck what duck

pulsar wigeon
#

ur last

woven otter
#

😦

#

sadly your name can't start with a space

limber knotBOT
#

pokes 🦆

void void
#

use unicode space

limber knotBOT
#

ASCII space is Unicode space?

#

Since ASCII is the first Unicode pane?

cosmic raft
#

gotta love LSL

#
//// Get string until first whitespace
string firstof(string str) {
    return llList2String(llParseString2List(str, [" "], []), 0);
}
olive garden
#

leftover support language?

woven otter
#

least sexy language

limber knotBOT
#

Lemons smell Lovely

cosmic raft
#

Linden Scripting Language :P

woven otter
#

Lvertanzil Sucks Lverymuch

limber knotBOT
#

You are a duck you eat bread and swim in water and go quack all day

#

stupid duck

woven otter
#

u hump things u sicco

limber knotBOT
#

Ducks are my favorite

woven otter
#

ur not

heady spear
#

ur parents most likely had sex at least once

#

think about that

limber knotBOT
#

is there a way to flip vertically in worldedit?

#

/deform rotate(x,x,90)

#

Double /

woven otter
#

//flip U ?

limber knotBOT
#

flips 🦆

unreal quarry
#

(╯°□°)╯︵ ┻━┻

woven otter
#

(╯°□°)╯︵ ┻━┻

#

no

limber knotBOT
#

deform doesn't work

woven otter
#

Billy

limber knotBOT
#

flip does

#

thanks

woven otter
#

now you can sing "forever in debt to your priceless advice"

upper flicker
#

🦆 🍲

static badge
#

😋

woven otter
#

🌮 🍲

limber knotBOT
#

🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆

#

QUACK

#

anyone have any suggestions on splitting out a regular paper server into a waterfall configuration?

cosmic raft
limber knotBOT
#

(DiscordBot) Звонкий - Голоса - length 3m 30s - 123,406 likes, 5,846 dislikes (95.5%) - 26,471,290 views - Velvet Music on 2018.12.04

cedar spade
#

toss the paper into the river upstream

#

it'll find its way down into the waterfall eventually

woven otter
#

Vertanzil QUACK QUACK

limber knotBOT
#

im bored

#

I need entertainment

#

Go to spigot forums

woven otter
#

mock mini

limber knotBOT
#

Spigot forums are full of fuckwhitts

#

I get more fun ouyt of mocking you 🦆

woven otter
cosmic raft
limber knotBOT
#

(DiscordBot) MARINA AND THE DIAMONDS - POWER & CONTROL [Official Music Video] | ♡ ELECTRA HEART PART 6/11 ♡ - length 3m 28s - 118,789 likes, 1,258 dislikes (99.0%) - 12,903,203 views - MARINA on 2012.05.31

woven otter
#

MARINA

cosmic raft
#

yes :)

woven otter
#

she has awesome songs

void void
heady spear
#

I’ve a fever feel bad for me

limber knotBOT
#

no

heady spear
#

Fuck u 😦

limber knotBOT
#

die queitly

heady spear
#

I’ll scream u bitch

limber knotBOT
#

Scream like the litle bitch you are

heady spear
#

Ur turning me on

limber knotBOT
#

you dont need to get any hotter

heady spear
#

I wonder how long it’ll take before I start writing 2020 instead of 2019

#

I’ll mistakenly write 2019 for at least the first two months

limber knotBOT
#

I don't even write dates anymore

heady spear
#

You’d never get a date

woven otter
#

wow city u r rude

sinful adder
mellow raven
limber knotBOT
upper flicker
#

look at cat using email to reply to tickets

#

and they call me old smh

static badge
#

ur pretty old

#

boomer incoming

unreal quarry
#

You know what else is old af? 1.13.2

#

runs away

static badge
#

do we even support 1.13 perf like that

#

or 1.14 even

latent valve
#

Hey!!! 1.13.2 still betta than 1.14 :p

#

Dont talk shit abt 1.13 or else i will send anti-furry squad to hunt ya leaf

upper flicker
#

I mean I guess it'd be a bug

#

I know we did some simple stuff moving around world gen init for custom gens in 1.14

#

but I thought he was using the vanilla one

static badge
#

Bukkit.createWorld(new WorldCreator("%arg-1%")).environment(Environment.NORMAL))

#

probably vanilla

#

whatever the fuck %arg-1% means

upper flicker
#

yeah I dont know then I guess

static badge
#

is the init even called after the spawn chunks or something

#

idk don't have 1.13 src

celest coyote
#

do we have paperchunk info in 1.13

static badge
#

no that's 1.14

#

only added that shit to help debug chunk issues

#

and the current chunk system in 1.13 doesn't have "ticking" status type stuff

golden gust
#

I mean, I dun get what they're tryna say

static badge
#

"performance loss"

heady spear
#

Happy Easter my dudes

swift geode
#

ha ha ha ha ha ha ha ho ho ho ho ho ho ho hi hi hi hi hi hi hi he he he

upper flicker
#

leaf your people are here

limber knotBOT
#

*eats Z750 *

static badge
#

what

dapper nacelle
#

Z750 is just a new Intel chipset from 4 nears from now

#

change my mind

upper flicker
#

a damning indictment of how little progress intel has made in the last several years

static badge
#

hope they get rolled by rzen

#

ryzen

#

even more

upper flicker
#

hi tux o/

#

I shilled your 1.7.3 beta server earlier

peak dirge
#

Zen 3 is going to pretty much eliminate the limited edge Intel has in gaming.

static badge
#

nvidia needs the same treatment Kappa

upper flicker
#

giv tacs pls

celest coyote
#

rumors say next year ryzen is gunna be a bigger boost from 1000 to 3000

static badge
#

we'll see

upper flicker
#

competition good

static badge
#

yes competition good

peak dirge
#

I heard that AMD has managed to pack 8 cores into each CCX, which for all practical intents and purposes means that the latency advantage Intel once enjoyed in gaming is pretty much eliminated for most people

static badge
#

PogU 8

peak dirge
#

And hey, we'll see the Epyc processors popping 128 cores not before too long

#

I know Linus would drool over that shit

static badge
#

linus torvalds Kappa

upper flicker
#

flip flops or nvidia finger

peak dirge
#

I'm sorry, Linus Sebastian.

fallen oracle
#

Lol

woven otter
#

happy new year for UTC+2

celest coyote
#

can't wait to compile mc in 1 second

peak dirge
#

Though AMD is going to hold off on adding more cores, because software hasn't caught up yet.

upper flicker
#

thats fine Ill take what they're giving us now

peak dirge
#

AMD's mobile efforts are a backwater still, but once Zen 2 arrives on mobile, I think things will improve for them on mobile.

upper flicker
#

still rocking a 4 core cpu over here

#

very overclocked but still

#

really feeling the need for cores

celest coyote
#

same, need to upgrade soon

#

all my electronics are dying

peak dirge
#

I went from my iMac with 4 cores/4 threads to my Ryzen 5 3600 with 6 cores/12 threads and I very much enjoy the extra cores

celest coyote
#

my phone literally stopped playing audio a few days ago

#

if I try to make calls the entire UI crashes

peak dirge
#

My Samsung phone gave up the ghost this summer. I went and bought an iPhone instead...

#

RIP shitty phone September 2017 - June 2019

celest coyote
#

im tempted to get a lenovo e495 since its on sale rn

static badge
#

.g lenovo e495

limber knotBOT
#

(DiscordBot) https://www.lenovo.com/us/en/laptops/thinkpad/thinkpad-e-series/E495/p/22TP2TEE495 -- Lenovo ThinkPad E495 (14 inch) | AMD Ryzen™ 7 Business ...: "Designed for on-the-go professionals, the ThinkPad E495 packs powerful AMD processing, enhanced security features, and durability into a sleek body...."

swift geode
#

MyAngelAku SekundäraccountToday at 8:09 PM
ha ha ha ha ha ha ha ho ho ho ho ho ho ho hi hi hi hi hi hi hi he he he

static badge
#

what are you going on about

upper flicker
#

you could at least not include the date copy pasta in your spam man

static badge
#

well he's gone

#

lemme take a fat guess at who did it

#

no-one

peak dirge
#

I'm torn between getting a ThinkPad or a MacBook Pro. The ThinkPad appeals to me because I can run Linux on it, but the MacBook Pro appeals to me because I'm not a true hipster until I've got a MacBook Pro.

upper flicker
#

I got a mbp last time when my linux laptop died

#

mostly just because I never had one and I decided I needed to try it once

#

I quite like it

#

thinkpad would probably be close behind it though

peak dirge
#

Right now I have an Asus VivoBook F510UA, and it's shit.

cosmic raft
#

What the fuck

#

Google Duo just rang even though Do Not Disturb is on

upper flicker
#

no one ignores the googs

static badge
#

wtf is google duo

cosmic raft
static badge
#

is it google and his waifu googla

upper flicker
#

.lmgtfy google duo

limber knotBOT
#

(DiscordBot) https://is.gd/3tuNDe

static badge
#

oh

#

google's skype

#

and you can't make bad jokes if you google the thing

peak dirge
#

Yeah, it runs Windows 10 (duh), Ubuntu 18.04 (actually worked out of the box!), FreeBSD (but just barely), but the processor chokes if I try to start a Minecraft server, and even the 24GB RAM and 500GB SSD I put in are not enough to really negate the fact the CPU is extremely weak.

#

Also, the battery life is pretty terrible (I usually get 3-4 hours at best).

upper flicker
#

if you want to run windows natively skip the mbp

#

it runs, they have drivers, its just not great

#

when I need it I can run it in a VM no issue but I wouldnt bother natively

peak dirge
#

I have a desktop and do not care if I have to virtualize Windows 10. If I truly need the native performance, my desktop has Windows 10 and I can use that.

unreal quarry
#

own a city? want to get rich? make people pay 21 toll roads to get in, and 21 tolls roads to get out.

#

lmao

static badge
#

wtf

upper flicker
#

killed so many hours in cities skylines

#

not quite as much as civ

#

but its getting there

peak dirge
#

The problem is that the MBP is... 💰 💰💰

fallen oracle
#

Billy you monster.

#

Is that still cities skylines?

limber knotBOT
#

Didn't the spiffing britt do something similar

peak dirge
#

The ThinkPad is more like 💰

graceful wyvern
#

ahh yes the spiffing brit method, toll city

unreal quarry
limber knotBOT
#

(DiscordBot) Scamming Citizens with Tolls to make MILLIONS! (Cities Skylines Toll Booths) - length 15m 5s - 9,534 likes, 795 dislikes (92.3%) - 969,201 views - Biffa Plays Indie Games on 2018.12.19

celest coyote
#

I wrote macbooks off after 2015

#

the new ones have just garbage keyboard and trackpad

peak dirge
#

Apparently the 2019 MBPs are much better

upper flicker
#

the trackpad is miles better

#

I carry a 2012 for work

#

its annoyingly bad in comparison

fallen oracle
#

Ahh. Does the main game have enough content to enjoy for awhile without getting all the DLCs?

celest coyote
#

im still using a 2015 model but it has gpu issues and damaged charger

upper flicker
#

I also have a 2017mbp and I know demon has a 2016(?)

#

we havent had the keyboard issues, its definitely shallow though

#

would totally pick up a 2019 if it just fell from the sky

#

if I sold it and then turned around and put the money into a 2019 it probably wouldnt be all that expensive

#

but thats a ton of work

peak dirge
#

If someone gave me a 2019 MBP I would use it, no questions asked. Same thing if someone gave me a ThinkPad.

graceful wyvern
#

im looking to upgrade from my 2015 (brought in 2016) to a 2019 16" mainly so i can get the internal gpu

upper flicker
#

anyway, Id likely also consider one of dell's precision laptops

#

which are basically just the business-y xps

#

you start getting into money again there

peak dirge
#

I could sell my 2017 Retina iMac to get about a third of the cash I'd need

upper flicker
#

but youre comparing with mac so its only fair

peak dirge
#

In fact, I'd be more than happy to move from that machine, because it's just too slow for my needs

upper flicker
#

the fact that they still sell imacs to this day with hard drives is mind boggling

#

especially with how bad apfs handles it

peak dirge
#

A lot of it boils down to the Fusion Drive, but the CPU also leaves something to be desired

#

The 2019 MBP would have a better CPU and have an SSD by default. No problems there.

celest coyote
#

I could get used to the trackpad but I don't think I could use the keyboard

#

just too shallow

upper flicker
#

the 2019's is deeper but its still shallow

#

tbh I dont have a great way to quantify it other than I got used to it

#

I dont really mind it now, and it I still use a mech at my desk and a crappy oem keyboard at work so idk

#

my work 2012 mbp does feel pretty spongey now though

#

still plenty usable though

#

I think its more of a stability thing

#

doesnt feel as stable as they go down, but other keyboards dont have that issue

#

I think its a known thing with that era mbp

#

I do love that laptop for work work though, no dongles

#

dont mind so much on my personal one as Im not plugging in random shit all the time

#

wish it had hdmi like the 2015mbp but then I'd lose the ethernet port

#

damn you apple

fallen jungle
#

Happy new year

golden gust
#

tbh, I just bought a cheap dongle for hdmi

#

Woulda been nice if it had a HDMI port, but the dongles are so cheap that it's not really a major kick in the teeth

upper flicker
#

on my personal stuff I just moved stuff over to usbc and it was a non-issue

golden gust
#

Right now I'm using that dongle to plug a second display into my iMac

upper flicker
#

I have a dongle for when I travel but I dont use it much

#

at work though its not like I can say "hey yeah replace this whole setup it doesnt work on my macbook pro"

#

this isnt san francisco, that level of hipster bullshit wont fly

golden gust
#

I mean, you just gotta start growing a beard and going starbucks all the time

#

Soon they'll expect it from you

#

fwiw, I literally just spent the last 5 minutes tryna find my wire cutters

#

There where like, a rulers length away from where i was looking

upper flicker
#

this is why a carry a pocket knife with pliers and a screwdriver built in

#

idk if you can get the license for that over there though

golden gust
#

lol

upper flicker
#

yeah cheap jab but funny

twin lagoon
#

they sell imacs with fucking hdds?

#

what is this

upper flicker
#

yes

twin lagoon
#

2008?

#

jesus christ

cosmic raft
#

I like my little Samsung portable SSD - came with USB-C->USB-C and USB-C->USB-A cables

upper flicker
#

sadly

#

they're all SSHDs now

#

but its still not amazing

golden gust
#

Kinda wanna get a pocket knife, tbh; only fear was that I'dlose the damned thing

twin lagoon
#

sigh

upper flicker
#

they should just sell them with SSDs

static badge
#

only hdds?

upper flicker
#

they're apple, they already charge a premium

golden gust
#

Well, it's actually not a true SSHD

upper flicker
#

even better

golden gust
#

as in, there is literally a SSD in there along with the HDD

static badge
#

SSHD? shit tier hard drive?

upper flicker
#

'solid state hybrid drive' or something

#

big spinner with small ssd for cache

static badge
#

weird

#

don't most regular harddrives these days have a cache

#

really makes me wonder if a bigger cache is worth it

upper flicker
#

yeah but its a few megabytes typically

#

256/512M tops

golden gust
#

Not exactly a cache

upper flicker
#

its not like 16G or 50G

golden gust
#

I mean, it is

upper flicker
#

or whatever they sell it with

#

i dont even know

golden gust
#

But it's not like your typical dram type cache, it's basically a small SSD inside the HDD

static badge
#

at what point is too much cache a waste

#

compared to just having an ssd and an hdd

upper flicker
#

well the idea is frequently used stuff like your OS sits on the cache

#

and its all self contained

#

since no one will ever set that up themselves that you care about as an OEM

static badge
#

but like with an ssd you just put your os on it

upper flicker
#

yeah and most people cant find stuff if its not in their documents folder

static badge
#

hm good enough

upper flicker
#

the latest versions of macos require apfs which isnt great for spinning disks

#

because the metadata isnt in the first xyz whatever sectors where a spinner could easily get to it

#

its just interspersed with files all over the disk

#

not an issue on an ssd, kind of an issue on an hdd

static badge
#

am I reading this right, apfs is apple's file system

upper flicker
#

so its especially bad they sell an imac like that

#

yes

static badge
#

and they didn't optimise it for hdds and they use them?

upper flicker
#

directory listing is significantly slower under apfs than hfs+ on spinners

#

among other things

#

you betcha

#

they originally billed it as "ssd optimized"

#

then they made it the default like two years later apparently without changing it

#

and its great on an ssd but it is def slower on a spinner

static badge
#

weird

mossy vessel
#

Yet I have still 8h lul

ancient bolt
#

I applied for the wrong apartment number

#

so I cancelled my application

#

went to submit another one

#

now it won't let me submit any applications

#

what a shitty website

merry talon
#

@cosmic raft I was looking at reviews for those things and read that they aren't all that fast after the cache

#

it's not a traditional ssd

cosmic raft
#

mine has been fast enough, i just didn't want another portable hdd

#

they die so easily

merry talon
#

yeah better than that for sure

#

also they're fucking tiny

#

I never realized until I saw one on a store display

ancient bolt
#

wait I didn't realize you could still buy a mac with a spinny disk

limber knotBOT
#

Happy New year nerds

static badge
#

all the eu fuckers

queen rapids
#

yea

#

was going to buy a new imac but the base model still had a spinny desk so im holding off for next year

woven otter
#

is it still 2019 in leafland

void void
merry talon
#

Other manufacturers do this too

#

I.e. a 240g ssd boot drive and a 1TB HDD

#

with a 2080ti and 9900k starting at $3499

#

no reason to not go all NVMe over like $1k

devout gorge
upper flicker
#

I just swiped an intel nvme SSD and bought a usb c enclosure because it was on sale

unreal quarry
#

I wish my bike would go on sale. It's still $10k

upper flicker
#

Gonna trade one in or expand the collection?

unreal quarry
#

Probably trade in to lower cost. Not like I'd ride the r3 when there's a zx6r next to it ;)

#

Actually, I think I'm going to strip down some of my mods on the r3 and sell it private sector

limber knotBOT
#

Happy new year everyoen

woven otter
#

Happy new year

sleek trail
merry talon
#

"Jarcode started playing Dota 2"

#

woah

granite salmon
#

Hello i am in 2020 kthxbye

#

America a decade behind

#

hahahhahaa

limber knotBOT
#

america always was a bit of a backwards place

#

no universal healthcare, randos can have guns, they have trump for a presiden

#

t

quasi valley
#

Good ol murica

#

And yet they still have their myth of being the absolute gods 👀

granite salmon
#

👀

wide chasm
#

I've learned from English literature that you should blame the American dream for that.

limber knotBOT
#

MANIFEST DESTINY

#

so you're both wrong

#

I just almost died

#

only almost? shame

#

imagine how great of a way to start 2020 that'd be

#

:*

woven otter
#

is that smoke

static badge
#

what's the video showing

woven otter
#

smoke

static badge
#

a lotta smoke yeah

quasi valley
#

My place had a lot less fireworks but a lot more smoke

limber knotBOT
#

It's not smoke, lol

#

It's fog

woven otter
#

smog

quasi valley
#

You’re smog

limber knotBOT
#

Nah, not near a city

woven otter
#

you're upside down

limber knotBOT
#

it's the alladin 2 live action

#

the budget went way down

granite salmon
#

Mini in australian fires

limber knotBOT
#

Na, Autobahn

granite salmon
#

Mini thy death hath been prepared

#

Ngl

#

it is quite sad

#

if someone dies on 1st

#

but it does happen

quasi valley
#

People driving their car around the new year are lunatics

limber knotBOT
#

Ty Kenny

#

I just stay at home

#

I slept through 4 out of the last 5 new years

granite salmon
#

Lol weak

quasi valley
#

I would if I could ngl

granite salmon
#

00:40

#

u all weak

#

Nice

#

european

quasi valley
#

Our neighbors really love fireworks and all the loud things especially

granite salmon
#

Well

#

continent person*

deft pawn
cosmic raft
#

You almost died because of fog? Was there a neurotoxin in it?

woven otter
#

it's german fog

cosmic raft
limber knotBOT
#

(DiscordBot) SDP feat. Sido - Die Nacht von Freitag auf Montag - length 4m - 114,620 likes, 5,558 dislikes (95.4%) - 30,234,325 views - Stonedeafproduction on 2012.09.14

granite salmon
#

i never seen such thicc fog

limber knotBOT
#

I question your music choices, MiniDigger.

quasi valley
#

Sido thinkfish

void void
limber knotBOT
#

Spotify random

#

That song is ancient

#

What's wrong with sido?

quasi valley
#

Nothing objectively, just far off my own taste 😂

limber knotBOT
#

It's like the only German rap I listen too

#

To*

#

But yeah, my taste is all over the place, from German rap, pop, to stuff like greenday and linking park, Eminem and some deadmau5, Van Buren to Skrillex, I got it all

woven otter
#

good one bot

static badge
#

poggers bot

limber knotBOT
#

enjoy

#

(kashike) Звонкий - Голоса - length 3m 30s - 123,464 likes, 5,853 dislikes (95.5%) - 26,489,470 views - Velvet Music on 2018.12.04

slim stag
limber knotBOT
#

I do t listen to music I don't understand

tropic flame
sage kettle
cosmic raft
limber knotBOT
#

(DiscordBot) half•alive - still feel. [VIDEO] - length 4m 16s - 648,745 likes, 10,922 dislikes (98.3%) - 32,057,538 views - half•alive on 2018.08.03

tropic flame
#

That's a nice song, kashike

cosmic raft
limber knotBOT
#

(DiscordBot) Sigrid - Strangers (Official Video) - length 4m 5s - 582,298 likes, 15,621 dislikes (97.4%) - 53,835,283 views - SigridVEVO on 2017.11.30

woven otter
#

mikro that jabel thing is nice

pulsar wigeon
#

what's in 9 that it compiles down to 8?

#

9 is so old now i dont remember what it had

#

besides jigsaw

limber knotBOT
#

wait

#

chunk loading is async?

pulsar wigeon
#

r u fukin new here

limber knotBOT
#

urgh

static badge
#

magma is a weeaboo

#

those... things don't have braincells

limber knotBOT
#

I need to guarantee a spawn on a chunk I'm manually loading

#

do I have to listen to it actually fucking loading

pulsar wigeon
#

huh

#

if you call a chunk load it will block

limber knotBOT
#

not sure of what you mean by that but by the tone of what you're saying I'm getting the feeling the answer to my question is yes

#

can I just point out how retarded that is

pulsar wigeon
#

ie it is still loaded on another thread but if you call something that requires the chunk MT it will block til that async thread is done and the chunk is ready

#

what, how retarded you are?

limber knotBOT
#

well I'm calling a spawn and seemingly that doesn't call a chunk load when you ask it to spawn in an unloaded chunk

#

so fuck me I guess

#

also how is it 2:30 am already

pulsar wigeon
#

a spawn?

#

what is calling a spawn

limber knotBOT
#

spawn a mob

#

my code

pulsar wigeon
#

oh

#

world#createntity

#

or w/e

limber knotBOT
#

yeah sure doesn't matter

pulsar wigeon
#

idk, call getChunk

limber knotBOT
#

it'd still get it in async numbnuts

pulsar wigeon
#

??

#

it blocks

limber knotBOT
#

does it?

#

if it doesn't you're paying my next coffee

pulsar wigeon
#

getChunkAt(x,z) blocks and returns the completed chunk

#

there's getChunkAtAsync that returns a future

limber knotBOT
#

hey uh when you say blocks does that mean the code after it only ever runs once it's completed?

pulsar wigeon
#

yes, the main thread waits for the chunk to load

#

holy fuk ur dum

cosmic raft
#

no he means that tacos sing

static badge
#

spawn calls should load chunks in 1.15

limber knotBOT
#

brah that's literally the first thing I tried and it doesn0t work

pulsar wigeon
#

ur retarded

#

idk what you're doing but you're doing it wrong

limber knotBOT
#

sure but at least I'm not paying for my next coffee

woven otter
#

wiz yes

pulsar wigeon
#

yea it probably does leaf

limber knotBOT
#

spawnLocation.getChunk() my code runs after that

pulsar wigeon
#

he's just fuking it up

static badge
#

it's one of our changes to add entity

#

so where's the code weeb boy

limber knotBOT
pulsar wigeon
#

doesnt .load() force load lol

#

ie add a ticket that sticks

#

or was that just load on world

static badge
#

and does that add the entity to the world

limber knotBOT
#

if you're talking about my code yeah