#general
3141 messages · Page 1360 of 4
That's like the worst place to backup anything to
of drive space
if you have an edu account it seems to be unlimited
works for me
I disagree
or well >8tb
Yes ping me more
google drive is fine
Ping reply to message previously sent
for me
@left swift i'll rename you again if you want
this is what we have talked about for the last 100 messages
lets not do this again
and sure, works well enough for you, for now
kthnx
the only thing that sucks right now for me when using gdrive is removing old backups, and pterodactyl backup naming isn't working out for me. Other then that it's nice.
what could go wrong amirite 
btw cat what happened to the poor soul that dared to ping u yesterday
👀
yea snoop som1 pingd cat
i don't remember yesterday
there was the one dude who pinged him 10+ times
you mean kneny?
i choked on mi water when i saw it
no reaction
yea i think it was keny
I don't think he knew what he was doing
was he high?
I know I am
pinging cat
thats ok, you're always high
@golden gust wuld neva dare to touch mi
and not even the fun kind, , just the, i should probs go bed soon high
😮
Ratiod

see when I see people like cat, I know I'm not gonna want to get high when I grow up
half of these were replying to the message directly above
The fuck does that even mean
rip him
Snoopa out here throwing nonsensical shade
dammmmmmmm son that person hella catpinging
weeds overrated
I wouldn't be surprised if cat ripped him apart, limb by limb
and all the scare mongering ads ar elike, only accurate if you're smoking the wrong shit
lol till th weed man run out & then ur rationing dat shit in pill boxes
oh shi-
Wait snoopa was it you or oskar that ran the offline pi server
oskar
also
I don't run an offline mode server anymore
or any server for that matter
so ya'll can stop hating on me for that one
Oh yeah that's right oskar did pi u got offline server and also ransomwared
I also have a proper mc account now
Ohhh nooooo
our low level of respect for you will.. well, I mean
it's not gonna change, really
Snoopa dont worry cat hates but ur his little pogchamp
...right?
uh no that was me who got ransomwared but ok
i have moderate-to-high respect for u snoop
That's what I said
I respect everyone
❤️
Dont respect people who think they're animals
What kind you want?
i found gouda kabanos in a polish supermarket here and it is fantastic
just like kebab-flavoured chips 
poland is truly something
Poland is messed up, but there's a reason why "Polish stores" are so popular in other countries.

