#general
3141 messages Β· Page 1989 of 4
Java URIs suport FTP by default
yes, it sucks
but if it's in the same DC
and running on SSD, bottleneck will probabbly only be reached at plenty players
Yeah, old protocol
no idea if it supports partial writes
well, locking not so important
glhf if you'd let multiple servers access that world at the same time
partial writes, however, the thing relies on that
How does java implement partial rewrites?
just sets the index that it's writing to in the file and writes
Is that done behind the scenes, or is it relying on something that would be broken if support for that wouldn't be available
files support random access
yep, rip
FTP doesn't
That is to say, an FTP client can use the REST command to start reading or writing from a particular offset, but it will always truncate the file from that point.
I thought about slimeworld, but it stores everything in RAM
can't do for a large world
Since I don't have access to the end container I guess alternative is modify NMS
can you not just throw fuse and whatever is needed for nfs into the containers?
Nope, we were running on our own infra
however current downside I see growing minecraft servers is advertising
and I'm trash at social media marketing
So we want to try running on MineHut
oh, oof
they have a hefty playerbase, and competition is low
Yeah
I do have some shell access, but that's about it
I mean, there are NFS clients and shit for java, but, the entire logic is designed for dealing with stuff on the disk
I need some ugly hack to make work without touching root privilleges
Because I can run non-java on their containers, they seem to be fine with that as far as my discussions went
p. sure that you can mount partitions without root
Do you know if the world-container setting in bukkit.yml is still respected?
I'd try with that
see if it goes with FTP
if it doesn't, go forward
well, yes
I'm very astonished nobody else tried this
I mean, FTP is too much
but mysql, I'd say some people must've developed something
If slimeworld would've allowed unloading chunks
i'd go with that
too low level for too little gain
but well
For minigame networks
or skyblock, it works
but I guess then slime or something in-ram suffices
damn
I mean, slime is massively hacky and generally only really worth maintaining because there is demand for it
Well, what about RMI?
hacking in arbitary formats like FTP is generally just gonna be ass to deal with and 0 demand for it
anybody large enought to need mass storage is generally just gonna use NFS
I have no idea how RMI works
as said, this is not an area which people generally cared to deal with
Wrapper for network java communication
allows running methods of which the object is on another machine
So machine A can run methods on machine B, everything is niceified to not have to worry about the networking part
well, the thing you're connecting to still needs to worry about where it's dealing with fetching data from
generally just sounds like doing the work of replacing the built in storage crap twice
The issue I have with MineHut's system is that they take the whole data for the container from S3
unarchive it, slowly
and then start it
If it goes over 20 GB, tough luck it won't run
There's 2 options for me: Either run the velocity on minehut and run the server off-site, and overpay on their host
Or run the world off-site and use minehut for it's processing power so it's less money paid for things I don't use
Either way it's profitable
but i'd rather not pay 70 EUR / month for 10GB ram for a velocity instance
and then another 75 USD on a dedi close to it
PXL_20220719_172336708.jpg by @vernal moth: https://paste.gg/2befa71fd844499e9ed47c19d3d497a1
@wraith trail
Idk if you care but it's hilarious
gg
I found something interesting
so, apparently there's JSMB
Which extends on URLConnections to allow samba, random file access, everything required by region files
Need to check how world-container works
well... it does pass the readable text check...
502, is pass!
theres some quirks to having sulu around
if you need spotlamps for when it gets dark
just shine a torch in his ears
||jk ily β€οΈ ||
Me_IRL but with an overheating Surface 3.
Ok, so based on looking into how Bukkit's world container works
So pretty much, the URI you set in world-container (or by default .) is used as the main folder for worlds storage
when a world is created with createWorld, the file is created with new File(getWorldContainer(), name);
So if I manage to get the initial file to be on the cloud, either by changing it to some SMB file, or some other way
I can probabbly pull off something to load worlds from SAMBA instead of local storage
@Override
public File getWorldContainer() {
if (this.getServer().universe != null) {
return this.getServer().universe;
}
if (container == null) {
container = new File(configuration.getString("settings.world-container", "."));
}
return container;
}
public File(String pathname) {
if (pathname == null) {
throw new NullPointerException();
}
this.path = fs.normalize(pathname);
this.prefixLength = fs.prefixLength(this.path);
}
Well, not the cleanest solution
But I can make the server modify the world-container via reflection and make it work that way π’
Nice π€©
fawe is not cooperating today
somehow i copied 200 million blocks to a schematic yesterday but now it's not even able to do 73 million
AND ive put a mask so i'm only copying entities
even tried updating and it didnt help
ugh
i cant just copy all the entities in the world save because a few new ones were placed
is that morbius?
π
Lmao I just was telling my friend that I would never guess the show based on the pic, after another friend whom I send the pic got it, and you restore my honor with that dum guess π
Thank you π
π
Mini what season you are on?
ended up just copying the world/entites files for a couple regions from a backup
lesson learned, using a spawn egg to spawn an explosion power 127 fireball in the middle of the city is a bad idea, even with explosions turned off with worldguard
1, started this week
Also, found cat
My heads gone. The most British fella I've ever seen
8397
1947
(site note, fuck the idiot filming and bothering the guy)
Man just enjoying his bin

