#general

3141 messages ยท Page 264 of 4

worn ember
#

just evolve with it

#

stupid companies

#

shouldve went into the gun business

#

ยฏ_(ใƒ„)_/ยฏ

tropic flame
#

there was literally a taxi driver on TV saying to the reporter "laws are like little virgin girls, they're meant to be raped"

#

... and then they want themselves to look trustworthy

worn ember
#

lmao

merry talon
#

doesn't even relate

#

he just wants people to know he rapes little girls?

latent sorrel
#

One of the reasons some of the European governments don't like it is environmental as well. After Uber and Lyft became popular it increased driving by a fuck ton. Lots of people who normally would have walked or took a bike or bus or not go wherever it was at all due to Taxi wait times and prices get an Uber now.

merry talon
#

improve the god damn infrastructure then

latent sorrel
#

Between 9 major cities the drive hours of Uber vs Taxis increased overall driving by 5.7 billion miles in just those cities

worn ember
#

the goverment loves me

#

i sit at home all day

#

i dont need to move at all

latent sorrel
#

<<-- stay at home dad

#

I uber rarely but not much

worn ember
#

actually tahts a lie

tropic flame
#

@merry talon if you want to help defending a cause you don't go on TV to say something like that, you'll just make yourself look bad and all the others for the same cause

worn ember
#

i start work tomorrow

#

i go by bike tho

#

45min drive <.<

latent sorrel
#

oof

worn ember
#

i get compensation for it tho

latent sorrel
#

Used to do that. Got a lot better once I got a crazy audio system in my car

little axle
tropic flame
#

anyway it's just dumb, if they're angry they're losing money you improve your system to compete with the others

#

youdon't go cry to the government

worn ember
#

crying is easier

vestal jasper
#

reeeee

latent sorrel
#

I mean to be fair you cant exactly do it though. Uber's model only works due to exactly how its run and how you arent an employee. Taxi companies wouldn't be able to do that since they would need to pay the drivers less than the federal minimum wage some days and more others. Plus not having a real full time job screws you over for car loans, apartments, houses

#

No bank likes dealing with someone who is self employed with such a low income and that is so unreliable

#

So anyway back to MC stuff. Ignoring the fact that cmd line is best, would a GUI version of Linux such as Ubuntu make much of a difference over Windows?

#

not at the moment although I could

#

I have server 2016 license, not installed atm

#

win server or ubuntu? im on win10 atm

upper flicker
#

both probably

latent sorrel
#

gotcha

upper flicker
#

ubuntu even with a gui would get you some of linux's general improvements

latent sorrel
#

Win10 is just what the box was already running and the server isnt live yet

upper flicker
#

filesystem speed being the one that comes to mind

latent sorrel
#

Mk. Ill dual boot Ubuntu first, since it works with this Pterodactyl which I would like to use, and go from there.

#

"If you expect to be able to install this with no understanding of basic linux system administration you should stop and turn around now." Welp there goes that idea lol

#

yea. prolly gonna try anyway tho

#

It says proper setup takes multiple dedicated administrators who are willing to carefully read all of the documentation and learn to use the system

#

talks about multiple dependencies and other complicated stuff

vestal jasper
#

multiple dedicated administrators
really wasn't that complex to setup tho peepoGIGA

#

And ptero is nice, I prefer it over multicraft by a long shot

void void
#

where does it say it takes multiple dedicated administrators lmao

worn ember
#

multicraft is nice for noobs who have no clue how to use shell or terminals

#

but other than that it sux

void void
#

i do it on and on just by myself

#

just takes 1 person who isn't a retard

vestal jasper
#

^

worn ember
#

it'll take 2 of me then

vestal jasper
#

I haven't had any problems or anything break since I installed it either

#

And updating it isn't difficult

void void
#

The only thing I haven't tried recently is their mobile beta eats the system ram like nobody's business

#

and my webserver is lightweight compared to the dedi running the nodes

#

so it just dies

worn ember
#

whats wrong with cpanel tho?

#

or vesta

void void
#

wat

golden gust
#

Depends on your needs

void void
#

for minecraft?

worn ember
void void
#

yes?

worn ember
#

web server so i'm assuming its just a webpanel?

golden gust
#

You host it from your own web server and it talks to the daemon

void void
#

it is a web panel, but there is also the pterodactyl daemon called wings

#

which runs your games

worn ember
#

or i'm being dum dum again

golden gust
#

It is a web panel, but it doesn't manage "web" things outside of docker stuff

worn ember
#

ah ok

void void
#

so yes installing the panel itself is no harder than installing a web panel

worn ember
#

fair enough

void void
#

(and, installing the entire thing nodes and all is really not even hard lmao)

golden gust
#

Also, never used vesta, but CPanel can eat a turd

worn ember
#

:))

void void
#

cpanel was my life when I was learning

worn ember
#

i used it a few times

#

wasnt so bad

void void
#

i was so proud of changing the cpanel theme

golden gust
#

My mate kinda dumped me straight into config files and stuff

void void
#

and thought it was so cool to has "unlimited websites!!!!!1" when my host enabled unlimited subdomains lul

worn ember
#

i just use vesta cuz fix recommended it ๐Ÿ˜ƒ

#

and its easy to use

void void
#

now i just has $5 vps and nginx

worn ember
#

lol noob

golden gust
#

Issue with "easy" is that it's easy when you don't know what you're doing

worn ember
#

mine is 4dollar

golden gust
#

When you wanna start configuring stuff properly, cpanel just becomes a royal pita

worn ember
#

yeah so i noticed

golden gust
#

It's great for end users who don't wanna manage all of that mess

worn ember
#

the whole web environment is a mess imo

golden gust
#

I can see it's pros in commercial hosting services, but for personal, you're paying to be shot in the foot

void void
#

how about that plesk :^)

worn ember
#

what is redis used for exactly? i know its some sort of storage system, but in what cases do you use it?

void void
#

im using it for session storage and pubsub messaging

worn ember
#

idk what either of that means lul

void void
#

so someone signs in, i plop their UUID and session token into redis that way if my java app goes down, the sessions stay alive (as opposed to being dinged out of existence if it were stored in a collection inside the java app)

#

pubsub is like plugin messages

#

except through redis instead of through bukkit

#

you subscribe to a channel, then publish messages to it, and all the subscribers get the message

golden gust
#

It's an in memory database/ pub/sub system

void void
#

yes that

golden gust
#

General gist is is that it's faster than mysql but has its own concerns

void void
#

however, i don't store persistent data to it (though, you can, apparently)

#

i just keep sessions in there, because they're only alive as long as the user wants then to be alive

