#the-silents
1 messages ยท Page 26 of 1
TS 5 has a closed beta, but there hasn't even been an update in 4 months now ๐
(and TS 4 didn't exist)
a whole 4 months without updates
very cool when 2 quiet people stop talking
now the vc is dead ๐
jk
yeah idk im just playing some monster train right now, decided to hop on vc just to listen if anything interesting was being said
im just nosing my own business
mmm silence
do you want it not to be
good question
chose your answer wisely
3
that's numberwang!
sh you're writing too loud, md
@fair prawn hangar wen
no "let's rotate the board" gif
should add it to chester
am busy baking today
@sacred thorn
we had it in irc, idk what happened to the bot
thanks lax
thank you lax
ono tyrannosaurus lax is here
not any more
snack time with kneny
what will he snack
I just woke up lol
yoo
back with the snack
you just got knaenae'd
@last marsh you were meant to be zzz'ing ๐ฎ
idk it made more sense in my head
at least pure went out "early" today ๐
ie before the sun rose
@tribal osprey i got off so pure would sleep
in finishing up my run though and then ill get off too
phrasing
what phrasing
that phrasing
ok
"get off"
sounds like funky DNS?
um
what DNS server do you use?
what's a maven and how do I git one
gtg for now
bye wolf and knaenae
@last marsh so the thing on the left shows the number of the chunk and the coords of it. all I need is to convert something like 9 to (-1,1)
good morning @short wave
good morning!!! at 9pm O.O
19:17!

could I be unmuted in vc please? Iโve been muted for like a month because I forgot to mute my mic when my air conditioner was on... ๐
I remember you and that is not why you were muted
you were muted because you kept turning your camera on and there were like a million barking animals
I have one dog... I donโt think that was me
okay well I'm also not a moderator so I can't unmute you to give you a second chance
ur spigot mod
Hello
send me ur resume

cough
PUUUUUURE
UWU
no u
@EventHandler
public void onPlayerMoveEvent(final PlayerMoveEvent event) {
final Chunk chunk = event.getTo().getChunk();
if (!chunk.equals(event.getFrom().getChunk())) {
final String id = chunk.getWorld().getName() + chunk.getX() + chunk.getZ();
int highest = 0;
for (int x = 0; x < 16; ++x) {
for (int z = 0; z < 16; ++z) {
final int y = chunk.getWorld().getHighestBlockYAt(chunk.getBlock(x, 0, z).getLocation());
if (y > highest) {
highest = y;
}
}
}
if (this.chunks.add(id)) {
final int finalHighest = highest;
new BukkitRunnable() {
int y = 5;
public void run() {
chunk.getWorld().createExplosion((double)(chunk.getX() * 16 + 8), (double)this.y, (double)(chunk.getZ() * 16 + 8), 8.0f);
++this.y;
if (this.y > finalHighest) {
this.cancel();
}
}
}.runTaskTimer((Plugin)this, 0L, 11L);
}
}
}```
poor matthew
it's mathew not matthew
ah a better alternative to EssentalsX random tp
Hello, my name is Michael and I am a java programmer. I program minecraft plugins with an API called spigot. If you are interested in getting spigot you can do that here. I use a program called IntelliJ IDEA to program these plugins. If you are interested in getting IntelliJ you can also do that here.
thank u mike

pure
hello
the next update is 1.0.0.0
italics
not enough buildtools.sh
@echo off
title [BuildTools] Spigot
echo Output API: Spigot
:versions
echo Versions: 1.8, 1.9, 1.10, 1.11, 1.12, 1.13, 1.14, 1.15, 1.16, Latest
set /P version=Choose a version:
if %version% == 1.8 (
echo Version found! Building...
goto 1.8
) else if %version% == 1.9 (
echo Version found! Building...
goto 1.9
) else if %version% == 1.10 (
echo Version found! Building...
goto 1.10
) else if %version% == 1.11 (
echo Version found! Building...
goto 1.11
) else if %version% == 1.12 (
echo Version found! Building...
goto 1.12
) else if %version% == 1.13 (
echo Version found! Building...
goto 1.13
) else if %version% == 1.14 (
echo Version found! Building...
goto 1.14
) else if %version% == 1.15 (
echo Version found! Building...
goto 1.15
) else if %version% == 1.16 (
echo Version found! Building...
goto 1.16
) else if %version% == latest (
echo Version found! Building...
goto latest
) else (
cls
echo "%version%" does not exist. Please choose a valid version from the list
goto versions
)
:1.8
java -jar BuildTools.jar --rev 1.8.8
:1.9
java -jar BuildTools.jar --rev 1.9.4
:1.10
java -jar BuildTools.jar --rev 1.10.2
:1.11
java -jar BuildTools.jar --rev 1.11.2
:1.12
java -jar BuildTools.jar --rev 1.12.2
:1.13
java -jar BuildTools.jar --rev 1.13.2
:1.14
java -jar BuildTools.jar --rev 1.14.4
:1.15
java -jar BuildTools.jar --rev 1.15.2
:1.16
java -jar BuildTools.jar --rev 1.16.1
:latest
java -jar BuildTools.jar --rev latest```
mmmmm bash
beef beef beef
steak steak steak
the ip is in the image...
https://imgur.com/a/HmyuqGF this poor man
signs of a broken man right here
no he is not
genuine question i suppose
based lokka
once again based??

๐
https://twitter.com/drogel4/status/1291012650395152388 best code style
public class Permuter {
private static void permute(int n, char[] a) {
if (n == 0) {
System.out.println(String.valueOf(a)) ;}
else {
for (int i = 0; i <= n; i++) {
permute(n-1, a) ;
swap(a, n % 2 == 0 ? i : 0, n) ;}}}
private static void swap(char[] a, int i, int j) {
char saved = a[i] ;
a[i] = a[j] ;
a[j] = saved ;}}
dylan doesnt sound like a feminine name ๐ค
its unisex
Dylanie
protected void crash() {
//Minecraft.getMinecraft().crashed(CrashReport.makeCrashReport(this, this.getMessage()));
//this.printStackTrace();
throw this;
}
https://github.com/ReikaKalseki/DragonAPI/blob/master/APIProxy.java not how classes work
if (ID > 100000)
message.append("No sane ID would be this large, and you would do well to realize this.\n");```
/**
* Gets the current system's Operating System.
*
* @return the current system's Operating System
*/
private static String getOS() {
String os = System.getProperty("os.name");
if (os.contains("windows")) return "windows";
else if (os.contains("nix")) return "unix";
else return os;
}```
https://github.com/QuantumTheoryMC/Quantum/blob/master/Agent/src/quantum/agent/cm/CMModelBakery.java
this is painful
@stiff pulsar wait
wtf yall up to
running from me

no muricans staying up too late in VC? disappointed
^
lol I'll be on tomorrow again, I've been busy today! :(
git@github.com:Name/Repo.git
I'm a murican staying up too late but I'm not a talker
i will likely pop in later if yall r still on
Pls never use Oracle java unless you pay for it
That licence you accept means you may only use it for dev stuff and will pay for production stuff
It's not open source software
use adoptopenjdk
Or any other distribution of openjdk, yes
Many companies offer them with different packages
yea
ok
hi
@stiff pulsar
Replying to @stiff pulsar from https://canary.discordapp.com/channels/289587909051416579/657736261662015489/741915452976005220
sorry I slept at like midnight instead of normal 2-3am
smh you canโt just adapt a sane sleep cycle again, thatโs illegal
why is my alarm clock spreading such propaganda, he just wants to sell more alarm clocks
lmao
๐
No call tonight? What's up with that?
yesterday there was someone using some TTS software... through his mic ๐
hi what's going on
ya it's a singular me
nah
ya seen my bio
ah maybe a mobile thing?
yes you do
never said they were
๐คจ
ok so you were just arguing to troll then?
:O
@wheat wraith Decided to go with WSL on my win10 environment but having troubles. Would you be able to help me with getting this configured correctly ples?
ssh-keygen -t rsa -b 4096 -C "github email"
eval "$(ssh-agent -s)"
ssh-add keywslsilent
ssh-add ~/.ssh/id_rsa
cat ~/.ssh/id_rsa.pub
We bring the awesome Git VCS to Windows
Envirament Variables > Path > Add the bin folder path to the list
under System
JSON with Java - This chapter covers how to encode and decode JSON objects using Java programming language. Let's start with preparing the environment to start our programming w
https://drama.essentialsx.net/eyJzZW50ZW5jZSI6NjQsInBlb3BsZSI6WzE1XSwidGhpbmdzIjpbNzldfQ== how could oyu md
oh no!
md steals essentials code confirmed
nossr50 locks the SpigotMC Discord for a two hour long monologue to state Z750 stole a pom.xml from nossr50
lol
Spottedleaf threatens to destroy the life of mbaxter until they remove GPL compliance from MineDown
I forgot my PC rebooted so now my mic is dead, sec :P
๐
when you change your dev port
authorise
hi
0.5966% of EssX servers use TNE
I'll be back in like 
The real MVP
MCMarket updates their contributor license agreement, Turbotailz quits in protest
holy mother of pressing enter
actually I'm gonna head off now because my room is way too hot
I'm fine with hearing this story.
wow gone for 10 seconds and the storyteller is gone
smh
๐
source code, source code, source code
require 'base64'
require 'oauth'
require 'json'
require 'rest-client'
require 'rufus-scheduler'
class Poster
def prepare_access_token(oauth_token, oauth_token_secret)
consumer = OAuth::Consumer.new('[key]', '[key]', site: 'https://api.twitter.com', scheme: :header)
token_hash = { oauth_token: oauth_token, oauth_token_secret: oauth_token_secret }
access_token = OAuth::AccessToken.from_hash(consumer, token_hash)
access_token
end
def initialize
access_token = prepare_access_token('[key]', '[key]')
drama_response = JSON.parse(RestClient.get("https://api.chew.pro/spigotdrama"))
drama = drama_response['response']
link = drama_response['permalink']
print "Tweeting..."
status = drama
response = JSON.parse(access_token.request(:post, '/1.1/statuses/update.json', { "status" => drama }, {'Content-Type' => 'application/json'}).body)
puts "\rSent! ID #{response['id']}"
tweet = "@SpigotDrama #{link}"
reeponse = JSON.parse(access_token.request(:post, '/1.1/statuses/update.json', { "status" => tweet, "in_reply_to_status_id" => response['id'] }, {'Content-Type' => 'application/json'}).body)
puts "\rSent reply! ID #{reeponse['id']}"
end
end
Scheduler = Rufus::Scheduler.new
Scheduler.cron '0 * * * *' do
Poster.new
end
puts "I sleep."
sleep
11/10
What language is this?
Oh that makes sense.
Like it looked like Python but not quite. xd
Some spigot mod
lmfao
Arch is where you download all the packages yourself.
Gentoo is where you compile all the packages yourself from the Gentoo repositories.
Linux From Scratch is for mascochists.
Aight I'm out. Seeya!
i'm rolling over here ^_^
wtf is this
idk someone force me to send that
yes
blame leaf
and we're live! \o/ https://www.twitch.tv/aikaradora
Coding with Aikar - Not your typical Minecraft Development. I work on improving the base games code and submit improvements to Mojang.PaperMC Core Developer
hi @short wave
hi
hi
JavaFlag's stream
still banned
I've been living off uncrustables since last Saturday.
NEGATIVE
be TimingsGuy now @graceful widget
be ThatGuy 


quorn
oh no irc here
vegetarian chicken patty crap
Looks fine, how does it taste?
crap
idk i dont eat it lol, and she said she doesnt like it much either
shes eating vegetarianish, i eat the opposite of MEAT MEAT MEAT
smh
Chase: bad news.
piglin brute ๐ฑ
goddamnit why does voice explode when I'm about to sleep
hope they made villager more heavy
lol now you know why it's hard for me to go to bed md lol
Aikar 2020:
1.16 doesnt exist anymore
also inb4 screaming troll joins unlocked channel
It's 12 pm for mini
yeah i'm sure its incoming
inb4 it's pure
**am

for whoever asked about hangar https://github.com/MiniDigger/Hangar2
just watch that repo
u poison paper with those poisonous mushroom
SpottedleafForMod#2020
mute your mic or do PTT @foggy knoll
indeed
this hoe is loyal 
thank you for censoring that awful word
my mistake
muted, sorry if you could hear me
We should have a music bot in here playing Taylor Swift's top 50 to motivate aikar
that was big brain

no royalty free music?
mmm tasty packets
The fast forward no work

i like that shrugs internally comment lmao
stream? :D
@eternal belfry https://www.twitch.tv/aikaradora
Coding with Aikar - Not your typical Minecraft Development. I work on improving the base games code and submit improvements to Mojang.PaperMC Core Developer
danke
Could have clicked his name for a link ;)
@tribal osprey ๐ฅบ ๐ ๐
@wild wedge 


chuwu
cuwu
zuwu
muwu
ouwu
jelly will do her thing lol
honestly that's the best feeling
sodium is pretty good with mod compat
camm 
๐ฅต



oh I need that one
oh no
whos zory
send pussy pics @zinc summit
๐

woah
@wild wedge 

^^^
idk if i want an onlyfans account
do it
looks like shit

wtf is that bokeh effect for camm you can't take photos like tehlo
it is DELISH
ooh looks tasty
oh that's not bokeh at all i have no clue what the fuck it's called then
p o r t a i t
that's very close up
https://www.patreon.com/jellysquid if yall like sodium give jellysquid money to work on her mods here
๐ did we just get an appearance from aikar's dog
as usual
Aikar send doggo pics
^
the commentary to this live stream sucks, ngl
same
We need more aikar's doggos barking
the dead pan delivery of that, i think he may have been serious
Yatopia > everything else
๐
ya jelly has frapi on her list for soon
my rx 5700xt stuggles to get 150 fps in vanilla
what are you even going to do with 150fps lol
with sodium ogl 4.3 renderer I get over 300
who needs more than 60
use it on my 165hz monitor
that's a lot of frames lol
I've been able to hit the high 700s w/ Sodium on a 1060 (3GB)
he bumped from 1_16_R1 to 1_16_R2
its v1_16_R2 now
sp614x updates fastish because he's just pulled the 1.14 client architecture forward
rather than actually updating for the new client
so more and more mods break each version
if it worksโข๏ธ
Protocol version of 1.16.2 is 751.
purpur doesnt fork tuinity, it spoons it ๐
inb4 someone renames pure to rez again
What is EMC?
aikar's server
Oh my.
empire minecraft
protocol version now is 751 iirc
Yes.
aYEEEEEEECar
anyone streaming?
Aikar
aikar is jake
aikar is
nice
username AikarAdora
anyone want to fix bed? doesnt seem like md want to fix it any time soon
nobody likes optifine
could packet processing be done by multiple threads with a player based lock ?
@graceful widget want pizza? ๐
Haha.
jake i was about to say it
goodjob discord ๐
same
o
voice is fucked
yup
discord is great
same
yeah thought my internet was going out lol
everyone gone?
@graceful widget switch server region
๐ฆ
nah we're here
and now vc is stuck connecting
i hear you @wheat prairie
why discord why
We're getting ddosed!

RIP @Discord
change server region?
since it's cool to screenshot it
It's those yatopia guys!

seems to be ok now
lol good job yall getting kicked off
waiting room works
wait are we actually being ddosed?
Discord is borked
yea disc is dead
yea im chillin in waiting room
waiting room is working
Ah so it isn't just me
lol
can someone change the server region lmao
jesus
works in waiting room lol
Let's all move over to spigot discord.
LOL
can we switch to teamspeak
skype
Let's all move over to spigot discord.
๐
LOL
lets all go to skype
paper ts3 wen
this chan is doomed
waiting room works, general doesn't
its probably just discord lag tbh
is this a partnered server?
its sharded most likely

o ya paper is >10k
aikar is just not as marketable as songoda
flying squid in vanilla 1.16.2, it's beautiful
omg i wish that was real
finally ๐
desync ye boii
like an actual feature

they're aliens with disguise
atlast they return
๐ถ I believe I can fly! ๐ถ
flying squids is back!!
1.17 isnt gonna be a cave update, its gonna be a squid-alien update
works ๐
works ๐
yes cammy
general works
Drag everyone to mbaxters channel
@tribal osprey ๐ฅบ
woot
best bruh i ever heard
just move everything off of the main thread ez
ok
i think they're just on a bat shit crazy schedule
^
and they're forced to keep up to date with bedrock
- they're dealing with a very very old and poorly written codebase
I should apply to work at mojang, i'll blend right in with the average joe's
knowing java =/= knowing the entire ecosystem, optimization techniques, etc
they could write it in GNI 
Minecraft JS when
so no one needs pizza i guess ill order myself some @wild wedge
did aikar reply
content > optimization
jake boom
o sick i dont have to buy the pizza

bamboozled
the free-est pizza
Nobody ever buys me pizza
the note 20 ultra is one ugly duckling
And I co-made tuinity
but its nice
AWWWW
doggo pics
NSFW
cool boi
aww
i cant tell if this is a joke or not
uwu
it's lax jake
the fake butthole
did mojang happen to optimize anything in 1.16.2 ๐
and what aikar said
@sacred thorn furry
i dont know who anyone is
lmao
everyone has their fetishes I guess
@edgy perch on the brightside maybe @wheat prairie wants pizza
@sacred thorn 

leaf can i buy u pizza
Hi jake, I'm Linus of the minecraft world
no they manage to make the renderer worse, somehow?
i always bug u
dm me for tech tips
i mean at some point it can only get better right?
so u drop... patches a lot?
I meant to word it that way. lmao
i do rap battles
LaxTechTips
๐

Sure thing, I'll drop a tuinity patch soon.
no one wants free stuff 
who knew it would be so hard to give someone free hosting
We don't believe in those things
amirite
no free CI, no free pizza
how much is pizza in the US
right
We believe in force pushing
@graceful widget how much is your pizza
It's the tuinity way.
thx
force push me daddy
Jake the fact that you joined my server and haven't said a single word the entire time concerns me ._.
lax hasn't even made a single PR to tuinity
the best readme:
java-openjdk-gpu
oh that's mine lol. adpotopenjdk has cuda acceptation for sorting so it's an experiment
which server
Dominos is pretty affordable.
whats that
o

it's just a docker
or what
Is the LTT server out yet, have you added Genders?
it's epic
Greatest plugin ever.
you get live support from vicโข๏ธ
no it's just for sorting.
accurate
wtf jake
O
@wheat prairie did you take over Jake's account?
vic smells like meatballs
Vic smells delicious
o?
Yes
i mean meatballs smell good
gpu chunk rendering, we meet again
vic is banned word
Time to try and run minecraft on a Texas Instrument Calculator
no
4/5 paper devs recommend Genders. https://www.spigotmc.org/resources/33217/
i have a titan rtx here
anyone wanna see async entities across 64 cores
titan rtx + 3990x + that ssd thing
how many villagers can we get
about 1000
nope
i got to like 4k at 50ms on an epyc 7502p @edgy perch
is this the 3990x
with the mad ssd
monkaW
on my 3800x with a standard pcie ssd I can only get like 2k villagers before 50ms
and they got bamboozled
L
hehe
It's just a docker
how much worse does java run on windows
it can be bad but shouldn't be that bad
should ispend the 20 mins to install linux on this 3990x
Yes
ugh
usually NTFS is the issue iirc
lol all openj9 builds have cuda support
Install Gentoo @edgy perch
with 8 nvme drives
@rancid sentinel this is just a docker file lol
meanwhile with it on linux, its like 4+ million iops
With stock levels at the moment it appears to be a bit of an issue getting the parts in so quickly
installation approx between 5th Nov - 20th Nov
@wild wedge :L

thank you
that is the dockerhub for the repo
a windows benchmark or linux install
gotta make an ubuntu installer usb sec
protip netboot
ooo
ew ubuntu, not a fan
netboot.xyz enables you to PXE boot Operating System installers and utilities from a simple to use menu based on the iPXE project.
@edgy perch
not a bad idea but lazy to mdadm this shit on a netbooted image
bravoserver says hi
what up jake on me
did someone say fast
bruh
fuck you
Dayummmm
wtf
nice inspect element
ez inspect element
i was excited to see my server at 8gb/s download
Someone made this, runs on arduino https://www.youtube.com/watch?v=R1zx0xV0pWw
My friend Natan gave me a redstone block a while back. I took an ESP8266 http://www.electrodragon.com/product/esp8266-wi07c-wifi-module/ and slapped it to the inside with a big red LED. Wrote some code, and BAM! Minecraft! The server's actually running on the block.
ESP826...
css is much faster than javascript
web dev is a giant pile of horseshit
smh
lol
@edgy perch You got any bandwidth to spare? xD
i like how it breaks their image thing
Mfw that upload
I have 30 Mbps up.
Tethering off my phone rn
C# is nice, but everything around it is just trash lmao
lol windows
๐ฆ I can't afford the higher speeds. ISP is a real pain, and no other options.
laughs in MonoBehavior
yes
yea
libreoffice
jake is that what they get for internet in langley?
^
and ur boss is a mad lad that pays $5k a month for internet or whatever
How much that cost you Jake?
runs a fibre line over to langley
canada roundtrip is 450 eur jake i'm coming over
langley skytrain wen
lol
what's the speed again? anywhere near 10Gbps?
@graceful cargo supposedly biomes are moderately fucked
WE folks were saying things
hi JRoy are virtual tools in essentials yet ๐ฅบ
i hit enter when he said that XD
of course he did

the config file is a bit of info
@cedar belfry https://aikar.co/papersig.png
tyty
Thanks willies. (I definitely just copied the image from the spigot forums)
(aikars signature)
lol
@edgy perch you don't even need to install ubuntu tbh
just use the live image, install jdk and run the mc server on the ssd
41400 out of 70126 servers
how does it know
Aikar is spoooofing the number
bstats
bstats
It could have changed since Aikar's regenerated.
but not all servers use bstats
spigot uses it afaik
^^
and any fork of paper
put it on hangar kappa
paperspigot
not all servers have to use bstats
it's still a big enough sample size that it's pretty representative
A Minecraft server is a player-owned or business-owned multiplayer game server within the 2011 Mojang video game Minecraft. Players can start their own server either by setting one up on a computer using software provided by Mojang, or by using a hosting provider. Minecraft mu...
Mineplex omegalul
The Dallas Mavericks partnered with the server in 2016 to create a minigame, Dallas Mavericks World, on the server, which released in the summer of 2016
I forgot about this
ltt already used paper I think
GoFundMe
Mineplex is miles better than Hypixel but no one plays :/
hes muted so cant hear us
don't forget about CubeCraft ๐
oh yeah ive never played cubecraft tho
wait is jake the ltt jake?
yes

IS THAT LTT JAKE

could u not tell from the pfp?
I like how all of the descriptions of servers on the wikipedia are 2 sentences max.
@jagged beacon it only dose some sorting that's the only stuff that gets run on the GPU
its literally a car?
his car
jake likes his bmws
ion know what car he drives m8
So, plugins that didn't actually need updating for 1.16.2 still have to be updated because it's now 1_16_R2?
car go brrrr
whats ltt
bruh
linus tech tips
linuk tek tip
michaels tip
@junior canopy so its cuda acceleration for the jvm?
linux tek tracks
camm 
๐ฅต
DennisTechTips
lool
@wild wedge did you make this?
sponge docs r great
i know shockbyte has both spigot and paper, but they default to spigot with a giant red banner saying "use spigot"
@edgy perch waiting for you to beat it ๐ฅบ
Sponge is actually making decent progress on 1.14
@jagged beacon the repo is a docker file for openj9 with cuda. openj9 has cuda support there is just no docker out there with cuda. all it really does is some sorting. not really useful just an experiment
by the time they update to 1.13 mc will be at 1.17
1.18* ๐
then it's smooth sailing from there
@junior canopy any chance of an opencl version ever?
^
Servers going to support 10 versions in about a year. 1.8 - 1.18 jesus
no because I'm not modifying the source of openj9
ya we're going for 1.14 at first, but with the knowledge of what's happening in newer versions to avoid api breaks
doesn't openjdk have opencl supprt
It's just a docker with cuda + openj9 so you can cuda so you can run cuda stuff with openj9 such as sorting on gpu
^
i didn't ask that
o
rm -f /
that was @rancid sentinel
oh wait it needs r doesn't it
it's 2:23 
openj9 does not have openCL support afaik
the overhead would be so high that's it's not worth it
what about hotspot or graal
nope it's a feature of openj9
any performance improvmenets or nah
Never save and just nano
so why is it that Sponge, Glowstone, Cuberite etc haven't updated yet to something past 1.12?
you also need to do this to use cuda stuff: https://github.com/NVIDIA/nvidia-docker
TornadoVM is a plug-in to OpenJDK and GraalVM that allows programmers to automatically run Java programs on heterogeneous hardware. TornadoVM currently targets OpenCL-compatible devices and it runs on multi-core CPUs, dedicated GPUs (NVIDIA, AMD), integrated GPUs (Intel HD Graphics and ARM Mali), and FPGAs (Intel and Xilinx).
One of the problems Glowstone had was that there wasn't enough people available to contribute to it and make meaningful progress at a fast rate. It's slowly being updated to 1.15 last I checked, but since it's a cleanroom implementation, they have to do significantly more work than Spigot and Paper when it comes to version updates
but Sponge isn't cleanroom right? it's built on top of vanilla or forge
glowstone != sponge
sponge is an api
with spongevanilla being the impl on vanilla
and spongeforge being the impl as a forge mod
Sponge specifically took advantage of 1.13+ to redesign the majority of their API
@junior canopy have you tested a mc server on java-openjdk-gpu?
uhh no
ah ok
Does htop not work in WSL?
me dumb dumb
openj9 was some cuda stuff
love logging into old alts I have

โฐ











