#general
3141 messages · Page 100 of 4
asking them to write C/++ would be fun Im sure
xD
Lol
it's not finnicky but if you don't do it perfectly it works in ways you don't expect
programming in a nutshell
Rust yeeeees
half the triple A shit written in C++ with amazing engines still runs like shit
write the minecraft server in golang 😃
yeah because their devs are disco dinguses
gotta know what youre doing and optimize optimize optimize
Go is slower than rust
is the bar, lets be real
- it adds runtime overhead
you can write a game in Unity and it will be pretty, logic will be in C#, and performance will be good enough
Brainfuck is an esoteric programming language created in 1993 by Urban Müller, and is notable for its extreme minimalism.
The language consists of only eight simple commands and an instruction pointer. While it is fully Turing complete, it is not intended for practical use,...
Rust has none of that nonsense and is memory/data race safe
surprised leaf doesnt like rust
👏 fix one thing move onto the next
or you can write it in Unreal and deal with all the fun of C++
I don't like the syntax :>
the syntax is weird af
Write it in whatever u prefer
once you get why its fine
so I never bother to learn the language
I dont mind it so much now that I know what its trying to express
write your own engine if you're a real disco dingus
Rust is great though
yeah from the outside though the syntax is funky
To me it feels pretty descriptive
for some reason I really really dislike rusts syntax .. go is a bit slower yes but I find it personally so much easier to read and to do proper threading etc in.
Jan in a nutshell: RuSt, gRaAlVm and shitposting
@eternal steeple Go is not about threading
graalvm is the shitposter's hypetrain
bruh we just told you theres no such thing
wonder what rust's memory model is
looked at it 2 years ago and of course that was 2 years ago
Ownership and lifetimes?
I love how I can select text and IDEA still focuses the fucking Maven window
last I checked go's it was lame
never had that happen vic
IDEA is garbage
IDEA will randomly refocus random panels and shit
I'm not really a fan of ownership and lifetime strictly for a model

or if IDEA is unfocused and you click into the window on the terminal
it still dumps text into the editor
never had IDEA do that 
that one gets me all the time
@vestal jasper be glad it doesnt select everthing above your cursor if you triple click to select a line like BlueJ does lul
maybe its a multi monitor bug 
Never had an issue with IDEA :P, what's a better IDE? 😉
there isnt
IDEA just begaves like I want it to for me
begaves
IDEA is the best but it's still garbage
no its not
Huh
its great
and rust doesn't have a memory model
you shut your disco dingus mouth
VIM user confirmed
yes it's trash

IDEA has dumb bugs but its by far and away the best
Do stuff in IDE
Double click Maven -> Lifecycle -> Install
Click on a completely different window in another monitor
Select text in IDEA
Try to backspace
Watch as nothing happens because the Maven window is still focused
its so much more polished feeling than all the others
Maven is nub though
i still like VS more for looks
cant stand VS
not running clean before install @vestal jasper
VS for linux nuh
it's not maven issue it's IDEA issue and it's just buggy
so what's buggy
their Resharper plugin for VS is even worse
Most likely an user error on your end
right
If you discover a bug you can get 1 year for free.
resharper has some bugs yes, but its by far better than the default
you guys must live in a bizarro land
I use the stable versions of IDEA and almost no bugs

google some of those issues and you will find a lot o other ppl with the same problems
@stiff yarrow These guys use a 19 yo pc
yeah wtf are you retards doing using the non-stable variant
wtf does it have that makes the bugs worth it
my pc is 3 months old 
Resharper is slow AF on 9900k with 64gigs of ram
@static badge wtf do you have that bugs dont have?
what more do you want?
reeee it adds a cool new inspection?
5k$ xeon?
yes
sigh
send to my inbox plz
I am
I currently have two IJ Ultimate licenses because of reporting bugs and student stuff lol
I'm using stable
only issue I've ran into IDEA is this fucking piece of shit is asking for my git ssh
i'm using the 2018.2 version
how do I fix 1.14 being laggy on my server
Turn off your server
Dark 2019.1.1 is out
and of course the various issues you solve by clearing cache
Can’t blame IDEA for that it uses Git tools
@wide chasm ik, just cant be assed to update
ban ppl with 1.14 clients
Just use retard control
code autoban for it
The only bug I've ever had with IDEA is invalidate caches issues
via version
btw I have Ultimate too but it's not really worth it if you're not using it
if its free, why not
since when?
since student
Its not
@static badge I gave it my git ssh like a gud boi
Ban them all
ETA for paper 1.14?
.eta
Anyone requesting an ETA will be fed to goblins.
in just this project, a .bat file is showing as modified because of line endings
i lost my toe that way
can't figure out how to fix this
remove line endings?
tell ur git client to not fuck with line endings
git revert that bat file