#

and if it goes down oh well log in again

worn ember
#

i see ok

#

thanks โค

#

so its basically just for fast access but not meant to store large/permanent data

void void
#

well, it depends on who you ask but yes i'd say that

#

however you can put whatever tf you wnt in there

#

it's a key to value store, like a Map<String, Object>

#

you can literally plop any object in there

#

as long as it serializes

golden gust
#

It supports data persistence but the methods for it basically suck

worn ember
#

seems like something you wouldnt want to do anyway

golden gust
#

e.g. you can have full snapshots, but those are pretty harsh in terms of taking them and managing them

void void
#

yea it's sketch

#

i use redis AND mysql

golden gust
#

Or there is the transaction logs

void void
#

redis for temp data, mysql for permanent

#

jesus i can't type

worn ember
#

i'd agree with that. RAM is far more limited in size than SSD/HDD's so only maybe for files you really need fast access to, but you might aswel just load them in memory when starting you application

#

but yeah, just my opinion

void void
#

yeh all i store is a string to a string, so i can throw a fuckload in there its naise

golden gust
#

How do you guys tackle databases in public plugins?

#

More specifically version migrations

void void
#

Good question, I try to make the schema as permanent as possible personally

worn ember
#

well usually you want the structure to be right from the get go and use mysql or sqlite

static badge
#

editing the database with a hex editor

golden gust
#

Saw flyway or whatever it was called and it looked kinda interesting

#

lol

void void
#

and if there are changes, just additions

#

and yeah flyway seems nice

worn ember
#

as far as editing goes, just drop the db lul dab

void void
#

never used it but have read about it

golden gust
#

Yea, aiming to avoid it, but kinda wanna think of a way to address it if I ever have to

worn ember
#

pretty sure you can edit tables, but then you'd be left with data thats essentially null if it has been created beforehand

#

if we're talking relational db's

void void
#

you can. If you remove a column from already created data, it's just gone. Not even in the db anymore. If however you add a column and don't specify a default value then it's null (as long as NOT NULL flag is not set), otherwise you have to specify a default

limber knotBOT
#

Halp

#

Am being stalked

void void
#

wat u want

#

wat

limber knotBOT
#

electronicboy just liked a 4 years old tweet of mine

golden gust
#

๐Ÿ˜„

void void
#

call the police

limber knotBOT
#

And he was the first one to like it ๐Ÿ˜‚

void void
#

have him arrested

limber knotBOT
#

How the fuck did you find that?

golden gust
#

I literally just page down'd

void void
#

advanced search :^)

#

wow he did it the noob way

golden gust
#

Ah lol

limber knotBOT
#

On my Twitter?

#

Wow you really stalked me

#

(MiniDigger) @xMiniDiggerx (MiniDigger): Something is not working? Count to ten, try again! (3 years and 8 months ago)

#

For the rest

golden gust
#

9:23 PM] BOTMiniDigger: They are written in stones! [9:23 PM] BOTMiniDigger: Just like tweets ๐Ÿ˜‚

#

Well, what do you know

#

He was right

limber knotBOT
#

๐Ÿ˜‚๐Ÿ˜‚

void void
#

done

#

mini check twatter

limber knotBOT
#

Is that my first tweet?

void void
#

yes

limber knotBOT
#

Kek

#

I remember that

#

I was watching a esl stream

#

Form their new office

#

And they said they had pizza

#

And ppl could come by

void void
#

hah

limber knotBOT
#

And I wanted pizza ๐Ÿ˜‚

void void
#

I just found twitter advanced search the other week and now anytime I need to find something on twitter it's my goto

limber knotBOT
#

Does it help you find a sane tweet by trump? ๐Ÿ˜‚

void void
#

nah

limber knotBOT
#

Just saw that he told an American woman to go back to where she came from and fix the corrupt gov

void void
#

i dont even look at his profile

#

too embarassing

limber knotBOT
#

Retweet

#

Or well, retweet of aoc's retweet

#

A bit of us politics is good to brighten my mood

#

Just like Uk stuff ๐Ÿ˜‚

#

But my mood today was good anyways -20% coal burned for energy in german last quarter

peak dirge
#

In other words, Germany was creating coal from energy?

void void
#

right now the 'camps' we have are terribly reminiscent of some dark history

peak dirge
#

I have an idea. Let's put GOP politicians, their families, and their wealthy supporters in the camps. See how they like it.

golden gust
#

Aren't yall just burning more gas instead?

limber knotBOT
#

Nah, we finally figured out that we could use our modern gas thignies

#

And ton of wind

void void
#

yeah i would be open to that tux :^) it's really really shit.

golden gust
#

I mean, it's cleaner than coal, but last I saw you guys where still going down a bit of a shit storm in some aspects

void void
#

and they're putting it on tv and touting it as awesome and clean and i actually almost got sick last night watching it

peak dirge
#

Then take their money and distribute it out to everyone in the U.S. as a check.

limber knotBOT
#

Half of our energy is regenerable by now

#

We still import ton of energy from Norway tho

#

Gotta have that cheap water power ๐Ÿ˜‚

golden gust
#

Well, yea, you guys are getting rid of the nukes

peak dirge
#

I will take my share of the Koch brothers' wealth, thank you

golden gust
#

Issue with getting rid of the nukes is that the only real proper alternative for a nuke is gas

limber knotBOT
#

Yeah, we will completely turn of nuke stuff soon

#

Coal is next

#

I doubt coal will survive the 20s

golden gust
#

over here I think we have 2 reactors which are confirmed for go-ahead or something

limber knotBOT
#

We turned most stuff off after fokushima or whatever it's called

#

I mean we are heavily relying on french nuclear reactors so us turning them of didn't really change much (besides getting the power lobby angry)

#

Cool side to see power distribution

#

We export more power to france than we import

#

yeah because we ramped up coal usage Kappa

#

I just drove by a gas plant, build in 2015, before this year it ran for like 3 days

#

Now it's actually running properly because it's cheaper and cleaner than coal

#

Coal is getting expensive thanks to the Emission Trading

#

isn't gas still just burning fossil fuel though? ๐Ÿค”

#

I mean, now we burn Putin's gas, its better but still not good

#

Yeah but gas plants are cleaner and way more effective

#

And they are modern

#

I would be a lot hapier if they would just use our extremely modern nuclear power plants ;_;

#

And th me waste?

#

The*

#

just store it until we resolve the issue?

golden gust
limber knotBOT
#

Where?

#

it's a lot less than the coal/fossil fuel waste

golden gust
#

Tbh, apparently there ain't even that much of it considering