who here has ever been to india?
i was very surprised to find out e. wedel has jaffacakes aswell
Oh, didn't know what jaffa cakes are. But yes, they have plenty of nice sweets.
it's uh
e. wedel's wedlove or something
they're just spongecakes w/ jelly on top and chocolate coated
normally it's orange jelly
I just Google to see what they are.
Wasn't it "karmelove"?
Ok.
well yes but if you look at politics of any country it's a no
I mean
The dude I work for lives in poland
is total shithole
but, booze is cheap
Cheap booze cause we somehow have to compete with Russians in drinking competition.
you guys drink too much
to be fair, the ruskis where basically forced into it by their government
we're old enough
not an excuse to drink too much
but ok
anyways you can continue talking about drinking too much
ima go sleep, gn bois
Hows the weather up on that high horse snoopa
yeah get down off that high horse
they definitely drink too much tho
very hard to agree with snipa, buuuut 
there you are :D it's not gonna be used publicly, but yeah
just fooling around by myself
omg you did it DemonWav 🥳
it's really fast too
doesn't really feel like it loads the file much slower
there's definitely a bit of a slowdown but not enough to care about
oh that's good :D
source this file is only 61k lines long, I think I've decided I just won't bother worrying about files larger than intellij's memory limit
if I do decide to do some fancy hacks around that, that can come later
https://i.jamierocks.uk/mmxxi/FW6lzU643j.png "TSG" though I guess that's probably about as good as you can get in the space haha
I guess you had to write some antlr defintions for the formats?
no, this is done using jflex and grammarkit
with intellij's tooling
hmm I could make this highlight significantly faster if I can do it without an annotator
I have an idea
ooh I think this'll work
let the parser do the heavy lifting for me so I don't have to walk to walk the AST to determine highlights
ah fuck I can't do dynamic deobf highlights without the annotator...
yeah that's at the lexer - not parser - level so annotator is the only way to go
at least using the parser this way improves the performance of the annotator
initial render can be slow, but I think that's only for the first time you load up that file type cause it has to initialize a lot of stuff, not sure. overall once it's parsed and rendered it seems fine
what magic are you working on this time demon?
code highlighting for tsrg
which is hard, since those files are massive
like tens of thousands of lines
no
oh tsrg are the things you're using for the diffs?
no, tsrg is a mapping format
funnily, I am doing the same thing rn, but in a browser 😂
oh, yeah i saw them mentioned when you were talking about it for the diff mapping
so i thought it was related
when @vernal moth renders tsrg syntax highlighting in the browser quicker than my intellij plugin does I'll just go ahead and kill myself 😦
part of what slows intellij down is it's not just highlighting, it has lots of other things that it's doing for indexing etc. So even though that doesn't really apply for this, it still does add a little more overhead
that being said intellij is still very efficient and the lexer and parser I have are very efficient too
dum question but whats the use case for this?
viewing those files 😄
demon and I both had to stare at them for hours when working on paperweight for example
yeah, syntax highlighting makes it much easier to parse out info like this
and I am just redoing minimappingviewer
enormous walls of colorless text can be a real pita to read
i see, generated files i assume?
yeah
gotcha
well mini, if you ever need some help with the layout and design of the viewer, hmu, i got some spare time anyway
tbh i dont want to touch it xD
because its such a big project?
well i took a look at its styling a while ago and its just such a mess
unless its been cleaned up
took me 10 minutes to figure out why obf field names weren't getting highlighted
oh we on v2 of hangar now, dw, its all nuxt and vuetify
classic 😄
yeah never really used either :p maybe i'll give it a go later this week after i get this damn assignment done
tbh demon, I really might be faster, lol
I mean, I do need to parse fields and methods properly
Do you guys use a specific API for scoreboards or just the stuff built into paper?
but it loads pretty much instantly, since I only parse whats in view
yeah that's the thing idk how to do with intellij
I hear the guy who wrote the Bukkit scoreboard API worked hard on it and likes it.
I would like to be able to parse only what's in view
who would that be mbax?
I dont even know whats a nice way to display methods and fields
i hear paper supports components in scoreboards now too :)
maybe ill just leave it, lol
@zealous wedge 
i know VS Code does that for large files, maybe you can find anything useful there
@minor badge 

do components on signs work now?
@vernal moth SS what you got?
yeah, a funny Adventure.
lemme be fair and parse methods and fields first
Anyone have a recommendation for a plugin that can do region ownership in the latest papermc?
hmm i think i know what to choose now mbaxter <3
theres towny and a bunch of other land claim plugins, do some googly googling
Yeah - I trust peeps here more than google, but I can just google I guess
my contributions to work today
hah, love it

Betty White prepares a cake for her friend’s Birthday party - with a surprise inside!
SUBSCRIBE HERE: http://bit.ly/2l55edX
TWITTER: https://twitter.com/kineticcontent
FACEBOOK: https://www.facebook.com/KineticTV/
'Betty's Happy Hour' stars national treasure Betty White! Each week she’ll take part in fun comedy sketch...
hi kash
kash only shows up to post vids in general
its when you go down a bunch that it has to recalc size, which is slow, but its already fast enough
thats with 10 items in DOM
whats the link to that?
mini psss pss add google ads 
😄
its not staged yet
MiniMappingViewer
but this time with actual good merge code (that I totally didnt borrow from demon) and all the cadix libs
oh fucking hell discord, why am I not in #dharma-initiative ...
ah yeah, that link is slow
DemonWav is responsible for merging :p
I honestly feel like Demon is a wizard sometimes
hah, nice and simple for you lol
computers are filled with demons
thats ur head
no

