#general
3141 messages · Page 192 of 4
what kind of retardation has possessed you guys I think he wants to read the nbt and then get the item from it
Thank fuck, someone can read
jan you're a little too triggered
❤️
I've ran into issues with load() before, fix was using some method in NBTCompressedStreamTools
or was that with saving? might've been both
I’m still confused at what he is doing
Your discord name is cancer
Someone kicked me
Why can't you just use normal fonts
UwU
save/load only save and load the things ItemStacks are supposed to save and load. if you are adding your own stuff to the NBT then that gets a bit trickier
Repeatedly
Seriously, I dont see how we arent understanding his request...
or are these methods on the itemstack
Ranald
He is just too vague
He said he already have the setting and retrieving
Yes Brian?
I'm saving data ON the itemstack
Saving it how
NBTCompound nbt = itemStack.save(new NBTCompound()); gets you the entire itemstack in a NBT, but not anyhting you added that doesnt belong
Ranald
Read the code, your brain might be able to understand logic
sxtanna you're being retarded fuck off
.toString
ITS LITERALLY THE ANSWER
you're calling toString on the bukkit stack?
Why are you acting like Im wrong
How about you all chill out for a second and stop being jerks to eachother?
yeah that wont serialize correctly
Like chill out everyone.
He wants to convert and itemstack to a string and then back
sxtanna, show code of storing itemstacks as string in base64?
use base64
I told you morons, and Sxtanna also told you
I'd use the save stuff on the nms item
He can just set the itemstack
fun itemStackToBase64(item: ItemStack): Result<String> = resultOf {
val oStream = ByteArrayOutputStream()
val bObject = BukkitObjectOutputStream(oStream)
bObject.writeObject(item)
bObject.close()
Base64.getEncoder().encodeToString(oStream.toByteArray())
}
fun base64ToItemStack(text: String): Result<ItemStack> = resultOf {
val iStream = ByteArrayInputStream(Base64.getDecoder().decode(text))
val bObject = BukkitObjectInputStream(iStream)
val item = bObject.readObject() as? ItemStack
bObject.close()
item
}
Because there are APIs specifically on the server for storing data on itemstacks
for 1.14 there's api yeah
The issue isnt storing
I'm using 1.12
He is saving .toString
Stop using toString, and encode it with base64
And getting the .toString
and then decode it from base64
And wondering how to decode it
does bukkit's serializer store arbitrary nbt lol
Yes
it stores since 1.8
@static badge I would use ItemStack#serialize but then I still need to convert that string back to a Map to use it in ItemStack#deserialize and that's just adding another level of complexity
He could just set the “item” to the item correct?
well I would be referring to net.minecraft.ItemStack where you'd deal with the compound
Could be lazy and just use a yaml/json config to store data in there
and as such would work nicely with the method you already save given you're storing it in nbt anyways
+ 🚫 =
quick maths
yeah gimme a moment
Brian you moron go away
Could you not flood chat with emojis, thanks
Im going to shoot myself in the head
To be fair NMs provides ways to do it fairly easily too
sxtanna again you're being retarded, I inspected your code and you're using bukkit's serializer stuff
stop calling that base64
that's not what base64 is
you really mean to recommend the serializer
ARE YOU ON DRUGS
nevermind not fighting this
i literally already posted how to store an itemstank into an nbt compound. not sure what the problem is anymore so i'm gonna go do something else o/
not worth my time
And yea, NBTCompressedStreamTools has methods for dealing with nbt, you could use that to go from stream > stack and back, you'd just need to handle the actual creation of the needed streams
Why would you be an ass to the one person who's actually willing to take time out of their day to help you
@mossy pasture There's a save() method on net.minecraft.server.ItemStack which would work
I said I'm not fighting this it's not worth my time
Or you can just store bukkit stack to configuration and save it to string
the issue would be converting to the nms stack, but CraftItemStack has a method for that
bukkit serialization is ugly :3
ik wiz ❤
Also you can use bukkit UnsafeValues to construct itemstack from mojangson
😮
wiz ur icon is ugly
oof
np
hm well lemme write something
I honestly have 0 idea what it's supposed to be tbh
public static NBTTagCompound saveBukkitStack(final ItemStack item) {
net.minecraft.ItemStack nmsStack = CraftItemStack.asNMSCopy(item);
return nmsStack.save(new NBTTagCompound());
}
is how I would serialize the bukkit stack to compound
which I would then store in your list you're using, instead of the string
already said that, he doesnt agree, leaf
says the save mthod is useless to his problem
¯_(ツ)_/¯
ok so I see what you mean there, now that you actually took the time to explain it instead of throwing code at me
LUL
lmao