Downgraded*
lambi
ck
ubuntus site is having some interesting issues
Google cloud too
GCP's london datacentre is down apparently
idk if anyone here has seen that news about 90% of the Atlantic Ocean's plankton having died
On fire or�
apparently, it is false

the timing
I'm sure it's about to get really depressing but the opening of Stray is so fucking cute

You play a cat and you have a meow button
Sounds like a fun game
every game needs a meow button
There are other cats and you can play with their tails and rub on them
immediately making a minecraft multiplayer mod adding the meow button
how do i send player from lobby-1 to bedwars lobby-1 dose adding of bw lobby1's ip in proxy-1 hlp?
@real saddle #velocity-help
ok
No Cookies
afaik velocity supports 1.8-1.19, just get the latest build
waterfall*
Whatever, that's just a less good version of the same thing π
agreed
idk some errors
in either case all plugins are likely to work on newer versions
If you really need an older build of waterfall you'd have to figure out what build number is the last before 1.19 support was added and then just plug that in to the URL
But I can't imagine a waterfall plugin breaking due to waterfall adding 1.19 support
idnt know but plugin is not working
A waterfall plugin?
#waterfall-help is more appropriate at that point I guess but yeah, the only way to get an older build is to use the API (or just take the URL for the latest build and change the build number in it)
But what number is the last before 1.19 I have no idea, that's what you'd have to use the API to figure out
message.txt by @real saddle: https://paste.gg/ba15d655d0b34f9a90bb9f1cc1fce676
message.txt by @real saddle: https://paste.gg/70c7fb059e144430b0a242c77027adff
wait

