#general

3141 messages Ā· Page 39 of 4

slim nymph
#

holy shit dark reader works decent on google maps even

austere ivy
#

anyway

slim nymph
#

this addon is so dang good

ancient bolt
#

google maps dark reader is amazing

austere ivy
#

brb gotta add more sosig fatteners to my master

void void
#

my brother is living there

austere ivy
#

maybe a couple sound goodizers

#

afk

slim nymph
#

demon you prob are most centrist of the country lol

#

time to crash your apartment!

#

unless we go crash @chrome fulcrum

cosmic raft
#

just helped a neighbour move from their old house into a brand new condo

#

$1650/mo

ancient bolt
#

@slim nymph could do, would leave out kash though 😦

slim nymph
#

well kash is left out until hes able to rectify it himself lol, cant really get everyone else to go to canada šŸ˜›

ancient bolt
#

that's true

cosmic raft
#

meh, don't worry about me, send a postcard

ancient bolt
#

Probably north of where I live would be good though

#

I think I'm central but south

void void
#

@cosmic raft i'll go to vacouver some day if you wanna hang out

cosmic raft
#

\o/

slim nymph
#

or we all go to vegas and do hookers and blow and lose all our money

#

thats how you do vegas right?

ancient bolt
#

dude we could pay some girls to pretend like they're in to nerdy programmers

#

for a day

cosmic raft
#

i wonder how much md_5 charges for a night

slim nymph
#

ffs the air travel alone to get to him would be more than the act

cosmic raft
#

@slim nymph what city are you in

slim nymph
#

imagine if we 'hired' md5 and just had him actually write decent code for a night

#

Raleigh, Nc

ancient bolt
#

@slim nymph he'd have to give us a refund

slim nymph
#

lol

ancient bolt
#

unable to perform services

void void
#

long flight

slim nymph
#

the "","","","","","","","","","","","","","","","","","","","","","","","","" eats me alive more

#

back in the days bukkit didnt support unknown nbt tags

#

so i was forced to store my metadata in the lore

pulsar wigeon
#

"§4§lSuper Dragon Poop!"}

slim nymph
#

so I stored it at index 30 to work around it

pulsar wigeon
#

wtf did i open

slim nymph
#

lol

cosmic raft
#

"§5Purple Aikar Head"

slim nymph
#

Our admin rank is purple lol

cosmic raft
#

good choice

slim nymph
#

So we have purple people party armor set

cosmic raft
#

purple is my favourite colour

slim nymph
#

And we give our heads out as special collectors items

cosmic raft
#

god

#

"lore":["§6§l§nFinal§f (§oCan not be modified or repaired)","§6§l§nSoulbound§f (§oWill not drop on death)","§4Mwahhahahahah. FIRE!","","","","","","","","","","","","","","","","","","","","","","","","","","","&&::SHINY","&&::META","__usableItem","MaxarianHead","__soulbound","1","__final","1"]

#

that's terrible

slim nymph
#

That's what I meant lol

#

Ima try to write a data fixer to finally fix this

cosmic raft
#

\o/

slim nymph
#

It's easier to just maintain it you know lol

#

Dangerous to mess with it if I don't get it perfect

#

but its sooooo ineffecient to maintain that meta

cosmic raft
#

yeah, now you can change that into:

"lore": ["§6§l§nFinal§f (§oCan not be modified or repaired)","§6§l§nSoulbound§f (§oWill not drop on death)","§4Mwahhahahahah. FIRE!"],
"EMC": {"Shiny": 1, "Usable": 1, "Final": 1, "Soulbound": 1}
#

or whatever

slim nymph
#

well im not changing my keys šŸ˜›

cosmic raft
#

Why not? You can thanks to fixers :P

slim nymph
#

and ill put them under the bukkit meta api node, i dont want "32 extra tags" on the nbt šŸ˜›

#

we have a shit ton of keys

#

ok maybe not shitton

cosmic raft
#

:P

slim nymph
#
    // Do not change these values once deployed - as it will break functionality!
    // These are used for MetaApi Methods.

    BOOK_AUTHOR_USER("bookAuthorUser"),
    USABLE_ITEM("__usableItem"),
    FINAL("__final"),
    FRAGILE("__fragile"),
    SOULBOUND("__soulbound"),
    TEMPORARY("__temporary"),
    TEMP_TIME_LIMIT("__tempTimeLimit"),
    TEMP_EXPIRES_AT("__tempExpiresAt"),
    UNBREAKABLE("__unbreakable"),
    UNPLACEABLE("__unplaceable"),
    ITEM_ID("__itemId"),
    AUTOUSE("__autouse"),
    UNCLAIMABLE("__unclaimable"),
    USE_TIMER("useTimer"),
    BONUS_CHEST_PKG_ID("packageId"),
    ALLOW_COLORS("allowColors"),
    MESSAGE_TYPE("messageType"),
    HOLOGRAM_ID("holoId"),
    HOLOGRAM_LOC("holoLoc"),
    TMAP_TYPE("tmap_type"),
    TMAP_ICON("tmap_icon"),
    GAMES_ITEM("__gamesitem"),
    VOTE_STREAK("voteStreak"),
    INFINITE_SHINY("infShiny"),
    ORIG_DRAGON_EGG("originalDragonEgg"),
    CLAIM_ONCE("claimonce"),
    CREATOR("creator"),
    DATE("date"),
    ID("id"),
    LOOT_TABLE("lootTable"),
    LOOT_TABLE_SEED("lootTableSeed"),
    RANDOM_EGG_ID("randomEgg"),
    ENDER_BLADE_CHANCE("enderBladeChance"),
    ENDER_BLADE_HEIGHT("enderBladeHeight"),
    RANDOM_CARROT_ID("randomCarrot"),
    APPLY_TO_MOBS("applyToMobs"),
    FURNACE_BURN_TIME("furnaceBurnTime"),
    TAME_ENTITY("tamed");
#

might be more not in this file

#

but they should all be

#

i dunnowhy i even did the __

#

i guess i could say 'strip __ prefix'

cosmic raft
#

cause you're silly! :P

#

they aren't consistent at all

slim nymph
#

well the 'item flags' are

cosmic raft
#

some are likeThis, others like_this, and other __like_this

slim nymph
#

those are the __ ones

#

i dunno why i did tmap tat way

cosmic raft
#

claimonce instead of claimOnce, etc

#

:P

slim nymph
cosmic raft
#

oof

slim nymph
#

looks like name to component isnt checking 'do i already look converted'

#

least i can fix that in legacy

#

oh oops nvm

#

i forgot to replace spigots -1 for itemstack convert with source version

native thunder
#

Do you allow soulbound stuff on all items?

#

We got dinged by mojang enforcement for that

fallen oracle
#

Mojang enforcement?

slim nymph
#

