#general
3141 messages Β· Page 658 of 4
You just move the files back
does paper delete block plugins like jetshopper?
@violet viper i don't think so, Paper only support plugins but does not block them
#paper-help pins for a *nix command for it
You just move the files back
but what about the world_nether ?
#paper-help pins for a *nix command for it
yep sorry
You move it back into the world folder...
they get linked again ?
.... [12:12:13 INFO]: JetsHoppers >> ERROR >> Hopper located at Location{world=CraftWorld{name=island_normal_world},x=2384.0,y=76.0,z=3.0,pitch=0.0,yaw=0.0} has been deleted, as the block is not a hopper
but i keep getting this message
speak to the plugin dev?
paper doesn't remove blocks in the world, would suggest something else did
the jetshopper dev says its another plugin deleting it so am asking
the jetshopper dev says its another plugin deleting it so am asking
"plugin" that is said...
"The mystery of kum rock"
Stop releasing our secrets
what's horrible is it gets really slow for me
maybe I should close a few projects...
.rekt
β Rekt markes the spot
tickles zzzCat until they wet their pants and pass out.
sounds like ur too dum to disable it π³
the ide just wants to be nice. it's the shuy guy in the corner creeping up and saying "uuuh, did you want to do that? yes? oh. sorry. fuck."
why do ppl shit on no mans sky
very fun
space minecraft
yeah but im not talking about then
im talking about now
ah of course
how could i forget that people are ruthless stagnating fucking retards
Idk what's so disappointing to yall, it's a lot better now
initial releases suck sometimes, grow a pair
I think a lot of people just had their hype killed when a shitfest was released when they where promised diamonds
Heck, I know I personally refused to pay for GTA V coz they took the piss releasing it
well, whatever
Nah, but, a lot of people just refunded coz there was seemingly little actual progress being made on it, and so they just kinda shoved it in the fuckkit bucket and moved on
I never bothered with it coz macOS...
Yea, but it's all about hype factor
They killed their hype factor and fell off the radar to a lot of people
well fuck other people
Same reason why I refused to pay for GTA, I was hyped as all shit for it, and then they basically said fuck off and released it years later, at that point, I didn't really care for the OMG, I GOTTA GET THIS NAO like I was back in the day
well same tho, i didnt buy it then bc it looked like shit
but now
it looked good so i got it
but there are ppl who still be like
'no it was bad then, always bad, will never buy'
and thats the only reason
.>
I mean, they fucked up the release, and was super slow to my understanding to even see some form of moving forward
a lot of people just felt ripped the fuck off and are just still like "fuk dat"
I will shoot your fucking cat
i think simple actually has a cat though, I was hoping somebody would pop a "but I don't hve a cat"
and, i'd be all like "Well, whose kitty litter did I just shit in?"
you're a cat
cat on cat crime is a pretty serious issue dude
#DP
ππ©L
like still in my family but not my house
aww
mfw
mobs killed by wolfs counts towards quests and many other plugins stats and also gives exp.... any plugin which can fix this?
question, do i need to install exploitfixer on every server i have ? when i am using bungeecord or only on proxy server?
isnt pokemon red more like 4MB?
ah so it is
TIL running a function disregards the executing player's operator level and will run anything
@cosmic musk I think that'll either need a modification to the server to change how wolves work with the CombatTracker, a plugin that does evil things to replace the CombatTracker (very fragile, going to break often), or every plugin to get smarter about probing the cause of a death instead of just blindly seeing a player did it
how well does google cloud cdn work for game servers?
define "game servers"
what exactly would you CDN then?
Morning
geodns is generally irrelevant for mc
You're going to pay the $1/GB?
hey glare
deluxemenus guy
any easy way to set so-called filler item
and then manually override certain slots?
There is not that I'm aware of, but you can set a list of slots for an single item.
Heya ! does anyone knows how i can create a world without any minerals in it ?
please π¦
TerrainControl plugin?
Vanilla flat world generator with only air?
/function only requires op level 2, but the commands in a function can go up to op level 4. You must explicitly enable functions to go higher than op level 2, though.
TerrainControl doesn't exist in 1.15
Pregen entire world and use worldedit to replace all ores 
so the freshdesk/freshworks team keeps emailing their retarded newsletter and even after opting out (which I had to disable adblock and 3rd party cookie blocking to do...) I'm still getting their dum emails, how do I report these dumheads before I make a rule just for them
idk if any of yall knew since u guys like ur gdpr and whatevers
imagine not living in the eu
Idk I am from NA so idk how that would work. Just block it!?
report it to the popo
y u burnin a disc
stinky non-european
i cant tell if ur serious or not
to write your minecraft porn to a disk
usless millenials smh
smh viper doesn't remember the cd age
Why not saving it onto a floppy disk?
use punched cards to code π
it froze π¦
does anyone know how to make mc run better on client? i'm getting like 40-50fps on modded but non of my resources are being maxed
i'm at like 10% cpu (even single core) and at like 13% GPU
bruh
what is OpenGL Error:1282 (Invalid operation) ? and how to fix it?
i can't record gameplay. it spam on chat
.g opengl error 1282
(DiscordBot) https://stackoverflow.com/questions/15722803/opengl-shader-error-1282 -- OpenGL Shader error 1282 - Stack Overflow: "Error number Β΄1282` is not very descriptive. Possible error codes for glGetUniformLocation are: GL_INVALID_VALUEΒ ..."
would using cusotm java flags help?
no working init found
Either you're missing init, or, something brew up
That unpacking failed warning is pretty sketchy
welcome to the linux experience
its not a host machine its a vm
try using a newer model?
probs more the ram if it's a resource limit
have you tried turning it off and on?
anyone know how to dynamically load a class, so that you don't have to use reflection to access it. Like load a dependency into jvm so you can use it just like a provided dependency
you'd use classloaders for that type of stuff
restarting the vm does not fix it
or, passing everything into the classpath, or, creating an uber jar with maven/gradle
basically, you probs need more ram, or need to make sure qemu ain't emulating an ancient CPU model
tried that
I tried classloaders, but I was forced to use reflection to access stuff
even when I used the parent classloader of my PluginClassLoader
well, your biggest hurdle is gonna be classloader dependencies
for in bukkit, the only real "amazing" option is to abuse the plugins classloader and shove extra jars in there
Likely going to break in the future, however; This is really something that would be better in bukkit
I looked into the way bucket does it- they just use reflection to instantiate the main class and use abstraction from there on out
That's irrelevant
How?
what am saying you'd need to do is to reflect into the classloader, and add your dependency in there
lucko has some library for helping with that one
When i'm working with dependencies, I need to have the exact classes I need, with Bukkit, they just need "some class that extends JavaPlugin"
at the end of the day, you're not really gonna get away from reflection here
unless you just go for the uberjar route
I'm fine with reflection for init
but after that, I wanna be able to use objects without any mess
ha
it seems to be a problem with the vm software
or how its configured
points to ubuntu
or need to make sure qemu ain't emulating an ancient CPU model
yeah something like that
this is one of those problems where I know its possible but no clue how to do it ;c
https://github.com/lucko/helper/wiki/helper:-Maven-Annotations lucko's helper lib can do some of that stuff for you
really, though; download the jar to the fs, get a Path to it (File#toPath can be helpful), then pass this reflectively to URLClassLoader#addURL(Path) of PluginClassLoader
Someone suggest me a site called tcpshield.com to prevent ddos but that make a huge ping on my server. Is there any other way to stop ddos?
get proper ddos protection, @severe sleet
OVH's Game servers have really strong protection
we've had no problems with infra-2
But how can i protect that?
OVH handles their own servers automatically
Without physical firewall you can't really do much
if you've got a server with them, it'll be protected
I host server on my own pc
ask ptero guys i guess?
hm ight
yo has anyone here gotten teamcity to install buildtools correctly for projects depending on it? I cannot figure out how to chain the builds properly :/
tried teamcity, couldn't get it to work like i needed it for the life of me, so i went straight back to trusty ol' jenkins
might try out drone sometime later tho 
We have some janky ass hack to get buildtools to install the shit in the local maven repo for us. Although I don't really need to build the NMS dependent modules in TeamCity, I mostly want it for the YouTrack linking
just go the illegal route and store it with public access like i do :)
I mean that is an option too π
Although I could make it a password protected maven repo I guess
buildtools installs to a local m2 repo
Right, but it can't find it so idk what the fuck the agent does with the local repo
i mean what's the worst that can happen? mojang randomly finds some of my projects and checks my maven repo for their code? pff
does teamcity use docker images or something?
yes
fairly sure teamcity by default makes a new maven local repo per project
and then they will make your butt hurt proximyst
they'll just send a DMCA notice and i'll comply, ober :p
Yea, then you'd either need to look into linking the .m2 folder across containers, or install to a private maven repo
but i'll play reactive, they probably won't notice
pretty easy to create a private repo with nexus, etc; Just, no idea how you'd pass the password in safely with teamcity there π€·ββοΈ
it was a joke ,.-.,
Hm I'll see if I can have more luck with that. I have nexus so that'll be easier I think
oh yes you cannot provide files at build with teamcity btw :)
wdym
with jenkins, i provide a .properties file with the nexus credentials on build
spent a good day or so looking for the same in teamcity, but i could not figure it out at all
I'm so fucking mad now
I did the correct thing 4 hours ago when trying to load those dependencies dynamically, except I didn't use absolute path which caused URLClassLoader to correctly not load them... So mad at myself now
i found out the class loader is holding over 100mb of native memory even in my test env, i wonder how much it is for people with crazy plugin setups
no nvm I wasn't running those builds in docker containers so idk why it doesn't find the dependency in the local maven repo then D:
i tried playing with a flag to make it not use native but couldnt get it to work. this is such a deep secret flag theres like 5 google search results just of JDK source on it
ouch ._.
it builds a native buffer but never frees it, so it can reuse it, so i expect it sizes to some maximum seen size
lol nodejs be like fuck you 13
xD
o I re-installed the TeamCity build agent and it seems to work like it should now π
Gj, proud of you
thx now give me a handjob
I've got no hands, are feet OK?
ye π π