Git ignore *.bat
^
Fixed
the bat file is in the repo
then you can revert it
my client is set to force to LF
paste your gitconfig file
oh yeah that piece of shit fucking patch file I remember
[user]
email = Spottedleaf@users.noreply.github.com
name = Spottedleaf
[core]
eol = lf
autocrlf = input
my global config
IDEA has a git pull from repo button on files I think, it might replace t he file with the remote version
idk wtf autocrlf is :>
file is still showing as modified
you have to re-checkout I believe
Windows: We now have night mode
Me: Neat
closes minecraft
Windows: NANI
disables night mode and burns my eyes out
Thank you windows 10/10
isn't windows 10 a dark themed UI anyways 
well i got 3 monitors pointed at my face
damn you a rich boi
so yeah, the change is pretty significant
especially if you have google open on a search page or something xD
Ok I'm starting to get the impression that typing a suggestion forcefully removes it from the list
HA
I'd debug it for you but your wrote it in an alien language
I WIN
if (args.length >= 2) {
suggestions.add("on");
suggestions.add("off");
return suggestions;
}```
It's in java but ok
Is Affinity Designer comparable to Photoshop?
git config --global core.autocrlf false
git rm --cached -r .
git reset --hard
@static badge
I'll pm you noss it's maximum fucking potato 
why is 1.14 so laggy
git pp --hard

public List<String> onTabComplete(CommandSender sender, Command command, String alias, String[] args) {
You can return any list
I'll try making it immutable
diddle my noodle
return ImmutableList.copyOf(suggestions);
yeah that one
still does it
post the git repo and I'll look at it in exactly 4 hours

but I'm only fixing it if I can clone your project into my IDE
I don't want to deal with code snippets
I want to see the full thing
git push yourMomFromTheStairs
are you guys having trouble over tab completions
first of all making that list immutable does shit all
so I'm not surprised it did nothing
I'm literally too retarded to do them right
fix it for him spotty boy
did you read the docs on this shit yet vic
cus I'd literally go read the docs before I touched your code
what is the problem and wtf r u currently doing
There's docs on it? I searched for how to do it and it was just large chunks of premade code
It's removing suggestoins that I've typed from the list
Like if I have a list of off, on and I type on, the list becomes off
why arent you using ACF
your code?
Yes lemme use an entire command framework for a single command plugin 
well clearly your approach isnt working ¯_(ツ)_/¯
🙄
PewDiePie - bitch lasagna (GUTTER Remix) lol wtf am i listening too trapnation
Wow this is news to me. I didn't know I wasn't doing things correctly!
Thank you for the insight :D
dark eye "just use a different library instead of learning why your code is broken"
you're welcome ❤
👌
thats what they keep shoving down my throat
what is ur code u fuk

hes gotta remove the emojis from his code before he shares it
remove his REEE debug message
lmao weren't there like some emojis in Spigot's code
at least I remember something like that
I know there are some pop culture references, but haven't seen emojis
#define
throw
if (args.length >= 2) { 
^
that's one issue
I was fucking around and trying to find out what the issue was
the second one is those suggestions are not checked
have debugger-gami show you da wae
use regionmatches or startswith to make sure ur only sending suggestions that the client is trying to complete
regionmatches let's you do ignore case :>
Yeah he's a retard
k
it possible to have a different seed for end dimension from overworld?
nossr50 can you explain why I have forked mcMMO 🤔
you were going to re-add the mcmmo kraken

I'm not sure why i have a fork of it 
Pretty sure that was an accident
EpicMMO
Oh, I'm also forking paper soon, too. Gotta think of a catchy memey name first tho
Cardboard and Concrete are both taken
are you making your own fork with experimental features
Purpur here we come
Dude .. purpur
:^)
That's actually good
Wood 
SecondHandPaper
@vestal jasper I just assumed you were making a dick joke
Call it PaperSpigot 
@woven otter [Auto] We're now known as Paper.
Cement 
Papyrus
Ok, Purpur it is. ^_^ it's going to have all the things I want in paper but are too wild to get approved
Bone. 
if you put back in kraken but only have it attack Z I'll accept the PR @unreal quarry

Wait, Cardboard's taken already?
I gotta make Cemen to compete with conrete
Cemen

I can't stop farding :(
replace C with S and you have a great name for a fork
@woven otteri got banned on a discord for saying something similar lol
lol
Don't suppose anyone knows of a decent minimap mod for Forge that supports server side waypoints
If I knew enough to write a minimap I would as my requirements list for it doesn't seem to be common
xaero's minimap, Journeymap ?
Do they support the server setting waypoints
i don't know tbh.
Why do you need that anyways?
So I can put markers in peoples maps for server map locations e.g. markets and towns
Lul
nice
@acoustic seal you could look on curse for it or maybe ask in the forge discord
Usually waypoints are only clienside and idk of any that have server side support or shared waypoints
well journeymap allows you to share waypoints and it has an API so you can probably figure something out
but as dark said they are clientside usually
There's probably plugins to set waypoints tho
https://journeymap.info/Waypoint_Sharing does it via chat lol
i mean you could add a /waypoints command or w/e that people can use to get the waypoints and then save locally
come and draw with me
i'm sure he's terribly disappointed, sitting on his wads of 💰
I guess you say enough edgy stuff on twitter and you get removed from your own game
i mean it's not his game anymore
pretty sure he walked away from it after the sale and didn't look back
yeppers
saying it's ok to be the skin color that you are is controverial
a lot of this is just SJW blogs overREEEacting to his stuff
can't blame him tbh. i'd walk away from most things for $2.5 billion too
most the notch tweets I've been shown have been him just being edgy and baiting trolls
The event will look at the “past, present and exciting future of the decade-old franchise,” according to the company.```
The past. Half of which involves the person. :^)
I don't think its very smart as a public figure to be an edgelord on twitter, but hes rich so I guess its not really like he has any reason to care anymore
true dat
Reddit thread about it: "Due to the amount of comments that promote transphobia, homophobia, racism, and bigotry, we're going to lock this thread."
:/
Well is that reddit about people being hostile about it
Or just because the mods didnt like that talk in the thread
mods
admins rarely step in
its almost always subreddit mods
and to be fair, that kind of thread is always going to be a shit show
hard to have a civilized discussion about edgelord comments