limber knotBOT
#

and nobody asks about where we store that stuff...

#

Idk, I kinda agree

#

because guess what, nobody cares if you polute the planet with it

#

But if the trends continue like this the problem will solve itself without the politicians doing anything

#

but as soon as humans might be damaged by it people suddenly care

#

That's why we ban diesel and not gasoline

#

Gasoline is worse co2 wise

#

But diesel in cities actually kills ppl

golden gust
#

The issue is really in all the mess

limber knotBOT
#

I buy 100% clean energy

#

Produced in germany

golden gust
#

They're planning to ban icbe cars over here

limber knotBOT
#

And for every kwh they invest 1ct in new stuff

#

imo you mean you pay 100% clean energy?

golden gust
#

And pretty sure that many other countries have slated a similar plan to phase out fossil powered transport

limber knotBOT
#

Well, EVs are the future

golden gust
#

Yea

limber knotBOT
#

because not 100% of the power you consume is definitly not clean xD

#

I love to drive with my dad's leaf

#

Well, sure, but for every kwh I used somebody produces one kwh of clean power somewhere and put it into the grid ๐Ÿ˜‚

#

I hope that once I get my next cars I can afford a ev

#

I mean it would've been produced that way anyways ยฏ_(ใƒ„)_/ยฏ

#

And that we solve the battery issues

#

And ban fucking hybrid cars

#

That's fucking bullshit

#

Even plugin hybrids

golden gust
#

The joys of being able to plug something as being more efficent

limber knotBOT
#

20km electrical range my ass

#

They even get E licence plates in Germany and tax write offs and shit

#

Fucking audi

#

Can we just ban SUVs in general please?

#

Nobody needs them

void void
#

oh word?

#

how about my 8 person family

limber knotBOT
#

Just ppl compensating for their small dicks

#

just get a bus, lol

void void
#

i'd say we need it

limber knotBOT
#

You can't fit 8 ppl into a normal suv

void void
#

sure you can

#

come watch

limber knotBOT
#

What kind?

#

Maybe a Tesla model x since that has 3 rows

#

But normal SUVs don't

void void
#

it's a dodge durango, trunk has 3 seats that go up, so there's 4 people (we squeeze), middle has 3, and front has 2

limber knotBOT
#

Like in Germany everybody and their dog has a Porsche Cayenne

void void
#

thats 9 people

#

so we can take the family and a friend

#

ezpz

limber knotBOT
#

We don't have that kind of SUVs over here

void void
#

only reason I'd buy an SUV is carrying capacity

#

otherwise no, a small sedan is fine

limber knotBOT
#

It's the cayennes and the Audi q idks

#

not sure if that about the Porsche was a joke or just a west-german thing ๐Ÿค”

#

You can buy a cayenne for 8k

#

because that doesn't look like something that I see often xD

#

Used

#

I swear, in cologne every second car you see is some fucking SUV

#

why pay that much when you can get a used car for 500? ๐Ÿค”

#

In a big city

#

Because you have a small dick

worn ember
#

u gotta flex

limber knotBOT
#

but yeah, around here most are probably older VW, Ford, Opel, Renault and all the asian ones with the ocacial Audio, Mercedes and other expensive/rare car

#

Welcome to the real part of German ๐Ÿ˜‚

golden gust
#

Tbh, if i could drive, I would probably love to go for something like a SUV or something

#

Maybe if I was ever posh enough a tesla

limber knotBOT
#

Why?

quasi valley
#

And people accelerating to 50 to flex on em haters until they have to hit the break 2 seconds later because they were 50 meters in front of a red light

limber knotBOT
#

Like what do ppl love about then

#

I just don't get it

golden gust
#

They're big

#

You don't fuck with an SUV

#

For the same reason you don't fuck with a truck

#

I also kinda like the idea of having space if it's actually needed

limber knotBOT
#

It's so fun to see them struggle to park in crowded streets ๐Ÿ˜‚

#

If you need space get a Kombi

golden gust
#

Nasa has that fixed

limber knotBOT
#

(DiscordBot) This is JSC: MMSEV - length 38s - 1,290 likes, 17 dislikes (98.7%) - 227,779 views - NASA Johnson on 2013.08.15

#

parking on the curb

#

That's basically the normal and accepted here in cologne ๐Ÿ˜‚

worn ember
#

nice

limber knotBOT
#

As long as it's just two wheels and there's one meter for pedestrians nobody says a word

#

yeah, it's insane how many people do that in west germany

#

it's kinda frowned upon here xD

void void
#

whats wrong with parking at the curb

worn ember
#

yt is breaking when you play 2 vids at the same time

limber knotBOT
#

See, we don't have space ๐Ÿ˜‚

worn ember
#

NASA has all the space

#

get it?

void void
#

in some cities here, that's the only place to park because there is no parking lots lol

worn ember
#

cuz they do space missions

limber knotBOT
#

well we've had western germany's money to build proper streets and parking :P

#

assuming we have functional streets

worn ember
#

blame your mom for making you in whatever 3rd world country you are in

limber knotBOT
#
  • me looks at all the functional bridges over the Rhine in cologne *
#

Oh right, they are all fucked

worn ember
#

ah yeah bridges

limber knotBOT
#

just renovate them? xD

worn ember
#

my countries worst enemy

#

they break when it gets hot

#

or they flood when it rains

limber knotBOT
#

That might have worked 20 years ago

worn ember
#

10/10 engineering

limber knotBOT
#

Now it's too late

#

We are burning the first one down

#

The rest will follow eventually

worn ember
#

blow it up

limber knotBOT
#

I wonder how they will do that

worn ember
#

with explosives

limber knotBOT
#

That's a non trivial task if the bridge goes our one of Europes largest river

#

It's a 6 lane bridge

worn ember
#

blow it up and pull the rocks from the river bed after lul

#

seems very efficient

limber knotBOT
#

1k long

worn ember
#

or just leave em

limber knotBOT
#

40m wide

#

120k vehicles per day

#

Build in the 60s

worn ember
#

i mean, if you use enough explosives you could pulverize the entire thing

#

ยฏ_(ใƒ„)_/ยฏ

#

imagine putting a charge every 10cm

limber knotBOT
#

Fun thing is that bridge was build with 4 lanes and for 40k vehicles

#

Kek

#

Wikipedia says we spend 5 million to stop trucks > 3.5t to go over it and to enforce that 60kmh limit we put in place to protect the bridge

worn ember
#

just mark it as an endangered species

limber knotBOT
#

uh, I wonder if Cities Skylines has a mod to target trucks with loads/certain size in street usage bans ๐Ÿค”

