#general
3141 messages Ā· Page 1215 of 4
This is why I got ass laptop. So that I won't be able to game and can finish studies xD
But waiting for next launch and gonna be getting a nice PC.
i got my epic game chair delivered today, and boy is it comfy
one day i'll get 5950x servers
you didn't get a gaming chair did you
Still no 5xxx dedicated boxes in the EU.
At least for a fair price.
i just want them in ashburn / east coast US
i cant figure out how to use maven shade
There are some other ARM chips that are fast... just not for single threaded stuff.
how about like powerpc?
what question is that
SPARC is still a scam. PowerPC is dead. 
"how about like 8086"
@spiral robin graph is disgusting but otherwise looks nice bby https://owo.whats-th.is/4ZfNWR6.png
how do i include mysql by shading it into a jar file? i cant figure out how to do it
msyql drive is included in bukkit
im making a velocity plugin
maven?
yup
.g shade libs maven
(DiscordBot) http://maven.apache.org/plugins/maven-shade-plugin/
google around a bit, it'll give you what you need
just use gradle smh
just use jar mods
imagine gradle lol
big oof
my brain is too small i still cant figure it out halp
shadow, our lord and savior.
its legit been 2 hours
ok bai
just go find a plugin and steal their pom
install shade plugin...done
yeah idk what the issue is, you literally just add the plugin and its done
copy another plugin doing the same thing
further config for relocs/exclusions...but...
oh look
wtf
why tf..
just fucking do it yourself
seriously why does that library exist
wait is it even possible to handle 100 players with 20tps on 1.16.4?
what exactly is the point
on smp
Yes.
WELP
yeah it is stupid lol

made by stupid for stupid
okay š
its hard
Tuinity + limit e v e r y t h i n g
Camm 
make sure to host on a raspberry pi to have more fun
proceeds to run an army of pis in a k8s cluster all for 1 server to hold 100 players
When you haven't touched a pi ever to do stupid stuff
then how?
my server will hardly hit 50 but aiming for 100 so it never lags
heavy optimizations
SMP might give you trouble since that is basically the laggiest gamemode
ik
but with proper restrictions on what players can do it can be done
2288g do be epic
somehow i love xeons
just harder to get at some hosts
you... what
thats a strange reason to love a processor
as i know they are?
there is no difference in "stability" my guy
ryzen supports ecc
š¤
idk my server is dying with 7 players for some reason
ryzen hmm
dont measure a piece of hardware's value based on who made them
???

latest ryzen processors would definitely beat the current xeons / intel desktop processors
i've never seen anyone say that
michael knows more than every single person you could ever ask
yes i am big br41n
this conversation reads like one of those facebook posts written by someone who just learned how to hello world in python designed to confuse normies
ITT: someone, who has talked to a lot of noobs who call themselves pro, talking to actual pro
you most certainly are

š¦

im so stupid i cant figure out how to do this
its a regular stupidpalooza in here
well the first step is acceptance
then i should learn
the plugin doesent work or i found the wrong one

ive removed all the stuff by now
remove urself next
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.4</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
add to pom, mvn clean install
wow it shaded dependencies!
xml 
lets see if it works :)
simple... did you... did you just copy the example from the apache wiki 
no, you see if it works, don't drag me into this
for the 15th time
no he hand wrote xml
still same error
what error
you didnt add the shade plugin...
i did
its not in that paste.

no u
why would you use var now that you can use let (in javascript)
you don't
always use let/const
okay that one ^^
global wha?
you said provided scope on the mysql-connector-java dependency @visual egret
this can't be valid

is version LATEST a thing in maven
maridb?
kenny 
maridb
michale
goodmorning
mariadb ftw
goodafternoon
and yes LATEST is a thing but can result in nasty business if there is a major api breaking ver bump and your project suddenly goes bork, better to set explicit version
camm go to bed
the problem is his scope
does mariadb make their own connector?
what its only like 12am or something
no it's not
they have their own driver yes
what's the benefit of using their's?
.g mariadb java driver maven
02:25
Thursday, 31 December 2020 (GMT+11)
Time in Canberra ACT, Australia
03:25 Kingston (GMT+12)
01:55 Adelaide (GMT+10:30)
since its just a fork of mysql what's the need?
imagine npm having something over your build tool
wat
package-lock.json
imagine not using yarn
yes the point is npm is shit and it still does that better than maven
well thanks simple
well, if you dont set explicit versions thats your own fault not really a maven downside
now i gotta fix this
they say, yea, use latest if you want but dont cry if ur shit breaks lol
but anyway gradle > maven
im slowly understanding gradle more and more
its nice condensing 5 line dependencies to 1 line
ur bae
š„µ
well it's more like 18 lines to 1
gradle also automatically gets javadocs & sources (by default)
<3
Indeed.
so ryzen will be a good idea?
yes