think ill implement the merged view tomorrow
Hi ded hi eternity
my braincells just died
looks like his died first
kek I was gonna complain to demon that his merger code wasnt working
who can spot it?
Lol
thats a thing?
yup
for big servers, max is dynamic
they change it just for those servers, on demand or smth
and closely monitor hardware usage
I see
Good lord!
what exactly is "hardware intensive" about discord?
I mean, from discord's perspective?
depends on how discord is built
ohk
handling the huge amount of requests I guess
like any VC-backed move quick and break stuff startup, a steaming pile of shit
Voice channels crash it
You used to be beg discord to increase your cap lol
Back when partner server first started
At that point theres no real use for discord in those servers besides discord emotes and the news function that can send to your own servers
They might aswell just link to a reddit or forums lol
Well kids need a place for info
🤷♂️
The partner programmer is getting ass too lol there’s literally no upside
Its only like 100$ a month too
Yea
does the partner thing bring restrictions?
and eternity runs a partnered discord?
all news to me
The only difference is the checkmark but you can just do a verified server instead of partner right? Or is that the same thing
same
People need to get access to eternity weeb emotes
The last perk was Discovery
And now any server with 7k members can join
That was the last real perk
What they gonna ask for it back when u leave partner lol
@warm anchor 
Proxi 
Probably have to really enforce discord tos n stuff or something
No NSFW channel
Weeb discord with no nsfw channel cant really be a weeb discord can it
yeah that seems worse
hello everyone
And the rules on the loli thing is stricter. They don’t have a clear outline so as a weeb server you don’t really wanna be partnered
then you'd just get people posting nsfw content everywhere
Hi sample
Coz it’s just like YT
We still follow all the rules though
No it does
100%
No weebs makes everything better
Stuff paper 2.0 is doing we are doing in my server too
but eternity runs a weeb discord
Some people will think certain anime is loli
New rule: everyone is a verified r/nofap member
That put you in a very bad position if you are partner
DM simple
Swab checked
😉
i think it encourages toxicity/toxic behavior
IoT chastity cage, duh
Snoopa would only run a good Christian offline cracked pirated server 👼
the only times I've ever been asked to put an NSFW channel in my discord(s) have been from the mischievous teenagers who act as though they want it for the entire server but really want it for themselves and their crushes. have never done it lol go to snapchat 
dw thats a thing
i don't do that anymore
I mean....
oh and dw, of course it can be hacked
Do you think illya from fate go count as loli? Stuff like that
The only stuff I've ever seen in nsfw discord channels is extreme gore
What the
just dont have an nsfw channel
ez
Smh
Amazing.
I dont


I don’t either
Nsfw channels and minecraft servers not a good combo
I'm hackers. My new hobby is searching Shodan for IoT chastity belts and locking them onto their wearers.
Worldwide hysteria.
XD
And worldwide he means the 10 people using them hysteria
How would u watch them 😳
if they have IoT chastity belts chances are they have IoT IP cams
don't you get it

this channel currently wildin
Don’t search it btw
Blame eternity

Where’s jroy and his emoji
Not just chastity belts mana
In politics
IoT chastity belts
Oh god
Anyways
lmao
Stan pokimane 
I disagree.
I concur with Geo
Betrayal at the highest caliber
then sleep. You should be at work tomorrow
Unsure how this changes anything
Is it really child labor if we don't pay them?
all days are work days for students
If it's 3 am for you then it should be monday tomorrow
if you don't then its slavery 
It's only child labor if the government finds out
Or you are 19 hours behind my time zone
wow thats...
bigbrain
ok
okbye
I bet he'll come back to feed his lust
4:38 PM EST gang here
time difference: 6 hours, 2 minutes 👀
4:42 PM EST gang here
Trigary is from the future
we are better than the 4:38 PM EST gang
What's the winning lottery numbers trigary
10:43 PM CET gang
21:43 here in gmt land
the point is that EterNity's timezone differs in not just hours, but also in minutes compared to other timezones :(
22:44
oops
no ded
15:44
i lost my 9 winstreak 

now i need 20 more wins to get it all green again smh
ratatatat
heh found a fun edge case
spigot mapped methods that don't exist anymore
getBuildHeight ()I -> L
What are some shaders that only do volumetrics and color grading
that method doesnt exist in mojang, so I displays the obf name there
my cat was just like "you know what would be a great idea today"
"jumping in the pond"
"then running throughout the house"
That does sound like a pretty good idea idk simple
Fun with FlagsMappings.
@worn ember u still bored?
sure
now I only need to implement filtering again, this time I wanna make it consider methods and fields too, so thats gonna be fun
but ill do that tomorrow
am not convinced this merging code is fully functional either
if this is staged ill harass demon and ja.mie to help me I guess 😄

👀 hi
go ahead and PR that nicer format
im in a game rn
I somehow doubt that vector4f only has two fields tbh
Abandon your Dota game now
2 fields: a pointer to vector3f and the 4th field :D
im not your dad
ha, fixed
I mean, spigots lack of mapping still sucks
but thats on them 😄
but yeah ded, if you wanna look at layout and stuff, this is the branch https://github.com/MiniDigger/MiniMappingViewer/pull/82
ok will do
should be able to just start backend, start frontend and it should just work
initial request take ages (easily a minute) but then it writes to disk for cache
kek I spend 10 hours on this shit
you can see where I had lunch and went for a walk
that reminds me that I didnt had smth to eat since 4, lmao
smh not running everything in wsl
not for v2 there isn't
sure there is
?
ohhh
yeah the homepage needs to go
today?
yes simple, today