Admins do step in though
But its only when stuff gets real
Or it breaks all of reddit's rules
That, or its something like r/watchpeopledie
why do I feel like if I ask what Qanon is its gonna be some scientology shit
terminal emulators are pretty basic apps
So, they don't generally have too much wizz-bang in them; it's really more just using a good font/color theme and using a nice shell
Can I somehow send a redstone output from one world to another without any additional plugins?
commandblocks neon?
Yes, but the question is how
commandblock to trigger an objective, commandblock in other world to read the objective and set a lever to triggered
since afaik vanilla commands only take x y z and not a world
yes yes i get you
but objectives and such are global
hmm
so i can create for example one scoreboard objective in one world and then put execute command if that scoreboard exists in other world which will result in a setblock command which will give an output?
i hope you're not asking me that
Yes, those are the only objectives in the game, at least that I know of
will that objective mess with my featherboard?
well I guess I can use summon + execute command for my issue
if they obfuscated it you're better off writing your own
reddit admins only step in for their best PR interest
watchpeopledie was only banned because the media got wind of it
<DiscordBot> <TehBrian> neon
<DiscordBot> <TehBrian> place an armorstand down, name it something
<DiscordBot> <TehBrian> this'll be where your output is, your output world
<DiscordBot> <TehBrian> in the other world, put a commandblock that is "execute as @e[type=armorstand,name=<armorstand's name>] at @s run setblock ~ ~1 ~ redstone_block"
<DiscordBot> <TehBrian> then, at the armorstand, put a commandblock 2 blocks above the armorstand that says "setblock ~ ~-1 ~ air", then a block above the armorstand put whatever redstone you want around that, that's where a redstone block will go.
irc never forgets
Can I be honest?
You wanna know. What I want more than a woman?
Btw.. this is a joke. pl0x don't ban me.. c:
aren't jokes meant to be funny?
can't tell if ad 
just hit me with that affiliate link
I got terminated before I got my 75 pending dollars finished
It sucks so much
The referral system is bullshit
you mean good serverless tooling
@merry talon mfw r/watchpeopledie has been banned
yeah
/r/peoplefuckingdie is better anyways
/s/die/dying
And caps, too... 10.10
(DiscordBot) TrUcK iNFeCts ciTY WiTH hOMOseXUaLiTY : PeopleFuckingDying - 1,430 comments, 75,937 points - eggsplorer, 24d ago