I technically did both :>
literally didnt explain a thing
my 1 liner made more sense than that, even
what the fuck world am i living in
oh I see
it's the beard billy, they can't see past the beard
I think he might've misunderstood that you were talking in form of an nms stack
since he was using a bukkit stack
we're talking nbt... this isnt api anymore. that should be a given
¯_(ツ)_/¯
the only thing the save/load methods cant do it use custom data you added to the itemstack
if you want to include custom data you have to use the nbt stream tool thing leaf mentioned earlier
every entity in the game implements these save/load methods and are hardcoded to include specific data.
this is why when you downgrade from paper to spigot you lose a lot of paper metadata
you'll see the same loss of custom information with them in a plugin
oh
Ohmy
paperspigot
@vestal jasper [Auto] We're now known as Paper.
I am in physical pain
paperspigot
@void void [Auto] We're now known as Paper.
Fork of spigot

invisible name and avatar
paper spigot
Billy, ty for your Minecraft -> <- Discord source I didn't use it but it did help a lot in basically doing exactly what it does.
We were just doing
[Minecraft] <username> <message> before now it looks like how you do it. 😄
We were also using discord.js instead of JDA, not a great idea.
using jda ;_;
What on earth is wrong with JDA?
jda sucks too
discord.js is pretty great.
jda is pretty clunky most of the time
@trail wigeon that: http://git.io/fj8Cp
Java wrapper for the popular chat & VOIP service: Discord https://discordapp.com - DV8FromTheWorld/JDA
general question does making plugin on dependency actualy makes dependency faster?
wat
definite overkill for a minecraft<->discord bridge ^_^
wat
You don't have to use it like that.
Oh wait, I see. xD
its me
fuck you brian
Is that a picture of a Pokemon or something?
back in my day we got 3 death saving throws
kap
can I roll for a regen
There's an instance of paper spigot in the 1.11 read the docs page 
51 instances of Paper, 1 insance of PaperSpigot
@vestal jasper [Auto] We're now known as Paper.
roll for regen brian
your regen begins to work, and then turns on you, sucking your life-force out and creating a regen shard for a team-mate to use. Achievement get! Martyrdom
Why does JDA keep getting disconnected?

"Got disconnected from WebSocket. Attempting to resume session"
@trail wigeon because discord sucks
dies (ok need to go now bai)
Huh, I guess discord.js just handled that silently.
tmux 😄
for websocket you have to send pings and then listen for pongs, idk if jda is doing dat
Really??
it may just listen for disconnect then reconnect which is a very very lazy keepalive system (i guess?? lmao)
Hey someone actually knows what tmux is
You'll probably find this a bit enraging billy; i own the MC account tmux
yeah. i share the console with 3 others, and i dont want them screwing with my tmux. so console runs in a screen and everyone runs their own tmux how they want
hot
Really love tmux. Makes life so much easier, never actually tried screen.
i'd love it if i had a real use for it
I don't actually use an SSH client. I just go through Proxmox. 👌
ahaha, billy, that means when i resize my terminal it doesnt fuck yours 😦
my fav pasttime
especially as someone is trying to read an error and im like whoops my terminal is too small oops i cant find it