its just been loading for 5 minutes for me lol
¯_(ツ)_/¯
why cant stuff just work when i try it xD
did you run the java jar then run the yarn thing
Link?
hmm
inb4 ded just ran v1
You first gotta load the mappings, then can do merge
im on v2 ion know how to get pull requests tho
That's for legacy reasons
you should fix it 😉
oh ok
If it loads endlessly, check browser console, browser network log (to see if request is still going) and server log
well, guess i'll have to install j15 lol
Blame paul for sending me on this ride
shakes fist at paul
But yeah I'll return to hangar again now that this is mostly done, max needs a day or two
gg
Oooo awesome
is it possible to specify client/server?

No omega
Since that's a concept only mojang really has so i just merged it so it's easier
oh ok
I kinda want to have a bunch of filtering options to exclude unmapped classes for example, so for spigot that would filter all mojang client classes for example
for the spigot mappings having all the client stuff is kinda annoying
Can somebody write that onto the v2 issue pls so i don't forget? Lmao
Well, the normal class search box obviously will return too
done
noice it worked but can i recommend adding a msg to the frontend of what it's doing while loading, server says messages like "MojMap didn't exist yet, creating"; "vanilla server jar didn't exist yet, downloading"
open a temporary ws and tell us wat happenin
also make the base page look nice
and thank god for dark mode
the dark mode needs better colors imo
looks sexy to me
this page makes me sick
so i need both the java app and the vue or whatever it is running?
Haha have fun doing the merging in php, without the cadix libs
If you guys wanna contribute smth make sure to talk to each others so you don't duplicate work
Am heading to bed now, see ya in 6 hours
someone should do the front page
ok u do it
wouldnt know what to put on there