You can't have two servers on the same IP:port combination
Well, you can but only in special circumstances where the servers are cooperating to do load balancing but that's not relevant here
i was testing on local host i forgot that i was already running 1 in background
lol whoops just noticed my desktop has been running through a VPN for the last... week?
extra safe
Problem is the VPN runs at 1/3 my actual internet speed and I've been doing some downloading
I just thought things were slow, ISP oversubscribed or server busy or something
at least you ddin't call your isp complaining your internet's slow
Well it was the difference between 960 mbit and 350 mbit so things were mostly still fast enough to not care I just noticed they weren't full speed
But full speed doesn't happen often enough for it to be weird
fun fact: I flew this aircraft (tail numer N270SA) on 06/11. https://www.koco.com/article/oklahoma-yukon-plane-crash-victim-dies/40503662
Never gonna fly it again, it's completely destroyed now
sorry for ping
xD
It's an FBO, the aircraft was owned by the flight school but in that instance it was just being rented out
obviously connecting from the US allows everything
@quaint geyser sorry for ping
I forgot to click!!
Holding shift when clicking reply turns off the ping, BTW.
good to know
you guys are
so sensitive to pings
π
If you think this is sensitive to pings I have a few places I can't recommend you visit . . .
Gently reminding you to not ping someone is far from "sensitive".
i mean at one point
i muted all the servers i have
and i live pingless mostly
Cool
for me its the text highlight because stuff kinda blury
maybe we need a role for "yes-ping"
to clarify i was just kidding
yeah with my eyes and betterdiscord's themes i almost can't read already
discord when they learn about WCAG
i am gonna go up a few more floors then lol
Check Google or whatever.
The trick is to make sure it's wide enough. after that, extra floors = extra mobs, but you can manage with just one floor if you don't need a lot of mobs
if you're going specifically for one type of mob, or want to use water to push them off the edge into magma, then your width and what you do with each level is key
Okay but you don't ping me
@wraith trail looks like pencil is double uploading files now
accidentally running two instances perhaps?
nah he's just really excited about files
Nie mo
nemo idk
π
Just keep swimming.
https://www.youtube.com/watch?v=rRiMm4dQuck is Britain spontaneously combusting now?
As the U.K. reaches its hottest temperatures on record amid a sweltering heat wave, the London Fire Brigade is working to tame fires that are spreading across the country. NBC News' Meagan Fitzgerland reports from London where temperatures are over 100 F.
Β» Subscribe to NBC News: http://nbcnews.to/SubscribeToNBC
Β» Watch more NBC video: http://b...
try with py instead of python
along with the rest of europe
it cloned itself
no idea how/why. didn't do anything but automatic restart to apply updates
quick, kill it before it gains sentience!
This is how robot start to copy itself
my room hit 35Β° with a fan on today
βcoldβ tap was doing hot water
we tried to cook eggs on a pan using just sunlight but the pan only hit like 55Β°
Rip UK
It turns out it's theoretically illegal to allow an user under 13 to even use my MC server, even with family-friendly rules no?
paper.yml has an option to disable logging of player's IP address, but only in modern versions starting since idk?
Yes
And I do agree of the removal of the profanity category as a reportable reason for 1.19.84
I've been in family-friendly servers and they're a magnet for underage Discord use.
Seen a few users getting their Discords banned or deleted.
And an operator of a Discord server can be held liable for actively allowing users under 13 in said Discord group, like for example their Discord servers can wind up getting deleted.
youre kidding me, whoever designed the citizens plugin path waypoint system requires you to be able to chat
but i have chat intercepted by a velocity global chat plugin
so i cant do anything
bruh
i cant even clear it, i have to go remove the plguin temporarily
actually easier fix is i can make gchat require a permission to send chat, and then passthrough if i dont have it, and then just negate that permission manually
why is my npc so fast
/sudo yourself
essentials sudo doesnt have a way to chat
you can, it's something dumb though
like prefixing the command with c: or something
yeah it used to be that but that doesnt work anymore
wtf i just tested it on someone else and it worked
but it deosnt work on myself
even if i negate essentials.sudo.exempt from myself
other sudo commands work on myuserlf
Anyone know if warden mob switches work on paper?
Most swear plugins for 1.8-1.12.2 suck!
And it turns out many VentureChat's commands are broken, not just its plugin reload command
There are better plugins out there but that means I'll have to update the lobby's MC version too.
venturechat works fine for me?
Itβs almost as if outdated versions suck π«’π€―
simply update your outdated buggy software and they wonβt suck as much!
So maybe just update the lobby then?
who use bloom.host?
Well now VentureChat does no longer crash upon reload from updating my lobby to a more recent version.
All of bloom's customers
Here...
advertising 
Where
This is not the place to advertise
This is a place for people who run servers or work on plugins for servers, I doubt you'd find many people anyway
rip wizzair & tui flights at luton
rip luton in general mate
AdvancedBan has no velocity support
btw what do you think of the alternative for that plugin called LibertyBans?
At least this one does support Velocity
what happened?
any1 know some memory dumper plugins π€
if you mean a heap dump, /paper heap
if you mean anything else, i.e. monitoring the memory amount, those are generally useless
gg
@quasi valley hangar wen
need to ping mini for that 
false
you're the new hangar dev
mini is busy drinking beer on the grass or something probably
I am literally merging prs RIGHT NOW
but all the important stuff left is mini territory
Jajajaja
Jajajaja
Ur just scared to touch the cool stuff