(DiscordBot) KIdS FoRCeD ONtO TOrTuRE dEViCE UNtIL THeY DIE oF NaUSEa : PeopleFuckingDying - 1,275 comments, 55,563 points - DanielCampos411, 1y ago
that actually looks so dangerous 
electroniccat: https://www.reddit.com/r/PeopleFuckingDying/comments/81ykuh/cat_watches_as_family_is_boiled_alive/
needs a motor attached to it
(kashike) cAT wAtCHeS aS FAMiLY iS BOiLeD ALIvE : PeopleFuckingDying - 741 comments, 54,471 points - TheCatsTail, 1y ago
I watched a doc in China where they ate cat, they remarked that it tasted like chicken 
(DiscordBot) pOkEmOn GeTs ThE gAs ChAmBeR : PeopleFuckingDying - 341 comments, 45,651 points - Pirate_Redbeard, 1y ago
I'm not a super huge cat person, and I don't have anything wrong with them, just; why a nekkid one?
(DiscordBot) MaN cUTs OFf WAtEr SupPlY tO enTiRe ViLlaGe!!! ThOusANdS DIe oF... : PeopleFuckingDying - 214 comments, 39,643 points - Buttercuck, 1y ago
So, seems pretty clear that the best solution to getting away with whitespace in your commands is to just drop a link to that subreddit
I mean, commits
Damn, this brain thing is hard
This is pretty cool https://marketplace.visualstudio.com/items?itemName=RobbOwen.synthwave-vscode
also @static badge I just realized the world would have to be loaded, so you would have to use scoreboards so you can save a value, then go to the other world, then get that value.. if you could load the armorstand with hoppers or portals then it would work
wat
well neon asked for a way to have cross-dimension redstone, so I was thinking you could do that with armorstands and setting the blocks, but that would mean the world has to be loaded
they probably wanted to use scoreboards because you can set values in one world and then load the other world later and get those values, and put them to use with redstone
or you could use armorstands and load the chunk the armorstands are in somehow, either through portal loading or hopper loading or the like
cross dimension redstone 
one day I'll have 2TB worth of coreprotect data.
@ 1.3TB so far
like isn't this just fucking glorious, https://www.titanicfreak.com/imgs/c00c6c9562ac8b312e2592d4b3b31a0b.png
say it with me Ryan (I think that’s your name)
yes
P U R G E
I remember looking at a table once, and literally every time I refreshed the page it gave me a new size ;-;
Yea...
nothing too crazy
very good idea 
I lied
it jumps around
by 100-200 million rows
errr close enough
2.2T 1.5T 589G 72% /minesuperior
actually planning on dropping the bad boys
in June
but I want to see how big they get
until then.
wizjany do you have a donation email
I really want to support your development <3
just checked in here to thank the developers, making life alot easier!
you the real mvps
most vicious potatoes
@stiff yarrow uh mysql coreprotect
doesn't work
that great
if you purge it
it has a tendency of locking up
on anything above a few GB
mfw leaf playing overwatch
sighs
Son of a... I was wondering why I couldn't see the icon for that for a good while now... :/
elektronikkat
reminds me of that song now
Available on iTunes https://itunes.apple.com/us/album/mak... On facebook: www.facebook.com/elektrikpeople Animation By: eBDMedia Make Me A Bird is written an...
(DiscordBot) Elektrik People - Make Me a Bird (Official Video) - length 3m 43s - 7,773 likes, 129 dislikes (98.4%) - 793,613 views - elektrik people on 2013.05.04
remember it from Hemlock Grove
yeah definitely don't purge that with the plugin
it's always surprising how much fucking data it manages to store
why dont you just delete all the ones with timestamp below X with mysql
Not pma, but mysql cli
PMA 
datagrip <3
gotta admin, datagrip is ❤
gotta admin, electroniccat speaks flawless english
unless thats an inside joke I don't get because I don't do admin stuff
I'm tired ;-;
so am I
but tomorrow is a holiday \o/
I got brought a 10k euro web font, its insane how much they charge for shit like this
specially considering we already have a licence for that fucking font, but only for print and tv advertising, not for websites
and hey, if we ever choose to build an app inhouse (not just paying IBM out of all companies to do it....) we can pay for that same fucking font again
that's pretty expensive
not that 10k is actually expensive or smth, it just sounds insane
10k more than i've ever paid for a font
well, we are a big company
I lost my creds for our google analytics, but we got quite a few million page visits per month
is the font good though?
Mr. Aikar be like. 😂
https://www.instagram.com/p/Bw3FeIFFspG
132.9k Likes, 2,516 Comments - Shark Puppet ✪ (@the.shark.puppet) on Instagram: “ENERGY DRINKS! - - -Backup @thesharkpuppet - - - - - - #meme #memes #dankmeme #dankmemes #edgy…”
there are a lot of free fonts better than arial lol
you'd find me dead before paying any amount of money for a font
comic sans for example
A sans serif typeface with 32 styles, available from Adobe Fonts for sync and web use. Adobe Fonts is the easiest way to bring great type into your workflow, wherever you are.

