#general
3141 messages · Page 380 of 4
ok
hold up
you need to understand minecraft internals before you can even understand those two things lmao
you literally cannot
ok anyway
back to what im doing
fuck off

looks like a ban?
was hoping someone had a guide made on this
isn't it common sense to not advertise?
guess ill go and read through all this crap class by class
no there is no guide for what you want to do if there was then what you're talking about would have been done before
this is probably not a cs project you want to undertake as a first year student
oh i just mean on how minecraft renders its chunks
you should do something not so ridiculous
Sorry about kame btw
yea ok
was he banned lel
probabbly

Nice.
Nice.
Paper for Minecraft Earth when?
(DiscordBot) An update on Canyon, my optimized CraftBukkit Beta 1.7.3 derivative : GoldenAgeMinecraft - 0 comments, 5 points - tuxed, 2h ago
(DiscordBot) Describe your sex life with an HTTP response status code : ProgrammerHumor - 256 comments, 775 points - offshoreaccount2018, 1d ago
413 
more like 402

I'm more of a 204 myself
i like this comment lol https://www.reddit.com/r/ProgrammerHumor/comments/de6etj/describe_your_sex_life_with_an_http_response/f2w1m3z?utm_source=share&utm_medium=web2x
connection refused, i dont even get to the http
Sex life: "Connection reset by peer"
That means "fuck this shit, you ain't giving good sex"
yep, it's a struggle
But maybe EAGAIN?
errno.h 
What is the right channel to resolve an indecision about plugin desing
There isn't one on this discord it would be off-topic, so here
But you may get ignored all the same
Because this is off-topic
But also people here love sharkattacking code so go for it :^)
fair enough
So im working on this thing and i was wondering what should be the best way to trigger this? Custom helmet as "googles" or just a plain cmd?
Maybe is not plugin desing lul
pretty sure you need a client mod for that
oh wait you have this working?
Yes
Just the way to "enable" it or make it pup up
With special block as helmet to simulate googles?
Or just plain looking at?
Wouldnt be laggy to listen to move event to raytracing the block?
nah it wouldn't be too laggy, might have trouble scaling to many people
try making it async to enable and disable?
BLock raytracing can be done async?
I mean the preview is spawned with packets
So that part can be async
@static badge yeah, I didn't even know, but this probably needs nuking https://github.com/canyonmodded/canyon/issues/13
wtf is that
A primitive plugin manager integrated into Bukkit
It was removed after 1.8, though: https://github.com/Bukkit/Bukkit/commits/master/src/main/java/org/bukkit/fillr
That code that literally goes through each plugin and checks for updates then spams the chat
Love it
Back then you couldn't scroll mc chat could you?
So if you had more than 9 plugins ur fukd
Is there currently a stable spigot version of minecraft 1.12?
paper 1.12.2
So when searching for a server, is it "paperspigot" or "spigot" ?
@river imp Dye4 [Auto] We're now known as Paper.
Paper is a fork of spigot
no shit sherlock
Stepped on my cat again.
inb4 someone "why not call it a copy smh"
lets call it a marklar
From episode Starvin' Marvin in Space - S03e13 South Park See my channel: https://www.youtube.com/channel/UC1YgKCMhSA3Vgz4p7fdhOnQ
(DiscordBot) Marklar by Kyle - South Park - Starvin' Marvin in Space - length 30s - 31 likes, 3 dislikes (91.2%) - 4,695 views - cla cyr on 2019.03.07
ah, south park marklar
marklar
@celest coyote (sorry for the tag) but your suggestion went fine! https://dl.dropboxusercontent.com/s/r3iglvwm42s7s8o/ChestPP Googles.mp4?dl=0
oooooooooooooooof
I think I finally found the reason my production pods restart every 16 hours
I have been searching for that ever since we went live, almost 4 weeks ago
turns out, I use a lib we build internally which uses a lib for session replication which uses a lib to do kubernetes pings, that library uses a json lib, and that json lib has a memory leak.....
turns out, that memory leak was fixed 3 years ago
and also turns out, the internal lib was updated to include other dependency updates that include the fix for the leak
and my boss, who initially included the lib already included a outdated version at the very start...
rip
paper forums needs some love
How many players do you guys think a server could host if it has these specs:
- 192GB of ram dedicated
- 2 Cpus Intel(R) Xeon(R) CPU E5-2680 v4 @ 2.4GHz, speed: 2400MHz
And internet speed is:
- 200mbps in download
- 800mbps in upload
- ping: 11ms```
depends on the amount of servers that you have on there
usually you want to use a desktop CPU rather than a server CPU as they have better single thread performance (see https://www.cpubenchmark.net/singleThread.html)
easy fix
right right
resolution time 4 weeks
and like, I haven't even validated that this is the cause for the restarts
that I will know in 16 hours 😂
you could try to trigger the memory leak manually or something like that
how? :D
I have a cluster of pods, they share some cache, to discover new cluster members a lib does a kubernetes ping (whatever that is)
to read the ping (and get a list of pods in the namespace), the lib has to parse json
that parsing is done with a leaky lib
parse lots of json?
and then see if it goes down or something xD
I don't parse json
(well, I do, thats the main thing the app does :D but not using that lib)
Oooooofff
wow, more great news, ill be getting skype for business until the end of the year \o/
and win10 in the next weeks
skype 
nothing beats insurances :D
that explains a lot
but hey, we have a cloud strategy now!!!111
its actually not that bad, most of our software runs on openshift/kubernetes/docker, devs have access to console and logs for all stages, new stuff is written in spring, not jboss, lifes good
once I got win10 and a laptop upgrade I don't have much to complain (since with win10 we also get outlook, ibm lotus notes is a shitshow)
We use teams here
¯_(ツ)_/¯
Microsoft told us they were rebranding skype for business and handed us that.
is that much different from skype
i mean, skype for business was just lynx getting rebranded with skype :^)
With support for meetings, personal calls, group calls with screenshare/voice just like skype
Comes with dark mode, 10/10
The UI looks better from last time I've used it, so that's good.
slack is sexy, but they replaced their nice default avatars with these eggheads a few weeks ago
hey, can someone help me?
depends on your question
i have guishopplus installed but i want to use the sell hand function from essentials not guishopplus's command
you can use the commands.yml to specify which plugin should be used for which command
can someone give me an example of how that would work?
.g bukkit wiki commands.yml
(phoenix616) https://bukkit.gamepedia.com/Commands.yml -- Commands.yml - Official BukkitWiki: "commands.yml is a configuration file that houses custom defined aliases and ... Bukkit Commands - If a matching plugin command is not found, the..."
when 1.15 will be realised?

Next week
december 31st
Tomorrow
november 31st
does anyone know how i can change my ip numbers to something like mineplex.net
you know..
i tried but once i join my domain server it fairly crashes my pc
making my wifi disconnect

Did you really 🤔
nevermind i got it to work ^^
well miraculin (stuff in miracle berrys)
you could literally just have sour carbonated water with it
and it would taste sweet
miraculin is crazy stuff
and eat crispy roast duck
well not for you though
what makes you think that
well can you really call it a health benefit if you're dead
i mean being dead is probably more healthy than being alive tbh
think of all the terrible things that happen to living people
true
physically and mentally, being alive can suck a lot right
but dead people, they're fucking a-ok 100% of the time
like when's the last time you saw a dead person get sick?
and no i'm not talking about zombie fiction
Shit, wiz is the genius we've all been searching for.

cause I need a break of fishing duck
and Godwin's law strikes again
hitler or godwins law
godwins law just says the longer a internet conversation goes on the more likely hitler is to come up
Wouldn't that hold true for any topic?
well its more specifically a comparison
"As an online discussion grows longer, the probability of a comparison involving Nazis or Hitler approaches 1"
this is the actual law
I think that would still hold true for any comparison though
well its specifically refering to internet based discussions
if you would like to extend it be my guest
but I am just saying this is what it specifies
"Given an intial time period of 0 where the probability of a comparison being made to an object is 0, if the duration of the time period increases, the probability of the comparison to the object will increase also."
idk we were talking about miracle berrys and soda
but hitler came up anyway
so....
i mean it's hard to think about a topic that would be less likely to be brought up as a conversation reaches infinite length
so lim_{n->inf} = 1 is probably true for most things
true
I mean, Wiz being a sweet loving person
but this derivation of that is particularly funny
Does that count?
so your right hand?
come on dude didn't you mama tell you telling people talk to the hand is rude
You'd have to give me a considerable amount of money for me to ping wiz.
discord is honestly fucking itself already
earlier on the "bot" badge next to pheonix's name was offset by like 80px
wot where is that 😂 ah paper-dev lol nice

Just blame Discord
i don't think discord ever tested conversations where the majority of messages are blocked
i feel like discord is getting progressively worse
implying discord was ever good
I don't think discord ever expected somebody to hate people as much as you do
i got a porn bot friend request the other day
>greentext
sounds about right
that hasn't happened since my skype days
it was better than skype
i never said it was good
also I kinda hate they locked the audio behind a paywall now
not that the initial amount has ever been nice, but didn't they only put the newly introduced options behind boosts?
pretty sure stock use to be 256kbps
yea i think they realized they weren't making enough money selling our data
now you need 2 boost for 128kbps
so they then decreased the defaults and added "increases" behind boosts
yup basicaly
it's more like "their investors want to see stuff done to make profit"
switching to slack when
it also sucks i can't just outright buy nitro boosts
like maybe i just want to upgrade my server you know
they apparently have their plans to make pricing and features worse
already removed games
gimme a sec
They had a game store thing in discord
i have had that thing off since the day they added it
Yea, ditto
So, after careful consideration, we won’t be hitting Continue when these contracts come up for renewal. The Nitro Games catalogue will be removed on October 15th, 2019.
ah ok
so they are just getting rid of the free games for nitro subs or w/e?
not getting rid of the store completely by the look of it
And because we don’t make money through ads, ad buyers are not our customers. Our customer is you! 
just because we don't see ads in the client doesn't mean you're not making money off them
lol
they log everything
wiz since you have a girlfriend do you block her too if she pings you
litrally everything
why would she ping me
or maybe you just end a relationship instantly
she's in my DMs :^)
when the duck starts roasting you instead of you roasting the duck
discord is actually trash for blocking people
are you saying ur fine with dms
How would you react if she went for the classroom style ping
Throwing a bit of an eraser at you?
its so dumb that if someone pings you and deletes the msg, you still get pinged
lol throwing erasers
what if she throws ping pong ball at you
it's ok kickash
if someone pings me and deletes the ping, there will be 3 more messages from people telling me who i have to block :^)
personally i prefer the medieval rock-through-window style ping
I prefer stonings, the best kind of pinging
I prefer someone sending packets to me
that's why I use UDP ree
I'll send empty packages to your house
I'll send full packages
oh 
packets of anthrax?
full of air
packets of duck sauce
packets of wiz sauce
sound myself 
no u
no I will send you wiz in a box
hopefully without his sauce
yes ur a box
i am
return to sender
I'll send a box in a box in a box .. to infinity
if wiz is a box I'll just aggressively cut him open
huh, i can't find it now
i used to have a picture of me wearing a box
was an in-joke with some people a while ago
Man, organs are a great way to test sound systems, lol
church organ / pipe organ and piano cover of first step by Hans Zimmer from the movie soundtrack interstellar Performed & Produced by David Robertshaw Debut ...
(MiniDigger) interstellar "First Step" Hans Zimmer soundtrack - church Organ / piano cover epic - length 4m 12s - 127,384 likes, 1,173 dislikes (99.1%) - 7,221,744 views - David Robertshaw on 2016.03.12
Listen to that with some nice bass
ohh I've always wanted to play on one
it was something like that but an amazon shipping box instead of a paper bag kenny
I played on organs before
You feel like a god
Sooo much power, especially on the food pedals (where the reeesaally low notes are normally)
I live 20 meters from a church with one, but the people there are, meh 
smh
i mean..."Father could I please play on this beautiful instrument"
he'll probably let you play the instrument you wouldnt want to play
which one is that :^)
My mother is really active in the church
Lol
is she playing with organs
Anyone want a freelance project to work on, I don't have time.
I have a client and his outline
are you trying to subcontract it
or like, pass a reference
I only work if the money is paid in advance and if I dont have to work
idk, I don't want money from it, i want to pass it on
I work by the hour, but it doesn't matter - work hasn't started yet, I just had him write a project outline; if you want it you're free to talk to him, set your own quote, and go by your own guidelines
is it unreasonable if i set my initial fees to that similar to a lawyer. idk i feel like you should have to pay just to talk to me /s

are you telling me not to post about it here
lol
ingenious
@void void what are we talking about here what kind of work is it
@wet sun your avatar is wrong
ducks are just water chickens, change my mind

oh no
much wam
maven should go away
poor ram
they are pretty hardy creatures but they don't deserve to freeze
it must be a cold winter
yes also imagine rams crashing
yes and with females using other horns
or rather into females
while the poor ram is freezing and crashing into another ram
now imagine 8 Great Britain rams crashing
LOL just found out a German network registered "BedWars" as a label quite
a while back https://register.dpma.de/DPMAregister/marke/register/3020140373068/DE
well at least in Germany, that is
and by what some people are telling, they once threatened to sue some 10 player server for having BedWars and EnderGames as names for their gamemodes
lmfao
mind that they were and are the biggest network in Ger, having 10-20k players
is this gomme?
yea
tools
interesting
have you tried google
IRC is like messenger for like super old people and also hipsters
sounds accurate
what is mars and mips city
me trying to eat healthy
mars as in the crappy mips emulator
what
wiz
wiz stop spreading chocolate propaganda
u need to be pinged
Also mtm is like my favourite person in here
Mars is a brand which owns a lot of candy companies, yeah?
❤
u need to be roasted
u need to be roasted wiz
https://courses.missouristate.edu/KenVollmar/MARS/
This is bloody awful to begin with but my professor has made a custom version that's even more awful
oh hello 1990
I've made a custom exception handler which is fun and all IF it wasn't for the fucking fact that mars is completely fucking useless and doesn't work at all
I just want to pass this bloody course and move on with my life but it's miserable
https://i.imgur.com/IETFtw8.png
thank you CERN
Also we have to use an acemic article as a reference in the lab report and no one fucking writes about MIPS interrupts because no one uses the bloody architecture
wait are you writing instructions for MIPS
yes
I mean the assembly part is fun, but mars being broken makes it considerably less fun :))
oh also their memory protection is broken lol
you can't jump to labels in userland when in kernel mode, but you can load the label address and then jump via the register
because ??
so j label is a big no no in mars, but
la $k0, label
jr $k0
works perfectly :)))
then of course, kernel mode doesn't really work either way
oh and it's great because you don't need to enable interrupts, they're ALWAYS ENABLED
and impossible to disable :))
also how to do you mess up nop? it literally does nothing wtf
oh and some smartass thought that having inline literal expressions would be a bad idea so no |, nah use ori!
Duck add and pm me if you want I'll send you the outline and try and explain it the best I can, but I haven't done any work on it. I just have the outline
If you take it, you'd have to chat to him and get more deets
I would just like to note for the record that simple smells
:C
wiz has the worst smell tho
why is wiz so hostile
duck has the best smell
ping and find out
smells like crispy roasted duck
and cats do number 2
doesn't he have some poor people to abuse for daring to ask questions? :/
In my defence, I didn't have anything to wipe with and well... simples rug looked like it would do a good clean
you should try wiz's carpet
What's up people
hi
Hello
I won't tell you what's up
http://prntscr.com/pgmye0 anyone know how to disable this in ubuntu? idk what it is but it spams my console
i probablby accidentally enabled something maybe?
is that just the motd?
it spams while your server runs or while you're in ssh
LMAO
These are the new requirements for the keybase airdrop
AND are from a country that didn't attack us when we tried last time
wtf is a "keybas airdrop"?
the free lumens thing
the wat?
aaaah, a crypto scam, got it
'scam' lol
I mean giving away free stuff that is worth nothing seems scamy to me ¯_(ツ)_/¯
It's worth quite a bit rn
also a pre-mine is a scam too
wat
how can it be worth anything if it wasn't even released yet?
???
You can use lumens now
I got my first drop, transferred to usd and withdrew to cash in the same day
so what are they doing? just giving away money?
got 20 bucks free
yeah, but there's more to it than just "it's free", the SDF is funding it to get more people interested in crypto
they have terrible seo btw
idc if you wanna do it or not, if you dont, then i get more money each month
the more people that sign up, the less each person gets
so feel free to stay away
:^0
aaah, they are paying users to join their plattform, I see
so it's litereally not an "airdrop"
i mean, it is for those who were using keybase already
oh, and they are also paying to get your mobile number, nice
i use keybase anyway
lmao "You must verify a phone number in a country that hasn't attacked us with fake accounts. The current list of acceptable countries is: Australia, Austria, Belgium, Bulgaria, Croatia, Republic of Cyprus, Czech Republic, Denmark, Estonia, Finland, France, Germany, Greece, Hungary, Ireland, Italy, Latvia, Lithuania, Luxembourg, Malta, Netherlands, New Zealand , Poland, Portugal, Romania, Slovakia,
Slovenia, Spain, Sweden, United Kingdom, United States."
they exclude like all the important countries
"Important"
It's not mining based - 100 billion were created at inception and 1% more are created annually and inflation is handled by voting or something, idk I'm not mad about stellar - I just get the lumens and exchange them
(literally read that ^ from here: https://bitcoin.stackexchange.com/questions/37056/how-does-one-mine-stellar)
so it is a pre-mine, lol
never said it wasn't, i said "wat" to your statement
because i dont know wtf that is
im not really their target audience, I get the lumens and i exchange it to fiat immediately
im not trusting them with shit, i just take their moey
money
a pre-mine is when an entity creates a crypto currency, holds a certain amount of coins for themselves, then distributes some of them to people under some kind of assumption (like in this case: paying them to join the platform)
if you build hype properly this will increase the value of that coin over time and you can slowly cash out the rest of the coins created in the beginning
i mean i guess but the point of stellar is not to join keybase, keybase is just supporting stellar
SDF is the one who controls and made stellar afaik
and also SDF is the one doing the 'airdrop'
it's a scheme used by lots and lots of alt coin creators that can create hype but not a cool product
Keybase is just providing a way to use it
(keybase might be a cool product though, I fail to see how the blockchain integrates with keybase though)
keybase just gives you a lumens wallet
that's it
like, a lumens wallet just comes with your keybase account
so what can the coin do that others can't? xD
idk i think the main point is extremely fast transactions and extremely low transaction fee
but like i said, i dont use lumens, i am just in the airdrop and i immediately transfer it to fiat
so basically the same as every other crypto currency, lol
wait, do the people behind it have something to do with ripple? Oo
no clue, and no clue what that is anyway
another crypto currency that was completely pre-mine and people took massive offense to that
and there were some other dodgy things about it iirc
there are like billion alt coins
yeah, but ripple was the second largest one two years ago
(briefly xD)
oh, and they also got hit with a class action lawsuit for basically having an infinit ico, lol
aah, Stellar is a Ripple fork managed by other people in a more "open" way (whatever that means in reality ¯_(ツ)_/¯)
dont know
all i know is i got some money out of it and i was able to buy food with said money, their "rule" is that you trade it internally but i ignored said rule and just exchanged it to coinbase and then to usd lol
so it looks like they are fine-ish I guess. Also nice that they want to name their future concensus protocol SCP xD (for stelar concensus protocol)
hm, maybe I'll setup a node for it someday, this server is laying idel most of the time anyways ¯_(ツ)_/¯
interesting
the auto complete on intellij is so much better than eclipse
yeah
anyone know how to fix a corsair mouse wheel?
mouse3 only works 50% of the time but it always clicks
https://github.com/Electroid/SportPaper
Interesting 
which registrar has low-cost .io domains
@golden gust
namecheap $34.45
porkbun $38.60
dynadot $39.25
gandi $49.67
My understanding with .io is that basically, unless there is a special deal on somewhere, you're kinda screwed
sadly
if you need it for more than a year gl with namecheap they looooooooooooooove to hide the fact that the price they show is for first year only
That's pretty much common practice across the board
hm?
hover registrar, they arent cheap tho
can't register directly there sadly
Compare .io registration prices from $25.88 to $99.80 offered by 41 registrars and the included free features. Prices last updated 15 minutes ago.
what does it cost to transfer a .io to cloudflare?
I think coz u have to pay for another year
Whyt
it costs the renewal of your domain
https://community.cloudflare.com/t/io-domain-price-not-wholesale-price/54709 according to this 45 buckeronies
see here: https://tld-list.com/tld/io My namecheap .io domains currently renew at about $35. I was surprised to see $45 when I went to transfer them. I find it hard to imagine that .io domains are being subsidized at such high percentages… why on earth would namecheap lo...
but i dont have an io to test with sry
developers* and probably, yes
what the fuck do either of those things mean?
^
Are you sure Notch works at all?
are you retarded or trolling rn
k imma just block you so i dont lose more brain cells
Can someone kick this guy for being retarded
Hes only there for the girls...
Clip from the film The Fifth Element by Luc Besson. Flying cops stop by to order some Cokes from supermodels at a McDonald's Drive-Thru in the sky! Costumes ...
huh, I just had an epiphany
I've player hundreds of games that have asked what my character's name was
not once have I ever put in my actual name
wow what an epiphany
It's boring being yourself
People that don't play video games are not bored with themselves ^_^
I mean on average I think it's the norm
but in 25 years of playing videogames I've not once put in my name in that name field
I don't even think the thought really crossed my mind
at least not as a serious possibility
the fact that they use registrar-servers.com is retarded
was some sort of glitch, NS are set to my cloudflare ones but it still showed the namecheap ones
hehe
valve releases update for the ancient technology known as "counter-strike"
mfw
who decided to pull up that old ass fucking src
and just "hmm there's a decade old bug report here"
Fixed sv_cheats being settable by players in a multiplayer game (sv_cheats is now controlled by the server)
it must be security related
some in 1.6, some in source and others
mojang finally fixing a performance issue 
their fix will probably make it even worse
No need for performance issue fix when you can advertise it as "Runs best on Intel extreme edition and windows 10". *minimum recommended specs.
I increased my java ram to use my extra ram since I don't use it.
Then I noticed my ram use was high, so I purchased more ram.
One day I noticed that my purchased ram wasn't getting used so I increased my java ram, but then I noticed I need to upgrade my ram array to bigger chips because I am getting low on ram again.
htttp://www.downloadmoreram.com
I switched all my domains to cloudflare yesterday, no io domains though so unsure of the price.
I was quoted $45 for their wholesale price on my .io domains
is that per year or month
it sucks paper doesn't have a client version
runs so much better than vannila game tbh
also I wish I could call specific instruction set for java 😦
I would love to be able to call avx
jni
jni?
java native interface
Is it possible to let people using 1.14.4 onto my server running latest Bungeecord and Paper 1.13.2? Of course, I don't expect those 1.14.4 players to be able to utilize all the new features, but I would at least like to allow them to play.
ViaVersion
i don't really know why i just got this crashing error ~~"
https://pastebin.com/8g8GwTNA
Are there an peeps here that would be interested in a paid gig setting up a tweaked waterfall/paper network for building? Also, is this appropriate to ask here..
Sorry 😅
oh, it means my English very bad 😅
Thanks, KennyTV! Works like a charm.
👌
I lowkey think my mom burned down half her block and she's now in denial about it
Wouldn't be the first time, not even the first time since she got out of prison
how do you lowkey burn down half a block of houses
I mean she kinda does it and then kinda forgets about it

I mean it's no biggie because no one died
holy fuck city
Anyway so now she's in the hospital because she thinks she's dying
but I don't really believe that either because she said that she had cancer once and that the russian mob was trying to get to her and that our special forces were wirtetapping her phone
Oh and that a Swedish actor was sending her nudes and tried to drug her

It's always those Swedish actors
wtf a random exercise in this dumb book requires the cuda sdk ._.
Also
"f you have GPU hardware available, complete a performance
analysis your program, examining the computation time for the GPU and a CPU
version of your program for a range of vector sizes. Explain any results you see."
no sry no access to GPU hardware
"cpu sux"
connected my mouse to my macbook and it says that the connected keyboard cannot be identified
how strange
oh no it does the upside down scrolling thing
mac
I love this reasonably priced piece of equipment
I wanna get an apple watch so people can see how much disposable income I have. The airpods and the iphone aren't doing it
Just chain an iPhone 11 pro to your neck, easy
Oh, good idea
Buy lambo. Apple products are for poor pretending to be rich.
@cosmic raft created a repository vampyr/bite 12 hours ago <-- 👀
👀
;)
what is it kashike
You'll see.
should've named it chomp
Hey you guys made a great platform, just wanted to say that ❤
simple smells
^
no u do
what about roasted cat
That's called chicken
what about roasted Kenny
that's illegal
is it
Well, call me hannibal
so, honey blocks allow wall climbing without something like ladders or vines protruding
interesting
wait climbing? I thought just going down
horizontally at least
oh
Did a new snapshot come out?
not yet, but they accidentally hit post on that tweet https://kennytv.eu/files/msprm.png
(and deleted it shortly after
)
Nice
Mobs and animals dislike walking on honey blocks. Too sticky for their comfort
inb4 people surround their bases in honey
sup
dislike sounds like just higher cost for pathing
honey blocks as floor
doubt it means it will be a wall
honey bloccs
i like this tho Added copy_to_clipboard action to clickEvent
Yeah, that's nice.
wow launcher update, I can finally actually read the full name of what version I'm currently playing
who needs UX testing anyway 🙃
what the fuck discord?
"Oops! Looks like you've been using that emoji too much! We've disabled it for you to keep you in check. Please don't attempt to circumvent this or we'll have to lower your social credit score."
😂
toggle sneak/sprint - about fucking time holy shit
spectate command is broken
no way to do /spectate <none> [player] without some nonmatching selector for [target]
smh
or not, you can put https in front
either chrome is dum or slicedlime / the launcher dev likes posting it without it
- Removed bugs along the way, likely added other bugs.
is it just me or is gitlab really slow to navigate around
like trying to go through a folder directory takes a second or two per click
doing the same thing on github takes like .2 seconds
In my exerience, that's basically just gitlab
github did go super crazy on tryna make that stuff fast, however
it's not quite as bad on my private work gitlab instance
wonder if it's just their server/network/load/etc
github probably has a lot more resources too
even on a private instance it takes longer than what's comfortable
yea, definitely still longer than github
and my private instance is literally in a server in the basement 1 hop away
so it's not networking 🙃
but it's alright, better than having no private/self hosted one at all
and I kind of dont like BitBucket for example
... tho it's fast af
Hey kenny didn't you have some gay roles
now I'm a normie again without gifted nitro
MacOS Catalina is amazing, now I can pay a monthly subscription to play laggy iPad games on my MacBook
Or use the iPad as a super unresponsive secondary display with mediocre touch support
Neo to Morpheus, "How do you know you are really OUT of the matrix?"
Morpeus to Neo, "One never really knows they are out, but when all else fails, just keep typing "exit" in the shell until it stops working."
@pulsar wigeon can confirm gitlab is sluggish
idk why you pinged me but ok blocked
lmfao
You do know you can change notification settings, right?
yeah but that doesn't stop pointless pings
omg
no, you fucking can't. we've been over this about a million fucking times
someone dared to ping the allmighty wiz again
but he is the best ping pong player in the world, he just blocks every hit
If I can click on a button to block in ping pong, please tell me where I can sign up for the championships.
you'll have to defeat wiz first, so good luck 🏓
oh shit new solo leveling
blocks everyone
Just leave the server no more pings ez
Just uninstall Discord.
them? theres multiple?
wiz is legion
Probably from the singular they.
(DiscordBot) Ghostrider - legion - length 22s - 365 likes, 22 dislikes (94.3%) - 142,224 views - 111Legion on 2009.08.12
Them is gender neutral you mango
welcome to english where it is the gender neutral pronoun but only for inanimate objects so we have to make use of some other ones to be gender neutral because we dont have one for people
mfw first world problems
lol german doesnt even have something like that
Them can be singular though? So what’s the problem lol
germany
In Swedish we use hen as the gender neutral pronoun
making up random sucking terms that still arent realy neutral
it can be singular now because we've redefined it to be so
and complaining about the most random stuff
that's extremely recent
extremely
i wouldn't doubt if it's still not taught in some esl courses
We have han, hon and hen in Swedish
hon hon hon?
We’re not baguette people, so no.
that gender-neutral shit caught on with the portuguese language at an academic level but good god does it not fit our language
our plural pronoun is gendered
and defaults to the male gender if you follow the rules correctly
so if you have a group of 20 women and 1 guy you address it as a male-gendered group
same if you don't know the genders
really pisses off that 0.001% of academia
same for spanish, i believe
Same for French, I believe.
yep
yes
So its settled then. Everyone is "IT".
The reason I like Tagalog is because: "Nagsasalita siya ng Tagalog"
so people keep trying to fit in some workarounds
I know that japanese is also sorta weird with pronouns
and we can actually fail exams when not using them (not only for not using them, but they add to it quite a bit)
nice
Culture is not your friend.
just put people who don't use the right pronouns in reeducation camps
"grammar will set you free"
Take culture, strangle it by the throat, and smash it into whatever shape you want.
into a dead one
tbh not a single person outside of my master's degree in languages gives the faintest shit about this
and as soon as I am done with these studies, neither shall I
The ancient peoples tried that one, and it ended up causing them to roll decapitated heads down pyramids, blood running in the streets creating massive pandemics..
hilariously enough they did change the grammar like 7 years ago and good god was it a failure of epic proportions
we were meant to unite the Brazilian Portuguese with the European Portuguese or at least make them compatible
but Brazil pulled out at the last minute so only Portugal changed its grammar
so now we're using a grammar that Portuguese people aren't familiar with and that is still just as incompatible with the Brazilian one
a solid 10/10 if you ask me
that's a solid 11/10
why not to 11.23557
*limited time offer
My server is overloaded... wahhhhhh. And damnit why is this world border fill and dynmap render taking so long. Gah .. my server sucks.
are you implying that it's hard to change jvm arguments 🤔
Anybody here good with BossShopPro or Denzine scripts: ?
Get a 18 core cpu, that will do more work.
https://www.youtube.com/watch?v=C4cNxSMyfQo
Elestrical foreman pranks young laborer into doing a fake seismic test with a voltmeter and a sledgehammer.
(DiscordBot) Hilarious Construction Worker Prank - length 2m 47s - 5,009 likes, 2,289 dislikes (68.6%) - 2,004,626 views - Brockodokolus 23 on 2015.05.07
that dude's accuracy with the sledgehammer is pretty dang good
at least on the first one
Ugh, cough isn't gone yet
Is it too soon to go back to the doctor if I was there on Monday
.>
don't forget
death is the ultimate medicine
srsly tho why is everyone ill all of the sudden
I swear half of the city has a nasty cold rn
answer my question!
m8 I don't got to the doc ever
let alone twice in a week
I'd maybe go to the doc with a cough if I started coughing up blood and even then I'd be tempted to wait it out
Did that doc prescribe you the medicine of death you posted a few days ago?
pretty much constant coughing
have you tried not coughing?
I've gone through like 8 packs of Halls lozenges
As long as there’s like 2-3 days between, they shouldn’t care too much 
You've not been vaping have you? 
Stop smoking.
me
VAPE NATION BOIS

Also Magma, fat
on when there’s already blood involved
oh, you're not cool enough for that
as if kashike would do alcohol or anything else silly
that just means you lost your lung virginity
oh then start smoking,
man what fantastic mental image I've just drawn