players dont get to choose that, and its not a premium thing

#

we put soulbound on custom drops as an additional perk

#

i think my issue is now that spigots doing some 1.13 data stuff as part of the setItemMeta :/

#

i gotta go fix that name shit

void void
leaden sail
cosmic raft
austere ivy
#

huh you get a kick if you do say @e

#

in minecraft, that is.

#

interesting one.

orchid pelican
#

@e where like blankly in chat?

#

@native thunder how does Mojang enforcement actually work? do they join the server and play or something?

limber knotBOT
#

Most of the time.its enough to just look at the shop, lol

green edge
#

^

#

know some people literally changing their shop for one day, getting approval and slapping the store back on

#

you can easily trick mojang if you want to

#

since they won't waste resources on servers earning less than 5k a month

acoustic pilot
#

I can assure you Mojang enforcement is not based on how big the server is.

#

Whether it's earning $50 a month or $5k a month.

#

It's seemingly totally random.

green edge
#

true, but they will rarely join the server

#

and if they do the most they'll do is get the store link

#

for example a server i worked for just moved rank descriptions ingame

acoustic pilot
#

Yes, their decisions seem to be based largely off what you have publicly visible on your store.

#

Still the original statement was that Mojang won't waste resources on servers earning less than a certain amount.

#

That's simply untrue and unfounded.

green edge
#

i meant that they don't go around and do a thorough check

#

probabbly it's just 1-2 employees periodically surfing voting sites

acoustic pilot
#

Correct, they seemingly rely on user reports.

#

Whether that server is big or small is irrelevant.

green edge
#

user reports?

#

never knew that really

acoustic pilot
#

Yes, they have a report form.

green edge
#

that explains why a server i work for with over 1000 pb didn't ever get a mail from mojang

acoustic pilot
#

Not that any of this matters any way.

green edge
#

well it's pretty certain that romanian players don't know about the report system

acoustic pilot
#

At the end of the day, getting blocked by Mojang has no effect on a server that's willing to bypass with a simple SRV record.

green edge
#

true

#

but that can change any moment, so it's risky

acoustic pilot
#

It won't.

#

Not without potentially breaking stuff.

#

It might change in future versions, possibly.

#

But won't expect it to in past versions.

green edge
#

yeah

#

that's what i meant

orchid pelican
#

I thought they dont block anymore

green edge
#

they still do

acoustic pilot
#

In the larger scheme of things, it's possible Mojang might re-evaluate their policy based on how successful Hytale is, too.

orchid pelican
#

because the community like cried about it lol

acoustic pilot
#

Hytale's entire reason for existence, the reason it was created, was because of the monetization rules in the EULA that were announced in 2014.

green edge
#

didn't know that

orchid pelican
#

I unknowingly follow the eula because i hate pay to win servers myself lol

green edge
#

that's a big middle finger to mojang then

orchid pelican
#

i dont thing hytale will get its feet off the ground

green edge
#

it will, but you can't be sure how well it'll fare against minecraft

orchid pelican
#

i might try and develop for it if it has a nice api

green edge
#

i doubt minecraft will suffer too much from hytale appearing on the market

#

from what they've shown, it works really close to how bukkit does

acoustic pilot
#

Mojang has plenty of time to get their shit together before that happens.

orchid pelican
#

what language is it in?

acoustic pilot
#

But by now, they should see the writing on the wall.

green edge
#

c# & java

orchid pelican
#

better be java

green edge
#

java is worse on the client side

#

since it can't be optimised like natively-compiled code

#

as for the server-side, it provides a easier development environment

orchid pelican
#

game is in C++ most likely

#

scripting is in javascript

#

lol

acoustic pilot
#

Why are you guessing? This information has already been released.

green edge
#

javascript is a programming language

acoustic pilot
#

All your guessing does is spread misinformation lol

orchid pelican
#

no its not lol

acoustic pilot
#

Yes, it is.

green edge
#

search their hiring jobs

orchid pelican
#

that looks like js to me

green edge
orchid pelican
#

Hytale’s client is written in C#, and servers run on Java.

acoustic pilot
#

Why are you going to Hypixel's forums like that's an authoritative source for information on Hytale?

orchid pelican
#

from a reddit discussion

acoustic pilot
#

Why aren't you just reading it directly from Hytale's website?

#

Again, I said the information is already released.

#

Stop spreading misinformation with your inaccurate guessing.

orchid pelican
#

didnt know htey released that info

olive garden
#

"Here’s the answer to the most common question: Hytale’s client is written in C#, and servers run on Java. We’ll cover in-game scripting in a future post, as it’s a separate topic."

acoustic pilot
#

I TOLD YOU THEY RELEASED IT.

#

Holy fuck lol

orchid pelican
#

LOL

#

SORRY

green edge
#

:))

orchid pelican
#

i was close

olive garden
#

We still don't know the scripting language, do we?

#

We are only guessing TypeScript, right?

orchid pelican
#

nope

#

hopefuly we can add native java add ons as well

olive garden
#

To which side? Client or server?

orchid pelican
#

server

unreal quarry
#

Ffs.. I just spent the last 4 hours troubleshooting why I couldn't get my pi zero to connect to my wifi... That was one rabbit hole I didn't need to go down... Problem was I misspelled my fucking ssid the whole time :/

green edge
#

ouch

olive garden
#

:D

acoustic pilot
#

inb4 case sensitive SSID

orchid pelican
#

lol

unreal quarry
#

I put DeezNutz, but it was supposed to be DeezNuts

#

dies

acoustic pilot
#

lol

green edge
#

damn why do you use that for your SSID?

unreal quarry
#

I used to have to call Comcast a lot. I just liked telling them when they asked.

green edge
#

:))

orchid pelican
#

someone around me has Pretty fly for a Wifi

green edge
#

does anybody here run production on pterodactyl with multiple nodes & over 10 server instances?

native thunder
#

Ya mojang enforcement is pretty random

#

We got blacklisted and it ended up taking like 3 months to get off the blacklist

#

Since they check the email like once in a blue moon

wide hazel
#

On burritos

#

For @upper flicker

unreal quarry
golden gust
unreal quarry
#

Oooo, what does yours do?

golden gust
#

Currently, sits there

#

major goal was to get it to act as some form of HUD/monitoring

#

The pi is actually mounted on a back of a 7" screen, and that parchment/foil paper is my fix for the pis wifi interfering with the screen šŸ˜„

unreal quarry
#

IDK what I want to do with mine yet. I'm thinking NAS, DVR for my IP cams, or a dev box

#

Hmm. Paper 597 runs on it pretty well. ~19.8 tps about a minute after it started up. Timings shows fluids and turtles to be the hardest hitting things. But it's definitely playable out of the box

woven otter
#

what's with the turtles šŸ¤”

golden gust
#