.g ff meta font download
(DiscordBot) https://fonts.adobe.com/fonts/ff-meta -- FF Meta | Adobe Fonts: "Explore FF Meta designed by Erik Spiekermann at Adobe Fonts."
A sans serif typeface with 32 styles, available from Adobe Fonts for sync and web use. Adobe Fonts is the easiest way to bring great type into your workflow, wherever you are.
got it \o/
would ya look at that
yeah, you can use it for free for some stuff
its even in cc
not for websites tho :D
HazrvMnTx6xX_hDt92tukupjhBx52_TlvvyIWWSm2mEuoAAcuh&features=calt%2Cclig%2Cliga%2Clocl%2Crlig&v=3&token=UWiewzNGqfaXgl50sfTX597VqiNVO%2BVsJvzyIM5SabTjZinSwqaidRKypEX3LMfHdBUibNmD%2BPCRx%2F5yCXr4NA%3D%3D
can also just get the webfont from there
nice url
ah discord
yikes 
That's not even discord, it sent as two on IRC as well
because it hit the irc message limit
ah irc
wonder if I could dump 3000 newlines in here
just forget about the part where the admins are stupid furries
i dunno why i had 3000 in my head
2000 actually I think
do you want me to test it kash?
it is 2000
o.O
I tried pasting a wikipedia article
did I say I was awaiting your orders?
not even zalgo works ฏ๎๎๎
Can't post whitespace alone
well
Ɛ͒̓̀>̅ͤͪ:
like.. that's basic UX
h̗̳̫e͔̣͚l̰̹̥l̯̞o̼̺̖ ͚͔͕t̛he̖̝̞r͏̹͍e͖͍̳ ͓h͎̠̼ṳ̶ͅm̲̤̣a̙̱͙n̺̱͔s̵̮̫
do it and delete it
would it work here
why not
that's the best part
that fucking BACKLOG LUL
h̗̳̫e͔̣͚l̰̹̥l̯̞o̼̺̖ ͚͔͕t̛he̖̝̞r͏̹͍e͖͍̳ ͓h͎̠̼ṳ̶ͅm̲̤̣a̙̱͙n̺̱͔s̵̮̫ <--- how does the bot handle that? :D
fine
Ah it works just fine
it's going to if I paste it
Looks exactly the same way on discord then in my IRC client
because your IRC client is some dum web app
dum terminal client
more like "a sane client"
terminal clients 
i use hexchat btw
native app client :lul:
109M ram total
109M for a client 
Versions FastAsyncWorldEdit version 1.13-breaking FastAsyncWorldEdit-bukkit-1.13.99 worldguard-legacy-7.0.0-beta-02 - fawe MC version 1.13.2 ALL LOG ERROR: https://pastebin.com/Y8kuG2HC CONCRETE ER...
This is some good shit
compared to other clients, no. that's the total usage for the entire application - no bouncer
is he using spigot
keeping in mind:
172 buffers (0 merged): 150 channels, 15 queries, 5 servers, 1 relay, 1 core; 1 windows
Leafy, read his last message