#

360 million to rebuild that bridge, wow

worn ember
#

does it even diffirentate between the two?

limber knotBOT
#

At least it will have 10 lanes

#

So, enoufgh Wikipedia for today

#

between the two what?

#

3.5 and 7 (or 11?) ton trucks

#

I guess s

#

Heh coworker just send me that

worn ember
#

between trucks and cars

limber knotBOT
#

It's his grafana dashboard about his photovaltaic stuff

#

well the Traffic Manager's road limits does

worn ember
#

ok maybe there might be a mod then idk

limber knotBOT
#

He consumed 15kwh today, brought 5kwh from the grid and put 11kwh back into the grid

#

On a very cloudy day

#

That thing basically prints money

worn ember
#

what is that?

limber knotBOT
#

Solar panels on his roof

worn ember
#

oh

#

those fuck up the grid tho

limber knotBOT
#

Then the grid needs to learn to deal with that

worn ember
#

you cant tho

limber knotBOT
#

You can

worn ember
#

in order to put current back you need to have a higher voltage

limber knotBOT
#

With fast power plans like gas plants for example

golden gust
#

The issue is is that they're not managed as closely

#

You can only ramp up production so fast

silk stump
#

use non pure sin transformer and fuck whole grid ez

worn ember
#

so if enough people use solar panels the voltage will fluctuate

limber knotBOT
#

Well, then install battery packs to compensate the spikes

#

I mean the european grid is becoming less and less stable but ยฏ_(ใƒ„)_/ยฏ

worn ember
#

you get fined for that here @silk stump

golden gust
#

We're still waiting for the tech to make it actually viable for that entirely

limber knotBOT
#

We soon will have ton of worn out batteries from cars

#

they need to research the tech to fix it I guess

silk stump
#

xD

limber knotBOT
#

Perfect for puffers

#

just mine bitcoin to burn excess electricity thinksmart

worn ember
#

my old school had a bunch of balasts in the power room to rectify the current cuz all the machinery pulled the sinewave off

limber knotBOT
#

Today we had 16gw produced by solar in Germany

silk stump
#

or ask dark friend to compensate spikes on 2 wheel bike

worn ember
#

thats not that much

#

thats like what?

#

5-10% of total consumption?

limber knotBOT
#

And like 50 to 60gw consumed

#

(per hour)

silk stump
#

well exces electricity can be used to pump water?

limber knotBOT
#

Sadly we don't have proper space for such pump plants

worn ember
#

the thing with reneable energy is that its not stable. so you need power plants that output consistent current to regulate the grid

#

*renewable

limber knotBOT
#

Until we can better store energy, yes

#

That's why we need to shut down coal and use gas

worn ember
#

theres no way you can store energy efficiently

limber knotBOT
#

if only we had nuclear plants to do that... oh wait, france is building a couple new ones just for us!

silk stump
#

u can pump water up and use it as batery lol

limber knotBOT
#

runs

worn ember
#

well not with our current technoligy

limber knotBOT
#

Since gas can be regulated way more quickly

silk stump
#

(being sarcastic ofc)

worn ember
#

batteries arent feasable at all for this

limber knotBOT
#

also bio gas is starting to get used for energy storage

#

@silk stump that's not sarcastic at all

#

We do that

#

And it's really efficient

#

but even insaner is that you can actually make money by consuming energy at some times xD

silk stump
#

LOL

#

water tanks on hills eficient for electricity storage?

#

xDDDD

limber knotBOT
#

Yeah, energy priced peaked to minus 20 euro last year

#

Yes

worn ember
#

wtf, power is expensive as fuck here

#

stop selling it so expensive you filthy germans

limber knotBOT
#

that's the power "stock" market price, not the consumer one lol

worn ember
#

๐Ÿค”

golden gust
#

Cost of electricty has been up on the rise everywhere

#

especially as more renewables are being added

limber knotBOT
#

I pay 24ct per kwh

silk stump
#

yes electronic cat codes minecraft for too long

limber knotBOT
#

I can't complain

silk stump
#

xd

#

we runt out of electricity now

worn ember
#

"runt out"

golden gust
#

12.499p per kwh

limber knotBOT
#

12p to ct

silk stump
#

0,060Eur/kWh

limber knotBOT
#

.wa 12p to ct

worn ember
golden gust
#

$0.15ct

void void
#

ontario has best electricity rates in NA ๐Ÿ˜›

limber knotBOT
#

Euro ct pla ๐Ÿ˜‚

silk stump
#

0,060Eur/kWh here Lithuania

limber knotBOT
#

Pls

golden gust
#

.wa ยฃ0.12 in euro

limber knotBOT
#

Well you have cheap gas up there, right

#

Or what do you use for power?

worn ember
#

wtf

golden gust
#

Over here we have a mix

#

Nukes, coal, gas

worn ember
#

i pay almost 0.3/kwh

limber knotBOT
#

Of pound = euro nowadays?

golden gust
#

some off shore stuff too, and wind ofc

limber knotBOT
#

yeah almost xD

#

brexit killed it

worn ember
#

we're putting some giant wind farms in the oceans the next few years

limber knotBOT
#

why would you need even more wind farms?

worn ember
#

which will generate about 25% of our electricity

golden gust
limber knotBOT
#

the current ones don't even all get used xD

worn ember
#

they do?

limber knotBOT
#

Not here in Germany...

#

no, they get turned off as soon as a bit more wind is blowing xD

fallen oracle
#

Hello gamers and gamets

worn ember
#

well it depends on the demand and production

#

its easier to just shut down wind turbines than an entire reactor lol

limber knotBOT
#

also we have a power grid issue: the wind farms are in the north but the industry is in the south and nobody want's powerlines in their backyards

worn ember
#

yeah same here, theres a bunch of petitions from people that dont want high voltage power lines near their homes

limber knotBOT
#

so the north-south power lines are planed but don't get build because of local politics xD

worn ember
#

cuz they need to pass from the coast to the mainland

limber knotBOT
#

Fucking bavarians

silk stump
#

Lithuania is weird country curency got high value here

limber knotBOT
#

same goes for north-south train lines but that's partly the transport ministries fault too :S

silk stump
#

even if it is euro

limber knotBOT
#

Shall I repeat?

#

Fucking bavarians ๐Ÿ˜‚

#

yeah, not sure why they don't just make their own country

#

runs

#

Why do we put them in charge of transportation all the time

silk stump
#

usualy 4times less value of euro in west

#

ยฏ_(ใƒ„)_/ยฏ

limber knotBOT
#