whats a gradle?
niche
i think its for grades
DED Gradle is a build+dependency tool like Maven.
ded is just being dum ignore him
michale can i have $69
thats my actual current cc balance
and im poor
plz send thx
currency can be exchanged for services
did i say i wouldnt service him

cmon bruh, it was a joke 
Dnd reach comedy level no one knew was possible. We can no longer tell them apart from his normal speech 
iirc MariaDB's jdbc driver is a fork of an older driver that was separate to MySQL's driver
ig if you're targeting MariaDB then it's less likely to explode?
does anyone know what jvm flag DebugInlinedCalls does, i cant find anything googling... and sounds like something we might want off for performance lol
@peak dirge ?
did you ever find anything on MaxRecursiveInlineLevel ?
my jvm is defaulting to 1 for that O.o
ah, its for inlining a method into itself lol
looking to add the max inline level to jvm flags here soon
Note that the level was bumped to 15 recently (JDK 14)
yeah i know ima go to that in guide, just curious if anything else we should tweak
it looks like hot methods arent impacted by MaxInlineSize, they have a separate FreqInlineSize which is 325 on my system
so im curious what that value is on other peoples systems
Nothing yet. Will do some experiments later perhaps.
I use only Linux these days
Haiku has the best timingscost lol
@potent fossil
java -XX:+UnlockDiagnosticVMOptions -XX:+PrintFlagsFinal -version 2>&1 | grep FreqInline can someone run this and see if they get different than 325
Wat
Hi
325 on Java 15+36, AdoptOpenJDK, Void Linux
325 on Windows with Java 12 and Java 15 OpenJDK
325 on 11.0.9.1+1 AdoptOpenJDK, Debian container
325 on 15.0.1+9 (AdoptOpenJDK)
k, it said its platform dependent, sounds pretty not lol
so if we do bump that up, it should be a safe value for everyone
maybe arm or so
yeah sure
but thats what they could mean with platform
might be worth to have some mac guy confirm too
lol billy
@coarse lily has an m1 chip mac iirc
ima try 450
i doubt java has any m1 mac specific changes already
though i guess that is arm right
it is
really hate this everyone using their own chips now, ms is now doing it too
gonna make swapping to linux a bit trickier i bet
it's 325 on my pi too
hey does anyone have a long running server with many players who has like 1GB of overhead currently being used (ie, 1GB on top of your Xmx), and able to get a memory view on code cache size?
more than a day
how do you get that memory view?
nah i reboot my servers every day
it doesn't show up in heap dump iirc?
with yourkit i get it, but any hprof dump prob has it too
i get this just with a cpu profile
but without yourkit?
well i would have something like that if my servers werent down
i don't have a license / trial available
smh
im not sure, does anyone have VisualVM setup?
does visualvm work with java 15 lol
it should?
last time it did naht
its just shipped seprately now iirc
yeah i have nightly reboots out of habit lol, got tired of playing rodeo on "can we survive this mc version without it"
I have a server at 13 days but hardly any players lol
whats its memory like proxi?
if ~12h is ok i can get you decent numbers
Buy your women: https://amazondating.co
š¤£
i have some lobby servers with 24h + uptime
well we dont understand what the source is, so i dunno you may see it at 12h if your counts higher š
let'ss see
if your RSS is 1GB or more than Xmx, thats a good sign of the issue
2.8GB out of 2GB on a lobby server
yeah i think 500 is normal though
thats all the jvm stuff i screenshotted
need to find wtf pushes it way beyond that
some hosts said theyve seen 1GB not enough on larger servers
almost all of my servers seem to have more than 1gb overhead
and because I use HugePages, its hard for me to even see what my own state is
then you are what im looking for š
11.7GB out of 10GB
can you do a timings real quick
it has some native data in the report that isnt shown in ui yet
I've got another server at 11.5GB outta 10240M
if that's paper you might wanna do a timings before me
it's a tuinity fork
mhm
old as fuck one at that lol
tuinity is ok for this
itll still have my timings data
i doubt leafs doing some native memory shit to add 500MB
timings reset
how long you want, aikar?
i dont need the actual timings data, just run a report
Please wait at least 3 minutes before generating a Timings report. Unlike Timings v1, v2 benefits from longer timings and is not as useful with short timings. (161 seconds) 
lol why did you reset
i don't have timings on any
i just dont run timings
ah
speaking about "timings" Does anybody know how to use/read spark?
there's a guide
marvelous. I want to know which plugins use how much memory
you don't use spark for that
I was told it worked for memory.
only way to do that is to run a heap dump and track down GC roots that hold a lot of memory that relate to a plugin
had that too
kek
it was a llama spitting into an adjacent chunk
it's spamming it every 2 seconds now
we had 8mb of llama spit then
you got something saving it every 2s?
i thought we merged some projectile limiting PR
(DiscordBot) https://dinnerbone.com/minecraft/tools/coordinates/
it was before the pr for me
What is the difference between timings and spark? one tells like the effect on mspt and the other cpu usage?
huh, proxi's results sure is interesting
@twin lagoon https://www.youtube.com/watch?v=jrp39d9ZFtE 
so you said its 1GB proxi
"memory": {
"heap": "init = 10737418240(10485760K) used = 4944635904(4828746K) committed = 10737418240(10485760K) max = 10737418240(10485760K)",
"nonheap": "init = 7667712(7488K) used = 442424376(432055K) committed = 468549632(457568K) max = -1(-1K)",
"finalizing": 0
},
from looks of ps aux results vs heap, yes
jvm only is tracking 450~MB
11.2G memory, -xmx/xms set to 10G, getting you something in a few
Aikar's Timings Viewer - View Timings v2 reports from Paper and Sponge
this has to be some fucking low level C level leak
the only native shit we load is netty isnt it
velocity native compression shit
my suspicion has been the netty update as the source of it
recent
i have older mc versions i can look at
Someone somewhere said that netty's released a few leak fixing updates since
idk, it was a few weeks ago at this point
yeah 1.15 had it too
think it was kickash or some other contrib
it was 1.12 we never saw this shit
i dont recall it in 1.13 either though, it feels like 1.14+ onwards it became a thing
do you want a 1.15.2 timings?
well prob no need now, proxis confirmed it for me
i wanted to know was the extra memory being tracked by the nvm
jvm* and the answer is no
oki
so this has to be an malloc on the c level leak, where jvm is gonna have no way to see it
Hey. Question. How can you stop the book server crash thing? Where they send a bunch of books and duplicate chests causing server to crash?
|| inb4 1.8.8 ||
https://github.com/netty/netty/commit/eef67e2f0e65cb31dc07885aee0b760db8b13ef6 curious if this relates
linked bug ticket doesnt seem it does though
it did seem to relate to native memory, but it was for http shit
update to latest netty 
theory question: if i want to create a session id, can i just generate a uuid and yeet it into a database or do i need to do something more complex
yeah that commit is only http, so not related
so if you want a unique id, sure
i always check if the UUID already exists even though it's unlikely
im trying to make a login system for my website, i just want to know if its easy to do that
since i was thinking of using MSA but im making a few more things that need auth and some people dont have ms
i mean pretty much any language will have some uuid implementation
michael you should downgrade your netty to 1.12 version and see if it solves it
yeah im just asking if its a good idea to use those as a session id
for web and stuff
does anyone know what netty was used in 1.12
if it suits your needs, it's fine
don't ask "is x good", make a value judgement based in your use case
the netty version
ive seen longer session tokens used but uuids probably will work fine
Super quick (and OT) question: can someone suggest me a Paper fork made for queue servers? Like something that runs on very low ram and supports loads of players.
Heard that things like that exist but can't find any name
diff forks arent gonna help for memory
paper but with barely anything loaded?
behavior controls memory for most part
if players are locked into one spot then you'll be fine
custom server written in another language probably
if they are all in a contained lobby server, i doubt forks gonna help much there
Ugh
i saw something written in go but there's no point imo
paper works fine on 1-2gb ram when everyone is in the same chunk etc
tested it with like 150 players no issues
so tunity but 1 chunk?