it's somewhat do-able for a single player, maybe one or two, but you can't really push it out much

acoustic pilot
#

You mean I can't build my 50k items/sec mob grinder? 😦

unreal quarry
#

Well, being a pi, I don't expect it to be much ^_^ should be decent for a small LAN party for 5-10 friends to have a mobile server or something

limber knotBOT
#

just add some ram to it and it will be fine ;)

green edge
#

do you have players building mob grinders so large Byte?

void void
#

oh no

#

ok discord

limber knotBOT
#

IRC never forgets

#

thankfully

void void
#

10:49:29Ā <+DiscordBot>Ā <m​ik​ro​sk​ee​m> whar the fuck,Ā spigot.devĀ redirects to songoda plugins marketplace for discord plebs

limber knotBOT
#

But yea, I forget if it was her or somebody else who originally purchased it, but it was offered to various people and nobody bothered biting

finite wave
#

Lol

limber knotBOT
#

Would be pretty shitty if we was to buy and it redirect it to paper

void void
#

well it had a link to paper

#

someone else bought it

#

at first place

#

there was a message about how the og buyer got banned from spigot forums

#

because md_5 didn't like that spigot.dev got bought

limber knotBOT
#

I can't go into the full story, but that's basically false

golden gust
#

I might have gotten mixed up with parties involved, but there is a bit more to it than that, more the whole "poking at the beast" ontop of the domain

hearty glacier
finite wave
#

Where did Hover go?

golden gust
#

:shryg

#

That went well

void void
#

@cat#0000 ?????

limber knotBOT
#

:o

void void
#

What the heck

#

@cat#0000 you are impostor

limber knotBOT
#

I'm on IRC, just nicknamed to cat vs electroniccat because.. erm...

#

Or, Well, maybe I am really you

#

i smell

void void
#

choose another name

#

šŸ”Ŗ

limber knotBOT
#