As long as it's stablw that's fine

worn ember
#

ugh fuck i need to go work in the morning, i dont wanna ;n;

#

someone break my leg

limber knotBOT
#

Get a better job then

#

That actually is fun

#

the real insane thing is that the transportation ministry is also responsible for the internet...

worn ember
#

i wish

#

its a vacation job

limber knotBOT
#

For the last few weeks I had ppl remind me to go home ๐Ÿ˜‚

worn ember
#

cuz u big gea

limber knotBOT
#

Someone I met the other day thought I was 27.......

#

Am just 22 God damnit

#

as if there is that big of a difference lol

#

Yeah, I am basically still a teenager, ok?!

#

My boss is 32 and has a house and next month his second child

#

๐Ÿค”

#

Am not that old ๐Ÿ˜‚

woven otter
#

you're old MiniDigger

limber knotBOT
#

I can't even stand a gf for more than a few months, let alone marry someone

latent sorrel
#

22 basically a teenager lol. Had my first kid at 20

limber knotBOT
#

getting kids before 30

#

getting kids

woven otter
#

f

limber knotBOT
#

wat

woven otter
#

ninjaed

latent sorrel
#

30s too old for kids

limber knotBOT
#

it's too freaking early, lol

#

Ideally I want to start before 30 too

#

But not within the next 5 years ๐Ÿ˜‚

#

but maybe I just don't want kids in generl and am just justifying that with the age xD

#

I mean, I finished my bachelors, I got a proper job, I have my own flat and car, it wouldn't be a catastrophe to have kids now

#

but yeah, all the friends of mine that get kids before 30 seem to be commiting social and financial suicide so ยฏ_(ใƒ„)_/ยฏ

#

With one or two raises I might be able to afford a child ๐Ÿ˜‚

#

Need an additional to afford a wife ๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚

#

(at least the ones that actually end up raising it I guess, the ones that just break up again are kind like before xD)

golden gust
#

oh god

woven otter
#

Looks like life is going well for you Mini

golden gust
#

Mini minidiggers running around

limber knotBOT
#

When will you be getting your first kid cat?

#

The clock is ticking!

#

Ur as old as we are, right?

golden gust
#

24, i think

woven otter
#

is ecat like 27

#

oh

static badge
#

24 huh

limber knotBOT
#

I always feel old in here :S

woven otter
#

are you 30?

limber knotBOT
#

almost! 26 xD

woven otter
#

I always feel young in here

#

26 isn't that bad

limber knotBOT
#

it's closer to 30 than 20 so yeah, it's old

#

I'll remind you of that when you are 26 duck ๐Ÿ˜‚

#

also I'm closer to 27 than 26 which is even closer to 30!!!

woven otter
#

only 3 more years I guess

limber knotBOT
#

It only goes downhill after 21

woven otter
#

F

static badge
#

< 20 club here kappa

golden gust
#

My knees already ache

#

I'm doomed

woven otter
#

wow ur old

limber knotBOT
#

I had that since forever

#

as long as your back works...

#

Since I was only doing sports in water

golden gust
#

That's been screwed since I was young

limber knotBOT
#

Hey, I can reach my tows while standing

#

That's amazing for my age and profession ๐Ÿ˜‚

silk stump
#

t

golden gust
#

Too bad your brain is already failing and you can't spell toes

limber knotBOT
#

It's late ok

#

yeah just reach around the back

#

runs

#

Since I often go swimming (at as often as in school, 4 times a week, lol) my back is really just fine

#

yeah I don't do sports

woven otter
#

so what is the average member here like

limber knotBOT
#

And yeah, I lost over 20kg since I brought my Vive ๐Ÿ˜‚

#

@woven otter dum

#

There are the few old OG dudes and then the normal teens

#

And then there's @billy

#

He's ancient

woven otter
#

how old is he

#

What about Aikar btw

limber knotBOT
#

I would guess he's in his 30s? Billy I would guess is older than that

golden gust
#

Billy was like 30 something

limber knotBOT
#

tbh most people don't care about age on the internet xD

ancient bolt
#

Billy's beard is older than he is

woven otter
#

I guess they care more about mental capabilities

ancient bolt
#

he inherited it from an immortal wizard

upper flicker
#

so he inherited it

#

from an immortal

woven otter
#

Z were you like 22

ancient bolt
#

I'm not judging

woven otter
#

maybe the immortal one lost his immortality

limber knotBOT
#

Or was just sick of the beard, lol

woven otter
#

or maybe he's a child of an immortal wizard

limber knotBOT
#

Uff, it's 12 already

ancient bolt
#

starbucks really needs a delivery service

limber knotBOT
#

I need to sleep

golden gust
#

I've grown mine out when I go through phases where I kinda CBA shaving

ancient bolt
#

I can't grow a good beard

#

or I haven't had the patience

limber knotBOT
#

I do that too now

#

But it always looks meh

ancient bolt
#

one of the two

golden gust
#

Saying that, I don't think I could be assed tryna keep it trimmed and stuff, would just rather go clean

silk stump
#

21 can confirm about life going downhill ๐Ÿ˜‚

limber knotBOT
#

Just look how shit that looks

silk stump
#

N word

golden gust
#

Is that ginger or?

limber knotBOT
#

Yeah my beard is orange

wide chasm
#

I don't think it's that bad tbh

limber knotBOT
#

For some fucking reason

merry talon
#

starbucks delivery

silk stump
#

nerds beard

merry talon
#

you just made every white girl's panties drop

fleet osprey
#

How do you convince someone who has been coding in Java for over 5 years who uses eclipse, refuses to use libraries, and refuses maven or gradle to just stop refusing.

woven otter
#

at jokbon. well that's why people drink

stiff yarrow
#

Mini: looks fine bro

silk stump
golden gust
#

Does convincing them impact you?

silk stump
#

when u get older

golden gust
#

If not, ๐Ÿคท

stiff yarrow
silk stump
#

ukrainian

fleet osprey
#

it's just stupid but I guess you can't help those people

woven otter
ancient bolt
#

how is jetbrain's own markdown plugin not compatible with 2019.2

stiff yarrow
#

@fleet osprey let them do what they want whys it matter to you weSmart

ancient bolt
#

markdown navigator is ugh

golden gust
#

Ducks do have small brains

#

Explains a lot really

woven otter
#

they are compact

silk stump
#

i would say 9999 iq

fleet osprey
#

but they are a friend man

limber knotBOT
#

2019.2 isnt out yet, right?

#

It's just beta

wide chasm
#

It's a bit silly to refuse to even try it imo, but if they don't want to, then whatever.