michael moment
There will be just some chunks loaded, not just one but still a few

https://i.imgur.com/3NoVyZ5.png
is this it?
i dunno why everyones so insistent on lobby servers lol
if 2gb ram is fine then you're good to use paper as lobby server
he said queue server
need it to set up a queue
not lobby, hate lobbies lol
git-Paper-1424
hate queues too but ya know, 30/30 cap constantly
git-Paper-34214
yes @woven otter
do you guys have a way to connect to multiple servers without lobby servers?
like something enjoyable
instead of the normal lobby/hub system
a "queue server" is still ultimately a lobby server
yeah but thats kinda meh
ultimately, yeah
Could try paper/tunity anyways
tunity for high playercounts right
But heard of something specifically written for lobbies
you could just run the waiting area per game mode, so each instance has its own waiting area
then your load is distributed
My server is single gamemode
well there you go š
ok, so just send them to waiting area still, pref in a diff world
as mc does have some threading on a world basis
how many servers do you have?
Just one! lol
so you wanted to have a 2nd just to hold people?
Yup, and send them to the main one
Already have bungee for antibot/anti lame stuff
how you gonna synchronize when its ready to send someone
Custom queue plugin
just run another paper server, not gonna matter much if its just a holding area
Perfect, will try š
yeah just put some pack.png there and have fun
set a keep spawn loaded size larger than your holding area
to ensure people arent loading any chunks
and keep view distance lower than the outer most edge of that area + the view distance
set the mob spawns in bukkit.yml to 0
or actually turn off by game rule
Interesting, so all chunks i want them to use/see should be always loaded for better performance
yes, chunk loading itself is what hurts perf a lot
simpler to keep lean chunks loaded
set gamerule random tick to something super high
Or zero?
i was thinking in code, "1 in every 50000 chance" lol
ahhahah
So view distance should include the area that is permaloaded? and not beyond it
yes
say your area is 4x4, view distance is 4, set keepspawnloaded to like 9
so that way everything stays loaded
even if someone is on the edge of the 4x4
keep spawn loaded range is in paper.yml
Heard of non ticking view distance, think it's on tunity fork, could try to use that to let them see some landscape
thats paper too
Has it been merged in paper?
keep spawn will need to factor in non tick, you can set ticking to 3 and non tick to 6, then in a 4x4 holding area, keep spawn would be 10+ then
just take your holding size + non tick size
yes ages ago
ugh is multimc updated yet for msa
im sick of the default launcher
That new policy message regarding mods and older versions
Mojang, please
Kill yours-
Just kill microsoft lol
so keep spawn keeps non-tick chunks loaded as non-tick
that's smart
or i got it wrong?
looks like mini's got you covered if you know C++, Aikar https://github.com/MultiMC/MultiMC5/issues/3475
Hey, just letting you know that I just published a draft documentation of the new authentication scheme for the new microsoft accounts: https://wiki.vg/Microsoft_Authentication_Scheme All new accou...
do you even have msa mc accounts
no, but didnt they break the old auth endpoints
oh
ugh now multimc is crashing constantly for me
use to work :/
fucked distribution or something, i had that too
why do they store data in the app folder :/
i had renamed my folder to unzip new ver and lost all settings, but cant get old folder to work now
w/e i dont actually have SP worlds i care about and not gonna run any older mc ver either
ah hell my servers list
you can luckily change most of it in settings
that way only your credentials etc are stored in the app folder
Yo
wtf, running it like this:
bash -c 'cd ~/apps/MultiMC ; /home/aikar/apps/MultiMC/bin/MultiMC'
it's now put my instances folder and such under bin
i dont understand why this is so complicated
MMC just made you its bitch .
i moved my instances folder, copied folder from old folder, and it doesnt see it
kek
oh the "instances" path needs an explicit /instances still
ok finally have mc launched lol
was tired of not only having to restart mc due to invalid session, but the launcher too, and the launcher constantly telling me theres an update
hate having to manually download debs constantly, this isnt windows
I'm pretty sure there's an easy way to automate this
well it is native now, but they are pushing launcher changes too much
but yeah least auto dl the deb for me and invoke dpkg
Probably just an rm, downloading the binaries, and that would be it
Windows gang
Linux (other distributions) gang
A bot talking interesting stuff
DiscordBot getting philosophical today
these questions seem a bit much
This seeks to be a webhook on some irc chat I guess