I mean, you know who to ping for infra stuff, that doesn't need to wait till I get back
LOL
you mean Jajajaja*
hahaha
Kek the Netherlands has the 500g Doritos
hello camm
in Danish sometimes people just write "gggggggggggg" instead of like "hahaha"
What's wrong with litebans?
are you in the lidl or something
Nah some dum store that doesn't even gave shelves, just euro palettes
I wanna say it sounded like medizine?
Lidl I know from Germany, lol
Medikamente die Grenze Hoogeveen
+31 528 745 770
https://maps.app.goo.gl/2KDjaYvXaxwnXJsEA
ohhhhhh die grenze
yeah that store is only on that side of the country
never seen one
"nothing will change for the end user when switching to MS accounts"
Yeah maybe if the auth servers werent down every 15 minutes
Login is also way slower now compared to before with Mojang accounts.
However it is more secure.
I think it was insanity that you couldn't have 2FA on your Mojang account
Hey wanted to get a definitive answer on something.
Why when auth servers go down, do mc clients not get disconnected?
My guess is that the server only authenticates once when they join
Is it something different?
Auth only happens when you connect to the server
So as long as you stay connected it's fine
Are there any public/paid plugins or software to mimic what Hypixel is doing and allow people to join if they were recently authenticated with the same username on the same ip?
Thanks though I'll have to put this on my server <3
yo how do you enable anti-xray on 1.19
i cant find paper.yml
π
Where did paper.yml go?
In 1.19, paper.yml has been split into two files, both in the config directory. In paper-global.yml you will find configuration that changes behavior of the whole server, and in paper-world-defaults you will find configuration that can be overridden on a per world basis. See https://docs.papermc.io/paper/per-world-configuration for more information on overrides. The function of server.properties, bukkit.yml, and spigot.yml remains unchanged for this time.
ty
I am 10km from Albania
I am 2366km from Albania
thatβs a long way from Albania
sounds like a button from keep talking and nobody explodes
Quality review of a card reader.
Heh didn't knew I got credited
Talked to the author a bunch when he showed my prototypes
Friendly reminder that my DMs are always open if you wanna talk about cool stuff
I wonder if using older MC versions such as 1.18.2 or 1.17.1 is still considered tampering with the chat report feature or the chat signatures used for those.
There isn't such feature in such older versions so doubt it counts as such.
Why would you wanna use old versions tho?
Well... the older versions use ampersand formatting, whilst the newer versions use minimessage
And also cuz of a few SMPs that apparently stayed in 1.18.2 natively.
MiniMessage works on any mc version since 1.7.idk
Legacy got deprecated and mostly removed in 1.8
That's a strange argument
I used to be scared of 1.19.84 until I read the thread in PaperMC about it
mfw Mini contributes to proprietary software for free
runs
s/free/exposure
Correction, <phoenix616> > mfw Mini contributes to proprietary software for exposure
update: I am now 22km from Albania
wow
yes it is very shocking indeed
when your distance to albania increases, you know it's a good day
6gb can hold 50 players easily right?
When paper 1.19.1 releases will there be an option to turn off chat reporting in paper.yml
I don't see how they'd do that since chat reporting is in the client not the server.
Is NVMe noticeably superior to conventional SATA/SAS SSD for Minecraft servers?
No, but it can easily be done with a plugin
If you really want to
No
Minecraft isnβt a workload that benefits for NVMe
Jump from spinny disk to SSD is substantial for pretty much every computer use.
That I can agree.
I upgraded my mom's HDD to an SSD of equivalent capacity and it was faster.
NVMe doesnβt hurt either compared to regular SSD
Well I did see a jump in one thing on Minecraft server use.
File xfers.
I once had a VPS on regular SSD and it was still slow for xferring files into it.
Either way, going from VPS or VDS to a mostly pure metal dedicated is still a big jump in Minecraft server performance correct?
Depends on the previous host
And also the specific node you were on and the people you were with
by disabling the chat signing
no
pretty sure someone on the paper team responded in a issue that they won't add a option to disable it (could be wrong)
We won't add an option in the paper config but we're not gonna put intentional roadblocks for plugins to disable them
wish you would
And even then a server that tampers with the chat reporting feature is effectively breaking the terms of service?
And intentionally using an older version such as 1.18.2 still counts as such?
dont think so
unless they'd decide to update it for all previous versions
It is on server.properties no?
you can disalbe the requirement for the public key (for now??), but you can't disable the signing fully afaik?
Bedrock disallows swearing no matter what, but the filter is overzealous.
Java community guidelines are different in the sense it does allow for swearing alone.
You can disable the requirement for requiring the client to send you a key during login
you cannot, however, disable that the key went sent to the server needs to be valid
Wish it was viable for them to backport the system
Even then I read they're mostly after things like pedos, neo nazis, terrorism, and some cyberbullies (people who can hold discriminatory views and attack others based on it) long before an average Joe or Jane.
Eh... we're in pre 5
Only 22w24 was the snapshot with the egregious report reasons out of all 1.19.84 snapshots
I know. But the report system isn't active yet, so no idea how strict they are with the current reasons, how quick they respond to appeals etc
Scam coin bros: get banned nerds!
Money quote: "To ensure that Minecraft players have a safe and inclusive experience, blockchain technologies are not permitted to be integrated inside our client and server applications, nor may Minecraft in-game content such as worlds, skins, persona items, or other mods, be utilized by blockchain technology to create a scarce digital asset. "
server blacklist or sued, probably
Idk if you want to piss off Microsoft
But if you do, pls tell us before hand so we can get the popcorn ready
But the community now knows it's not allowed, so nobody will be "investing"
To be fair, am semi sad that they never took andrew up on his offer to go to court lol
Is it possible to generate a void world in offline?
To hell 
Buy the dip
whats the price you see?
1ct
We already reported them to the SEC for insider trading
A group of people knew this was coming today
If you use that info for your own gain, SEC gonna clap you
afaik u get paid for reporting
true?
somebody tell em their server is centralized lol
Colors of the signing indicators for sending a message have been adjusted for improved accessiblity
Pog
its some US agency right?
i love how stellar is salty rn
Makes sure markets and stocks and all that are fair and regulated
i said something on his post, and he instead of commenting on my spigot profile, added me on discord
pretty sure there are rewards if it's valid, yeah
Some of the bugs fixed in pre6 are funny
MC-148149 - Linux game crash when opening links 
isnt it like old as hell
2019 yeah
Is beitain even a country
Isn't Stella the guy that scams people with worthless forks?
I think everyone that was from there has migrated to the Arctic Circle after yesterday
or is england the country
GB is the UK minus NI, right?
complicated stuff
England is one part of their main island, Great Britain is the whole island, United Kingdom is whole island and that little bit of Ireland they still own
GB is the main island of England Wales and Scotland
Thatβs very complicated
gotcha
Canβt they just merge
It's a small island off the cost of Europe that is slowly falling apart
UK is short for United Kingdom of great Britain and Northern Ireland
Do you want more wars? This is how you get more wars π