Drats, was about to pull up the knife :(

#

ctrl-cmd-space

#

Apple, I salute you for your amazing key combos

void void
#

I dont have IRC client installed

#

@cat#0000 KittenKnife

void void
#

Ugh...

#

Fine

#

^_^

#

I am original cat

limber knotBOT
#

Yes, but I'm an electroniccat

void void
#

Oof

#

😹

#

Nice to meet a clone of me

#

is .dev a scam??

#

just another TLD

finite wave
#

@void void No.

void void
#

I dont have irc client

void void
#

.dev kinda is a scam

#

breaking tons of local dev envs

acoustic pilot
#

Psh, easy enough to change it to .test or something lol

#

Not like the TLD popped up out of nowhere, people had plenty of time to adjust.

void void
#

indeed :D

acoustic pilot
#

Some cunt gonna take .test though, just wait.

void void
#

.local is only safe

#

or was it .localhost?

#

so i downloaded paper-596 and i have like tooooons of mobs spawning?

#

i got the vanilla settings

acoustic pilot
#

I think that's normal? There was some issue where mobs weren't spawning at vanilla rates before and Aikar fixed it.

void void
#

uhm

#

i have the same settings as for like Paper 570 or whatever, and then the spawns were okey.

acoustic pilot
#

I mean if you don't like it, just change the option count-all-mobs-for-spawning to true

#

See if that doesn't fix your spawning "issue"

void void
#

do you see the image? that is not vanilla behavior.

#

ill change the settings then.

acoustic pilot
#

You say your settings are vanilla, but would double check that too. Your mob spawning limits might not be, but no idea.

void void
#

Sure, let me check.

limber knotBOT
#

(DiscordBot) Introducing Phosphor, a Minecraft mod that brings significant... : feedthebeast - 66 comments, 561 points - jellysquid_, 10h ago

acoustic pilot
#

Seems to work fine for me

#

No excessive spawning

carmine hinge
#

@slim nymph would putting that phosphor light implementation into 1.12 be viable? šŸ¤”

void void
#
spawn-limits:
  monsters: 70
  animals: 10
  water-animals: 15
  ambient: 15
chunk-gc:
  period-in-ticks: 400
  load-threshold: 300
ticks-per:
  animal-spawns: 400
  monster-spawns: 1
  autosave: 6000
#

maybe these are wrong or+

#

?*

#

and mob-spawn-range is 8

acoustic pilot
#

Nope, looks about right

void void
#

hmm weird

#

and i have coreprotect and dynmap only

acoustic pilot
#

I'm compiling latest Paper to be sure and generating a new world

void void
#

oh i cant generate a new world unfortunately

acoustic pilot
#

I'm doing this for testing.

void void
#

gotcha

#

im just curious what else it could be then

acoustic pilot
#

Mostly because where I spawned in this world isn't very good

limber knotBOT
#

Can I somehow disable the 15 sec outdated wait?

acoustic pilot
#

Start the server with -DIReallyKnowWhatIAmDoingISwear=true to get rid of the outdated delay.

limber knotBOT
#

lol, that is funny

#

Thanks\

void void
#

wtf is that a real flag

limber knotBOT
#

I knew that existed

#

But I didn't know that is for this

#

Before -jar or after?

acoustic pilot
#

Before, yeah

#

Everything after the -jar is arguments to the program itself, since -D is for Java properties, it would go before, since it's not part of the actual program.

limber knotBOT
#

Thanks

bleak bough
acoustic pilot
#

I still don't see any excessive spawning using the latest Paper. So not sure what's up with your situation.

void void
#

hm

#

maybe its the always loaded spawn

#

bc at spawn there are tons

#

but also a player had the same issue so

acoustic pilot
#

I'm the only player on in my test environment so maybe it could be something that happens when there are several players online.

void void
#

maybe

turbid moat
golden gust
#

Make sure that youre running the latest version

void void
#

I have the latest version

golden gust
#

Might wanna go on a killing rampage if you ran a recentish build, there was an issue due to some changes in CB that made some method not work as expected, which kinda caused a nice bundle of entities to spawn as they'd not count against the mob limit

static badge
#

aikar back at it again with the mob spawn spam :>

frank valve
void void
void void
#

Hi Scalebound

heady spear
#

plotsquared with async generation has been published :3 I'm no longer responsible for synchronous generation being used

static badge
#

I don't think the bukkit api has async gen?

austere ivy
#

@orchid pelican no, when you do "say @e"

void void
#

just a curious question about craftbukkit and everything around it, who is the author of that code?

#

or who maintains it

wide chasm
#

CraftBukkit is maintained by Spigot, so md_5 and contributors. Paper also has patches that changes things in CB though.

void void
#

so, craftbukkit is the "OG" with barely no optimizations, then spigot adds some and then paper does even more?

wide chasm
#

CraftBukkit is built on top of NMS.

#

So NMS is the OG.

void void
#

Hm, NMS, what does that stand for?

wide chasm
#

net.minecraft.server. It refers to the vanilla minecraft server code.

tropic flame
limber knotBOT
void void
#

oh yeye, ofc

#

so craftbukkit just add the plugin layer, and spigot optimizes and then paper does more stuff.

wide chasm
#

CraftBukkit is the stuff that does the most, which includes plugin loading and stuff (in terms of non-vanilla stuff). Bukkit acts as an API layer for interacting with CraftBukkit. Spigot and Paper just add patches on top of the three main layers.

void void
#

i see

#

i remember having a server way back that had something called hmod

#

or similarly

static badge
#

25-40 fps on a 9900k 1070ti omfg

#

good god

slim nymph
#

@void void update, your on a build with a bug

#

there was a buld 5 hours later that fixed it

#

so you got really unlucky on timing

void void
#

wait what

slim nymph
#

the animal spawn issue

void void
#

i have 596 i think

slim nymph
#

yes thats not latest

#

597: [eb3be0e] Re-add isTypeNotPersistent check

void void
#

oh, so it should be fine to update to that and set the setting to false again

slim nymph
#

thats the fix

#

yes

void void
#

alright thanks a lot

static badge
#

REEEE PING

nova badge
static badge
nova badge
#

I still use og 1.12.2, don't need these pings

void void
#

i am a silly person!

#

according to aikar

#

fine.

limber knotBOT
#

now I have to untrain my browser completion

distant sparrow
#

What is the real difference between bungee and waterfall? Also, do bungee plugins work on waterfall?

golden gust
#

Waterfall basically follows the same goals of Paper; more API, more features and some performance improvements

distant sparrow
#

Ah ok

void void
#

@slim nymph that does not fix it, my world gets a overflow of animals either way

slim nymph
#

it wont deal with the existing ones

#

you need to prune those manually

#

itll fix new ones spawning

void void
#

but i mean

#

every other block was a mob in spawn

#

it was like at max 10 animals at spawn

#

after 15-20 seconds there were maybe 100-200

slim nymph
#

what settings you have?

void void
#

which file you wanna see

slim nymph
#

using a mob stacking plugin?

#

anyp lugin that spawns mobs

void void
#

nope

#

I use: spark, CoreProtect, dynmap, my own plugin (that doesnt modify spawns)

native thunder
#

shift + delete to remove something from being auto completed in browser

void void
#

whats better for a survival minecraft server e5-1630 v4 or i7-6700k ?

static badge
#

.g e5-1630 v4

limber knotBOT
#

(DiscordBot) https://ark.intel.com/content/www/us/en/ark/products/92987/intel-xeon-processor-e5-1630-v4-10m-cache-3-70-ghz.html -- IntelĀ® XeonĀ® Processor E5-1630 v4 (10M Cache, 3.70 GHz ...: "IntelĀ® XeonĀ® Processor E5-1630 v4 (10M Cache, 3.70 GHz) quick reference guide including specifications, features, pricing, compatibility, designĀ ..."

static badge
#

I'd suspect the 6700k

wraith oracle
#

CPU-Z benchmarks says the i7 6700k has better single-threaded and over all performance so I'd go with that

static badge
#

yeah i'd suspect so it's 1 generation newer and has higher base/turbo clocks

void void
#

hmm okay! thank you

wraith oracle
#

Whether you need that much power depends on your user-base anyways

left adder
hexed slate
merry talon
#

Plex doesn't let you download stuff on mobile unless you pay $6.49/mo, but I just got Infuse, connected it to Plex and that works for $1.29/mo

#

šŸ¤”

chrome dagger
merry talon
#

oh but that's iOS only

#

dammit

golden gust
#

If you really wanna be able to download stuff, could just point a web server to the folder

merry talon
#

yeah but if my family is going to be using it I want a good client app that downloads metadata etc

#

it just wouldn't be used enough to justify paying it

austere ivy
#

hi there do you guys know how to do hacky stuff

#

how do I hack into my neighbor's tv

#

IR remote?

wide chasm
#

"Borrow" their TV and then hack it from inside. Returning it is optional.

austere ivy
#

hmm, thanks for the good idea.

tropic flame
limber knotBOT
tropic flame
#

diversity

static badge
#

that's good shitposting

green edge
#

damn

#

there are businesses and people without a password for confidential apps even in this age

cosmic raft
#

what do you mean?

native elbow
austere ivy
#

My friend keeps getting kicked..

#

[12:59:10 WARN]: [name] was kicked due to keepalive timeout!

#

Is this my side or hers?

static badge
#

hers likely

#

is she having connection issues?

austere ivy
#

not entirely sure. let me ask.

#

she said it's only mc.

distant sparrow
#

Is there a link I can use to download the latest stable version of Paper?

acoustic pilot
#

There is no concept of "latest stable" in Paper. All downloads are snapshots.

static badge
#

is your server having connection issues

distant sparrow
#

So every version could be potentially bugged?

acoustic pilot
#

Yes.

#

As is the case with Spigot, too.

#

Neither project does stable releases.

#

There is a link to grab the latest, yes, but it won't be guaranteed stable.

austere ivy
#

literally no idea she's the only other player

#

timings seems to be alright.

distant sparrow
#

Ok what is that link?

static badge
#

well find out

distant sparrow
#

Thats what I am trying to do

acoustic pilot
distant sparrow
#

thank you 😃

austere ivy
#

hmm anyone here can you join my server real quick and tell me if the connection is alright?

distant sparrow
#

sure. DM me IP

static badge
#

the ip? I'll ping it

#

response times look ok

austere ivy
#

yeah, I mean I'm running it off my laptop, I don't expect it to be literally amazing but.. she is disconnecting every 5-10 seconds.

#

I'll tell you when she disconnects again, thanks.

static badge
#

if you can get me a packet dump with timestamps we can solve it

austere ivy
#

she disconnceted.

#

disconnected* sorry.

static badge
#

does she at least see the game play?

#

like entity updates etc?

austere ivy
#

yeah, but she disconnects and reconnects.

#

oh shoot.

#

she sent me this, maybe it's still her but..

#

going to take a peek with Wireshark

void void
static badge
#

join and see if she can see your movements correctly

austere ivy
#

yeah.

#

I seem to have pretty good connection she has horrible connection

static badge
#

so why did you say she had a good connection

#

oh you didn't

austere ivy
#

was looking at something else, brain misfired

static badge
#

well tell her to get a better connection

austere ivy
#

that seems to be the problem lol

static badge
#

by dfl you have 30s to respond to keep alive

austere ivy
#
[13:21:12 WARN]: Purpr was kicked due to keepalive timeout!
[13:21:12 INFO]: Purpr lost connection: Timed out
#

That just happens a lot.

#

Sometimes it's disconnected, so.

#

But it's weird, she has perfect connection for like 30s.

#

Then she gets kicked.

static badge
#

ok why are you saying it's perfect now

austere ivy
#

Well, good enough to play that is.

#

And she plays for like 30s, then it kicks her, then she rejoins and it's good for another 30s.

static badge
#

can she see movement of other players

#

entity updates

hot gorge
#

What metric are you using to determine a player's connection is "good"

static badge
#

"exists" apparently

austere ivy
#

Yes.

static badge
#

can she?

austere ivy
#

Sonorous, good enough to see me moving, chat, and chat with a decent ping.

#

Yeah, connection is literally fine for 30 seconds then it just cuts out.

hot gorge
#

She needs to check jitter and packet loss on her end

static badge
#

if she can't do that please dump incoming/outgoing packets

#

with timestamps

crystal compass
#

Hm, cant seem to find how to set an Arrow's Pickup status

#

there is a method

#

but it takes a PickupStatus object

austere ivy
#

That's from her, I'll ask her to ping me.

crystal compass
#

nvm got it

hot gorge
#

have her do a traceroute to you

austere ivy
#

This?

#

Weirdly, seems to be fine for her now.

finite wave
#

@austere ivy leaked Name

static badge
#

that ur gf

austere ivy
#

yes good ol' Name

#

so any idae..?

#

idea*

#

maybe just a hiccup with her connection.

stiff yarrow
static badge
#

filthy weeb

#

browsing magna

wide hazel
static badge
#

tbh I want j8 to die

#

get moving to 11 u fuks

wide hazel
#

Mmmmmmmmmmmmm

#

I believe my plugins compile to 9 just fine

#

And 11

jade light
#

I believe the main painpoint is 8->9, then new updates are really easy and don't require many changes

#

They aren't "major" technically from a semver perspective

finite wave
#

@jade light J11 is next LTS so that should be where you move

#

Is current LTS*

static badge
#

j9 is dead as fuck

jade light
#

I meant in terms of changes

#

9 was a major one, 10, 11 and 12 just added new APIs and fixed bugs

#

I fully agree you should be on lts or 12

green edge
#

does anybody here have any suggestions to advertising a performance tool plugin?

#

since React is currently unbeatable

static badge
#

make it better

#

get numbers

finite wave
#

React sucks

green edge
#

making it better didn't really work out

#

and numbers are pretty misleading since i can't compare 2 servers on 2 different versions with different gameplay, etc

#

plus i don't like these kind of updates

ancient bolt
#

Everyone loves to talk about how tired they are of superhero / MCU movies

#

yet they are regularly the biggest and most successful movies in the world

#

so I just throw that mindset under the "hipster" idea

green edge
#

^ that's people complaining just because they don't have what to do

ancient bolt
#

Patrick (H) Willems on his youtube channel has made a 3 part series on that idea

#

apparently his favorite superhero movie is spider man 2.....

#

can't say I agree with him on that hahaha

acoustic pilot
#

MCU films have been consistently at the top of the charts above all other movies for a while now, and seems to continue to be

#

DC though lmao

green edge
#

they fell down a lot

ancient bolt
#

DC is the dumb cousin eating glue in the back

acoustic pilot
#

DC heroes simply have no depth

ancient bolt
#

i mean, superman is probably the worst hero you could possibly have

#

invincible is never good

acoustic pilot
#

Yeah the idea of Superman is lazy as fuck

slim nymph
#

i might go watch captain marvel tonight

ancient bolt
#

captain marvel is great

#

highly recommend

slim nymph
#

i watch all the MCU movies regardless of reviews šŸ˜›

green edge
#

well reviews don't matter as much

#

they usually review depth

acoustic pilot
#

So far MCU has been consistently good

slim nymph
#

im easy to please with movies

#

though Aquaman annoyed me

#

i didnt hate it, it just annoyed me

green edge
#

so if you just want to waste your time even a 4 on the IMDB scale is fine

ancient bolt
#

love it or hate it, but dragon ball z/super is a good example of how to have enormously powerful people that stays balanced, because the villains are equally (and typically more) absurdly powerful

slim nymph
#

i felt like they went too extreme with stuff that didnt make sense. and mechanics did not feel like they were in water

ancient bolt
#

when you have superman vs some petty thiefs.....yeah

static badge
#

tbh never enjoyed them but i don't complain :>

acoustic pilot
#

Only DC character I enjoyed was Batman and only in The Dark Knight

ancient bolt
#

yeah, the dark knight is my favorite "super" hero movie

#

it's just so damn good

acoustic pilot
#

It was carried largely by Heath Ledger, but yeah great movie.

ancient bolt
#

I'd say it was carried by nolan

#

but yeah

shell vine
#

i really liked aquaman for the effects

finite wave
#

Aquaman was nice the first time but it was too short to show an origin movie imo

slim nymph
#

short? wtf

#

i had to turn it off half way to go to bed and resume tomorrow

limber knotBOT
#

(DiscordBot) CAN'T HUG EVERY CAT - Songify This (a song about loving cats) - length 2m 29s - 303,415 likes, 9,200 dislikes (97.1%) - 39,771,471 views - schmoyoho on 2011.07.08

static badge
#

never seen that

finite wave
#

@slim nymph So... How do icommit suicide? Also that autotune is horrendous.

slim nymph
#

1-800-273-8255

finite wave
#

No my suicidal tendencies are gone now that i stopped listening to that abomination.

golden gust
#

quick

#

Turn it back on

cosmic raft
golden gust
#

I mean, erm

limber knotBOT
#

(DiscordBot) Songify GAME OF THRONES: You Know Nothing, Jon Snow oh oh oh oh oh oh oh oh oh oh oh oh oh oh oh oh - length 3m 44s - 49,503 likes, 1,101 dislikes (97.8%) - 2,225,731 views - schmoyoho on 2017.08.05

finite wave
#

@golden gust Teach me the ways of Lisp

#

Some of the concepts are wow

golden gust
#

Lisp

#

Tbh, dumrield might know, wherever he floats around these days

native thunder
#

Can confirm

#

Couldn't watch past 30 seconds though

#

That editing

#

That music

#

It's horrible

finite wave
#

@golden gust Proxi knows too

#

Proxymyst*

limber knotBOT
#

woot

#

jaja du prĆøvde

finite wave
#

Fuck

#

I had it right the first time

#

And you tried too missed an e in prĆøvede.

cosmic raft
#

wtf FedEx

#
FedEx GroundĀ®
$23.49
FedEx International EconomyĀ®
$92.61
FedEx International PriorityĀ®
$103.51
#

is there anywhere to buy graph paper online that isn't like $20 per package

limber knotBOT
#

just print it yourself? xD

cosmic raft
#

implying i have a printer

#

i don't

wheat quarry
limber knotBOT
#

@finite wave i didnt miss anything; it wasn't danish

finite wave
#

Norwegian is weird.

#

Why are you omitting an e

limber knotBOT
#

why would we have it

finite wave
#

Cause.. Without it, it is weird.

limber knotBOT
#

not really

#

it's unnecessary

finite wave
#

It's like caddr in lisp

cosmic raft
#

ouch

#

Due to component shortages, lead time for this part is currently 16-18 weeks

proud inlet
#

Important news

void void
#

9gag

#

news

#

4chan

#

news

tropic flame
#

brown cows give chocolate milk

ornate spindle
#

took forever to get to that point of stability

limber knotBOT
#

is that with proper survival gameplay?

ornate spindle
#

what would be considered "proper survival gameplay"?

limber knotBOT
#

for a player with little technical knowledge everything behaves like it would in single player xD

#

(as far as they can see I guess, still feel that entity activation and tracking range lowering is okay-ish for that goal)

stiff yarrow
#

throw money at the problem Yive, that should fix it Kappa

ornate spindle
#

well hoppers are rather slow (this is to discourage afk jobs from controlling our economy), observer blocks are completely disabled because they're cancer, most other stuff is vanilla like

static badge
#

.g observer block

limber knotBOT
#

(DiscordBot) https://minecraft.gamepedia.com/Observer -- Observer – Official Minecraft Wiki: "0: Observer facing down; 1: Observer facing up; 2: Observer facing north; 3: Observer facing south; 4: Observer facing westĀ ..."

Minecraft Wiki

An observer is a block that emits a redstone signal when an adjacent block is updated.

void void
#

.g seamen

limber knotBOT
#

(DiscordBot) https://www.seamensbank.com/ -- Seamen's Bank | Branches from Provincetown to Eastham: "Main Office, Truro, Wellfleet, and Eastham Branches Saturday 8:30 a.m. – 12:00 p.m. Seamen's Bank Loan Center Monday-Friday 8:30 a.m. – 4:30 p.m.Ā ..."

void void
#

.g siemen

limber knotBOT
#

(DiscordBot) https://new.siemens.com/us/en.html -- Siemens | USA | Siemens: "Electrification, automation and digitalization require innovative solutions: Discover Siemens USA as a strong partner, technological pioneer and..."

Siemens USA

Discover Siemens as a strong partner, technological pioneer and responsible employer.

ornate spindle
#

pretty sure that is craftbukkit, not spigot

pulsar wigeon
#

git show

#

it's spigot

prisma garden
#

yo any dypes yet

#

gotta get to them before the players do

slim nymph
#

All the dypes

charred ore
#

hi

void void
#

Don't plz

#

Dupes are cool

#

Fix more TPS issues

cosmic raft
static badge
#

nice fucking stock image

limber knotBOT
#

using torrents to share copyrighted files in 2019

#

wtf

hot hound
#

getChunkAtAsync, not meant to be called from async task right?

ancient bolt
#

Correct

#

It means the work is done async, not referring to where you call it

hot hound
#

kk thanks

austere ivy
#

Paper/Spigot doesn't change anything related to slime spawning, right?

#

Same goes with BiomeBundle right..?

tropic flame
void void
#

lol what

peak dirge
#

The lawsuit also complains that Charter helps its subscribers pirate music by selling packages with higher Internet speeds.
So in that case, we should just live with unbearable internet speeds? šŸ¤”

#

Even though I hate Charter, I'm rooting for them on this one. The argument that faster speeds induces more piracy is just bizarre.

slim nymph
#

wat

#

because yes having 1000gbit instead of 6mbit is totally the make or break moment for me to download that 3mb file

peak dirge
#

Not if you're the RIAA, apparently.

upper flicker
#

I wonder if the music labels realize just how much long term damage they do acting like cunts

#

they're essentially oracle

slim nymph
#

The music industry is suing Charter Communications, claiming that the cable Internet provider profits from music piracy by failing to terminate the accounts of subscribers who illegally download copyrighted songs. The lawsuit also complains that Charter helps its subscribers pirate music by selling packages with higher Internet speeds.
see, if they didnt throw in that stupid addon 'claim', the original one is meritable

upper flicker
#

their version of it isnt

#

if the RIAA had its way the RIAA would have unfettered access to your internet history

#

something most ISPs dont even keep

void void
#

next up: Charter Communications sued for providing a service

slim nymph
#

well regardless of our opinions on it, the RIAA sueing ISP's for the idea that they should terminate customers who commit piracy is at least something reason for a court case over.

peak dirge
#

But there's a more fundamental issue with their original claim. People rely on the internet to do basic things like file taxes and communicate with their friends. I think the RIAA would do well to look up the 2017 Supreme Court decision Packingham v. North Carolina. Even if you've done awful things (the plantiff Lester Packingham is a sex offender), the internet is so fundamental to modern life these days that it makes little sense to cut people off from it entirely.

#

The RIAA argues that if you commit copyright infringement (a far lesser crime than the crimes Lester Packingham was convicted of), then no internet for you.

limber knotBOT
#

does anyone know why when I join my second hub that doesn't have any plugin show the same tablist and scoreboard even tho it doesn't have plugins I use paper

slim nymph
#

yeah i dont think isps's should be required to be involved in punishing a customer for committing a crime ffr someone else

#

but, thats at least not as insane of a thing for them to sue for

#

sueing saying that faster internet encourages piracy, thats stupid

peak dirge
#

But the RIAA will adopt its extremist position because their members want all the money. Cue unbridled capitalism and a political flame war.

upper flicker
#

The RIAA has done more to encourage piracy than any of the ISPs ever have

#

fuck everytime I see one of their idiotic cases in court I want to cancel spotify and go back to torrents

peak dirge
#

The rightsholders want to have their cake and eat it too, and that's precisely the problem.

#

...and that brings us to the tragedy of Article 13.

upper flicker
#

Fresh memes only $1.13 per meme

woven otter
#

Can i buy a meme with virtual taco

upper flicker
#

Depends on the quality of the taco

#

It’s article 17 now right? They renamed it

#

Prices are now $1.17

#

no leaf

static badge
#

if I had a quality taco I'd also would have found the cure for cancer

upper flicker
#

You probably spend a lot of time asking about the cure for cancer given how bad you have it on account of the spots and all

static badge
#

no

#

I'd crush ur heart if I found it tbh

#

cancer is ur only hope of getting 3+ braincells

upper flicker
#

Cyberbullying

woven otter
#

now give me a meme

upper flicker
#

thats a good taco

#

but its not very rare

#

you can get that in any guild

#

not sure its worth a meme

static badge
#

if u want a meme just paste 2's avatar

#

not a very good meme

upper flicker
#

yeah its not

#

thats what the spinning one is for azachariah

static badge
#

mfw

woven otter
#

smh

static badge
#

where even is that emote located

woven otter
#

i'm taking back my taco

static badge
#

nevermind found it

acoustic seal
#

Don't suppose anyone in here has ever had to write a software controlled game controller under linux >_>?

dark nimbus
#

200 player survival world at 15 tps
šŸ‘šŸæ

ancient bolt
#

15 more than you need

void void
#

Website on a op dedi hmmmm

tardy lynx
#

Website on a raspberry pi hmmmm

cosmic raft
#

website on a fridge

woven otter
weak pivot
orchid pelican
#

So I have a shit ton of coax cables in my network panel... it’s ganna be a bitch to put a switch in there what should I do? There’s so much extra cable here for no reason

#

My plan is to shove it back where it came from

limber knotBOT
#

the extra cable is in case you need to move them or split off from one and you will have the material to do that. Could probably shove it back where it came from, but why not just wrap up the cables and use zip ties?

gloomy warren
#

I used a nbt tag editor and removed 30 ender dragons from the end world... I guess there are some bugs related with ender dragons in the nms code

finite wave
#

NMS is just a big clusterfuck

gloomy warren
#

I don't know how, but sometimes we had 8 ender dragons on the island.. instead of one...

finite wave
#

Prolly not nms though

orchid pelican
#

Alright mission complete I just shoved like 15 feet of cable and zip tied it to the walls nicely

#

I now have room for a switch

finite wave
#

Why shove the cable though šŸ¤”

orchid pelican
#

Also found a wall socket while i was moving the cables

#

There was 15 extra feet of it in the cabinet

#

I need to put a switch in there

finite wave
#

So, you just zip tied it to a wall instead?

orchid pelican
#

I did both

#

There was like a loop of it

#

So I pushed it all up and then zip ties it

#

End result of it

finite wave
#

Nice

orchid pelican
#

I didn’t take a before

#

My cable ends come Monday so that’s it for today

slim nymph
#

so i take yalls hatred of lombok and raise you manifold

#

its so beautiful

finite wave
#

Whats manifold?

finite wave
#

Lombok has that

slim nymph
#

it sucks compared to this

#

lomboks doesnt work well

#

its unusable

finite wave
#

šŸ¤·šŸ¼ā€ā™‚ļø Link manifold thx

slim nymph
#

also, INTERPOLATION

golden gust
#

huggles kotlin

slim nymph
#

i no longer need your stinking kotlin thanks to this

potent warren
#

hmmmm

golden gust
#

STONE THE UNBELIEVER!

slim nymph
#

final int TICK_RATE = 2;
System.out.println("Hello $TICK_RATE");

potent warren
#

W h E r E d I d I s E e M a N i F o L d b E f O r E

golden gust
#

shut up "nick"

potent warren
#

what

golden gust
#

If that's even your real name!

potent warren
#

I found Manifold first.

#

it's mine :3

#

Get away!

upper flicker
#

nou

potent warren
#

urs

static badge
#

manifold monkaW

finite wave
#

@slim nymph Hmm thx

#

@potent warren Fuck off C# believer

upper flicker
#

getting a little spicy in here

potent warren
#

Hmmmm

finite wave
#

Use Clojure

young spear
pulsar wigeon
#

manifold just looks like C# extension methods

slim nymph
#

yeah thats what it is

#

its just inserting static methods into your code so no runtime cost

#

ive wanted extension methods so long

#

theres literally a 400$ bounty on Lombok to fix them

#

and thats only OnE of the major flaws with them

#

someone suggested manifold on that issue

#

this works so much nicer than lomboks

#

and the IDE integration works perfect

#

and you get interpolation too?!

#

and other cool features

#

I added an Object[] to my CraftPlayer so i can shove random objects in the player with direct index access (avoiding hashmap cost) , and now giving clean wrappers to access it.

#

and oh man the nicest things going to be player.colorMessage()

void void
#

so it's kotlin in java?

slim nymph
#

yes

void void
#

how does it work? better than lombok?

#

com.sun.tools.javac

#

guess not

coarse urchin
#

Someone have the paper's bstats page?

slim nymph
#

@void void whats wrong with that?

#

dont have a JDK?

pulsar wigeon
#

aren't methods not allowed to start with _ anymore

slim nymph
#

why wouldnt they

upper flicker
#

I think they can start with it

#

I think fields and vars cant be just _ anymore

#

goes to see if javac bitches

slim nymph
#

i did it to keep it out of auto complete šŸ˜›

pulsar wigeon
#

oh, it's an illegal identifier in Java9 on its own

upper flicker
#

yes

slim nymph
#

what does yellow mean in IDEA, my modules are yellow and not consdiered active project

upper flicker
#

they wanted to reserve it for more lambda stuff going forward or something

slim nymph
#

putting TaskChain into global scope was pretty cool šŸ˜›

#

I can now newTaskChain() anywhere

heady spear
#

z i also has crown on my server so i feel more like u

upper flicker
#

wat

heady spear
#

yes

#

I'm cool 2

upper flicker
#

ok

#

more of a wat where did that come from

heady spear
#

am just cool

upper flicker
#

you wanted to tell me ur cool

slim nymph
#

this solves a major problem with lombok builders

#
  thiz.put(key, value);
  return thiz;
}