ancient bolt
#

eap yeah

limber knotBOT
#

So they still have time ๐Ÿ˜‚

ancient bolt
#

my plugin is eap compatible...

void void
#

rip #ImAnEclipseUser

woven otter
#

you can't really compare electronically augmented cat brains with duck brains though

upper flicker
#

duck brain is probably less likely to have a glitch and wipe out humanity

static badge
#

duck brain is less likely to work

woven otter
#

u

half tiger
woven otter
#

leafs don't even have brains

silk stump
#

expected coment from leaf

light dawn
worn ember
#

Thanks Google...

woven otter
#

damn only 8 mins

limber knotBOT
#

More like 5

#

Pls no stalkerino

#

( อกยฐ อœส– อกยฐ)

woven otter
#

too late now

#

you're exposed

limber knotBOT
#

Come visit and you'll qualify for a free beer

brazen adder
#

free beer?

#

anyone know if it actually improves my tps ?

limber knotBOT
#

.g GitHub truantilag

#

(MiniDigger) https://github.com/LaxWasHere/TruAntiLag -- LaxWasHere/TruAntiLag: The one true antilag plugin to rule...: "The one true antilag plugin to rule em all. Contribute to LaxWasHere/TruAntiLag development by creating an account on GitHub."

#

^

woven otter
#

that's like 2000km for a free beer ๐Ÿค”

limber knotBOT
#

Come down for Gamescom ;)

#

(MiniDigger) 2019 07 14 22 54 28 - length 20s - 340 likes, 3 dislikes (99.1%) - 2,130 views - Markus Persson on 2019.07.14

brazen adder
#

i honestly have no clue what you linked me

limber knotBOT
#

Notch uploaded a vid, lol

brazen adder
#

laggers.json is a list of plugins to avoid?

#

confused

#

this video of notch is giving me the feeling a jumpscare will pop up

void void
#

yes truantilag is the antilag that stops you from using antilags

#

because antilags are rarted

#

if you're at the point of using antilag, then you need to focus elsewhere instead of putting a bandaid on the problem

brazen adder
#

but this plugin turns off the AI of certain mobs at low tps. does that really have no effect? they even mention paper in the config

void void
#

you should question why you are at low tps

#

not try to fix it by turning stuff off

brazen adder
#

i would gues entities and chunk loading. ohh well

#

thanks for the input lol

void void
#

yea so fix that, instead of trying to put a bandaid on it ;)

brazen adder
#

i would gues thats kinda what i am doing by turning off AI for some entities

void void
#

lmao

#

ok

brazen adder
#

it turns them back on at higher tps

void void
#

yeah ok

brazen adder
#

but my enthousiasm has been lowered

worn ember
#

Mini: lucky you

#

It's 40 minutes for me if I'm lucky :3

#

I should put some new music on my phone

#

Also Google maps gives me roads which aren't even accessible with my bike...

#

Even when set to it

#

Fucked me over the first time last year

#

And made come late on the first day

#

Great first impression

void void
limber knotBOT
#

(DiscordBot) Delicious Gummy Bears | Robot Chicken | Adult Swim - length 37s - 175,064 likes, 3,262 dislikes (98.2%) - 14,364,966 views - Adult Swim on 2009.12.07

void void
#

reminder this exists

#

and is best tv

#

time to go back to writing these fucking tests

woven otter
#

u writing tests again

#

how sad

void void
#

i still haven't finished

woven otter
#

that's sad

void void
#

agree

weary onyx
void void
#

can't tell if retard who can't spell ninja or actual name not related to ninjas

#

oh, nope, pfp makes it clear

#

how nice

#

thanks

acoustic pilot
#

Robot Chicken is good but def not nearly the "best" in Adult Swim's history ๐Ÿ˜ƒ

#

Adult Swim pisses me off tbh

#

They cancelled so many good shit

#

I have a bunch of old AS stuff in my Plex

#

Space Ghost Coast to Coast, Aqua Teen Hunger Force and Xavier Renegade Angel are easily better than Robot Chicken IMO ๐Ÿ˜ƒ

void void
#

I don't watch tv nowadays, too plain. I can only enjoy stuff like Futurama and other related shows and I just DL those :c

acoustic pilot
#

Yeah I'm pretty much in a loop on old TV shows too

#

Way more entertaining than today's material

#

They need to bring back Futurama

#

Simpsons renewed for like 43rd season or whatever, but Futurama gets the axe. Makes no sense ๐Ÿ˜›

limber knotBOT
#

daily reminder to delete spartan.jar if it is present if your plugins folder

vestal jasper
#

daily reminder that the spartan dev may or may not have the ips of all the admins on my server :^)

void void
#

that's cute

acoustic pilot
#

Hah, Lashana Lynch will take over Bond's 007 code name in a new role continuing the Bond series.

#

Get ready for the simultaneous outrage of 007 being both a woman and black.

void void
acoustic pilot
#

The black Ariel outrage was already pretty stupid, I imagine this one will top that easily lol

#

Honestly sounds like a good time to evolve the Bond story

limber knotBOT
#

well the real question is though: will she implied-sleep with hot women or hot men?

acoustic pilot
#

Why not both? :3

limber knotBOT
#

( อกยฐ อœส– อกยฐ)

acoustic pilot
#

I'm a little disappointed it wasn't Idris Elba who was cast for this role, but this isn't bad either

void void
#

wow, that was nice

#

IJ just died and I lost the work on my file

acoustic pilot
#

The way IJ "forces" auto-saving on you is dumb because of that outlier

#

Does manual saving even still work? Ctrl+S

#

I used to do it like 2 times every line I typed lol

#

oh yeah it does

limber knotBOT
#

yeah, you can even make it display the save state of every open file in the tab bar

ancient bolt
#

Ctrl+S still saves it's just totally unnecessary

acoustic pilot
#

Totally unnecessary is a strong phrase

#

Mostly unnecessary is better.

void void
#

^ because of what just happened :-)

acoustic pilot
#

simple obv could've benefited from it

ancient bolt
#

I've had IJ crash lots of times in my time with it

#

never lost anything

void void
#

So have I....but it happened.

acoustic pilot
#

yeah but it didn't happen to him

#

so what happened to you is fake

void void
#

I'm attributing it to Catalina

ancient bolt
#

I would have lost lots and lots more if it didn't auto-save

void void
#

Thankfully it's just four methods.

ancient bolt
#

and considering Ctrl+S does still work

acoustic pilot
#

nah yeah, auto saving is good

ancient bolt
#

don't really see the issue

golden gust
#

I did have some weeeird issues with git due to catalina