runescape ppl, whatever
We'll have to rename when Scotland are independent
i wondered, why tf does their client run so bad on linux
guess what, steam runescape uses windows renderer
even tho game can run linux renderer (flatpak version does)
No one really cares about Linux other than Valve, it's often more stable and faster to run the Windows version through WINE (or Proton, in this case)
no look
If they have a native Linux build it often doesn't get regular or any updates too
runescape natively runs on linux
but steam version forces usage of windows components
if you compare steam vs flatpak runescape you will notice huge difference in fps
I'm pretty sure that's a dropdown Jagex is picking
Oh you mean old school
I thought the new one wasn't Java anymore
official launchers
oh?
could be my bad
osrs doesnt use gpu you know π
at least theres launcher that does that
Apparently it is still Java
but yea i dont really carea bout osrs
its funny as hell
windows user say steam version runs better than official launcher
linux users say otherwise
Although you interact with it via a thing called RuneScript which kind of sounds like Perl
the game still runs bad even on linux client
I mean, it's a custom language and very minimal (doesn't even have arrays) but they do ugly things like %varname and @varname being different things
even WURM and minecraft work better
Hmm, thinking about it C doesn't actually have arrays either
i barely get 60fps
Like, in C within a function you can do int foo[10] and you can discover the size again later and etc but once you pass it to another function it's just int* and you have to pass the length around as you can't tell just from the pointer
it's ok tho
just write where you want to in ram
@void void
ram and storage stuffs
I got like 80gb of storage
and 8 gb of ram
I have a vps
by default it is 160gb on the 8gb plan
but I don't use that much storage
what kind of server is it?
like survival, minigames
skyblock doesn't take alot of space on disk
cus they are about two seperate things
it doesnt make sense
you get as much as you need
disk is usually upgradable
so u telling me my 16 gig ram server needs 800gigs of storage?
you can't even run 1.19 on 1gb
1GB wont even start
it will start
i dont think so
it won't run well in any way shape or form
it uses like 1500 for startup itself
Minimum plan should be 4GB shared
^
shared?
shared host
cores aren't pinned per customer
host where dedi is shared thru many servers
If petro you potentially need more unless you gonna cover heap
you don't know what you're talking about
so u tell me
no need to ridicule, but if you need advice, listen to the people here
(i have 4 cores), it doesnt mean i must give both servers 2 cores each
i can give both servers access to 4 cores
don't act like you know everything, you're not learning anything
π
I'm speaking to rrm, if it's not obvious
if u wanna learn dont argue with us
you don't seem open to learning, you're arguing with every piece of advice given
ram usage for 4gb dedicated to heap with OpenJDK(hotspot) vm
thats what ptero does
okay, what do you want to know
they can overbook
CPU limits are generally broken as all shit
lol
because they often rely on core limiting in some arbitary manner or basically "starting it and stopping it fast enough"
you cap it
well, yea
Core limits aren't that hard to enforce, unless you put the kernel in an uninterruptible mode and then have it take a bunch of CPU time but that would imply you have root or found a bug, you wouldn't be doing anything useful
I mean, hosts generally don't mind the odd limits here and there, etc
Like, there are caveats to all of this, mc which literally spin waits is far from ideal here
Like, if you mark something as getting 25% of a CPU the scheduler can just schedule timer interrupts to happen to ensure it preempts your stuff
It won't be exact but it'll be close enough that it doesn't matter
i wish u could live upgrade kernel without relying on some canonical subs
It's free for like, 3 machines
afaik it doesnt play nice in arm
Canonical have a free one, I think Oracle do
I mean, if you hated yourself you could do it for free
and i'd rather avoid proprietary solutions
I know Oracle have one, I just donβt know about the free part
I mean, theres work for arm64 hotpatching going back to circa 2013/4
KSplice is GPL
Just, I mean, idk anyboy who actually uses the built in patcher stuff
ksplice is gpl
the kernel patches shipped from rhel require a support license
thats what i use on my x64 vms
it was free for some limitations at some point
Free for Ubuntu Desktop, not servers though
its free for all oracle cloud users
The down side is you will be usin oracle
Iβd rather use Oracle Linux than Ubuntu tbh
Same. My fellow oracle enjoyer
And itβs just a rebadged RHEL anyway
unbreakable kernel
- KSplice + funky kernel
Probably the RHEL kernel
yeah centos alternatives
Rocky my CentOS 
Far as I know Rocky and Alma are just rebuilds, Oracle has its funky kernel
i wonder how easy it is to go from ubuntu server to oracle linux
dragging my feet to transfer my last centos machine
I couldn't belive that somebody bastardised a linux environment more than canonical
Pretty easy, the only major differences are the package manager and firewall
netplan can suck a D
it probably would if it can
at least rocky has this
Oracle also has one, Alma probably has one
ouch no ubuntu