Paper has less forums and no poise
we have been looking at it and it has less support, less forums, it does not have forums and poise, the web is simpler and it does not have tools like the builtools etc. the compilation is much bigger! 47 megabytes and spigot is much more DEPURED and only occupies 27 megabytes, with the paper we have left more errors than other PLUGINS! a disaster! We will never use paper, please fix the error like this in the 147 of fastwolrdedit, thanks!
THE WEB IS SIMPLER
only valid point there is it's true we do use an extra 20mb
I am not, ask Jesse boy. I wouldn’t touch FAWE with a 10 foot pole
read it again
wouldn't depured be a bad thing
but when's the last time your server's gone to shit due to 20mb 
fastwolrdedit
you've been damaged since you were born
uff ya
well
Well yeah, my mom did do drugs while pregnant
IT DOES NOT HAVE FORUMS AND POISE
@cosmic raft 
rip
weird timing city
Paper should take notes. Also get more forums.
i'm listening to https://www.youtube.com/watch?v=KuliCkN2oic right now
The official audio of "House of Memories" by Panic! At The Disco from the album 'Death of a Bachelor'. 'Death of a Bachelor' - available now! https://patd.ln...
(DiscordBot) Panic! At The Disco - House of Memories (Official Audio) - length 3m 30s - 205,740 likes, 3,255 dislikes (98.4%) - 25,505,053 views - Panic! At The Disco on 2016.01.15
lol
Wøw
paper forums 
https://youtu.be/hCcl8Ifahwg non ironically listening to this right now 
The original video got removed from YouTube because of "Nudity and sexual content", despite the video having none in it LUL , I even reuploaded it and it got...
(DiscordBot) 絶叫ビーツ ~ThunderRemix~ [Audio Only] - length 5m 53s - 6,694 likes, 111 dislikes (98.4%) - 458,837 views - gachiGASM on 2017.05.06
I am ironically listening to nossr
FORUMS AND POISE
unironically developing block game server software
block game server software developer in the house
武装もNoSSR ( ジャベリン改ちゃん金になる案件 ) とは言え、紫やら青やらの色を被った化け物だらけである。 実際はSSR使ってでももっと安く周回する。当たり前だよなぁ。
(DiscordBot) アズールレーン ‐ D-3Boss「紅染の来訪者」(NoSSR) - length 2m 3s - 262 views - 綾代 on 2017.10.28
b1g block game server software developer
Am no weeb
our software is not unpured either..
spigot is much more DEPURED
are you sure about that city
in love with the lovely Grimes: http://www.facebook.com/pages/Grimes/133232266718746 I don't own any rights to this track.
spigot has more block game server developers than papier
(DiscordBot) Grimes - Be a Body - length 4m 21s - 18,730 likes, 507 dislikes (97.4%) - 4,462,906 views - Lucy Langlas on 2012.11.14
mfw spotted
:>
:)
always worth it
(DiscordBot) O-Zone - Dragostea din tei - length 4m 50s - 324,639 likes, 14,284 dislikes (95.8%) - 52,010,316 views - MyOwNWordsZ on 2008.03.25
DUDE 20 EXTRA MEGABYTES?????
pretty sure me city and spotted could all bond over some mahou shoujo anime
Ew
Don’t include me in your nasty
yeah stop