void void
#

Yes, I'm sorry I lost work and you don't see it as an issue

golden gust
#

Back on mojave as my fs was kinda busted anyways and needed formatting for a good while

acoustic pilot
#

i was under the mistaken impression that it was the only choice, as i hadn't even used ctrl+s in so long, because yes IJ's auto-save is quite reliable

void void
#

I'll shut up, so I stop bothering you.

#

<3

golden gust
#

Oh, also

#

fuq u simpl enjoi

limber knotBOT
golden gust
#

Just get like, some monkey or something to redo it

acoustic pilot
#

how do you get that indicator in IJ?

void void
#

I'll enable that phoenix, thx

ancient bolt
#

Don't get me wrong losing your shit sucks @void void I was just saying idk if it's IJ's fault (other than dying of course)

acoustic pilot
#

that's cool

limber knotBOT
#

it's a setting

golden gust
#

Would probs be less buggy and much faster

#

โค

limber knotBOT
#

no idea what it's called as with every other IDEA setting

acoustic pilot
#

if i visually see that a file is unsaved, i'll probably be more likely to religiously spam ctrl+s lol

void void
#

I don't think it's IJ's fault, period tbh. I'm using an external JDK, which they remind me is not gud. But on Catalina their inbuilt JDK no worky.

acoustic pilot
#

like i used to before IJ

void void
#

So I mean, it's my own fault, really.

#

But whatever :p

ancient bolt
#

I'll write an IJ plugin that saves every open file ever 100 ms

waxen panther
ancient bolt
#

just destroy the IO

acoustic pilot
#

also IJ only saves on exit or when it moves out of focus, right?

#

It's not periodic

#

defocusing IJ triggers a save

#

same as exiting

limber knotBOT
#

yeah

acoustic pilot
#

but what other scenarios?

limber knotBOT
#

probably building

ancient bolt
#

saves to that file yeah, it saves file contents to a temp file more regularly afaik

#

but that's also a setting i think

limber knotBOT
#

Editor -> General -> Editor Tabs -> Mark modified (*)

acoustic pilot
#

oh yeah there's a setting for saving when IJ is idle for X minutes

#

or seconds, rather

#

and yeah saves to a temp file to prevent fucking your actual file

#

there we go, enabled mark modified, thx

fallen oracle
#

Yup

#

I noticed that in GitKraken

ancient bolt
acoustic pilot
#

Windows is not supported.

#

cries

#

y u haet us, we r masterrace os

ancient bolt
#

b cuz door r kooler

acoustic pilot
#

is it much harder to target cross platform in Rust or was it just a "not an important use case" decision

ancient bolt
#

I had no reason to target windows

#

the IPC system I decided on using is a Unix only thing

#

ยฏ_(ใƒ„)_/ยฏ

acoustic pilot
#

ah cool

#

so it wasn't necessarily a pain in the ass from a rust viewpoint

ancient bolt
#

no rust targets windows just fine

acoustic pilot
#

I might wanna try learning Rust so I was curious

ancient bolt
#

beautiful

limber knotBOT
#

so the status only returns the player names?

fallen oracle
#

paperdย require Paper build # and up to work correctly

#

What number

#

WHAT'S THE NUMBER

ancient bolt
#

@fallen oracle not known yet, it's not in prod yet you dummy

#

phoenix616 yeah, is there other info you'd want to know?

limber knotBOT
#

the uuids xD

void void
#

fair point

ancient bolt
#

should probably be a different command I'd think

#

would clutter up status a lot

limber knotBOT
#

yeah

ancient bolt
void void
#

quite cool though, demon

fallen oracle
#

So will this be a replacement for ptero or can this be used in ptero as the daemon?

limber knotBOT
#

that would be the only function that is missing when compared to the Minequery fork that I'm currently using for commands and status querying xD

ancient bolt
#

i have no idea what ptero is

acoustic pilot
#

I assume ptero could use it to launch Paper?

#

Ptero is a panel software

fallen oracle
#

Ya

#

That's what I was thinking

ancient bolt
#

if they wanted to use it, sure

void void
#

ptero probably could use it to launch and send some commands, but it mainly does that on its own by just using the console

fallen oracle
#

Does it come with Aikar flags preset?

ancient bolt
#

i doubt they'd want to do a special case just for certain versions of paper

#

yeah aikar flags are present as defaults

fallen oracle
#

Good

#

Cause those flags are cool

ancient bolt
#

paperd start -d 10G

fallen oracle
#

You should try them sometime

limber knotBOT
#

also couldn't you just include the UUIDs in the protocol but hide it when the paperd command is run by a user without passing some kind of raw or detailed flag?

ancient bolt
#

would result in aikar's flags for 10G

#

phoenix of course

void void
#

does it apply recommended changes > 10G?

limber knotBOT
#

*paperd status command

ancient bolt
#

do you want to contribute to it?

#

๐Ÿ˜ƒ

limber knotBOT
#

maybe ;D

#

never did rust stuff ;_;

fallen oracle
#

Does it pull a leaf if you try to use more than 20G?

ancient bolt
#

since I've done all the heavy lifting for the lower-level stuff, adjusting individual commands / adding commands is really easy

#

@void void no it doesn't

acoustic pilot
#

I forget exactly but I think Aikar's flags are dynamic after a point, Tux knows the math on this for sure.

fallen oracle
#

They are

#

But it's not the end of the world

ancient bolt
fallen oracle
#

Oh so this is it's own paper?

limber knotBOT
#

also I haven't looked at everything yet but does paperd only output human readable stuff or is there a way to get a more raw format for scripts?

acoustic pilot
#

no it's a wrapper

ancient bolt
#

there are lots of cool things paperd can do to make some of the basics of server admining easier

acoustic pilot
#

it can launch paper and communicate with paper

fallen oracle
#

Ahh

ancient bolt
#

that's a paperd command for getting a timings report from paper

fallen oracle
#

So you can run daemon commands and console commands?

acoustic pilot
#

i assume the messaging stuff had to be built into paper too?

#

or some changes had to be made there

ancient bolt
#

yeah there are changes required in paper too

minor stream
limber knotBOT
#

why not just use rcon? thonk

acoustic pilot
#

yeah, but that's good, means there is proper communication going on

limber knotBOT
#

runs

ancient bolt
#

ah the goold ol' "why not just do X" after the current system is working perfectly fine

acoustic pilot
#

so in the future any variety of messages could be implemented

fallen oracle
#

Can the daemon make backups?

acoustic pilot
#

which is cool

limber knotBOT
#

no the old "why not use an existing system instead of making a new one" :P