Shoes on or off?
sandals and socks of course?
OK bby.
bruh now it's for sure saved in the local m2 but it's still trying to fetch it from spigot <.<
then your .m2 probs aint shared between containers or something
it's just using the one for the user lol
city can you support ur users pls
someone is whining to us that PS broke the api and all their plugins broke
:^)
teamcity is ran in a container, a project build is all using the same dir for maven local repo, catto
he was trying to get us to spoon feed code to create patterns
lol
same
best part is even with the code he can't figure out how java works
and he can't read the part where his IDE tells him to cast it
whats a java
it's a country
how does java the island work 
well indonesia thought oracle was cool so it called an island java
bruh I don't get why it's trying to check the spigot repo at all
am i allowed to ask spigot (programming/api) related questions here? Couldnt find an official spigot discord
just note we'll respond with paper api if thats possible lol
LOL
it's filled with kids screaming static abuse
and 99%* of them don't even know what that means lol
Should join, then just say static and look at the chaos π
show them some proper use of static, ask a simple question, then grab popcorn
you could probably send an event class with the static getHandlerList method and they'd throw a fit
Should ask them if commands that are handled in the class extending JavaPlugin need to be explicitly registered via code to the main class. I remember people having entire debates on that on the forums a while ago.
bruh TeamCity was passing a custom local repo location D: I just had to specify it manually
I hate everything
sucks to suck
whiteboard gang
ffs
apparantly ubuntu live server needs 1GB ram minimum
and i was installing it on 512MB
thats so retarted
the most misleading error reporting ever
tbf, what OS does tell you about running out of memory
sometimes a program might
i have seen linux images that tell you that you are using low memory
debian for example
suprising, mines never done that for me
just always froze up and had to reset
the installation media
the CD
why you giving your vm only 512 of ram
tf kind of shit u installin ubuntu on
thats plenty for what i need it to do
your fridge?
apparently not 
My toaster has at least 1gb
imagine opening chrome on a vm with only 512mb of RAM 
just run arch on your vm 
just use an ascii internet browser
You're far too early in the process for even the kernel to be there
That was tryna load the initial ramfs image which blew up
https://owo.whats-th.is/d2STWgA.png how fucking huge is ubuntu's initramfs
probably pretty big
I mean, why not I suppose
probably add everything in they can get their hands on
They have to ensure that they have the stuff needed to boot the real system
e.g. the modules needed to access the disks
I mean it's a little big but not crazy
You can ez skim those down if you wanna go through the trouble of dealing with that, e.g. compiling your own kernel, but; for your average user, it's really not an issue
mine on arch is 22MB
and yeah, most boot partitions are pretty big relative to that
void is 44M
especially if they started cleaning up their kernels automatically
mines 64mb on ubuntu mate
74MB on my ubuntu 19.10 server
28m on debian 10
mines probably quite large cos of how many packages i have installed
i've got 833 installed lol
what the FUCK
i mean i am running a pentration testing distro, must be all the preinstalled tools
don't need half of them, but its nice to have them there if i'm messing around with something
.g bible bukkit plugin
(phoenix616) https://dev.bukkit.org/projects/tadukoo-bible -- Overview - Tadukoo Bible - Bukkit Plugins - Projects -...: "This plugin allows you to read the Bible through commands, or get it in Minecraft books. One Minecraft book contains several chapters of a book of..."
Why would you support a sect?
make it do code to print out the bible in different programming languages
Again, why would you support a sect?
never heard of a sect
a cult basically
Isn't that the proper English term?
It is
Because you like brain washing
And alternative facts
Implying Americans know anything about sects or cults.
this got real political real fast
And alternative history
Isn't that the head of the child molestering ring?
Stop supporting the ppl that do support it then
Weeee if I don't like it it's a cult.
Who care about common qualifiers like thought control and information control.
They've known about this shit for donkeys
They've still basically done fuck all about it
Now, if you ask me, they're as guilty/fucked up as the perps
Fuck is the right keyword here actually cat π
what would be the proper way of doing anything about it tho? interrogate all the christians in the world?
all religions are cults, change my mind
Oh shit it's lax everyone run
thoughts and prayers π
yuck
Start prosecution of the offenders infront of actual courts
Instead of "handling it internally"
woah the pope is a true gamer
And they are covered up by the rest
indoctrinating children is bad stuff imo :aaa:
yea, stop indoctrinating our children with atheism /s
You mean facts and truth? π
christianity and all other religions are just nonsense lol
go to bed lax
only if u go wid me
I mean, I just said that every meme has a source of thruth in another discord, lmao
perhaps i shall
I'll keep u guys in my prayers π
It's a tradition
cultural alcoholism?
that exists
don't think me you and city are gonna fit
Just like incest is a tradition in Saarland
or being dum is a tradition in the us
And child molestering is a tradition in the church
#GottaKeepTheBloodlinePure
#SurvivalOfTheFittest
#WhatTheFuckIsGoingOnHere
#WhoKnowsIDon't
I like how I managed to connect the topics of both discords π
Makes it easier to keep track of the discussions
Stop destroying your "believe"?
huh?
Am sorry I offended you with facts
wdym connect topics of both discords?
A spy
facts
Someone asked me on dyescape why incest is a tradition in Saarland
And that went over into tradition and church shit
KennyTV: you suck buttock
hows that work
yes
oO
i miss having a 2nd monitor
This is cool
lmao 2nd one is airbnb ripoff
no, it is airbnb
Was about to say π
fuckin shoulda bought bitcoin
vim 
first thing i read when looking at this chat. incest
You're surprised?
whats the topic in here today
who's bible tho
theres some incest if you want
incest is wincest?
ill abstain thanks
Hi, do I need GDPR plugin on my server or not?
I've been binging dark recently, that's hella abstract incest
what
and is it needed on mc server?
why would you need such a thing though
need? no - should? probably
.8ball is debian better than ubuntu
shakes the magic 8 ball... You may rely on it
.8ball will i pass my exams?
shakes the magic 8 ball... Better not tell you now
shit
xD
shakes the magic 8 ball... Without a doubt
.8ball will i pass my exams? am desperate answer pliz
shakes the magic 8 ball... Don't count on it
I though about using this pl https://www.spigotmc.org/resources/dsgvo-and-gdpr-confirmation-1-8-1-12.57326/
gives DiscordBot a Flying Dutchman.
but asking if it's needed?
People actually care about gbpr?
hi im using italic
but why though
it's improbable that someone will piss on you for gdpr compliance, but you know, some bored asshole might
most big servers do
lol a gpdr plugin
doesn't mojang make you accept gdpr shit if you play on any server anyway lol
I have seen one of our Czech server has it
Just like throw it in a hidden tooltip on the first join of the server
so probably unnecessary
/gpdr agree look now am compliant
wat no peppis
not even how that works
lol ok idk
So when will players register there could be just message: By registering you accept with GDPR?
and it's all yeah? π
gdbr agree
but it has to be custom plugin :/
even if someone agrees, it doesnt then immediately give the server carte blanche to store whatever they want as if the gpdr doesnt exist
as long as no data is collected (i.e. you cant play) until the yes is given
nor does it not existing suddenly make you liable for a violation
Imagine having to ask to store their username and uuid
i mean what can you store on a mc server
Reminds me of this issue someone made a week or 2 back on EssentialsX about storing IPs in a database to prevent leaks.
for cubecraft
dont record it
So I don't need any /gdpr agree for it?
i mean have the parents sign
skype = no
you enter into a whole new set of legal issues if you record it
zoom - yes
Okay don't record it
/ban
that was a joke
:ooooooooooooooooooo
mods are eating burritos and talking about it in the open?
wtf is going on in here
madness
lack of tacos
wait glare is a mod?
yes
perfect
delet
of course
and beans
i think it's ip based
Damn Im hungry. I had a burrito like 2 hours ago
Bruh, beans?
this may cost you
no
its whatever you want based
Eggs
the mod rank
name, nickserv account, ip, subnet, entire ISP
hardware
believe it or not some people are stupid
and every now and again a name ban actually shuts them up
my mac address is
Wait so you know how like some games have kernal anti cheats?
What if you just run a VM?