Nice
@slim nymph thanks for mentioning that show 'his dark materials', me and GF been binging it, almost done with S1
nice, i finished s2, that show delivers
I want to live in a semi magical world with talking animals now
It really gives me heavy "made in abyss" vibes if you've seen that
With talking animals, eh maybe then more people would care for nature
finale was pretty shocking
this show is low key making me want to rewatch made in abyss (probably the movie version if its out)
Looks like a great show, but HBO š„“
HBO has upped its ante on content with max
ui is still shitty, but least better than what it was, but contents growing
got a few shows im watching on it now
and the 2021 movie plans is def a major boost in value
it is an interesting angle for them, anyone who doesnt go to the theatres monthly, but keeps hbo active, prob makes them more money
specially families who never go to theatres anymore for adult movies
i gotta cancel my hbo though cause i apparently get it free with ATT ISP
have you watched chernobyl already 
Money heist 
ofc
lul
š

is anyone here particularly familiar with the minecraft protocol because im really confused and wiki.vg is giving me mixed information
.dontask
Wish I had more time to watch good series š„“
make time
if you ask to ask just don't ask at all š
I'm watching it on Amazon, oh wait I think I have the HBO sub on amazon...
yeah its an hbo show lol
i just switched my hbo over to att, no more hbo bill
and thankfully i was able to link existing account, so dont have to reset xbox/tv's
att?
HBO isn't a thing over here sooo 
Oh, you have at&t as an isp?
yeah
gigabit, they beat google here
my city was one of googles first targets for fiber, yet my neighborhood apparently wasnt in their line, and ATT beat them to Garner by like 1-2 years anyways
I don't remember subbing to HBO but I do have it on amazon
yikes
prob fell for the free trial thing š
my family constantly hits that shit on my amazon account, constantly have to cancel them
yea amazon prime is shit
shit in a good way
no
silly canucks
i get all my series from the pirate merchants
amazon is the life blood for the US š
you get 3 movies/shows for free and it feels like everything else needs a separate subscription
(obviously more than 3, but you get the idea)
I just pay for prime and i buy enough stuff from amazon that it is nice
I have tons of content in the US
Amazon Prime is worth it for the shipping alone
I've been watching Amazon Video a lot lately
Prime video is just a nice addon
amazon prime and netflix are the only real options over here
yeah I've watched a lot of stuff on prime viideo, but that's not what I buy it for
still havent bought anything on amazon 
watching Jack Ryan atm
i just pay for it because i can't be bothered to cancel prime
and, basically, fuck netflix
yeah same demon
i order on amazon every now and then
I spend many thousands per year on amazon i bet
My prime account is used by like 3 households
I buy so much of our needs on amazon
hulu is turning out to be better than netlix just because they aren't so focused on "hulu originals", they just have normal shows
their website looks like ebay in 2005
no no
So i ship enough shit around š
basically everything on netflix these days is just shitty netflix originals
netflix > primevideo
I cancelled hulu, not enough shit to care about on it
netflix originals are good though
lol
Yeah netlix is king
yeah i like netflix originals
ah yes i love life action anime's
I have disney+, hulu, netflix, prime video, hbo max
my SO kind of hates netflix tho
Original stuff, better UI, better reocmmendatiojs, more stuff in general
content on netflix is shit, especially over here in the UK, and I'm not fond of the majority of netflix shit
your stackoverflow?
same cat
someone in my family activated Hulu Live TV on my account, so i cancelled it, they can pay for it themselves
US has more I think
I watch anime on hulu, not much of that on netflix
i watched like one serie on it and thats it
i don't pay for live TV on anything
hello demon 
hulu has the anime I watch + a lot of other stuff I watch
i think his happiest element of xmas was getting crunchyroll premium
proxi š
š
Dude made his own PS5
I watch CW shit on netflix but I hate that it takes like a year to actually get on netflix
I usually end up using netflix to find the show and binge what they have then switch to torrents to keep up as it airs š
i hate when i search for a movie on netflix and it goes "we can mail you the DVD!" and I'm just like, are we serious right now
Although when I say usually I really mean I did that twice, the other CW shows I either ignored or started on CW/torrent then dropped (Arrowverse)
I need to finish the most recent season of the 100 and I think there's a new season of supergirl I need to watch...last season of the good place too. Man I'm behind
staying culturally relevant these days takes so much work
billy said this season ends pretty badly so we'll see
I mean, that's my biggest issue with all of the streaming platforms, especially in the UK
@slim nymph no way lol
Like, it's much faster and less of a ballache to just torrent something than it is to figure out if it's on any of the platforms or whatever
the 100 was good
Season was weird but the show was kind of going downhill anyway and they rushed an ending
maybe the first season
It accomplished what it needed to and did a decent job of it but it's nothing amazing
i dont feel bad about pirating something im already paying a provider that offers that content for heh
it was good up until s6 or something imo
they are getting my money essentially
like whenever they had to escape earth again
yeah I thought the series ended really well when they woke up from hibernation above the new planet. I was like, man, what a satisfying ending
i lost interest half way through s2
but then they kept it going and....it's not great
whats CW?
a network
cartoon wnetwork
Supergirl is with that melissa chick right
I watched a bit of it but I felt the acting was too cringe
Just like how agents of shield turned out for me
Supergirl is like cotton candy
I am pretty sure it's intended to be like an oldschool campy superhero show
and that's how I watch it
Empty fun but I can't stand a lot of it
I like watching superhero shit that isn't trying to be extremely edgy constantly
i get enough edgy content from...literally everything else lol
It's not a binge kind of show, it's a "I'll enjoy watching it if I catch a random episode" kind of show
I tried to binge the first season, got like 4 episodes in and just stopped
binged is a broken word because of all the people who can't spell bingged
Actually I guess bingged would be wrong too so binged is just screwed
If they have made in abyss I recommend it, especially since his dark materials reminds me of it so much lol
I have all the streaming services but I probably only regularly use netflix/amazon and crunchyroll
yeah for me it depends on the shows I'm watching at the moment
The prime card gives you 5% cashback on any amazon purchase (even from third party resellers) its a great value
Wow they basically give you their entire transaction fee
I guess it's them paying themselves otherwise
yeah I like my amazon card
that sounds like a US only thing
Amazon card their like credit card thing?
yeah, through chase
Most of the things that make Prime worth the money are US only too
$120 for free 2 day shipping when most things are free 3-5 day anyway isn't worth it unless you buy everything on Amazon
depending on where you are prime gets you same day and 1 day shipping too
Most things I order get here within a day in san jose
1 day shipping is free everywhere here
except for amazon 
actually i think that changed w/ amazon releasing natively in my country instead of using .de
eitherway, not really any reason to use prime
By gitting gud
I can get same day delivery on some stuff
Amazon is 2 hour shipping if you pay extra $3.99-4.99 here
@twin lagoon how do i change paypal country
I got a 12 page shredder kind of wish I got one that could handle more at once
i don't think you can
mfw
call support
i also can't enter my address
yeah no you can't change any of that yourself
I specifically got a teeny tiny shredder
gotta call support
mfw
even then, don't think you can change the country itself
will do that later
only thing I'll ever use it for is to shred mail occasionally
i dont care much abt citizenship
Gotta talk to ppl what a nightmare
am still norwegian citizen
but i dont have norwegian address .
.
I make a lot of notes, sometimes I rewrite them and consider the old ones junk, I sort of let it build up until its shredding time, also shredding mail ofc
it drives me insane how much junk mail I get sent with PII
like god damnit, now not only have you wasted paper, you've put my PII on it and I have to deal with it
uwu @mental meadow
uwu
personally identifying information
I literally get mailed thick catalogs now because I registered a business, goes straight into recycling
so much wasted paper
ah
yeah same, since business registrations and addresses are public you get so much junk
I'm always excited for mail and then it's just spam š¦