sorry, that was a bit random
am a bit late to the roll for inititive convo from above lol
people maximize their terminal?
I don't like my terminal making up more thsn 1/4th of my screenspace
I don't even have an option to maximise my "terminal".
If my lines are more than 2/5th my screen width I newline them / break them into smaller lines
how about 13/4 of the screenspace?
cant tell if meant 1.75 or 3.25
Ik
same applies in my terminal tho
I don't like things overflowing
and is that 3 monitors or 2 ultrawides phoenix?
3
so.. you dont like horiz scroll, but you dont maximize your window.. how does that work out?
stretching over all four would be difficult xD
I'm ultra careful
i mean even the paper watchdog is more than 80 chars wide

oh that
Why don't you Discord phoenix616?
he's a data privacy fanatic
Yeah I get around that by avoiding looking at the terminal while running my server as much as possible
because I have irssi setup
lmao vic
not my live server though
It's ugly though.
and it's easier to use if you are in more than one fucking channel
I have a larger viewport for my live server
it also looks better
but for my test server I just try to pretend the problem doesn't exist
and irssi isn't ugly, wtf
that reminds me I still need to find ur server
Also, is that Windows 7?!
yeah, I've yet to find a good distribution that I like ;_;
or well, more like a window manager that does what I want I guess
Just use Windows 10.
You don't need to reinstall you can update from Windows 7 and keep your license. It is a better OS and Windows 7 will be deprecated soon and in my eyes, already is.
10 has a lot more bloat tho
Yet it still performs better than Windows 7.
@trail wigeon it'sa worse os...
lots of bloatware, metrics and settings are even worse then win7
Also, all the pre-installed junk can be removed except from a few "system apps-that-should-not-be-system-apps"
You can view the telemetry sent on Windows 10.
Yeah but they still shouldn't be there to begin with
i highly doubt you're going to change their minds
also the amount of issues people I know have with win 10 and gaming on it that I never have with win 7 is amazing xD
I have no issues with 10
like my controller just works
Game developers build their games to support Windows 10 not Windows 7.
Go play console if u want controller
I basically have no reason to update ¯_(ツ)_/¯
I have had no issues that you are describing.
well I didn't have them either :P
Yes you do phoenix, you've got a year until you won't get security patches.
but that's what happens if you rip out everything out of Win 10 that you don't want...
e.g. some stuff doesn't run if Cortana isn't installed
if speach is about 20year old games
just don't use windows
1903 Windows search is now separate from Cortana.
I guess they finally fixed that xD
I ran a debloat script too so no more unneeded crap
I had to reinstall groove tho
I liked that one cx
Other than the fact it can't properly read id3 tags
@tardy lynx++
Bottom line: Windows 10 isn't perfect, it's far from perfect. It is a better OS than Windows 7, you're going to be forced to update soon anyway just jump into it now. The OS isn't as bad as you're probably expecting from all the bad reputation it got from launch, it has matured a lot. Sure, you need to uninstall Candy crush and you might wanna disable Cortana but hey, you don't need an anti-virus on Windows 10 and it's free for you.
*Windows 7 lol
as I said: why update to Win10 when I can just install linux directly?
Does your controller work on that?
ofc
Suprising
Sure, go for it. You know that's more work though right? You made it sound like less.
everything works on linux xD
Except the ui
One thing agree on WIN10 the stuf is a bit weird with media players. Althought MPC is lightest, VLC is best but eqalizer doesnt work.... ugh. Thats the only thing bad about windows i gues? using wmp results in bull sharing center and bloat
;)
"everything works on linux" ahaha
See
linux works until it doesn't
results on using 3 media players meanwhile
I love Linux, I really love Linux but no-one can say everything just works on it.
i find that linux works until it doesnt and when it doesnt it's usually a problem i can fix; when something like windows get borky then....well, yikes
Actually not much "just works" xD
well hardware is a thing that actually works better than on windows
@void void u gotta do some wonky ass shit to break windows though
like just connect a printer and it works
win10 driver updates
I like BSODs too
what is this os wars again
TempleOS
🙏
ah, i see you're man of a culture as well
Only 2 fucking mb