input lag presumably
π¦
you can certainly hide that youre in a VM with a lot of effort
I just got a new windows license yesterday
windows exposes it all over
When my motherboard died I didn't have a backup
i just bought linux yesterday
I called yesterday and they gave me a new one
its a feature that its exposed
then there's the drivers which are another clear indication youre in a vm
u never needed?
If you back a bootable backup, it'll load it on that
did they give you windows 10 for free
if they really cared they could start looking for impl details in the VM
Yeah, pro version
i've never bought a windows license ever, and never got any "activate windows" thing
vms are really bad at hiding that they're a vm
They were actually really nice
so this means you have never built a pc from parts
Sat and talked about the virus and stuff while they got me a new license.
u have always bought it from a brand
peppis 
I have until this past weekend. I made my own.
@void void i've built 3 pcs in the last like 12 months
and where did you get ur free license
Me?
i had a laptop like 4 years ago that came with one, i think that one somehow lives on
from the windows copy thing, no fucking idea
Yeah if you create a backup it'll load it onto the other pcs
that's it then
i've always used the windows installation tool blabla thing
plot twist windows is the biggest virus of them all
its windows, therefore not a good virus
DisplayFusion is
if you run 2 or more monitors on windows.
Fav part is the separate taskbars
It's per-monitor.
that exists in windows
win+y
native windows is fucking shit with the multi monitor taskbar thing though
some apps randomly don't show on the right monitor's taskbar
Yeah, this fixes it.
think thats an app issue more than a windows issue
AND THE BEST PART. I can have each monitor rotate pictures of tacos from imgur or reddit.
it has never failed for me
then again I cant stand the multi task bar thing most of the time
I flipped it on recently because I always have a few full screen RDP sessions open and I need a taskbar on my other monitor
glare stinky
otherwise though, not a huge fan of the wasted space
Oof sharex did a weirdo
But yeah, I like being able to have the apps on that monitor on it's own taskbar
do you have offsets in nvidia control panel
No but my monitors are diff resolution
nope
first time i've even heard of it
It just got announced like last week
wasnt it like a month ago
Shame Microsoftβs package manager is just a glorified installer downloader. Wouldβve hoped to see a true package management solution. Maybe itβll evolve into one in the future?
https://t.co/Ms8vwZwkfT
the second tweet is better
I use choco
click
lol still better than nothing
because this is very intuitive and user friendly
thats literally what theirs does
and chocolatey
and appget
actually, chocolatey currently does more
and I hate chocolatey
any system thats just downloading and installing random exes and msis without any changes is going to shit
they had the opportunity to come up with a new system, or an enhancement on their previous one, so that they could do real package management
and in typical MS fashion, they went with the easy thing that isnt as good as it should be because muh legacy, and pissed down their leg
MSIx is proper packages
That reminds me I haven't installed my drivers yet
MSIx is heading in the right direction
shame no one uses it, including microsoft themselves
That might explain why MC has been so shitty
It's been running on the integrated Intel graphics.
linux & bsd are the right directions π
MC will auto-detect and use the best gpu, right?
no
thats the dream
Windows 10 seems to always use your integrated no matter what you do
MC will use whatever windows (or your graphics driver tells windows) is the right one
some of them (nvidia's) literally have whitelists of programs to flip it on for
Well it's saying Nvidia now, so I will assume it chose correct.
I cannot for the life of me get it to use dedicated by default, every new app/game that uses the GPU I have to go into windows settings and add an override
Amaranth, create a custom power mode
^
I did
i usually set it from nvidia control panel to use the dedicated graphics card for everything
And then I created it and it worked.
I never had an issue once I put it in nvidia control panel
why would i want to deal with the integrated shit in the first place
battery life
bUt iM a Pc
why run up a big heavy GPU if you're just browsing the web?
Because you want to whip out your big gpu
or w/e the fuck their marketing team fucked up
g r e e n c o m p u t i n g
yeah right
It's my desktop
wat
the same way balanced power mode or whatever its called flies out of the window(s) as soon as i install it
I have never had any desktop mess up and use the integrated one ever
that sounds like a bad driver not doing it
I have the integrated on so I can have two monitors and my VR headset, my monitors don't support daisy chaining DP and my GPU doesn't have enough ports
It's a 1070
eh mixed monitor setups make it complicated
it used to be you couldnt do much on the dedicated gpu other than compute if your doing it on a monitor connected to the integrated
You'd think it'd default to whatever GPU is driving the display the app spawns on if it was going to do something clever
But no, just always integrated
The only thing the nvidia control panel lets you change is the default OpenGL GPU but fuck me if Minecraft didn't ignore that anyway
is it MC specific?
Nah, every app uses the integrated
well at least that makes sense
I have to go in to the graphics settings every time I install a new game and add an override
Settings->System->Display, then down to the bottom and Graphics Settings
I don't even have that VR headset anymore, I swtiched to an Oculus Quest, I should just change things back around
Been too lazy to do so and kind of stubborn about it whenever I work up the energy to do something about this, I end up browsing random forums for hours looking for a proper fix :P
just use arch linux btw
woah now theres an 8gb rasperry pi 4
u have like 200 thousand bots in here
is that enough
huh?
its one bot dumbass
NO
I use Ubuntu on my laptop, the Windows install is for games :P
Arch wouldn't be much help there
Arch
Although I suppose I could do a setup where I use the integrated for Linux for one screen and the PCIe passthrough to give the nvidia to a Windows VM on the other screen for games
But that sounds like a lot of hassle for a machine that watches videos and plays games
No thanks, that computer exists for relaxation
Adding hassle every time I try to do something with it sounds like a bad idea
Proton is just WINE, it's a PITA
its not tooo much of a hastle
I know they somewhat kind of make sure some games work but no
because steam does all the configs
and crap
its called cross play in the steam settings
wasa joke
https://www.bbc.co.uk/news/technology-52810220
damn selling a maybe Β£1 thing for Β£300, sounds like a nice business tbh
The 5GBioShield was recommended by a member of Glastonbury Town Council's 5G Advisory Committee, which has called for an inquiry into 5G.
placebo effect strikes again!
people just gotta stop being dum
Because one wasn't enough for all this awesome
Interesting. Enjin just released something on Spigot. https://www.spigotmc.org/resources/enjincraft.79408/
why...
lmao Enjin coin
enjin 3 years late like always
Is this for your Christian Minecraft Server?
Holy crap... it's been in front of us this whole time.
CMS isn't Content Management System... it's Christian Minecraft Server! They've been trying to tell us that this whole time.
It all makes sense.
@spare venture prove to me you're a swifty
Damn ur old
what's the core aspect of taylor's music that you like?
My family put one of those things under my chair that help it move easier on the carpet
Like a uh
a mat
a chair mat
it also protects the floor from getting destroyed / worn out over time
"it sounds good" is the best you can do?
that's not the answer most serious swifties would give
To be fair, you need to have a very high IQ to understand Taylor Swift. The lyricism is very subtle and without a solid grasp of Transformational Music Theory most of the lyrics will go over a typical musician's head. There's also Taylor's deterministic outlook, which is deftly woven into her characteristic β her personal philosophy draws from Leo Tolstoy's "Anna Karenina," for instance. why bother with Johann Bach's 'Brandenburg Concerto No. 3' when "haters gonna hate hate hate" is just as good? Taylor Swift understands this stuff; she has the intellectual capacity to truly appreciate the depth of "Bad Blood", to realize it's not just pettiness is to say something deep about LIFE.
uhm
#swifties-club meets #memes
is that spam cause i can't tell
guess ur iq isnt high enough
I'm telling you I'm unconvinced
but I'll give it to you provisionally
mess up #swifties-club and you're a goner
In reality, Tswift is pretty good. I like how her style changed over the years while still maintaining uhh
Can't think of the right word
authenticity
i honestly don't really know who taylor swift is
i'm guessing some kind of pop musician
Hi guys! How can I run antibot deluxe on paper? Because it is not runing idk why
taylor is not a platform a hate
everyone knows to count when they see lightning lol
i remember when there was once no delay
man that was loud
nah, just a tree nearby
luckily for me
hey
(DiscordBot) Result: 15.43 m/s (meters per second) - https://is.gd/hU1pzC
Wolfram|Alpha brings expert-level knowledge and capabilities to the broadest possible range of peopleβspanning all professions and education levels.
interesting, is it possible for someone to not have a join message or to delete it?
hidestream
jo @twin lagoon
nirvana, you can delete it yourself
try it
ooh, didn't know about that
that explains it
that sounds like another conspiracy theory
fairly sure that its 300m/s
concerning
.wa speed of sound in air in mph
(DiscordBot) Result: 768 mph (miles per hour) - https://is.gd/PcWdVi
Wolfram|Alpha brings expert-level knowledge and capabilities to the broadest possible range of peopleβspanning all professions and education levels.
(DiscordBot) Result: 0.2133 mi/s (miles per second) - https://is.gd/MELCnf
Wolfram|Alpha brings expert-level knowledge and capabilities to the broadest possible range of peopleβspanning all professions and education levels.
was wondering why that number was so far off
yea, close enough
343 meters/second is actually not hard to memorize either
especially if you played halo :^)
Reb Lobster Biscuits go yummm yummm
ohh thanks for reminding that halo exists
what is a halo
gonna go and grind halo ce again
i have never heard of such thing
that's a question what google could help you with
google is mad at me at the moment
for using bing
.g halo game
and bing betrayed me
(DiscordBot) https://en.wikipedia.org/wiki/Halo_(franchise) -- Halo (franchise) - Wikipedia: "The game included many staples of previous games, such as new or redesigned weapon types, an improved map-editingΒ ..."
Halo is a military science fiction media franchise centered on a series of video games managed and developed by 343 Industries, a division of Xbox Game Studios. Halo was originally created and developed by Bungie. The original trilogy centers on an interstellar war between hum...
"THIS IS MY MASTERPIECE" - Master Chief
Full walkthrough by Lewis http://www.youtube.com/user/LewisBlogsGaming
i cant see colors too
i remember some mods on top of halo ce
which e.g allowed me to change fov n shit
at this point its pretty obvious that im fucking around
imagine playing with this tiny fov on 21:9 
what is that even
that's JSON, right?
ArrayList
.g java parse json
(DiscordBot) https://stackoverflow.com/questions/2591098/how-to-parse-json-in-java -- How to parse JSON in Java - Stack Overflow: "The org.json library is easy to use. Example code below: import org.json.*; String jsonString = ... ; //assign your JSON String here JSONObject obj =..."
I have the following JSON text. How can I parse it to get the values of pageName, pagePic, post_id, etc.?
{
"pageInfo": {
"pageName": "abc",
"pagePic": "http://example.com/con...
it's also yaml
TypeToken time
private static final TypeToken<List<String>> LIST_OF_STRINGS = new TypeToken<List<String>>() {};
...
List<String> list = gson.fromJson(..., LIST_OF_STRINGS);
to be extra safe
halo coded in java
lo
List<E>
hence you need that what i sent above
you might need to call .getType on that, but not sure
probably remember wrong
That video is great btw, he does one for each game in the series
i just got killed through a wall by a zombie, i'm glad mojang is ontop of things
.rekt
β The Rektfather
im not even playing and i'm still dying to bugs
JavaScript Object Notation

addAll?
^^
It's for JS developers who are too lazy to write an actual config file, they can just console.dir(config) to write it out and eval(configString) to read it back in
yeah json is used for everything these days
all my endpoints return json
looks at gRPC and GraphQL
Actually I think GraphQL might be some kind of JSON under the covers, I've never looked
gRPC is protobuf though
grpc is yikes
there's ICE as well
tldr a lot different ways to create APIs
CBOR is a proper binary JSON and usually loses to JSON+gzip unless you're seriously CPU and/or memory constrained, it's meant for IoT devices
and fits perfectly for that purpose
i1
if you know the length of the source list, you could predefine arraylist's size
why
and you do know it
cuz its faster
i1 care
wow thats racist
hes just fucking with you dude
i remember someone mentioned GTA V had huge patches
day 1 patches be like
almost as big as game originally

wat lol
because the wifi chip on that thing is so shitty
overheating? 
i'd not be surprised
its not stress testing if they are limited with regular usage
xbox fridge?
permissions.stream().map(Object::toString).collect(Collectors.toList())
I wonder if that actually works
thats cpp stuff
I haven't done Java in a while, I forget what the generic "give me a string" method is
no cpp
i'm 99% sure
the ::
lmao
No, :: is Java
u dumb?
@void void are you even allowed on discord? i thought the min age was 13 π
then y r u on
Foo::bar is a method reference, added in Java 8 to make lambdas nicer
bruh you can literally see my face in the picture, do i look less than 13 to you?

i even got my own emoji

u look 7
why thank you
I don't know if I'd go lower than 14 but yeah
ok boomer
Like, you kind of look like one of my cousin's kids who is, iirc, 13
i'm 22 but ok lol
i shaved my beard for mothersday cuz it was driving my mom crazy