why do i not have a djungelskog emote
djungelskog 


Anyone know of a competent standalone portals plugin?
Spigot resource search is š©
10 obsidian and a flint and steel /s
wtf
Advanced Portals is the only one I've seen so far that looks particularly good
You can do it with 8 now, can't you?
Even 1 wide?
Checking, but I think so?
I thought I tried one wide and it was like āfuck youā
4x5?
technically 3 tall
(either side)
Thatās what I thought.
10 min. 14 if you forget you can skip corners.
By standalone do you mean doesnāt have a bunch of dependencies?
Death to 2020 on Netflix is freaking hilarious
Just not Multiverse, don't really want to introduce it rn
whats wrong with mv lol
really had no issues with it
world plugins shouldnt be complicated nor have tons of features
def best to packagize it
mv has a little bit too much for it, were considering inlining it into our plugin to strip stuff
i just want it to load worlds, no listeners
Multiverse is a little big, but it's way too much if you're just trying to use a portal plugin.
its a bit download but not big on what it does performance wise, and file size is not important
its only big because of a shaded dep
Yeah it's really not that big.
It just does a lot of stuff and I hate adding dependencies for the sake of dependencies if I'm not using any of the other stuff a thing does.
kashike š„ŗ
yes?
We don't need MV to manage worlds on that server, not much point putting it there (and just spent an evening setting up EssX Spawn, don't feel like redoing that now)
hi
Delivery
:3
its best to store an email as an VARCHAR(320) right?
That's what the standard says at least
stuff like teleporting new players to default world, mob spawning, etc
we had to add a tick delay to override multiverses new player teleport
we control mob spawning, so dont need mv to have listeners for it
well if 1.17 has custom entity models like i think it does based on what i saw, maybe then š
make sure the charset for the email column is unicode
dont know if we have anyone to be able to maintain models to do custom stuff though
we were looking at it before though
TIL Terminator 2 used twins instead of CGI for a few scenes
as much custom items we have, def want it
we just have so much we want to do, hard to tack more on it
need to complete our bigger pictures first
im happy well finally have a break from mc updates now
emc is finally up to date!
\m/
When the T-1000 imitates a guard it's just the dude's twin brother in the scenes where they're together and the mirror scene with Sarah Connor is Linda Hamilton's twin sister doing a choreographed set of actions so they'd sync up
'bout time
Wait Aikar does this mean you have more time for other stuff now?
It's not a mirror with the camera digitally removed, it's a window with another woman on the other side
and man server tps didnt melt like it did on 1.15 release lol
so 1.15 must of been pain from world conversions
1.16 went pretty smooth
1.15 had to go from 1.12 to 1.15
so something like this should be fine right
im not using bcrypt
^ and don't use varchar for fixed size fields
i guess if you potentially plan to change the algo in the future, maybe š¤·āāļø
ugh guess ima have to go back to chrome, firefox broke on 84 and cant search from address or search bar anymore
PHP has functions that do something similar to bcrypt and put the algorithm, parameters, salt, and hash all in one string
So you can do in place upgrades in the future
im on python
I really like that idea, I bet other languages have libraries that do similar things
use some authentication middleware that does everything for you that somebody has already written
Should be bcrypt, scrypt, or PBKDF2
Etc
TL;DR: Don't roll your own crypto.
When you can do practical effects they can easily sell the scene, however there is some very impressive CGI these days (Game of Thrones had some great usage of CGI)
Doing SHA2 + salt manually isn't really rolling your own crypto
I also can't believe I just linked to Vice
But it's close
battle tested library for security < DIY in a weekend impl
Absolutely! That's why I said "sometimes"
plz
It depends on what the scene/story calls for.
Did I get pinged
so just use this? https://pypi.org/project/bcrypt/
yes Hi
economy of scale, a good library is going to get way more eyes and work put into it than anything you write by yourself
if you're working with python, yea, use that
thanks
just, biggest thing is use a battle tested library for shit which needs to be safe
did this all start from oskar doing something stupid
Reminds me of the viper days
Yes
he was just being an idiot in spigot
Yeah bcrypt works pretty well
He used to be an idiot here
sadge
TIL python's stdlib has PBKDF2 and scrypt but not bcrypt
. . .
yes pls spam more! its so funny!
xDDDDD owned!
yes I am wolf














wolf