The only thing Windows 10 doesn't really auto-install properly for is graphics cards.
Anyone wanna buy some aluminum for 999?
Depends how you say it.
unironcaly recently firefox became mess
google updated youtube so it wont display youtube properly on firefox
¯_(ツ)_/¯
Google Will have an even bigger monopoly when edge fully switches to chromium
Maybe you did
2 websited dont work properly
Uhm... I'm a Chrome user but I just opened Firefox to see what he was on about and YouTube is faster on Firefox than Chrome.
well
not realy
you cant see that because u clicked on dont remind me about privacy policy
privacy policy thing on youtube covers half of video
if its not closed
They will ban adblockers soon
I might have to switch to Firefox now.
just block it with your ad blocker ;D
If only Firefox made their inspection tools nearly as good as Chrome's.
It looks like this
that white thing is privacy policy thing
when u close it white thing doesnt apear on video
These's a dark theme for Firefox right?
firefox's tools are pretty good (at least in teh developer version, dunno how the normal ones are or if they differ)
but you need to reload tab
what white thing? 🤔
on top
that doesn't have any text in it though? 🤔
i have no clue what this guy is talking about
where is that white thing coming from?
Hmm. Firefox doesn't feel as finished Chrome.
blocking it works without issues ¯_(ツ)_/¯
yes
I think it might be an EU thing.
mebe
@strange bane These's a dark theme for Firefox right?
idk if anyone answered, but yes there is
I'm in the EU and it's not there
you just need to go to customize menu
Wow, Firefox freezes the video when switching to full screen.
wait, now I see it
tf, it wasn't there before
and now it's gone again, wat
switching to fullscreen doesn't pause for me btw
Not pause, but interruption.
anyway i hate google for doing this
uh nice, firefox can play autoplay video with sound per site
On Chrome, the audio is continuous.
@trail wigeon no, it just continues for me
Ugh Firefox hasn't added the auto play policy?
chrome blocks autoplay lol
switching is actually a lot smoother on FF
I like the fade, but it does has a slight interruption for me.
its definetly beter browser than chrome
Oh wait, the interruption is gone.
if only it had automatic in-addressbar-site-search like chrome ;_;
it haves
I thought Chrome blocking auto play was a feature from Firefox?
nope
Well, Firefox need to add that soon.
he means google search in adress bar
that's not automatic
like I have each site individually in firefox (and use shortcuts instead of just tabbing)
that would require one more site load and take longer ;)
typing yout<tab>search query<enter> is a lot faster
Hmm, I haven't used it for long but yeah already Firefox still isn't where Chrome is at. I really hope it is soon though because I'm not a fan of Chromium's engine having 100% marketshare.
firefox is usable for 99.9% of the people, it's just sad that it can't support my workflow
Also Firefox, just use V8 already your JavaScript engine is so much slower.
Scrolling is nice on Firefox.
but i agree some web run beter on chrome like windows93 lol
it throws error using firefox
Most websites load faster on Chrome. Mozilla are actually working on that though.
wat no
i think chrome is slower
fre software
You said "used"
.g mozilla firefox development irc channel
(phoenix616) https://wiki.mozilla.org/IRC -- IRC - MozillaWiki: "Another official #firefox channel is maintained on the ... #amo - Development of the addons.mozilla.org (AMO) website; #balrog ..."
just use #firefox on freenode ¯_(ツ)_/¯
So are they going to Discord?
why the fuck would they use discord, lol
Discord is so much better than IRC.
Never got by people love IRC so much
the only thing that discord does better than IRC is automatic bouncer providing
It's closed source, reliant on one company, has a Electron based client.
the rest is shit
and I bet me saying that is even against their TOS, lmao
No but seriously, please, Firefox, go on Discord instead. I just want to use one client.
irc not
anyone have luck's discord?
@trail wigeon you can, just use IRC
every discord you should care about has an IRC bridge
Discord's client is better, even if heavier than every other IRC client.
is he on esper?
lol no
Combined. 😉
@pulsar wigeon he is in this channel 🤔
You can also setup ZNC to support your Discord account
Luck: someone wants to yell at you :P
Luck: someone's looking for you
They are too lazy to whisper you
i'm not on spigot irc :P
I don't even have a freenode IRC account.
you don't need one TBH
You aren relevant enough that you should worry about it
I wonder, was the freenode or the esper staff the ones that invaded invite only channels for monetary gain? 🤔
yeah, was freenode afaik xD
More of a reason to use Discord, eh?
nah, I would use a trusted network
or even better: one you don't need to trust
just end-to-end encrypt stuff like you can with matrix ¯_(ツ)_/¯
What on earth are you using IRC for that would have you so concerned for your privacy?
Weeeeellll
What happens on IRC stays on IRC.
msg simpleauthority hey bby
😛
I personally don't... but people used it for "insider" trading of crypto currencies and others used that info too... then some drama happened and yeah
basically shined a bad light on some staff members of certain irc networks
Discord, except from their heavy client and shocking up-time is great. Sure, it's not decentralised or whatever but I don't care about that.
you mean by a weeaboo
more like the "we invented money that you don't own"-gang
TFW you take a nice hot shower then get out an are immediately sweating all over again :3
Should've taken a cold shower.
i need a pool. then i would be like brian and always on a laptop. i'd live in that pool
@trail wigeon did you checkout your data from discord yet? they log where you used it from and what programs are running indefinitly (unless you are in the EU an make them delete it I guess)
in columbia, no doubt
I've never downloaded their client. I only use Discord from Chrome.
Am back in my room, got changed into my swimsuit, and now am going out to the swimming pool.
ColOmbia.
brian always get sthe nice things (except when it comes to computers)
I have my Discord data actually.
runs
Don't make that mistake again or the colombian mafia is coming for you 
😮
speaking of privacy, does the GDPR law cover dual citizenship people?
well I guess then they at least don't have your running programs
depends on which side of the GDPR wall you're on
I would assume so
No but actually it's nice here in Colombia. Always 90+ degrees, even at night, so it has it's drawbacks. But if you have air conditioning, it's good for at night, and if you have a pool, it's great for the day.
depends on how dial citizenship is handled in your EU country
I would assume
*dual, lol
I wouldn't want to live here my whole life because you never ever get snow though.
90+ degrees sucks... its 90+ degrees here
We barely get rain so it makes it tropical.
this sadens me, brian
90+ degrees is insane Oo I only ever get like 40 at most
because houston is tropical too, and it sucks
idk I have no idea how Poland laws work 😐
UwU
i want to live somewhere thats not humid as fuck
Well you gotta get yourself a pool and be in it for absolutely ever.
Well then don't come to Colombia lol, it's like constantly 70% humidity Let me check the humidity atm.
There's a file in there with a bunch of IPs and cities in England but the IPs aren't mine nor am I in or ever been to the cities.
i want to live somewhere that not cold
Yup, 43% humidity.
OOh man wow, that's hotter than here.
88°C? Oo
AND SLIGHTLY more humid.
or is that interface just dumb? xD
Its 80f and 47% humidity
you can select both.
The interface isn't dumb, all of TehBrian's fonts are bold.
Just whatever's the black one is the one that counts.
but why put the wrong one behind the number, lol
It's usually one is bold the other isn't.
Huh.
ooooh, one is dark blue, the other is black
Well either way I am currently in a bathing suit.
they looked almost identically to me xD
AND we just went out and bought some beach-ish balls for the pool
too hot to wear clothes
Yea its bothering me as well phoenix616
It's nice because we have a hotelpool but no one is really in it
hotel pool*
So it's just basically my pool all to myself and plus we have a restaurant here so I'm like "hey can I have grape juice with crushed ice" and they bring it to me on a silver platter while I'm in a pool
fun part is this isnt even hot weather yet. we get 100-110 every year 😒
life is good :D
There's nothing in their GDPR data dumb that isn't expected @phoenix616.
Tell you what if any of you come down to Colombia I'll give you a room here for you to stay ¯_(ツ)_/¯
We've got uh, pool, restaurant, free breakfast, room service.
All that fun stuff.
There's a programs directory but nothing in it, if it does contain all of the software you've been using that's a little silly of them.
Everyone except for leaf and some other people (you know who you are 
i'm bad at geography. where is colOmbia?
IT'S
oops
isnt it like a big island?
The country?
beep beep beep Yes this is Brian I am calling the colombian mafia
go get UwU on spigot IRC
hangs up
<- is dumb american, doesnt know anything outside USA and canada

they're coming for you 
I mean, you could of been referring to a city for all I knew
doesn't Colombia have high crime rate?
^ you betcha, it's skyrocketed since we've open borders to Venezuela
oof
oh! look, its in south america
I would never travel to any South American country, tbh
tons and TONS of venezuelan immigrants are coming and they're robbing people because they have zip money
right on the equator :3
please come to brazil 🇧🇷
fuck that
also the Guerrilas (the actual colombian mafia)
they've kidnapped a couple of my friends 
wow lol
like my mother's lawyer's wife
They held my mother's lawyer's wife ransom for like 5 years I think and the lawyer had to pay a couple million to get her back.
But we have a pool so it's ok 
wtf
thats not how you win over tourists, brian
just another day
yea, hawaii
Fun fact the border between Colombia and Venezuela is currently HECTIC.
jesus, UwU
Don't go there :D
just stop before you make me cringe
Im not making you do anything
It's strange because people are like open borders <o/ we gotta let the immigrants in. Funnily enough we're in a country (and I am an ethnicity) that people commonly think wants immigrants to come into the US from Mexico or whatever, but it's quite the opposite.
Everyone here wants Colombia to close the borders because crime is skyrocketing.
Venezuela's nuts.
well, its been fun talking, brian. go enjoy your pool. try not to get killed. i'm going to go work on ridable mobs in purpur ^_^
oof
Yay ^-^ please make rabbits ridable.
See you folks I'm going to go enjoy the pool before it gets too cold.
.. well, too not sunny. It's never cold 
Don't get yourself killed, I'm going to enjoy my condo by the beach and sip tea
🍵 
idk.. makes me want to move to Yakutsk, Russia
Sounds cold
typical highs in the summer afternoons are about -40F
canada's not so bad, actually. i hear it hits 80F regularly in the summer
Depends on how far north you go
sounds like my kind of place for summer time
my comfort zone is 60-70F
80 is ok. bit warm, but tolerable
90+ i dont want to go outside
^_^
we get way more than "80f"
oh your Canadian kashike ?
well, most the ppl i talk to are from newfoundland :3
you're on opposite side
it was 108F (42.3C) in 2018 in Saskatchewan, which is more middle-ish
this is me basically
see climate data
tbh, the only reason i dont move to canada is the winters would kill me. i wear subzero winter clothes when it gets 40F outside
kashike oh
Yea those lows would kill me
lol
I cry when it drops to 21
I go outside in a t-shirt and flipflops in winter to walk to the mailbox and back sometimes
lol
smh
Im cold at 21c and your wearing t-shrits
my entire city shuts down if it even hints at getting 32F
wut
lol
Oh, a snowflake falls my whole city shuts down as well
For like a week
lmao yup
yep
and then there's canada
Snow and ice caused a pileup in Montreal, Canada, on Monday. Several cars including a police vehicle, two buses, a truck, and a snow plow were involved in th...
(kashike) Snow Causes Multi-Vehicle Pileup in Canada - length 1m 46s - 3,879 likes, 196 dislikes (95.2%) - 1,048,986 views - Wall Street Journal on 2016.12.06
We Mississippians are not accustomed to wintery weather, but when Mother Nature spews fourth her wrath and smites our fair state with all of her wintery furr...
lol
(DiscordBot) PRAY FOR OUR SURVIVAL!! - length 52s - 19,315 likes, 750 dislikes (96.3%) - 995,104 views - absuperman on 2014.01.28
on 1.14 yes
tf
It is NOT getting any cooler. This room is a sauna.
@unreal quarry sorry for the ping but is there a way to fix that lagg issue
@wide hazel what enclosure?
I see
For all of the money we are spending, NASA should NOT be talking about going to the Moon - We did that 50 years ago. They should be focused on the much bigger things we are doing, including Mars (of which the Moon is a part), Defense and Science!
16043
62365
(DiscordBot) ✓@realDonaldTrump (Donald J. Trump): For all of the money we are spending, NASA should NOT be talking about going to the Moon - We did that 50 years ago… https://t.co/wTTkOYEC4G (6 hours and 39 minutes ago)
Lol.
I'm just incredibl.
I'm both Colombian and Michigan.
Weathers of 110+ are fine and -30F is also fine.
👍
Michigandan
got banned from r/minecraft because i replied to a message in my inbox and forgot that you aren't allowed to give any server information. like i get that i broke the rules, but an instant perm ban seems unfair
I'm a conservative
I do not like trump lol
He has some ok values I guess but he's very flippy floppy.
Apparently:
you SHOULD get your kids vaccinated this winter season!
and
VACCINES cause AUTISM!
He's just.. flippy floppy and not smart sometimes.
sweet potato with butthole lips
1.14.3 pre2 is out
Friendly reminder, if you have problems with youtube try https://www.invidio.us/ as a video proxy
An alternative front-end to YouTube
Shameless plug or you just like them?
Are they sending monkies to the moon again? Maybe I can go this time
He both does and doesn't know that the moon is the start of our journey to mars?
Privacy centeric, doesn't run any of google's scripts
https://github.com/FreeTubeApp/FreeTube theres also this if you want an app
(Theres NewPipe for android users)
NewPipe also exists-- yeag
NewPipe is mobile only
Hmm, and there's a FreeTube desktop program?
Ye
privacy on youtube lol
Windows, Linux, and macOS
Debatable
TeaUwU
It's technically impressive
Of course with such a big platform things are going to slip through
Okay, let's work out how many combinations we can have, we have these charactes:
But for the most part I do watch a lot of the stuff it recommends me
It's a matter of what kind of content you watch, anything that is deemed contriversal or isnt advertisement friendly isn't likely to show up on your recommended page
In general, I only watch a few channels, so the recommendations isn't important for me
Theres also the whole thing where some content wont trigger a notification from youtube uploads, thats a thing as well
well I guess I haven't seen anything controversial there
but I dont really care about that
It's all personal preference
yeah that's dumb
Some of them arent even really contriversal, just linux centric channels so yea
FreeTube / NewPipe I never have that problem, and youtubes suggestion alg generally doesnt offer me anything anyways
I get a lot of linux stuff there 
It's dependent on the channel
if they get demonitized a few times, you wont see them as often
YouTube sucks for lots of reasons but I generally don't just REEE about telemetry
It's in their best interest not to do completely evil things
UwU
So yeah I'll keep it in for most things I get a use out of
It helps both parties in most cases
But if the app improves your experience by implementing their own sub system thats a different story
Translate this:
Qwqowouwuuwuuwu, uwouwuowu owouwuuwuowuuwuuwuowuowu uwuowouwuuwuuwuowo :uwo
o hekadoodle why is it uncapitalizing things
why
no
I had a stroke, send help
There's a good surprise for anyone who wants it ;)
Oh looks like someone took it already lol
To what am you are a trying to said, glare? this linked isn't working of my
am you are a sure this linked is working?
positive
lul
and I'm back
(DiscordBot) @drphiliplee1 (Dr Philip Lee): Taylor Swift as antibiotics. A thread. https://t.co/dY6We2VYkv (8 hours and 53 minutes ago)
indeed
i'm having great fun already
Wait what?
nothing brian
@spare venture ._.
👀
what?
can't believe you didn't know that egg lol
Clearly. Lol
so uh.. @spare venture?
why do item entities an "inactive tick" every 4 ticks (1.14)?
this break item falling down
there is a condition if they should check if they can fall, "this.ticksLived + this.getId()) % 4 == 0" - but every forth tick is not there (as its an inactive tick) - and so some items (every forth) will not resume falling
i don't know if thats a mc, spigot or paper thing - but its broken :D
where is that
EntityItem
1.14?
line 87
yes, 1.14.2
i tried i investigate why some items will fly in the air and not fall down
and found that i get ticksLived like 1,2,3, 5,6,7, 9,10,11, ... in the tick function (and 4, 8, 12 in the inactive tick function)
but the inactiveTick looks like a spigot thing
so vanilla should do every tick, but spigot/paper do not
line 561 in WorldServer
ActivationRange.java, line 271 "Add a little performance juice to active entities. Skip 1/4 if not immune."
spigot doing stupid things
that is odd
sometimes spigot is doing realy stupid things...
huh
that has nothing to do with what i was talking about tho
entity activation isn't in CB
i'm aware
and i'm just talking about craftbukkit code
cuz i don't have spigot sources in my dev env
oh ok
i also crossreferenced with forge (1.13) sources
my dev env is forge 1.13, cb 1.13, cb 1.14, sponge 1.12
ok
yes its a spigot bug (and so its a paper bug too)
i would recommend to remove line 271-273 from ActivationRange.java .. as it might break things anywhere
if there is some paper dev around :D
#paper-dev or github tbh
I have no idea how well spigot has been vetting the safety of EAR, but stuff like that should basically be handled in the inactive tick or something
My phone gives me the option to switch to charging only when plugged in
its not realy an activation "range".. it just skips every 4th tick for active entities
But there's no way to set the default
anyone knows how to reproduce this coord exploit? https://www.spigotmc.org/threads/1-14-pre-coordinates-exploit.376357/#post-3426417
https://www.reddit.com/r/2b2t/comments/bn4uk7/coordinates_exploit/
I've been unable to reproduce this exploit, only nearby entities show up in a debug...
you could use a packet debugger to see if a player teleporting away will leave his new coordinates in a packet
because the crash logger can only report what the client knows - and the client only knows what is sent to him by a packet from the server
the server might send a entity teleport packet before removing the entity from the client (including the target coordinates)
@pulsar wigeon still cant find that treasure
[wizjany] wat
[wizjany] honestly no idea what you're talking about now
interesting
@Brokkoli do you think coords will be readable in any packet debugger?
more insight would be nice, also what kind of debugger are we talking about?
recommend a packet debugger please ^_^
gonna try wireshark for now
You will have better luck making à tcp mitm proxy
And listening to the exact packet you need
not even sure what packet i need yet
just trying to replicate the coord exploit so i can fix this autism
ugh
so yeah
coord exploit confirmed
what autism
when a player gets teleported away (out of your view range) and you can see the target coordinates
You can fix it tho
Teleport it to à coordinate nobody have access to (or a void world) and quickly tleport it to it's destination
theres also a force crash you can do that shows player's coordinates in the recent log in the crash report
factions players are desperate for coords for some reason ¯_(ツ)_/¯
I think I figured out why the new macpro is 6k it has this little apple on the side other than that way way over priced but I guess apple wants to see what the sheeple will buy
@andGk apparently it existed since the dawn of minecraft, nobody wants to fix it, so youll have to do it yourself ^_^
Hmm, arms still hurt
left arm starting to hurt now
@safe tide why do you have to always say stupid things
Not always but I mean it true
Apple is just like hey hey guys I bet we can make then buy a 1000 stand and a 6000 computer and a 5000 monitor
but i want to buy a $6000 cheese grater
it grates cheese!
that's perfect for my job
hilariously the mac pro is one of apple's most reasonably priced products recently
apple 
Assuming apple reasonably prices anything
i don't know who the market for the mac pro is but there certainly is one
a very, very narrow one
but still one
companies like pixar that have $1,000,000 render farms and their animators are already using $50,000 HP workstations
apple: sells a bent metal monitor stand for $999
people: complains
apple: 
and said animators are using $10,000 reference monitors
