#general
3141 messages ยท Page 264 of 4
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
lmao
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.
improve the god damn infrastructure then
Between 9 major cities the drive hours of Uber vs Taxis increased overall driving by 5.7 billion miles in just those cities
actually tahts a lie
@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
oof
i get compensation for it tho
Used to do that. Got a lot better once I got a crazy audio system in my car
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
crying is easier
reeeee
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
both probably
gotcha
ubuntu even with a gui would get you some of linux's general improvements
Win10 is just what the box was already running and the server isnt live yet
filesystem speed being the one that comes to mind
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
multiple dedicated administrators
really wasn't that complex to setup tho
And ptero is nice, I prefer it over multicraft by a long shot
where does it say it takes multiple dedicated administrators lmao
multicraft is nice for noobs who have no clue how to use shell or terminals
but other than that it sux
^
it'll take 2 of me then
I haven't had any problems or anything break since I installed it either
And updating it isn't difficult
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
wat
Depends on your needs
for minecraft?
yes?
web server so i'm assuming its just a webpanel?
You host it from your own web server and it talks to the daemon
it is a web panel, but there is also the pterodactyl daemon called wings
which runs your games
or i'm being dum dum again
It is a web panel, but it doesn't manage "web" things outside of docker stuff
ah ok
so yes installing the panel itself is no harder than installing a web panel
fair enough
(and, installing the entire thing nodes and all is really not even hard lmao)
Also, never used vesta, but CPanel can eat a turd
:))
cpanel was my life when I was learning
i was so proud of changing the cpanel theme
My mate kinda dumped me straight into config files and stuff
and thought it was so cool to has "unlimited websites!!!!!1" when my host enabled unlimited subdomains lul
now i just has $5 vps and nginx
lol noob
Issue with "easy" is that it's easy when you don't know what you're doing
When you wanna start configuring stuff properly, cpanel just becomes a royal pita
yeah so i noticed
It's great for end users who don't wanna manage all of that mess
the whole web environment is a mess imo
I can see it's pros in commercial hosting services, but for personal, you're paying to be shot in the foot
how about that plesk :^)
what is redis used for exactly? i know its some sort of storage system, but in what cases do you use it?
im using it for session storage and pubsub messaging
idk what either of that means lul
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
It's an in memory database/ pub/sub system
yes that
General gist is is that it's faster than mysql but has its own concerns
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
i see ok
thanks โค
so its basically just for fast access but not meant to store large/permanent data
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
It supports data persistence but the methods for it basically suck
seems like something you wouldnt want to do anyway
e.g. you can have full snapshots, but those are pretty harsh in terms of taking them and managing them
Or there is the transaction logs
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
yeh all i store is a string to a string, so i can throw a fuckload in there its naise
How do you guys tackle databases in public plugins?
More specifically version migrations
Good question, I try to make the schema as permanent as possible personally
well usually you want the structure to be right from the get go and use mysql or sqlite
editing the database with a hex editor
as far as editing goes, just drop the db lul 
never used it but have read about it
Yea, aiming to avoid it, but kinda wanna think of a way to address it if I ever have to
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
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
electronicboy just liked a 4 years old tweet of mine
๐
call the police
And he was the first one to like it ๐
have him arrested
How the fuck did you find that?
I literally just page down'd
Ah lol
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
9:23 PM] BOTMiniDigger: They are written in stones! [9:23 PM] BOTMiniDigger: Just like tweets ๐
Well, what do you know
He was right
๐๐
Is that my first tweet?
yes
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
hah
And I wanted pizza ๐
I just found twitter advanced search the other week and now anytime I need to find something on twitter it's my goto
Use Advanced Search to find the latest news and world events faster. Find popular people, hashtags and photos for any topic you can imagine.
Does it help you find a sane tweet by trump? ๐
nah
Just saw that he told an American woman to go back to where she came from and fix the corrupt gov
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
In other words, Germany was creating coal from energy?
right now the 'camps' we have are terribly reminiscent of some dark history
I have an idea. Let's put GOP politicians, their families, and their wealthy supporters in the camps. See how they like it.
Aren't yall just burning more gas instead?
Nah, we finally figured out that we could use our modern gas thignies
And ton of wind
yeah i would be open to that tux :^) it's really really shit.
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
and they're putting it on tv and touting it as awesome and clean and i actually almost got sick last night watching it
Then take their money and distribute it out to everyone in the U.S. as a check.
Half of our energy is regenerable by now
We still import ton of energy from Norway tho
Gotta have that cheap water power ๐
Well, yea, you guys are getting rid of the nukes
I will take my share of the Koch brothers' wealth, thank you
Issue with getting rid of the nukes is that the only real proper alternative for a nuke is gas
Yeah, we will completely turn of nuke stuff soon
Coal is next
I doubt coal will survive the 20s
over here I think we have 2 reactors which are confirmed for go-ahead or something
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?