Alo? Salut! Sunt eu, un haiduc
(DiscordBot) tik toks that radiate the same energy as vines - length 12m 11s - 308,007 likes, 8,496 dislikes (97.3%) - 5,436,023 views - emilyiskindofstupid d on 2019.02.09
@stiff yarrow I think you'd appreciate my comment to the issue 
I love those compilations
:(
The best
wtf
Who goes out of their way to watch tik tok compilations
That’s some 2015 vine level
V you suck, make it a proper image
I miss vine
Can you post images in comments?
Isnt vine 2 a thing?
tiktok is garbage
weeb ni naritai shounentachi
can we talk about how that girl's faucet goes directly into the drain
xaxaxaxaxaxaxaxaxaxaxaxaxaxaxaxa tiktok
that's some satisfying shit
how about how you should go straight into the drain
^
I've only seen the tiktok with the weeb girl
maybe should but aren't already there like u
.g tiktok weeb girl
(DiscordBot) https://www.youtube.com/watch?v=m46hxsSJ6Wg -- Cutest Tik Tok Girls Compilation 2018 - YouTube: "Sep 12, 2018 ... Cutest Tik Tok Girls Compilation 2018 Best Videos Subscribe for daily tik tok dance challenge compilation videos!"
Cutest Tik Tok Girls Compilation 2018 Best Videos Subscribe for daily tik tok dance challenge compilation videos!
@heady spear @stiff yarrow
@merry talon https://www.youtube.com/watch?v=JtFNKRWYhaI&t=2m59s
(DiscordBot) tik toks that radiate the same energy as vines - length 12m 11s - 308,022 likes, 8,500 dislikes (97.3%) - 5,439,625 views - emilyiskindofstupid d on 2019.02.09
I think he's talking about nyannyancosplay
mfw
@vestal jasper I don't even know which issue this is
Versions FastAsyncWorldEdit version 1.13-breaking FastAsyncWorldEdit-bukkit-1.13.99 worldguard-legacy-7.0.0-beta-02 - fawe MC version 1.13.2 ALL LOG ERROR: https://pastebin.com/Y8kuG2HC CONCRETE ER...
Versions FastAsyncWorldEdit version 1.13-breaking FastAsyncWorldEdit-bukkit-1.13.99 worldguard-legacy-7.0.0-beta-02 - fawe MC version 1.13.2 ALL LOG ERROR: https://pastebin.com/Y8kuG2HC CONCRETE ER...
ok furry
pasting it twice since ur blind nossr
@cosmic raft https://www.youtube.com/watch?v=w7x_lWJNnNg
Jack has a very rare form of laryngeal paralysis and his voice changed after his first surgery. Since posting this video I've received a lot messages from pe...
(DiscordBot) Cat has a crazy deep meow - length 53s - 449,995 likes, 18,190 dislikes (96.1%) - 15,229,535 views - Cash Cat Flava on 2015.12.12
I mean I'd go blind if all I watched whatever crazy hentai you watch nossr so I'm just helping u out
wow I butchered that sentence hard
did someone say hentai
tfw you will never be depured
hey vic dumbfuck
I saw that other message you posted
the one where it was just a link :>
fuck you
HAHA
yeah I didn't know how to attach files until now
you know there's a delete button right
he did delete it
I did delete it
I just saw it before :>
oh its still on my screen
(DiscordBot) tik toks that radiate the same energy as vines - length 12m 11s - 308,037 likes, 8,504 dislikes (97.3%) - 5,439,625 views - emilyiskindofstupid d on 2019.02.09
I feel like shitposting more in the comments
shitpost in here pls
tfw not depured
why even live
.g depured meaning
(DiscordBot) https://www.yourdictionary.com/depure -- Depure dictionary definition | depure defined: "depure definition: Verb (third-person singular simple present depures, present participle depuring, simple past and past participle depured) 1...."
depure definition: Verb (third-person singular simple present depures, present participle depuring, simple past and past participle depured) 1. (obsolete) To depurate; to purify.Origin French dépurer. See depurate....
I don't think it has one
(obsolete) To depurate; to purify.
mfw
obsolete
depurate - to purify
kinda like his brain cells

depure me daddy noss 
we're gonna watch Ookami to Koushinryou which was recommended by spotted
.g Ookami to Koushinryou
(DiscordBot) https://myanimelist.net/anime/2966/Ookami_to_Koushinryou -- Ookami to Koushinryou (Spice and Wolf) - MyAnimeList.net: "Aug 11, 2007 ... Looking for information on the anime Ookami to Koushinryou (Spice and Wolf)? Find out more with MyAnimeList, the world's most active..."
when are we watching it
as soon as Spotted gets back from yiffcon

Holo is a powerful wolf deity who is celebrated and revered in the small town of Pasloe for blessing the annual harvest 
wtf yiffcon
didn't know that existed
it probably does exist
tbh probably does
spotteds living room 
nice
wat
alright u fuking weeb

I didn't say I was going to watch anything calm down :>
nossr50 irl: 
He’s probably just a big Pepe
change my mind :>
ever since we watched nekomonogatari you've been ghosting anime night
.g nekomonogatari
(DiscordBot) https://myanimelist.net/anime/15689/Nekomonogatari__Kuro -- Nekomonogatari: Kuro (Nekomonogatari Black) -...: "Looking for information on the anime Nekomonogatari: Kuro (Nekomonogatari Black)? Find out more with MyAnimeList, the world's most active online..."
Sounds like a very deep story
watch jojo
not enough nekomimi in jojo for spotted
LOL
(DiscordBot) https://en.wiktionary.org/wiki/nekomimi -- nekomimi - Wiktionary: "nekomimi (plural nekomimi or nekomimis). (chiefly Japanese fiction) A fictional character who has cat ears on an otherwise human body, and possibly..."
LUL
could you stop searhing for hentai on the bot
that's not hentai it's weeb trash
I have a really strange problem with port forwarding, I mean, I work in the IT sector and I absolutely have 0 problem understanding networking but it seems like my router is broken at this point 🤔
same shit
hentai is weeb trash but weeb trash is not hentai
@void void its DNS

Lil Nas X Apple Music: https://itunes.apple.com/us/ album/old... Spotify: https:// open.spotify.com/track/2pMl9S... Soundcloud: https://soundcloud.com/ secre...
(DiscordBot) Lil Nas X - Old Town Road (I Got The Horses In The Back) [Bass Boosted] - length 1m 54s - 2,448 likes, 79 dislikes (96.9%) - 234,224 views - JCE MEGA on 2019.02.27
@merry talon No
it always is
-_-
There's absolutely no DNS involved as I need a direct IP connection
[bass boosted]
😂
I am trying to portforward my wan ip for a friend to connect, DNS is not involved
Are you dumb ?
woosh
jordan, can you describe your problem?
@void void bass bosted > you
@void void check for system firewalls, check your current ip locally as well (ipconfig /all in cmd prompt on windows), check for conflicting port forwarding rules
etc
Port forwarding configuration is alright, firewall is disabled, even the SPI firewall is disabled, PPTP and L2TP passthrough are enabled
you could always go nuclear and DMZ the ip
you all need to listen to some real music
Throat singing online masterclass - https://www.udemy.com/find-your-voice-of-nature/?couponCode=FROM_GNAWALUX Original video: https://www.youtube.com/watch?v...
(DiscordBot) Mongolian Throat Singing-Batzorig Vaanchig - length 3m 53s - 222,811 likes, 2,770 dislikes (98.8%) - 13,210,581 views - Gnawalux Brussels on 2015.02.14
https://youtu.be/49zOqNy3zFI this isn't real music? 
higher quality reupload of perfect loop hit or miss nyannyancosplay (confirmed NOT a man jfc). surprise if u make it to 1 hour mark no cheating.
(DiscordBot) Nyannyancosplay Hit or Miss 1 Hour - Perfect Loop (HD Re-upload) - length 1h 4s - 3,456 likes, 205 dislikes (94.4%) - 206,300 views - Mister Zucker on 2018.11.27
yes there it is
either your router is broken or you are using the wrong local IP address
@void void did you try a new router
can you connect from within your local network?
@heavy rapids Yes
i cant see how going to the border of north & south korea could help you
@void void I can't really touch physically the router

you work in IT and you cant touch a router?
Nope, just one
he be flexing on us
@void void I have no physical access to it
I bet hes in a dorm
and hes actually behind multiple routers
flexing on us with ur multiple routers

why don't you ask the owner of the router to help you
No it's not mine, it's shared by 2 appartments
try turning it off and on again
try turning it on and off again
you can't even verify that you aren't on a multi router network
inb4: "I'm 'borrowing' my neighbors internet"


what a nerd
And I already asked him to reboot it
just buy a dedicated
I have one
so you get that 1:1 minecraft server experience
every other time i come here and see aquazus talking
but it's not yours
you are almost certainly on a network with multiple routers 
i see
Yes
cue xkcd "What if we tried more power"
😂 😂 😂 😂 😂 😂 😂 😂 😂 😂 😂 😂 😂 😂 😂 😂 😂 😂 😂 😂 😂 😂 😂 😂 😂 😂 😂 😂
you can usually reboot it from the web interface
@cosmic raft 😂 Check my msg history, I didn't talked for 2 whole days
@void void Yup I rebooted like 2 times
I'm really starting to think the owner just said "no" without even knowing
ofc they did
you're just now thinking that?
"yesterday"

it's still yesterday 
maybe you just forwarded it wrong
shower thought
if you setup DMZ and it didn't work and you weren't a dingus when setting it up, you are almost certainly in a multi-router network
.8 is it today
Well, I'm on DMZ right now
shakes the magic 8 ball... Yes
Isn't it strange that it's always today and never tomorrow? 
.8 is it tomorrow
shakes the magic 8 ball... Naturally
ah i see the problem
.8 is it yesterday
shakes the magic 8 ball... Concentrate and ask again
you are using windows
.8 is it yesterday
shakes the magic 8 ball... Ask again later
.8 is it yesterday
shakes the magic 8 ball... Yes, definitely
@heavy rapids seems it disagrees
.8 is kashike in love with me
shakes the magic 8 ball... Maybe...
ooo
.8 is this thing real
shakes the magic 8 ball... Better not tell you now
better ask cafebabe again
.8 am I in love with kashike
shakes the magic 8 ball... Naturally
oOOO
well then
:3
.8 is @static badge a retard?
can you like, not?
.8 is the answer to this question a lie?
shakes the magic 8 ball... You know the answer better than I
shakes the magic 8 ball... Outlook good
.8 am i in love with aquazus
shakes the magic 8 ball... You may rely on it
OOOOO
OOO
i guess it's meant to be
I hear the bells ringing
'
landlord is jebaiting you

.8 am I dreaming every single night of having sexual intercourse with kashike ?
shakes the magic 8 ball... Signs point to yes