fallen oracle
#

Anyone want to remove those messages in #paper-dev ?

limber knotBOT
#

(but yeah, I see how rcon kinda sucks ยฏ_(ใƒ„)_/ยฏ)

ancient bolt
#

the Unix system V IPC message queues I used have been around since the 80s at least

acoustic pilot
#

probably doesn't have the same overhead as RCON i imagine

ancient bolt
#

if I had used <insert your own thing> instead it would have also required some sort of code to wrap around it as well

#

yeah basically 0 overhead

acoustic pilot
#

IPC seems to be an established standard way of processes passing messages between each other

limber knotBOT
#

hm, so about that raw output, as far as I can tell it just does human readable right now. any planes for outputting json or something like that?

acoustic pilot
#

Using that is exactly "not reinventing the wheel"

ancient bolt
#

raw output is an interesting idea

#

like using paperd as a tunnel for communicating with the server

#

definintely doable

limber knotBOT
#

yeah, basically the idea

fallen oracle
#

Can the daemon make backups? ๐Ÿ‘€

acoustic pilot
#

im sure it could

ancient bolt
#

no

acoustic pilot
#

if you PR it

ancient bolt
#

^

fallen oracle
#

Lol

limber knotBOT
#

just use rsnapshot

acoustic pilot
#

another thing that might be useful if someone wanted to tackle it is maybe automatic Paper downloads/updates if it isn't already supported

#

Paperclip, I mean

limber knotBOT
#

or whatever backup system it is that aikar likes more

ancient bolt
#

@acoustic pilot yeah, I had the same idea

#

at least within one MC version

acoustic pilot
#

yep

ancient bolt
#

probably wouldn't go from 1.14.2 to 1.14.3

acoustic pilot
#

unless they manually updated, which i dunno if that could be possible thru paperd as well

fallen oracle
#

What's paperclip do?

#

The patches?

acoustic pilot
#

it's the paper distribution in patch form basically, yes

ancient bolt
#

paperd restart can restart after an update

acoustic pilot
#

it applies the binary patch and creates the proper paper jar

limber knotBOT
#

specifying update strategies would be cool too. like "same patch version only", "same minor" or "major updates too"

ancient bolt
#

and it's a proper restart too, not the bullshit spigot does

fallen oracle
#

Ahh

#

/plugman

acoustic pilot
#

kick all players before restart is generally popular behavior

#

could easily incorporate that into paperd

#

as an option perhaps

ancient bolt
fallen oracle
#

Why is it popular?

stiff yarrow
#

@ancient bolt very nice man keep up the good work

ancient bolt
#

I'm gonna open the PR on paper here in a bit

#

so y'all can tell me what I did wrong on the MC side lol

#

idk how MC dev

fallen oracle
#

What OS is that? I like that terminal.

ancient bolt
#

that's gnome terminal on cinnamon with the arc theme

fallen oracle
#

Fancy

ancient bolt
#

well, arc-osx or w/e

#

for teh yellow green red buttons

fallen oracle
#

Ahh

void void
#

ok with all the helper methods I wrote, these tests aren't so bad

#

but still tests suck

wind spear
light oasis
granite rune
pulsar wigeon
#

the title reads like an AMA

#

had me going for a whole paragraph there

limber knotBOT
#

god sometimes I wish vanilla java had some kind of extension system for existing objects :S

fallen oracle
#

Was a good read.

limber knotBOT
#

maybe I should just add lombok to my paper fork to use @Delegate ๐Ÿค”

ancient bolt
#

mfw kotlin

limber knotBOT
#

or maybe I should just learn how freaking Brigadier actually works xD

#

(forcontext: I'm currently atempting to use a custom command node to resolve plugin commands in the execute's run argument xD)

#

granted I could "just" register the plugin commands with brigadier but why use the "easy" route...

fallen oracle
#

What's delegate do?

limber knotBOT
#

forwards all calls to methods of a class to another objects of that class

fallen oracle
#

Interesting

limber knotBOT
#

it basically allows you to create wrappers without having to manually write a forwarding method for all methods

fallen oracle
#

There's cool

#

So that would be useful for a multi platform project in the common class?

limber knotBOT
#

no idea, never had to use it for that

#

only real use that I found was for extending classes when modding stuff where you don't want to change the references everywhere or something like that

#

I feel like it's only really useful for hacky stuff xD

#

(and no, I never tried if that project actually worked)

#

or wait no, that wasn't the actual reason... I kinda forget tbh

#

xD

#

ah, because I wanted to mod Bukkit's service manager in a plugin so without actually modifying it

ancient bolt
#

@upper flicker why doesn't my completion script work

#

for zsh

upper flicker
#

your way

#

wat*

ancient bolt
#

oh

#

nevermind I'm just really dumb

#

don't mind me

upper flicker
#

alrighty

ancient bolt
#

that didn't fix it nvm

#

what the fuck zsh

ancient bolt
#

okay now it's working I guess idk

#

also the disallow opengl flipping setting seemed to fix the flashing issue, guess not anymore

final rapids
limber knotBOT
#

can someone pull the latest bungee change to waterfall?

golden gust
#

Done

limber knotBOT
#

thanks :)

waxen panther
#

thats a nice term theme

limber knotBOT
#

uh

#

xD

oak kettle
limber knotBOT
#

wtf, did anyone ever had the case where jenkins didn't link the lastSuccessful build to the latest build? Oo

lucid inlet
fallen oracle
#

Waiting for someone to PR an addition to the PlayerQuitEvent so you can cancel it (:

limber knotBOT
#

I mean the connection would just time out thonk

pulsar wigeon
#

no canceling the event should make the player stay on the server forever

#

even if they use task manager to kill java

#

they should stay on the server

golden gust
#

Somebody had some "fun" patch for CB that would let you keep the EntityPlayer instance around for a period of time

#

Basically like those CombatTag plugins where you can log back in if you dc and still have some (slim) chance of keeping your stuff

void void
#

61 out of 86 tests written ๐Ÿ˜ญ The last 25 are testing one class lmao

stray cliff
mellow raven
safe tide
#

Hey quick question if I wanted to check if an inventory is empty I have to loop thru storage contents and check if they are all null correct

void void
#

yes

fallen oracle
#

Man, this is a shit show. I just found something on my PC that made me question a couple things as I have no idea how it got there, so I'm backing up and wiping my PC.

void void
#

What did you find

fallen oracle
#

A fake installation that had some weird ass Microsoft Certs

void void
#

o.o

fallen oracle
#

Said it was photoshop yet I've never even installed Adobe Cloud on my PC.