bruh
somewhere there
you need to build it yourself
Provided to YouTube by Universal Music Group
Wellerman (Sea Shanty / The Kiffness Remix) · Nathan Evans · The Kiffness
Wellerman
℗ 2021 Universal Music Operations Limited
Released on: 2021-02-04
Producer, Studio Personnel, Engineer: Saltwives
Associated Performer, Vocals: Nathan Evans
Associated Performer, Music Production, Studio Pers...
very good. soon may the wellerman come bois
Why does my plugin suddenly get so many downloads? I got like 1k downloads from 2019 to 2020, and in the past 2 months I got another 1k. Could this possibly be bots? https://www.spigotmc.org/resources/advancedtpa-send-teleport-requests.60530/
I already asked on the spigot discord but it's very dead lol
I don't think you're going to get any better reply here
yep I think that too, but is there anything that would explain why I got 1k downloads in 2 months, but for the 1k downloads before it took like 1 year? The plugin isn't even up to date and there are still bugs I didn't fix because I'm lazy and updated the plugin over one year ago
it's kinda weird
why would you download an outdated plugin?
could be random resurgence, could be bots, could be a number of things. we dont know
or maybe it's because my plugins supports the way too old version 1.8, which is still used a lot
yep I know i'm not gonna annoy you further more xD have a nice day
great, now i gotta learn vue lmao
good thing vue is pretty easy
i suppose
ah yes
lol
capitalization
does vue come with bootstrap?
uh no
yeah anyway im too tired for this
yea you can use bootstrap with it
vue-bootstrap @worn ember
ah shit
bootstrap-vue 
..but you probably shouldn't
Yeah vuetify has its own components too
people who shit on css frameworks make no sense to me
https://onlyplugins.com/ is written in Vuetify
can i just use html like a normal person here?
ye
😏
i mean the way bootstrap is designed is just kinda outdated now
works ok for me
do it then
i just cant be assed to learn some random js framework and another css lib
It's a site I just messed around with for fun. It has MCBanners support 😂
Maybe when I don't have school related stuff from 9AM to 8PM most days
When I have time, which is a rare commodity. Even now I don't have time, I'm just procrastinating my psychology reading
Any chance you wanna add a rotating banner feature? 🙂
That was planned
i wanna do a lot of stuff
We had a whole mockup somewhere
i wanna do svg support with injectable content
so you can write code and use custom data sources
Do you mean, a random banner per request or a gif?
that doesnt seem exploitable at all
gif probably if desired
ah
and ded, indeed, we're going to use an html sanitizer or something, it's not really thought out yet, but it won't just blindly run code
it'll be certain stuff
Coz I was just gonna make my own url to choose a random MCBanner
Simple do you have a link to a message from your old account? I need to find the DMs for it.
nope :( that acc got deleted
:(
Grr idk where I put that stuff then
rip
oh yeah the stats thing
So that's an idea but definitely other options. I just feel there needs to be more content on the main page
agreed
more banners 👀
yeah, that's the main idea. all our current banners are made by ded
so, we're at a quality cutoff
you know

rood
We definitely could add more template options
pattern overlays
I definitely see more people utilizing the project over time
Dang, Brett removed the project from his sig.
=(
who brett
brettplays i believe
Yeah
Someone passed him in messages
Damn, Maxim has 4th most messages, didn't expect that.
just write a bot to reply ok to every post
How to get banned 101
website requires code to activate account, sends it to my email
checks email, spam box, nothing got actually sent
account is on this limbo where the login page says there's no account with my email but I can recover my password (??)
no resend code button
the absolute state of modern websites
here I go sending an email to the support
awesome
if i try to "sign in with google" it just says sign error 
the right way to do this is just take the email, and then have the user finish sign up and set a password when they click the link in the email
I don't get why that's so hard
It requires you to have a state where "password is NULL" is valid
Mexico state
or maybe let me login but nag me to activate the account and actually provide me a button to resend the code?? which is what this website is missing
Hey I know there are people from South East Asia here, please share your preferred hosting provider, my server's TPS is suffering like hell
@undone crest where exactly? philippines for example?
https://www.ovhcloud.com/asia/bare-metal/dedicated-server-philippines/
https://www.hostinger.ph/vps-hosting
Processor: Intel i7-7700K - 4 c / 8 t - 4.2 GHz / 4.5 GHz
Memory: From 32GB
Storage: NVMe, SATA available
and its only $70 I CREAMED
thanks @potent fossil
sure
oh nvm... its $100+ for asia pacificc
apexhosting
shockbyte
please give me your brutally honest thoughts about them
I see 72 USD for that Rise-2 in singapore
Which should have pretty good ping to SEA
oh well, yeah, one time setup of 60 is applied on top of 72
that's rip, but i mean, do what you gotta do
its one time
@potent fossil awa

mood
@vernal moth
-day? 
heck
So sorry :/
😔
Gonna visit some wolves and stuff, enjoy the weather and a bit of air and stuff
I'll go out to buy more shaving cream then do some more merges then
woa
it's snowed overnight here 😔
Now that we too far away to see ma local cloud maker (aka one of the biggest coal plants), i don't see a single cloud no matter the direction
poggers ?
It's still cold, 2c, but sun is really warm and once we there it will be better
If you see anything in particular you want my input on (like api or impl wise), just tag me in discord and I'll check in eventually
Other than that, godspeed to you
If we both chip away a few PRs every day we can tackle this mountain
And like, i don't remember the last time we were below 90 so that's already amazing, lol
awa
I have officially left civilization, i lost 4g for a minute
big mood :(
Am somewhat happy with my current state
Haha thanks google for getting rid of my eye rings 😂
Campus wifi deployments are actually no joke
indeed, the joke is WAP
Ah
we have over 1800 access points here, that's really insane
you have giant spectacles lol
if you wear glasses all day, bigger lenses is better
I hate my glasses having like thinner lenses as if I look up, I lose the lense
big big mood
I'd try contact lenses if my eyes weren't occasionally dry/irritated already 
My birth giver has essential tremors which like, erm
my hands get kinda shaky here and there so it'sjust like, noooo
oof
What do you think about ClearLagg
go away
why can't
aren't contacts rly expensive tho?
clearlagg = symptom based solutions which generally causes more issues than it solves
Not really
so, basically
what do your glasses do o.O
do they let you see into the unknown with magic powder sprinkled glasses?
that'd explain a lot
moment
how can I "find" the cause of server high TPS like a diagnostic hunt
I mean not high* but low*
or spark
I'm looking at timings now, thanks for letting me know about it damn I've been living in a cave (not a good cave)
i can't get hangar to build, got a random error trying to do yarn serve and a random error trying to start the spring boot app both about missing dependencies
specific missing dependencies
mini fix it
ok i go study bye
gud job
jfc
what.
nvm I'll just delete my question
They have prism adjustments
what the fuck was that question
I see
til about git checkout -f being a thing
wat dat
oh, so no need to stash
yea
also, turns out that the line endings on Hangar are fucked on the master branch
only for the img folder though...
idk i wanted to try contributing but i cant get either project to run
fwiw, they're on the nuxt-frontend branch
1.8 is unsupported.
if you want the details @quasi valley
Sphere Cylinder Axis Prism In
OD -0.50 -0.25 095 1.5BI
OS -0.75 -0.25 060 1.5BI
is my prescription
OD “oculus dexter” indicates your right eye’s parameters.
OS “oculus sinister” shows your left eye’s parameters.“sphere” indicates the amount of lens power prescribed for nearsighted or farsighted vision. It is measured in diopter and uses (+) for farsightedness (hyperopia) and (-) for nearsightedness (myopia).
Cylinder (CYL) and Axis number (between 0 and 180 degrees) are required to correct Astigmatism. Both parameters will be required together.
Prism: measured in prismatic diopter (p.d.). It is required when eye alignment needs assistance. It is indicated as follows:
BO (base out) BU (base up) BI (base in) BD (Base-down)
meanings
ah heh, interesting
gg
my eyes suck
and here I was thinking that only kash's mind was broken
turned out he's falling apart
huggles
for those of you who were confused about what I said earlier
I finally found the answer
anocutaneous reflex
I just have plain old eyes that suck at seeing far,
-2,00, -0.75, 15
-3.25, -0.75, 32
with the left one being particularly bad for some reason
yea those line endings are apparently fucking me up
hewo simp
oh well im checking out nuxt-frontend forcefully, thx cat. got an immediate use out of that 1
and awa proxi
Btw, is it a bad idea to pre-load chunks using worldguard while there are 8 people on?

Things I need: https://posili.me/i/2021-03-07_11-12-53.png
Things I can't have: https://posili.me/i/2021-03-07_11-12-53.png
™️
And that misspelling is there by design™️.
what misspelling
Good.
Yeah.™️
lmao
Thanks.™️
that's great
Cat join the EU again.
What's up with Italy?
It exists.
That's the issue.
Aka. they pay import and export taxes aka. I pay the taxes if I buy from them.
To they just bump up the shipping cost to the price of the item and only pay taxes for 1$, since shipping costs are somewhat tax exempt.
Aka. you win a bidding, shipping cost goes from 10€ to 100€ and they demand you pay.
Oh yeah, also Trst je naš, Gorica pa še bo. 
Nou
Wolves and stuff
And big burbs flying right next to me
Hello, how can I directly tackle this issue:
stop crossposting
Crossposting is scientifically proven to worsen your server performance
it does come with the pro that you get a boot so far up your ass that brushing your teeth is polishing it
uhm, are you okay, proxi?
yos
sounds more like something cat would say 
i've been going out w him 
electronicmyst
no
Which guy pinged me
Idk ur name is literally do ping lmao
U are a bitch
@upbeat kelp
Oh gosh
@vernal moth Would appreciate a couple eyes on https://github.com/PaperMC/Paper/pull/5055
@viral hornet 
looks right to me, fwiw
have fun with the 208 issues 😂
thank
Ok

Wtf you cut peepohappy in half


wtf you broke it




I love Proxi.
WTF

hello michael !
I love Michael and Proxi.
🥺

5m
Bro.
Ah, I just assumed they would be aggressive lol
awww cute doggies
They aren't humans, smh
cause you don't send any beard pics
so are bengal tigers :c
has you seeen
hmmhmhmhmhmhm
elephants?
have you ever rode an elephant? or a camel?
I have already sent you beard pics WE ARE EVEN
that was cool
not PICS, ONE pic
Cologne has one of the biggest elephant population in the zoo, the area is huge
Pretty nice
huh 
.g what animal is only found in india
interestang
I like how I clicked on the link and instantly saw a huge cat infront of me
.g what animal is only found in germany
Half of them:
European
Germany is smol, okay?
No.
well, we tried to solve that /s
Multiple times?
Yes, we need a big and strong European union that can rival china
Good luck with that. First you need a country that doesn't do everything for it's own profit.
I mean india can and is rivaling china
I think we should first start pruging the governments of of those who are only there for the money
in population density?