HashMap<String, String> map = new HashMap<>()
  .add("nick", "grouper")
  .add("miles", "amberjack");
  .add("alec", "barracuda")```
void void
#

@slim nymph i thought thats why people hate on lombok, because it messes with javac internals

#

i dont mind lombok

slim nymph
#

people hate on it because it requires an IDE plugin

#

which this does too

cosmic raft
#

I hate on Lombok because of:

  • it requiring an IDE plugin
  • it causing javadocs to be a fucking mess because of delombok
  • javadocs for getters/setters needs to be done in a shit way, unless you manually write the getters/setters (which removes the point of lombok)
  • it breaks randomly all the time, giving random compile errors because it can't resolve things properly. that's what happens when you play with javac
#

and much much more

#

IDEs have "generate getter" etc features

#

use them

#

shove them on a single line if you care about space: public Foo getFoo() { return this.foo; }

void void
#

im just trying to figure out if manifold is less bad, or the same as lombok

cosmic raft
#

probably about the same

void void
#

i dont know if it definitely was kotlin, but i think intellij is a lot heavier on resources when working in kotlin

cosmic raft
#

the kotlin shit in intellij corrupted my intellij installation the other day

#

had to nuke the system directory in the intellij directory

void void
#

screw that 😦

static badge
#

kotlin corrupts the mind

cosmic raft
#

best part was

#

i was working on java projects at the time

#

zero kotlin stuff

void void
#

you can disable kotlin plugin? or is it built in

limber knotBOT
#

let's use c# c:

void void
#

didnt they talk about a C# modding api in bedrock?

#

or did they ditch that for the js one

coarse urchin
#

I heard they ditched it because xbox (ironically) and nintendo would not allow unofficial code execution

#

not sure if thats true though but makes sense

slim nymph
#

i love how they used these ugly type properties that are read only

#

but id.... nope thats ok to also be a readonly prop

#

i also really think its sad that mojang is repeating browser mistakes from 20 years ago

#

dont fucking do event listener registration by foo.eventName = handler;

#

use a .addListener(event, handler) style api

ornate spindle
#

makes me sad that they went with JS

coarse urchin
#

^

stiff yarrow
#

@upper flicker @heady spear not fair I don't have the crown in mine but I'm the owner thonkeng

upper flicker
#

I thought the owner just got it

#

I didnt have it then one day it just appeared

limber knotBOT
#

yea and it's not possible to remove it unless u make a stupid admin role and hoist it

#

cuz 2 hard 2 put an option

slim nymph
#
@Extension
public class BlockEventExtensions {
    public static PermsBuilder checkPerm(@This BlockEvent event) {
        PermsBuilder builder = PermsBuilder.at(event.getBlock());
        if (event instanceof Cancellable) {
            builder.cancel((Cancellable) event);
        }
        return builder;
    }

    public static boolean checkPerm(@This BlockEvent event, Flag... flags) {
        PermsBuilder builder = PermsBuilder.at(event.getBlock());
        if (event instanceof Cancellable) {
            builder.cancel((Cancellable) event);
        }
        return builder.check(flags);
    }
}
cosmic raft
#

@upper flicker @stiff yarrow crown goes away if more than one person has the Administrator role permission

slim nymph
#

chickeneer did such an amazing job on our permissions checking system for residence

pulsar wigeon
#

PermsBuilder builder = PermsBuilder.at(event.getBlock()); if (event instanceof Cancellable) { builder.cancel((Cancellable) event);
have to say this method naming is 🚮

slim nymph
#

how come?

pulsar wigeon
#

cancel is a verb

slim nymph
#

building a permission check AT a location, cancelling an event

pulsar wigeon
#

the way it reads atm

#

your builder cancels everything it possibly can

slim nymph
#

lol

#

i guess

#

cancels(event)

#

better?

pulsar wigeon
#

yea probably

#

or canceling

slim nymph
#

cancelling sounds more 'going to happen', cancels sounds to me more "can happen"

pulsar wigeon
#

well idk what the rest of those classes look like

cosmic raft
#

šŸ‘ for cancels

wraith oracle
#

Perhaps because my mother language isn't english but I don't really see how cancels sounds like can happen

upper flicker
#

couldMaybeCancelButEhWhoKnowsAmIRight(event)

coarse urchin
#

Wait what, you can "add" custom methods to other objects using that thing?

slim nymph
#

yes

coarse urchin
#

Fine where do i sign up

pulsar wigeon
#

wait does it actually add methods

upper flicker
#

it creates extension methods

cosmic raft
#

it's just a static method internally I bet

slim nymph
#

virtually

#

yes it is

upper flicker
#

its just doing what kotlin does iirc

slim nymph
#

which the jvm is gonna inline away

upper flicker
#

think kotlin does it statically

#

would have to look

slim nymph
#

i checked the decompile code

pulsar wigeon
#

wait but it just calls the static method right

#

it doesn't add the method to the target type

cosmic raft
#

yes

slim nymph
#

right

pulsar wigeon
#

type.extension() -> extension(type)

slim nymph
#

so it only affects your source

#

yep

pulsar wigeon
#

right ok

slim nymph
#

and IDE performance has not been impacted by it at all

cosmic raft
#

only problem would come when more than one thing adds such an extension method

#

šŸ’„

slim nymph
#

control +B jumps to the extension method

pulsar wigeon
#

C# just handles it via normal overload resolution

slim nymph
#

@cosmic raft its local scope to your own project šŸ˜›

upper flicker
#

kotlin makes you import them

#

then its treated like anything else

pulsar wigeon
#

right, but you could import two things

upper flicker
#

then its treated like anything else

pulsar wigeon
#

actually, how does java treat that

#

imagine you have to static methods imported with the same args

#

is that a compile time error?

#

or does it have resolution rules

slim nymph
#

yes

pulsar wigeon
#

ok

cosmic raft
#

probably a compile error if two with exact same signature

slim nymph
#

I accidentyl added teleportAsync

#

forgetting paper already has it

coarse urchin
#

oof oof

slim nymph
#

this tool is solving some major problems ive had with java. lombok isnt shit compared to this

pulsar wigeon
#

wait what

#

what does self actually do there

slim nymph
#

wiz its for chained interfaces

pulsar wigeon
#

also in the next example there

#

there's a stray semicolon

slim nymph
#

when B is chainable, and extends from A thats chainable, b.foo() returns B instead of A

cosmic raft
#

i'll stick with static methods myself

#

as expected :p

slim nymph
#

i need to switch IDB to manifold now

#

manifold fixes my Builder pattern issue

#

i wanted PooledDatabaseOptions to extend DatabaseOptions

#

I ended up having to use 2 separate objects because the builders cant chain correctly

#

where pooled takes database options as its own arg :/

#

so you use 2 builders

#

dunno if manifold supports all of lomboks builder default stuff though

#

but that @Jailbreak is really damn cool too

#

type safe reflection utils

limber knotBOT
#

well I just got the weirdest support request message for a plugin so far

#

dude wanted me to delist a server from a public user-managed repository of servers using my plugin because he got banned

#

lool

#

wat u tell him

#

"no"

#

"mayonnaise is not an instrument"

#

how many y'all fly often

#

(ish)

#

is what I told him

#

I fly 7 or 8 times a year

#

idk what often ish is

#

that's pretty often

#

yea thats bout wat i do

#

I fly about once every 3 years

#

but anyway

#

going to Cebu for 7 days, we have 2 free carry ons

#

I mean, I know people who fly twice a week

#

fairly large i m ean

#

so their bar for that is going to be a lot different

#

just trying to figure out if i need to buy a checked bag

#

lol

#

simpleauthority: I can get a weeks worth of clothes into a duffle bag and then my laptop and ipad and chargers and a nice set of headphones in a backpack

#

and thats usually what I do

#

no checked baggage ever

#

Right but that would be 2 carryons

#

yes

#

I have 2 people, she has her own carry on, I have 1

#

i guess we can share bags

#

yea

#

pretty sure its 2 per ticket

#

that might work

#

nope

#

wut

#

it's a 1h flight just over an island

#

1 carryon per person

#

oh

#

i will however be flying internationally, for that i have more allowance

#

I mean if you only need like 3 days of clothes you could probably do that or just keep seaparate bags

#

7 day trip

#

ehhhh

#

yeah thats fun

#

so I'll prob just drop 30 euro on 1 checked

#

bc my fiance wants souvenirs too

#

lol

#

I went to the US for 10 days and I only took a backpack

#

yeah thats sane