I mean
I spy on you 
they collect statistics for apt, etc
also, I mean
there was the time they tried and got BTFO'd
Canonical is probably the worst for spying
relatable
this is horrible
Like, we had like 3 days of hot af dry af weather
well, bar on the 3rd day where the humitiy started to just rocket up
oracle JDK user found
GraalVM 
β¦I canβt actually remember which Java I use on Windows
I think itβs Amazon?
graal? isn't that the one where you have to do a dice roll to see if they broke something stupid each release?
i removed all telemetry i could find
apport and shit
Itβs the one thatβs pointless for 99% of Minecraft servers but crappy server hosts run it anyway
its popular in fabric sphere
Even though Oracle themselves admit that itβs slower than OpenJDK
just remove the network 
Unless you have EE, but the optimisations likely wonβt help you
GraalVM CE is designed for applications that need to start quickly but not necessarily be fast
wait what
i.e not Minecraft
so for everything that's not on a server?
Microservices would benefit
mine starts in 3 minutes
You gotta remember that the lifetime of microservices is often hours tops
worth it 
an they're often not really under the same usage patterns as an MC server
hard fork pls?
Itβs a totally different use-case
for hours it might be worth it to use openjdk
so, who cares if theres a bit of an extra overhead vs defacto java, especially if you're taking advantage of some of the various features specific to graal
But people see it as a magic performance boost and run their servers on it
wait im confused, u gotta pay?
I mean, I still see the odd rando person using the fast method accessors
a JVM flag oracle ended up disabling by default because it screwed with the compiler
I ran GraalVM EE for a bit and the only advantage I saw was that world gen actually was a fair bit faster
But there could be many factors in that
theres maybe some of the noise features which would maybe automagically take advantage of some of graals extra magic
but, I don't think that theres too much there
could the whole server be compiled to native before starting?
I mean, yes but no
what about adoptium
- the native image stuff requires that you have the full source, and not sure that that is 100% there, and won't support plugins
Isnβt Adoptium just OpenJDK?
keep the jvm handy
- compiled code space is generally limited, and compiling is costly and you wouldn't get all the advantages of java doing that anyways
When I tried it, it accepted the Paper jar as its input, and only threw a wobbly when it tried loading plugins
oh, I guess they improved that, I recall it being an issue at first
the patched jar?
and, yea, it doesn't support loading in jars
I think it is even possible to get plugin loading to work but I couldnβt be bothered
java has var?
yes
variables?
auto type
π
From my understanding of it, the native image is actually worse unless you have PGO data, at which point you may as well have used the JVM normally
But, again, great for microservices
Well, JIT has optimisation stages
i.e. it's able to much amounts of magic on stuff running inside of it
i.e. magically removing those pesky null checks!
then it has to be sure that there are no nulls in the data?
and, much other bits of magic and all that in order to boost performance of code
well, that's what it analyses
or does it check once and then don't check again?
it's able to fall back on the CPUs "oh shit" for if a rando null manages to get into there
and then it props deoptimises out if it needs to
well what is the memory address of null?
shalli compare community vs enterprise?
for the 20% boost
i wonder how do i run it in ptero
null is generally a cpu reserved address afaik
If you can find a decent benchmark, sure
ill just run a plain server
same machine same specs
but first i need to know how to run that one in ptero
since it will need docker image right?
ima ask ptero ppl
i used graalvm enterprise edition without consulting my lawyer
I consulted Larry directly
who larry
CTO of Oracle, Larry Ellison
He doesnβt sound like a very nice person
its not about graalvm
YOO I DID IT YALL
just 1 problem
my password is in plain text
at least its some random stuff i use only for oracle acc
You're on the blockchain, I play the blockgame...we are not the same.
https://t.co/Wyb8IU70Z8
Big W
rip NFTWorlds, although looks like they're going out with a bang with some pretty obvious-looking insider trading
look
i would love to see the project
but on actual blockchain
without nfts
maybe on some crypto
People reported them to the SEC already
That's the cool thing about scam coin shit, it's all transparent ^^
Yup I damn near spat out my water when I first saw the article, then saw the allegations of insider trading, then saw a message from Kevin saying he reported to SEC
(Also saw some text message screenshots that could possibly prove the insider trading, but I have no way of knowing if they're legit or not. Funny either way though)
Idk what I can say
All I will say is that today has been pretty fun so far π
Not only because of the scam coin stuff
is there a way to check your ping in game?
(this may be fake, take with grain of salt)
https://cdn.discordapp.com/attachments/739708755767329350/999376439919005787/unknown.png
ping the server 
People reported one of them server list sites for buying Backlinks and google clapped them
https://backlinko.com/hub/seo/backlinks
Backlinks (also known as βinbound linksβ, βincoming linksβ or βone way linksβ) are links from one website to a page on another website. Google and other majorΒ ...
ah ok I see, lol that's stupid
It's basically buying trustworthiness
Basically like, I'll give you 100 bucks if you embed a link to my site with a good title on your website
something interesting happening here?
I should do that
But not 100 bucks and one website, but 10000 bucks and a network of fake websites
lmao
the free way ofc
I need more organic back links to my website
yeah ok I see why that might irk google lol
I already put plenty on my own website that go to other websites
put my server website address on the server list sites
trol
oh and NFT ban has made it to web3isgoinggreat

Bruh I am relatively new to java, how do you ping a server while your in the world
Java.pingServer
Thank you.
Why do Intel NUC fans go haywire for a few seconds before booting for the first time after being unplugged?
That's common in server boards, fan tests or just no fan control in bios
Server boards?
server motherboards
Why do Nucs have server boards if they have Cores and not Xeons?
When you power on the machine its in an unknown state
the fan controller hasn't been told what to do, etc
it's only until you get to a certain stage in the init process where that stuff is generally actually told "hey, you don't gotta be going full pelt"
That last line kind of made me laugh not gonna lie
fan controller should start at 50% fan
Well it's 4 times as loud as my laptop has ever gotten soβ¦
You don't know the state
the default mode for a fan without a PWM signal is to go full send
just gotta create a global conspiracy to fix this
Which makes sense, you could assume to be at 0%, but what if there is a failure? In a failure condition, I would prefer it to be going full as a precaution.
50 is like in da middle yknow?
Defaulting to 100% means that in a scenario where there is no communication, but still power to the fan, it can still be effective.
if you don't know the current state, I'd much rather a fan do its best to stop from turning my CPU into a liquid mess at the bottom of the case vs worrying about the noise
I could open chrome and it's like aight we gunna need maximum cooling
On a low spec machine that is to be expected.
Are you running on a Core 2 Duo or what?
Lol
Well my friend has the same with firefox
Nah, i486 clearly.
a 2070
RTX 2070 or what do you mean?
What cpu?
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
Address sizes: 39 bits physical, 48 bits virtual
CPU(s): 6
On-line CPU(s) list: 0-5
Thread(s) per core: 1
Core(s) per socket: 6
Socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 158
Model name: Intel(R) Core(TM) i5-9400 CPU @ 2.90GHz
Stepping: 13
CPU MHz: 2900.000
CPU max MHz: 4100.0000
CPU min MHz: 800.0000
BogoMIPS: 5799.77
Virtualization: VT-x
L1d cache: 192 KiB
L1i cache: 192 KiB
L2 cache: 1.5 MiB
L3 cache: 9 MiB
NUMA node0 CPU(s): 0-5
Vulnerability Itlb multihit: KVM: Mitigation: VMX disabled
Vulnerability L1tf: Not affected
Vulnerability Mds: Not affected
Vulnerability Meltdown: Not affected
Vulnerability Mmio stale data: Mitigation; Clear CPU buffers; SMT disabled
Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp
Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2: Mitigation; Enhanced IBRS, IBPB conditional, RSB filling
Vulnerability Srbds: Mitigation; Microcode
Vulnerability Tsx async abort: Not affected
A neofetch would have been good enough.
Bro you don't need to extract the entire blueprints of your processor all I wanted was a model number but OK 
don't have that package installed
oki 
I mean it isn't, anyone can fake it to say arch.
True true
It's Linux after all, you could turn it into BSD if you're clever enough.
But why would you want to?
sudo apt-get install bsd
Xps? Wonderful laptops, I've had one of those for 1,5 years and it has never let me down.
desktop
I can see many reasons to install bsd
neofetch --ascii_distro arch be like
Does it run slow?
nah
Leave.
I boot off a hard drive anyways
jk bro
f
too lazy to write ubuntu to the main disk
Someone ban this guy
arch user?
Also, big big big why question. WHYYY did you mix Nvidia and ATI.
and proud.
what's wrong?
How is that even working?
manjaro
need something to run my 3rd monitor
that's like, arch, but, for plebs
Ah so you have one GPU per monitor
That's not something I knew was possible
no 2 gpus one monitor
Oh
Another thing I didn't know was possible
meh haters gonna hate
I don't hate Manjaro as a concept, I just hated using it.
I mean 2 monitors 1 gpu
lmao
That page lists a number of legitimate concerns, it is not just "hate".
brew more like bruh
Trying to make Arch user friendly usually ends badly
i know that page
not big deal
You are wrong.
i dont like the mentality of, if you use something other than arch u are bad
just use what you want
live and let live
It's all up to preference but Arch is usually the distro-hopping killer.
Was in my case
I mean
Reading that list, some of the stuff they do is shitty and counterproductive to stability
yknow
as someboy who relies on the AUR for rando shit here and there, jesus, fuck manjaro
people still use ubuntu
ubuntu sucks ass
Why can't I find a project that will give me thousands of dollars for no accountability?
fax
but, there is no real sane option for servers these days, tbqh
Yes
What's so bad about Ubuntu?
how do u know manjaro ddosed aur π
Ubuntu did me great in my first year of Linux
https://github.com/kruug/manjarno read it.
ofc it wasnt done on purpouse
Still happened... twice.
I mean, ubuntu is generally slow to update stuff
I'm impressed by the speed at which you're zooming through brushing aside all the problems with manjaro π
Like, theres no AUR, so, for environments where you wanna mess with stuff more you're often in a weird ass zone of fucking around with stuff
People think that crap like flatpak/snap is the solution to that, which, like, 10/10 ||plzno||
Once? Okay fine, honest mistake. Twice? That's just just negligence and not learning from mistakes.
but manjaro comes with aur
I mean, it's ubuntu, the aur is for arch
manjaro borks the AUR due to their stupid choices
You do have PPA's but Debian packaging is an abomination
Well, that's relying on people to create said PPAs
which, given that it's generally a joyous PITA to package for distros in general, many smaller projects will just slap out a tar.gz and let you deal with it
theres been many fun cases over the years where ubuntu and debian are running two entirely different versions of a lib and, well; https://youtu.be/xleL_y3mQrE?t=17
The AUR is the greatest thing ever.