Tbh, apparently there ain't even that much of it considering
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
The issue is really in all the mess
They're planning to ban icbe cars over here
And for every kwh they invest 1ct in new stuff
imo you mean you pay 100% clean energy?
And pretty sure that many other countries have slated a similar plan to phase out fossil powered transport
Well, EVs are the future
Yea
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
The joys of being able to plug something as being more efficent
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
i'd say we need it
You can't fit 8 ppl into a normal suv
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
Like in Germany everybody and their dog has a Porsche Cayenne
We don't have that kind of SUVs over here
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
u gotta flex
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 ๐
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
Why?
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
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
It's so fun to see them struggle to park in crowded streets ๐
If you need space get a Kombi
Nasa has that fixed
"This is JSC" is a satirical series created by students at NASA Johnson Space Center. This volunteer outreach project showcases different projects and featur...
(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 ๐
nice
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
whats wrong with parking at the curb
yt is breaking when you play 2 vids at the same time
See, we don't have space ๐
in some cities here, that's the only place to park because there is no parking lots lol
cuz they do space missions
well we've had western germany's money to build proper streets and parking :P
assuming we have functional streets
blame your mom for making you in whatever 3rd world country you are in
- me looks at all the functional bridges over the Rhine in cologne *
Oh right, they are all fucked
ah yeah bridges
just renovate them? xD
That might have worked 20 years ago
10/10 engineering
Now it's too late
We are burning the first one down
The rest will follow eventually
blow it up
I wonder how they will do that
with explosives
That's a non trivial task if the bridge goes our one of Europes largest river
It's a 6 lane bridge
1k long
or just leave em
i mean, if you use enough explosives you could pulverize the entire thing
ยฏ_(ใ)_/ยฏ
imagine putting a charge every 10cm
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
just mark it as an endangered species
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
does it even diffirentate between the two?
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
between trucks and cars
It's his grafana dashboard about his photovaltaic stuff
well the Traffic Manager's road limits does
ok maybe there might be a mod then idk
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
what is that?
Solar panels on his roof
Then the grid needs to learn to deal with that
you cant tho
You can
in order to put current back you need to have a higher voltage
With fast power plans like gas plants for example
The issue is is that they're not managed as closely
You can only ramp up production so fast
use non pure sin transformer and fuck whole grid ez
so if enough people use solar panels the voltage will fluctuate
Well, then install battery packs to compensate the spikes
I mean the european grid is becoming less and less stable but ยฏ_(ใ)_/ยฏ
you get fined for that here @silk stump
We're still waiting for the tech to make it actually viable for that entirely
We soon will have ton of worn out batteries from cars
they need to research the tech to fix it I guess
xD
my old school had a bunch of balasts in the power room to rectify the current cuz all the machinery pulled the sinewave off
Today we had 16gw produced by solar in Germany
or ask dark friend to compensate spikes on 2 wheel bike
well exces electricity can be used to pump water?
Sadly we don't have proper space for such pump plants
the thing with reneable energy is that its not stable. so you need power plants that output consistent current to regulate the grid
*renewable
Until we can better store energy, yes
That's why we need to shut down coal and use gas
theres no way you can store energy efficiently
if only we had nuclear plants to do that... oh wait, france is building a couple new ones just for us!
u can pump water up and use it as batery lol
runs
well not with our current technoligy
Since gas can be regulated way more quickly
(being sarcastic ofc)
batteries arent feasable at all for this
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
that's the power "stock" market price, not the consumer one lol
๐ค
Cost of electricty has been up on the rise everywhere
especially as more renewables are being added
I pay 24ct per kwh
yes electronic cat codes minecraft for too long
I can't complain
"runt out"
12.499p per kwh
12p to ct
0,060Eur/kWh
.wa 12p to ct
(MiniDigger) Result: p (British pence) and carats are not compatible. - https://is.gd/CjKBpo
29.37... lul
$0.15ct
ontario has best electricity rates in NA ๐
Euro ct pla ๐
0,060Eur/kWh here Lithuania
Pls
.wa ยฃ0.12 in euro
(DiscordBot) Result: โฌ0.13 (euros) - https://is.gd/0hXXGz
Well you have cheap gas up there, right
Or what do you use for power?
wtf
i pay almost 0.3/kwh
Of pound = euro nowadays?
some off shore stuff too, and wind ofc
we're putting some giant wind farms in the oceans the next few years
why would you need even more wind farms?
which will generate about 25% of our electricity
GridWatch | Live statistic of UK National Electricity grid by type of generation | Solar PV power Generation | Coal Stations output in Gigawatts | Wind Output Gigawatts | Nuclear energy output |Biomass power generation Output
the current ones don't even all get used xD
they do?
Not here in Germany...
no, they get turned off as soon as a bit more wind is blowing xD
Hello gamers and gamets
well it depends on the demand and production
its easier to just shut down wind turbines than an entire reactor lol
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
yeah same here, theres a bunch of petitions from people that dont want high voltage power lines near their homes
so the north-south power lines are planed but don't get build because of local politics xD
cuz they need to pass from the coast to the mainland
Fucking bavarians
Lithuania is weird country curency got high value here
same goes for north-south train lines but that's partly the transport ministries fault too :S
even if it is euro
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
As long as it's stablw that's fine
Get a better job then
That actually is fun
the real insane thing is that the transportation ministry is also responsible for the internet...
For the last few weeks I had ppl remind me to go home ๐
cuz u big gea
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 ๐
you're old MiniDigger
I can't even stand a gf for more than a few months, let alone marry someone
22 basically a teenager lol. Had my first kid at 20
f
wat
ninjaed
30s too old for kids
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)
oh god
Looks like life is going well for you Mini
Mini minidiggers running around
When will you be getting your first kid cat?
The clock is ticking!
Ur as old as we are, right?
24, i think
24 huh
I always feel old in here :S
are you 30?
almost! 26 xD
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!!!
only 3 more years I guess
It only goes downhill after 21
F
< 20 club here 
wow ur old
I had that since forever
as long as your back works...
Since I was only doing sports in water
That's been screwed since I was young
Hey, I can reach my tows while standing
That's amazing for my age and profession ๐
t
Too bad your brain is already failing and you can't spell toes
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
so what is the average member here like
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
I would guess he's in his 30s? Billy I would guess is older than that
Billy was like 30 something
tbh most people don't care about age on the internet xD
Billy's beard is older than he is
I guess they care more about mental capabilities
he inherited it from an immortal wizard
Z were you like 22
I'm not judging
maybe the immortal one lost his immortality
Or was just sick of the beard, lol
or maybe he's a child of an immortal wizard
Uff, it's 12 already
starbucks really needs a delivery service
I need to sleep
I've grown mine out when I go through phases where I kinda CBA shaving
one of the two
Saying that, I don't think I could be assed tryna keep it trimmed and stuff, would just rather go clean
21 can confirm about life going downhill ๐
N word
Is that ginger or?
Yeah my beard is orange
I don't think it's that bad tbh
For some fucking reason
starbucks delivery
nerds beard
you just made every white girl's panties drop
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.
at jokbon. well that's why people drink
Mini: looks fine bro
Does convincing them impact you?
when u get older
If not, ๐คท
post selfies or riot
ukrainian
it's just stupid but I guess you can't help those people
how is jetbrain's own markdown plugin not compatible with 2019.2
@fleet osprey let them do what they want whys it matter to you 
markdown navigator is ugh
they are compact
i would say 9999 iq
but they are a friend man
It's a bit silly to refuse to even try it imo, but if they don't want to, then whatever.
eap yeah
So they still have time ๐
my plugin is eap compatible...
rip #ImAnEclipseUser
you can't really compare electronically augmented cat brains with duck brains though
duck brain is probably less likely to have a glitch and wipe out humanity
duck brain is less likely to work
u
leafs don't even have brains
expected coment from leaf
damn only 8 mins
Come visit and you'll qualify for a free beer
free beer?
anyway, i am using this: https://www.spigotmc.org/resources/simple-anti-mob-lag-1-9-1-14.67484/
anyone know if it actually improves my tps ?
.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."
^
that's like 2000km for a free beer ๐ค
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
i honestly have no clue what you linked me
Notch uploaded a vid, lol
laggers.json is a list of plugins to avoid?
confused
this video of notch is giving me the feeling a jumpscare will pop up
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
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
yea so fix that, instead of trying to put a bandaid on it ;)
i would gues thats kinda what i am doing by turning off AI for some entities
it turns them back on at higher tps
yeah ok
but my enthousiasm has been lowered
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
Is there anyone who doesn't think that gummy bears are pretty damn delicious? Watch Full Episodes on adultswim.com: http://asw.im/4lyD2E SUBSCRIBE: http://bi...
(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
i still haven't finished
that's sad
agree
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
Aikar's Timings Viewer - View Timings v2 reports from Paper and Sponge
please take your support question to #paper-help
thanks
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 ๐
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
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 ๐
daily reminder to delete spartan.jar if it is present if your plugins folder
daily reminder that the spartan dev may or may not have the ips of all the admins on my server :^)
that's cute
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.

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
well the real question is though: will she implied-sleep with hot women or hot men?
Why not both? :3
( อกยฐ อส อกยฐ)
I'm a little disappointed it wasn't Idris Elba who was cast for this role, but this isn't bad either
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
yeah, you can even make it display the save state of every open file in the tab bar
Ctrl+S still saves it's just totally unnecessary
^ because of what just happened :-)
simple obv could've benefited from it
So have I....but it happened.
I'm attributing it to Catalina
I would have lost lots and lots more if it didn't auto-save
Thankfully it's just four methods.
and considering Ctrl+S does still work
nah yeah, auto saving is good
don't really see the issue
I did have some weeeird issues with git due to catalina
Yes, I'm sorry I lost work and you don't see it as an issue
Back on mojave as my fs was kinda busted anyways and needed formatting for a good while
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
not saved file indicator: https://i.moep.tv/dQ0cBK21.png ;D
Just get like, some monkey or something to redo it
how do you get that indicator in IJ?
I'll enable that phoenix, thx
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)
that's cool
it's a setting
no idea what it's called as with every other IDEA setting
if i visually see that a file is unsaved, i'll probably be more likely to religiously spam ctrl+s lol
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.
like i used to before IJ
I'll write an IJ plugin that saves every open file ever 100 ms
just destroy the IO
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
yeah
but what other scenarios?
probably building
saves to that file yeah, it saves file contents to a temp file more regularly afaik
but that's also a setting i think
Editor -> General -> Editor Tabs -> Mark modified (*)
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
documentation added yay https://github.com/PaperMC/paperd
b cuz door r kooler
is it much harder to target cross platform in Rust or was it just a "not an important use case" decision
I had no reason to target windows
the IPC system I decided on using is a Unix only thing
ยฏ_(ใ)_/ยฏ
no rust targets windows just fine
I might wanna try learning Rust so I was curious
look at this documentation tho https://github.com/PaperMC/paperd/blob/master/protocol.md
beautiful
so the status only returns the player names?
paperdย require Paper build # and up to work correctly
What number
WHAT'S THE NUMBER
@fallen oracle not known yet, it's not in prod yet you dummy
phoenix616 yeah, is there other info you'd want to know?
the uuids xD
fair point
yeah
this is the format I came up with https://gist.github.com/DemonWav/1df57dae173187e8b0de29db922da9b9
quite cool though, demon
So will this be a replacement for ptero or can this be used in ptero as the daemon?
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
i have no idea what ptero is
if they wanted to use it, sure
ptero probably could use it to launch and send some commands, but it mainly does that on its own by just using the console
Does it come with Aikar flags preset?
i doubt they'd want to do a special case just for certain versions of paper
yeah aikar flags are present as defaults
paperd start -d 10G
You should try them sometime
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?
does it apply recommended changes > 10G?
*paperd status command
Does it pull a leaf if you try to use more than 20G?
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
I forget exactly but I think Aikar's flags are dynamic after a point, Tux knows the math on this for sure.
the timings command impl, for example https://github.com/PaperMC/paperd/blob/master/src/timings.rs
Oh so this is it's own paper?
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?
no it's a wrapper
there are lots of cool things paperd can do to make some of the basics of server admining easier
it can launch paper and communicate with paper
Ahh
that's a paperd command for getting a timings report from paper
So you can run daemon commands and console commands?
i assume the messaging stuff had to be built into paper too?
or some changes had to be made there
yeah there are changes required in paper too
why not just use rcon? 
yeah, but that's good, means there is proper communication going on
runs
ah the goold ol' "why not just do X" after the current system is working perfectly fine
so in the future any variety of messages could be implemented
Can the daemon make backups?
which is cool
no the old "why not use an existing system instead of making a new one" :P
Anyone want to remove those messages in #paper-dev ?
(but yeah, I see how rcon kinda sucks ยฏ_(ใ)_/ยฏ)
the Unix system V IPC message queues I used have been around since the 80s at least
probably doesn't have the same overhead as RCON i imagine
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
IPC seems to be an established standard way of processes passing messages between each other
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?
Using that is exactly "not reinventing the wheel"
raw output is an interesting idea
like using paperd as a tunnel for communicating with the server
definintely doable
yeah, basically the idea
Can the daemon make backups? ๐
im sure it could
no
if you PR it
^
Lol
just use rsnapshot
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
or whatever backup system it is that aikar likes more
yep
probably wouldn't go from 1.14.2 to 1.14.3
unless they manually updated, which i dunno if that could be possible thru paperd as well
it's the paper distribution in patch form basically, yes
paperd restart can restart after an update
it applies the binary patch and creates the proper paper jar
specifying update strategies would be cool too. like "same patch version only", "same minor" or "major updates too"
and it's a proper restart too, not the bullshit spigot does
kick all players before restart is generally popular behavior
could easily incorporate that into paperd
as an option perhaps
examples of me using paperd https://i.imgur.com/Calordq.gifv
Why is it popular?
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
What OS is that? I like that terminal.
that's gnome terminal on cinnamon with the arc theme
Fancy
Ahh
ok with all the helper methods I wrote, these tests aren't so bad
but still tests suck
7,069 votes and 251 comments so far on Reddit
god sometimes I wish vanilla java had some kind of extension system for existing objects :S
Was a good read.
maybe I should just add lombok to my paper fork to use @Delegate ๐ค
mfw kotlin
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...
What's delegate do?
forwards all calls to methods of a class to another objects of that class
Interesting
it basically allows you to create wrappers without having to manually write a forwarding method for all methods
There's cool
So that would be useful for a multi platform project in the common class?
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
e.g. like this as I couldn't really modify other plugin's service managers: https://github.com/Minebench/Tresor/blob/master/plugin/src/main/java/de/minebench/tresor/WrappedServicesManager.java
(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
alrighty
okay now it's working I guess idk
@upper flicker this is what I was talking about https://i.imgur.com/lcRQvOU.gifv
also the disallow opengl flipping setting seemed to fix the flashing issue, guess not anymore
can someone pull the latest bungee change to waterfall?
Done
thanks :)
thats a nice term theme
wtf, did anyone ever had the case where jenkins didn't link the lastSuccessful build to the latest build? Oo
Waiting for someone to PR an addition to the PlayerQuitEvent so you can cancel it (:
I mean the connection would just time out 
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
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
61 out of 86 tests written ๐ญ The last 25 are testing one class lmao
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
yes
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.
What did you find
A fake installation that had some weird ass Microsoft Certs
o.o
Said it was photoshop yet I've never even installed Adobe Cloud on my PC.


