#general
3141 messages ยท Page 156 of 4
i havent seen any xeon keep up with my 5ghz i7 ๐
well 5ghz is a different story
@unreal quarry Which server is that? One at OVH?
And how many players etc does it handle before starting to struggle?
the E-2136 out performs the 1270 v6
GAME dedicated servers โ the high performance game server with anti-DDoS protection designed for gaming platforms.
i havent fully stretched her legs yet
just got it like a week ago
still setting things up (one man showing it sucks)
Billy.
Nice.
๐ ๐
i know its taking 1.14.1 like a champ so far
Hah. I'm in the same situation.
Can we have a :clapclap: emoji?
not sure yet. i'm just doing what my wife says
lol
she's in charge of this one
i'm the the geek behind the curtain making things work
Haha okay.
So..
What's the output supposed to be?
99 bottles of beer on the wall.
99 bottles of beer.
Take one down, pass it around.
98 bottles of beer on the wall.
After subtracting 1 the number of bottles left is eventually 1. But it was 2, so word is still "bottles", though it should now be "bottle".
if (bottles == 1) {
bottle();
}
lol
You could just have the string built (or chosen) at the end depending on how many.
ohhh yeah you're right
Also, you can do beerNum--;
Also beerNum -= 1, rather than beerNum = beerNum - 1.
or they can use a damn for loop
A for loop with beerNum-- though ๐
or a do while loop
I can't remember the last time I've used them tbh.
It has been... a while?
lol
... Maybe...
Oh that wouldn't work.
Look.
They need to output something every time that they decrement, but AFTER the first iteration.
But before the next.
Could that be done with a do while?
Sure
If you use enough if statements anything can be done.
for loop is best, tbh
would solve the problem of having to decrement it inside the loop at all
I think because it's only the first chapter they don't wanna confuse the reader
there's a chapter on loops later on
You could literally just do what I said, lol.
A bit hacky I guess since you're not actually changing the amount of beer on the wall.
Why are they using loops, if the chapter about loops is later in the book, course, whatever?
beginning is just introducing the concepts and then they elaborate further on
wait.. did we just do brain's homework for him?
No mention of .forEach, I'm disappointed /s
those are both for loops still ๐
I usually use JNI to call my Assembly code to use a bunch of jump if zero calls to create a loop.
yup
well, its got something that does the same thing
Labels?
you can jump to a label
Yarr, matey.
You have break label.
And continue label, but only if the label labels a standard loop.
Damn
Label labeling labels.
I've used both of them before, but it's not really something I want to use often.
๐
I'm an expert in that, actually.
I usually define a static variable, then nest x methods deep, which then throw some custom exception upwards and each catch clause increments the static variable.
public class Main() {
Main(int num) {
System.out.println(num + " bottles of beer on the wall.");
System.out.println(num + " bottles of beer");
System.out.println("Take one down, pass it around.");
System.out.println((num-1) + " bottles of beer on the wall.");
Main main = new Main(num-1);
}
public static void main(String[] args) {
Main main = new Main(99);
}
}
Is that even recursion?
Technically it's calling itself, so yeah.
Java's GC really loves you
But that'll go negative
Yeah I anticipated that.
later on in the book
Booting up Intellij for testing is hard though >:(
Since you guys love loop,s take a look at the loops over here: https://esolangs.org/wiki/A0A0 They're truly special.
That's almost as bad as brainfuck
This is worse.
Although I think I have some code for it lying around for finite loops.
@void void you tried looking on the sites where they offer plugins? theres many of them
dev.bukkit.org spigotmc.org papermc.io/forums just to name a few
public class Main() {
Main(int num) {
String word;
if (num <= 0) {
System.out.println("No more bottles of beer on the wall.");
System.out.println("No more bottles of beer.");
System.out.println("Dadada, dadada, something something something beer on the wall.");
break;
}
if (num > 1) {
String word = "bottles";
} else if (num == 1) {
String word = "bottle";
}
System.out.println(num + " " + word + " of beer on the wall.");
System.out.println(num + " " + word + " bottles of beer");
System.out.println("Take one down, pass it around.");
System.out.println((num-1) + " " + word + " of beer on the wall.");
Main main = new Main(num-1);
}
public static void main(String[] args) {
Main main = new Main(99);
}
}
๐
OH I FORGOT THE BREAK
lol
There we go, now push to production :sipstea:
force push
reset head
Idk, I just let IntelliJ do my git stuff
Me too :(
I memorized this though:
git commit -m "Hello hello jello."
wait
before that, git stage --all
or -A I think
git add . or something
Always force push!
Reset head, force push to master, merge everything to master, no going back, this code is perfect!
Use the force guys!
Yesterday I was in a nightmare. GitHub couldn't merge for me and I had to use... the terminal shivers
No
Me neither.
It's missing a lot of features like..
CLICKING??
D
DO PEOPLE NOT USE MOUSES??
We're regressing as a society, I tell you.
Nano master race
HERETIC.
45% cpu with 7 players on a raspberry pi
I just use Notepad++ and use JetBrains' IDEs for everything else.
running a server on a rpi
Most of us are in the same area though
You like roasted berries? ๐
So is there premade jobs?
notepad++
What to searh
not vs code
It's just for changing a config.yml file, please don't hurt me.
I use TextEdit for everything like basic config.
VS Code for everything else and IntelliJ for Java.
nano > notepad > intellij
I had a Sublime Text license from 2012 that I was able to upgrade last year
Actually come to think of it, what's nano?
So I just use that for all the basic editing
My watch has more cpu power, lol
I so wish I had an actual gaming rig
runs away
Me too :(
Billy you are really invested in this beer problem lol
its beer
How can you not be invested in beer?!
I'm going to make it in A0A0, give me a few days.
can't even drink beer yet sigh
Let me open up IntelliJ (takes roughly 8 minutes)
Wz, no.
is it a sadface
Egg I don't see it anywher?
- I don't see your face anywhere.
- That's a nice home page.
The search bar at the top is.. a bit odd.
I could put my face on it I suppose
Other than that looks great.
there
How much does a server from you cost?
damn that looks so cool
I'm very impressed!
for hosting
How much does a server from you cost?
ohhh wait
wtf is with that search bar's recomendations? its picked the most random shit i've typed into this PC (not always on Google) in the last year
the domains cost $15/yr and the box $20/mo, with the game server costing another $20/mo
the time and game panel are for my own ease-of-use, but everything else should be publicly-accessible
I'll pay you 30$ a month ๐
lol
never thought about renting out the game server, but eh
I use it to host Terraria, Factorio, and Minecraft for my friends
wait you have your own server?
Terraria?
it's for a modpack, but yeah
totally worth the cost
I love that kinda stuff, pipes and automation.
Used to sink a lot of stuff onto mc modpacks like direwolf 1.7.10 or 1.6.4 pack.
Automated a ton of stuff, really fun.
Egg I can't sign up for your shortener, it's not sending me a verification email :(
@static badge code h8er
It won't let me sign in ๐
Haha.
Try resetting password
sorry there is no account associated with that email
Try signing up again
sorry there is an account associated with that email
for what service?
ah, yeah, there's an account
should have sent an e-mail I think
activated now either way
TehBrian's personal website to use for testing, experimenting, and possibly a portfolio. Stay tuned!
Amazing I love it.
lol
I'm taking your services hostage >:D
sure, why not ๐
Cool website egg! Very impressive!
I don't care much until a custom shortlink gets in my way or leads to malware- then I'll remove it
otherwise, knock yourself out

lol
thankfully I have the power to disable or delete things
because, ya know, admin
the paste service is a bit harder for me to manage because private/encrypted/browser, but I'm not sure I care much about that
lol
@wide hazel ACTIVATE MY ACCOUNT REEEEE
would if I had the option
Rick Astley - Never Gonna Give You Up (Official Video) - Listen On Spotify: http://smarturl.it/AstleySpotify Learn more about the brand new album โBeautiful ...
oh
shit
Would switching to an SSD improve TPS?
@unreal quarry
public class Main {
Main(int num) {
String word = num == 1 ? "bottle" : "bottles";
System.out.println(num + " " + word + " of beer on the wall.");
System.out.println(num + " " + word + " of beer.");
System.out.println("Take one down, pass it around.");
num--;
if (num <= 0) {
System.out.println("No more bottles of beer on the wall.");
} else {
System.out.println((num) + " " + word + " of beer on the wall.");
Main main = new Main(num);
}
}
public static void main(String[] args) {
Main main = new Main(99);
}
}
It actually compiles and works completely, lol.
Thanks constructors!
The no-method (other than main) loop!
@tardy lynx not TPS per se, but it will run smoother
That's the ugliest tail recursion I've seen
Oh yeah?
you set word each iteration too.. thats not optimization :S
It could increase TPS if random access file operations are performed on the main thread
look at mine
Pass it through?
its changed once
You're not using constructors.
yeah what @heady spear said on 1.14
but that usually shouldn't be a problem with paper
who said anything about constructors?
me >:)
smh
:D mwuahahaha
that's some r/oopgore
my recursion was prettier
mine would beat yours in benchmarks
should compare both of them with Integer.MAX_VALUE bottles of beer
I wonder if the compiler would be able to turn unrecursify that shit, considering he's also creating new objects each iteration
new task: find out how many bottles of beer cause a StackOverflowError
Integer.MAX_VALUE + 1
public class Main {
public static void main(String[] args) {
Game game = new Game(99);
}
}
class Game {
Game(int num) {
String word = num == 1 ? "bottle" : "bottles";
new Print("%s %s of beer on the wall.\n%s %s of beer.\nTake one down, pass it around.", num, word, num, word);
num--;
if (num <= 0) {
new Print("No more bottles of beer on the wall.");
} else {
new Print((num) + " " + word + " of beer on the wall.");
Game game = new Game(num);
}
}
}
class Print {
Print(String string, Object... formats) {
System.out.println(String.format(string, formats));
}
}
that's bait
Not bait, it's a game, silly.
Technically I can save performance by not using another class.
if (num <= 0) { new Print("No more bottles of beer on the wall.");
I'd perform this check at the beginning of the method instead
It breaks the intended output though.
as it's the base case
99 bottles of beer on the wall, 99 bottles of beer, take one down, pass it around, 98 bottles of beer on the wall.
1 bottle of beer on the wall, 1 bottle of beer, take one down, pass it around, no more bottles of beer on the wall.
NOT
No? when calling the constructor at the end of the method, just use --num
1 bottle of beer on the wall, 1 bottle of beer, take one down, pass it around, 0 bottles of beer on the wall.
No more bottles of beer on the wall.
that's some terrible design
It's just not the intended output.
You know there's "return" right?
I'm just saying, if you're gonna do recursion at least do it properly :p
and recursion is retarded for that anyway lul
check for the base case, which in this case is 0 bottles and return, otherwise print the message, reduce and call the constructor again. Only difference is that the if statement is moved =)))
egg has broken jenkins build lmfao noob*
lol
do that game but instead of using class Game run it in a new thread instead
@austere ivy
https://github.com/aikar/fastutil-lite/pull/12
^this PR fixes those broken builds
this is dope though
ikr?
latest Jenkins is awesome
plus I proxied it through Apache so not only do I get it on port 80/443 on a custom subdomain, but it's also protected by ModSecurity + ModEvasive
and CloudFlare
and AppArmor
how's apache as a proxy? I've only ever used nginx for that
works the same as Nginx really
I add rules as I run into 403s and that's about it
though that's for ModSec
Not too bad, I haven't really used apache a whole lot to begin with
it works fine. Not exactly a powerful web server and I still manage to host a million projects on it
while keeping everything separate
nginx is best ๐
I should make kvantum work as a reverse proxy too :)))
HackVM is sweet, although I haven't used it in years as I refuse to touch php
been playing with Laravel, which a lot of the apps I run happen to be coded with
Apparently it's called HHVM, whoopsie
it's pretty neat though, the JIT compilation is pretty nice
but then again, if you're using HHVM you might as well just use hack
uh
It's PHP but with type annotations, generics, lambdas and added bugs. I love it.
"and added bugs" neat! ๐
starlegacyโ~ยป ssh mc.starlegacy.net [11:28:41]
The authenticity of host '####' can't be established.
ECDSA key fingerprint is SHA256:####/####################.
Are you sure you want to continue connecting (yes/no)? no
wh
??
why tho
?
why mee
whut
it says the key changed
i'm at home
thats unlikely
nobody else here knows how
know how to even attempt*
i dont even know how
might be somewhere up your chain as well, though unlikely
VPN would at least create a tunnel to another location
worth a check
just in case
if your host key changed something's wrong
Where do you see that @meager perch
i dont get any message on juicessh on my phone ๐ค
even on the same wifi network though
nah still not CD quality
depends on the CD
you wouldn't go to apache from nginx
most of the ones sold in stores are ~384
that's a solid downgrade
My CDs are 1411kbps
i'm tempted to just enter yes so I can get it over with ;-;
have you ever tried to include ModSecurity into Nginx?
not worth
with Apache, it's a simple apt install
@wide hazel what are the odds this is nothing to worry about
._.
that's not the same thing 
@merry talon https://www.egg82.ninja/?exec=/bin/bash <-- this is ModSecurity doing its work
why would I use any software that would allow that to do anything
I dont have that @meager perch
I'm certain Facebook didn't just go "well we should just not use software that has security holes" before it got hacked
no easy bugs like that which a web server module will protect against exist anymore if you keep your shit updated
they're all complex software specific stuff
https://short.egg82.ninja/freevbucks
right, what do I know, I'm only going to college for security, have a Security+, and am getting a career in it ๐
https://short.egg82.ninja/freevbucks for free v bucks
lol
you gave me two examples that shouldn't ever matter if you're using software from the current decade
I'm basing my conclusion off of that
it's also the custom URL which is more easily remembered
or shared
"software from the current decade"
alright
HeartBleed
and modsecurity is your only protection against that?
how about the last year?
Security vulnerabilities of Linux Linux Kernel : List of all related CVE security vulnerabilities.
CVSS Scores, vulnerability details and links to full CVE details and references.
oh, you want web? Alright
Wordpress Wordpress security vulnerabilities, exploits, metasploit modules, vulnerability statistics and list of versions
don't like WordPress?
I got you covered
Security vulnerabilities of Joomla Joomla! : List of all related CVE security vulnerabilities.
CVSS Scores, vulnerability details and links to full CVE details and references.
Nginx has its fair share as well
Nginx Nginx security vulnerabilities, exploits, metasploit modules, vulnerability statistics and list of versions
no software is perfect
security in layers
ModSecurty is yet another layer an attacker has to fight through in order to get into your box
just don't see how a web server module can be an effective measure against these things
the WordPress and Joomla links I added
WAF would protect against those
and some Apache and Nginx exploits as well
if you send a web server something that looks suspect ModSec won't even let Apache process it
(or Nginx)
public class Main {
Main() {
System.out.print("1");
Main main = new Main(new Main());
}
Main(Main main) {
System.out.print("2");
Main main = new Main();
}```
Output:
12
12
12
1...
brian, you're tring to kill me, huh?
suppose that could help if you want to run those gross packages, but keeping nginx up to date is good enough for me, especially since no WAF can be perfect either
but I do agree compiling nginx to add something is a pain
sure, in a world where zero-days don't exist
Ye, yea.
the WAF won't help you with those either
since a zero day is by definition something unknown before lol
that's exactly the kind of thing Modsec protects you from
it doesn't just have a bunch of definitions of attacks
it looks at behavior
oh
Here are some low tier memes ripped straight from r/programmerhumor"
Wait a minute
This isn't #memes is it?
Oh, okay.
you know I may want something like that for jenkins
seems like every other day it's yelling at me about an update that fixes multiple vulns
that's one of the reasons I use it
software is buggy- it happens
WAFs protect from a ton of things
?
confused
???
Hey what is always_handle_packets: true mean?
what happens if I put it to false?
i get a weird tps spike with no plugins
quick lag spike and tps goes down to 17
just few datapacks
prob just 1.14.1 for ya
I said I'd make the "bottles of beer" thing in A0A0, so in case someone wants it (you probably don't), here it is https://hatebin.com/phyaqvjznu. (I can't be bothered to add line delimiters though.)
@wide chasm what kind of linter do you use for that? :D
None, you just hope it works. Code quality isn't a thing in this language.
doesn't seem very web scale
This doesn't scale at all. If you add an empty line somewhere in there, the entire program fails, and maybe if you're lucky it gives you some random stuff as well.
well, people like being explicit
thank you, MEGA... I guess
So I have 1.14.1 almost playable, besides reducing mobs villagers etc down to zero anyone have any tips? Any flags currently more appropriate than aikar? This is a survival world thatโs not pre-generated with default world borders. Currently tps seems to be affected by entities and my main issue is periodic โnot a crash, not respondingโ messages until it finishes saving or whatever itโs doing
go back to 1.12 or even 1.13
if you really have to, I guess pre-gen the world
maybe use a mob stacking plugin
I mean
or wait for 1.15
mayyyybe 1.14.2 will fix some of this. Maybe.
Use 1.12.2
Yeah, wish I could go back, long story there. Pre-gen not really an option although I could pre-gen a bit of it. Thank you
My players are fine with the server being 1.12
Just mention it in the description so people aren't suprised
I donโt do map resets or Iโd be with you on that.
You can set a world-border and gen it in there
You're not going to see new ores and stuff in those chunks, however
You could setup a 2nd server with 1.12, with a new world
Yeah, I mean I know 1.14+ is dumpster fire material currently. Just seeing if anyone has had any luck at all.
Not even gonna try
Meanwhile, 9 players with 1.12.2 on raspberry pi, with no problems
Big thanks to everyone who's contributed to paper to make this possible
Trick for 1.13.2 on a pi: disable async chunks
oof
@void void
Kaby Lake: 3.5GHz Quad-Core E3-1230 v6 Kaby Lake Xeon
ddr4
good dedicated server?
Depends on your needs really
Yup that's pretty good garb at least a pair of SSD for RAID 1 or NVMes or if you want to amp things up get NVMes in RAID 10 (4 or more of them)
Just make sure you get the fastest drives you can afford and on RAID 1 at least.
Then you shouldn't be buying one unless you plan on hiring an admin.
Go shared instead if you wanna mitigate the drama.
is it difficult to learn?
Meh, you don't need to be a pro
The hard part is getting past the fear of the terminal and a common issue people have is the fear of reading
You do, what about security audits? Complying to GDPR? etc etc etc?
Read up on it, spin up a vm on virtualbox and learn
it's for a minecraft server, you're not dealing with PCI compliance and all that BS
You CAN DIY but isn't going to happen over night and yea you STILL have to be GDPR compliance regardless since IPs are personal data.
that why I say I am storing those at login.
Seriously don't be buying one if your not going to willing to learn how to use it properly. If you are get a trash 128-256MB to practice on.
VPS that is.
chill im not some 14 yr old, not gonna throw money at something i cant use lol
will look into it first
I understand but the rest of the recommendation is also don't revisit until you spend at least a good number of days doing so. Then after that pratice deploying a base line Minecraft server on a 4GB VPS and running it for a week or so THEN once yoru profieicent at that THEN maybe go get the box.
I hardly think you need to worry about GDPR and security (beyond basic stuff any blog post will tell you) when running a casual server.
Better be safe than sorry though.
You don't have to worry about it in such cases, no. And sys admining is easy, anyone can pick up the basics within a day.
If some bad guy get in via plugins or what not and send a DoS/DDoS/SPAM/etc guess who responsible for that?
Imo the barrier of entry here in being "safe" is too high to get anything done at all.
Yup the VPS owner.
It does when they put you in the slammer.
Renting bare metal is almost always better than renting shared if you actually need the hardware. Can't trust asshat providers not to oversell.
You do realize that they can report you to legal authorities right if there a serius attack and/or such going on right?
Nobody's coming after you because you run a server which got hacked.
GDPR is a fairly weak law, suggest you brush up on it.
does async chunk take so much power
They do as they are low hanging fruits as they says.
The consequences of a casual person violating GDPR are almost non-existent.
No one expects to be taken over so bad guys take advantage of that.
Starting with some small server is good advice. To get familiar with the setup etc.
Exactly just don't go all out until you understand Linux as a whole and understand how to secure/audit it as well.
Majority of the things you're saying are just as applicable to shared hosting too
@sharp ibex I recommend starting with a cheap Kimsufi dedicated server. You can get one down to EUR 5/month which is sufficient to start up a minecraft server and do testing on it, and have a few players playing. Learn all you need on that, and then upgrade to a bigger one depending on your needs and just copy over your server files.
No it not, the shared host is responsible for a large portion of that.
Yea your still responsible for YOUR account but they secure everything else below that.
TLDR: 1. GDPR shouldn't even enter into your decision to rent hardware, it's not going to affect you. 2. You can learn the basics of sys admining within a day of tutorials, and are actually encouraged to do so, as doing so will save you a lot of money and time in the future, would mostly disregard anything being suggested by the other dude.
if you have abuse on your server, it'll either just affect you (more malicous file deletion) or for cases like a DDoS attack from a shared host they'd also suspend your account
It's really not hard to understand how liability works.
Exactly I am on a dockerized enviroment so the hacker wouldn't get far if they tried.
Which is achievable easily with pterodactyl if you want that
As long as I don't install something fishy like the bestserver.jar out on the open.
Most hosts use multicraft however and use the "just run it as a standalone user" vs containers
No they use both and Multicraft does support that since 2.1
It manual implementation though.
supports it but not setup by default
Exactly but I asked them about the stupid issues I had and they said they use Docker too.
So they did customized it for that.
Exactly.
Would imagine the bulk of them are running the default set up
Pay to show around.
Many just barely escape "run the script" levels
Yea LOL.
Yeah, probably just bought an install script off Mc-Market and started their hosting business
bouncing the vps the irc bridge is on
Most managed hosts are terrible as they don't even let you tweak start up flags.
rip those 15 people
That's good though so you/someone else can't brick yours/their server. You imgiane just some idiot (oh I will configure 32GBs and not pay for it! Haha suckers!)
Uptime: 0 days, 0 hours, 0 minutes, 57 seconds
Message Handling: 61ms / 61ms (mean/median)
Messages from IRC: 0 (0%)
Messages from Discord: 2 (100%)
Hallo from the other side
Well it's just another argument to simply invest the few hours it takes to learn SSH/screen and manage the server yourself.
!stats
Simple flags are used for some important performance tuning
Well, rip then
ye I dont persist the counts
I dont care enough about those 2 pieces of data to serialize them anywhere
it was relevant then too
ur irrelevant
someone was asking about why it didnt match discord's search results
well if we count all of IRC back to when we were on esper and stuff
idk it might just give it a run for its money
be a hell of a lot closer anyway
there's a good 3 or 4 years worth of prior IRC history isn't there ๐
yeah
idk how long we've been here either though
this channel is newer
the original general is now #paper-help and even that isnt all that original
I love that VS Codium with Java extensions shows the JavaDocs on mouse hover
I don't remember if Eclipse would also do that
hmm? @meager perch
do you use VS Code?
(or VS Codium)
I mean IntelliJ has that too, probably
I've just never used IntelliJ ๐
just switched from Eclipse to VS Codium recently, performance reasons, I don't wanna switch back now so I guess that's good
Editor -> General -> Code Completion -> Autopopup documentation in (ms)
might be moved somewhere else
when is WSL 2 releasing
1907 or 2003 (lol 2003)
I think they changed it to 19H2 and 20H1 naming specifically for that reason
it didnt really sound like it was on the table for 1907 though
probs gonna be 20H1
Read someone say docker like it was a perfectly secure environment
No canโt be, that grape juice must of gone bad
?
grape juice going bad
"perfectly-secure for our needs" or "perfect security"?
because containers are pretty good
Referring to a wine
there's a docker wine?
And it was a paranoid person saying they use docker cause itโs secure
No that was for the irc person
If your paranoid docker alone isnโt enough tbh
stiiiilll depends on your threat actor
Iโm referring to a conversation earlier here
About using shared hosts environments and whatnot
(DiscordBot) https://www.ncbi.nlm.nih.gov/pubmed/21211096 -- The structure of genetic and environmental risk factors for...: "Jan 7, 2019 ... Comorbidity between the phobias was accounted for by two common liability factors. The first loaded principally on animal phobia and..."
People are the easiest to exploit to gain access
Donโt let people access and security went up
yeah man people suck
I do
we should rise up and exterminate them ey fellow bots
Or just be a favorite
Favoritism goes a long way
My professors made a special course just for me for topics they donโt teach there for free 
The power of favoritism
You can always just practice it
Smh
Itโs only unethical if you get caught
Itโs only illegal if you did something malicious
And get caught
magic
tacos
happy saturday all
FUCK I want tacos now
Lmao
too bad you can't have any
Feliz fin de semana
my bank account says I can
I like to advertise chick-fl-a on Sunday
tacos are cheap
good tacos are less cheap but still cheap
really good tacos are not cheap, though
No idea
we have white castle?
white castle, in n out, whataburger would be the more niche burger joints
I want carne asada tacos now
most tacos are good tacos
yep
no thanks I like my poultry raw
lol
because I am a man
Itโs steak tacos
I'm tired of them putting chemicals in the tacos that make the frigging birds gay, do you understand that?
with some variation of cheese, guacamole and sour cream, depending on the place
thwack thwack thwack pissed
And pico
is this the great replacement
muahahaha
they're replacing people with bots
^-^ It's okay, some people like guys
prove it to me baby
Ew no
see
hahaha
ur a mutant
Theres this thing called standards
yeah but that's because they keep putting uranium in my tacos
^ doesn't help either
toasty
Cozy
We have gray clouds
Oof
no, those are chemtrails
I did yesterday
sounds like a burning pit of hell fire
lol my server actually sligjtly dropped tps for a short while
20c here
Cold
27c
probs thought about jetting off
Iโm a Floridan tho
I was born there I moved a bit further north
IT'S SPREADING
all the best things do
It did a long time ago
But we gotta focus on modern issues!
modern issues require modern solutions
we should build a wall around florida and make florida pay for it
everyone dab on fuzen until he comes back to the wretched hive of scum and vilany from whence he came
s/comes back/goes back
Correction, <^-^> everyone dab on fuzen until he goes back to the wretched hive of scum and vilany from whence he came
^-^7
Hydrogen bombs are pretty modern
Sounds like the best solution
with the melting ice sheets and rising sea levels, eventually florida and louisiana will together sink and the alligators will take care of teh problem for us!
implying Iโm ever in my bed
obv my spelling hits me a few points in that aspect, might misread some sign and male into a mine field looking for the tracks
walk*
are you more of a stay in the corner on the chair type of person fuzen
very progressive of you
bet it took quite a few miles for you to get anywhere in the world
@meager perch
Took a lot of years to go those miles
My computer canโt run texture packs very well
I consider downgrading to an 8x8 pack
So much flattery today
I would hate to leave a deserving person unrewarded fuzen
Daw, your making me cry
hope you've not forgotten the safeword then
The pleasure comes with my tears
tmi
man it'd been a minute since I've last had a decent online banter sess
life's crazy busy
@meager perch
Help me, please.
What's your GPU/CPU?
BRUH.
How'd you get those!?
How'd you get the money!?
ยฟ?ยฟ?
My brain's confused.
@static badge help??
Someone's trying to use Cardboard.
???ยฟยฟยฟ what do.
.g cardboard t3hbrian
(DiscordBot) https://github.com/T3hBrian/Cardboard -- GitHub - T3hBrian/Cardboard: Super extra high performance...: "Super extra high performance Paper fork that aims to make Minecraft huge way way a lot much less laggier. - T3hBrian/Cardboard."
yeah because i contribute to paper
I mean just look at the features:
- Fancy website: https://t3hbrian.github.io/Cardboard/
Super extra high performance Paper fork that aims to make Minecraft huge way way a lot much less laggier.
with code what gets accepted
brian tries to bait everyone part 43
I think the fault is that I made it too professional looking. I mean just look at this amazing logo that totally didn't take me more than 5 minutes to make:
If only Cardboard was the quality of the logo ๐
My original plan was to make it a complete joke and non-compilable but I do have some things I'd like to modify so maybe I should turn it into an actual fork.
yeah man I hate it when the stuff I make is too good
magma nothing u make is good
yeah
like I once wrote code so good I discovered the compiler has an error message that says "bro the world doesn't deserve this, make it shittier"
filthy weeb name
So what do you need, @void void?
I wouldn't use this name if md_5 hadn't insisted on it
I need to pom.xml
did you get locked into that name 
yeah by the big guy himself
Are you familiar with how Maven works?
this
Maven
Z7, he came looking for help in the CARDBOARD DISCORD.
:D
My joke fork that added VR support, remember? lol.
idk what he wants
Poor guy was thinking that Cardboard was a good idea :(
he posted an error somewhere
Not going to lie it did make me happy when I had a notification for my server.
It's very empty there :(
I see the only way I can attract people is by scamming them. I see it now! My true calling! A scam artist!
you mean baiting

<3
if it makes you feel better
leaf can make fun of me instead
i'm watching the twilight movies again
Is there a video I don't know how to do?
interesting
Never watched those lol.
what were those movies about again
I wouldn't want you to be made fun of :(
one vampire dude wanting to get some chick and the wolf guy getting a hardon for their baby?
wasn
t that the plot?
and if it is?
so it is 
@static badge are you a weebulus
.g weebulus
(DiscordBot) https://twitter.com/dmcweeb -- DMC_ Weebulus (@DMCWeeb) | Twitter: "The latest Tweets from DMC_ Weebulus (@DMCWeeb). rip my account. nowhere honestly."
.g define weebulus
(DiscordBot) https://twitter.com/hashtag/biggestmysteryever -- #biggestmysteryever hashtag on Twitter: "If I meet Enrique Iglesias I would ask him the meaning of HAMS! #BiggestMysteryEver ... DMC_ Weebulus @DMCWeeb 4 Aug 2016. More. Copy link to Tweet"
See Tweets about #biggestmysteryever on Twitter. See what people are saying and join the conversation.
can't bait me that easily
I'm being..
I'm not..
I'm not baiting I'm..
I'm not sure what I'm doing.
But it's not baiting.
you are baiting
Thanks CoreProtect

