#general
3141 messages · Page 113 of 4
what
the only thing worse than a world wizjany cant stand, is a world wizjany creates that he cant stand
if (lore != null) {
lore.forEach(TextUtils::color);
itemMeta.setLore(lore);
}
Would this work?
is it mutable
I think so.
Ye.
It's a builder class, so lore can optionally be set to something.
For some reason, coloring doesn't seem to be working.
Idiot
uh, what does TextUtils#color even do?
So, he uses foreach
also Strings are not objects
And he does not know strings are immutable
foreach isn't setting back to the original list
or well, not mutable objects
First time using forEach, didn't think it'd work anyway.
Use replaceAll
wat
forEach is basically just for(x : list)...
lore = lore.stream().map(TextUtils::color).collect(Collectors.toList())
dumbos
oh
uh, replaceAll is pretty cool
there's a replace with operator
TIL
thought you meant string#replace
Nahnah
not list#replace
Thanks jan, I appreciate it.
it passed
Nice

@austere ivy lore is chat components now. Legacy colors won't work anymore
will it startup is a totally different question though
@unreal quarry they will with the Bukkit API
legacy colors will probably still work
lol
bukkit translates everything for you if it needs to be
In my plugin they work and I use legacy colors, so...
Worked since forever for me..
@unreal quarry He might be using 1.8
This is 1.12
^^
1.14 client won't remder them anymore unless they are json
sounds like a 1.14 issue :^)
Again shows that some parts of Bukkit is.. odd
My plugin works in 1.14 with lores with legacy colors?
yea tbh bukkit doesn't have a component api
of course it does, Bukkit translatetes it internally
Prolly translated.^
*craftbukkit
Well, that's a relief
Inventory titles we're effected too
Don't have to change everything
I can push so whoever said gh down is retarded or it's just them
unless md decides to pull the plug
Who knows
Just me, Leaf.
really doubt he's going to break lots of plugins after all the work that went into making pre-1.13 ones work on 1.13 xD
It's not a server change it's a client change
Legacy colors have been deprecated forever
I might make it so current stuff is internally translated to components, as to not let it break when it's removed from Bukkit/CraftBukkit
yes billy. that makes it irrelevant to the current discussion
not saying you're wrong, it just doesn't affect brian's code
since he's using the bukkit api, where chat colors aren't gone
I think that they should be gone.
bukkit still doesn't have a component api tbh
The longer it's supported, the more people get used to it.
server crashed on startup 
:^)
I told ya starting up is a different beast
I think it's ready for release, what do you think?
Main point I'm struggling with is that it'd be really obnoxious for people to specify all text as components. Not to mention difficult to read, whereas the normal &color stuff is much easier and more readable.
pfft it crashed on my change
Make your own ChatBuilder class.
No
Making ItemStacks are a pain, so people make ItemBuilders.
No
@stefvanschie just use https://github.com/Phoenix616/MineDown
runs
And working with deprecated ChatColors are also a pain which is why we have translateAlternateColorCodes, yeah?
¯_(ツ)_/¯
anyone know why spigot removed chunks-per-tick in 1.9?
I already have an ItemBuilder and a MessageManager, so I guess I could add something to either of those.
@austere ivy No?
Jan, do you not make ItemBuilders?
@wizjany nobody sane runs craftbukkit
I'm just saying... It's been reported a number of times about inv titles and lore not displaying color and last I checked was "wontfix - use components"
The way you make items with new ItemStack is kind of a pain, that's why I think everyone has something along the lines of new ItemBuilder(Material.DIRT).name("Hello").build(); or something.
i didn't even say craftbukkit
(though uh, plenty of sane-ish people do run craftbukkit)
@austere ivy And that’s not a pain?
I currently only use my ItemBuilder for items which are meant to be clicked with, since I have ItemBuilder#setClickEvent(Consumer<PlayerInteractEvent>)
i mean, as sane as kashike may be anyway
oh, I see, you are trying to bring up the whole "paper doesn't support spigot plugins"-thing
What would be the LEAST pain anyway?
no i'm not phoenix
you're completely missing forge and sponge and whatever else :^)
In a perfect world, what would you theoretically use to make an ItemStack anyway?
it's not my fault that Bukkit doesn't have chat components ¯_(ツ)_/¯
You have to supply the data somehow.
I really don't care about fringe APIs tbh
Builders work best for that (in my opinion) because it's very easy to have optional parameters, rather than overloading a bunch.
_>
derp
Yeah, I think Builders are the best way as well
Do whatever, I'm just saying I think we should have a good underlying ChatComponent API rather than translating everything and having a ton of different ways to do things
basically: PR or shutup :P
There's no bukkit chat component API because no one can agree on how to implement one
(I might move that over to kaishke's text library though when I feel like it ¯_(ツ)_/¯)
Where's that at, Phoenix?
md's stated that he won't bring bungees API over to CB because he doesn't want another ChatColor in bukkit
the thing is that that would increase the amount of stuff that needs to be shaded into plugins :S
Given that you can't really cleanly implement a component based API while maintaining the legacy one properly, I can't see it working too well without everything conflicting
Stop maintaining the legacy.
That's not really under our control
I understand it'll be a big deal but at some point, either with 1.14 or 1.15, possibly 1.16, we just have to drop the legacy and deprecated ChatColor.
I know.. but..
It's just creating more of a spaghetti mess that's worse for the end user, and worse for the maintainers.
ChatColor itself ain't the issue
hold on what was deprecated?
APIs should be really intuitive to use, in my opinion, and, again, in my opinion, it's not very intuitive where you can make something yellow by using § and ChatColor and ChatComponents and all these things. I don't know.
I don't actually know any of the code that's in the API, I'm just speaking as an end user who uses this stuff.
The fix is to get rid of all the string based stuff
But then you break pretty much 99% of plugins
Yeah but those plugins are going to have to be updated anyway, right?
Plugins are going to break in a new update anyway.
uh idk if this is related but tbh until very recently I've always just used .replace(&,§) in the end of any string that I wanted to use colors
Brian everyone likes diggerent things
but that's virtually every plugin having text in configs
Yeah I know.
@tropic flame Lol
i mean, configs is a different matter too
users can't create text component objects in config
@finite wave I mean, why go through the Javadocs and google when I already know this beautiful java way of doing it? /s
you either have syntax like &, or make the user type raw json
mostly the &'s, yeah
Raw json ftw
ew json
isn't .replace(&,§ literally what translateAlternateColorCodes does
Imho, Mojang made a bad move moving to json for text. There was nothing wrong with the old system
that method also checks if there's actually an applicaple character following that
Hovers is what screwed us over
It goes to show that JUST to make text yellow, you can use "&eHello!".replace(&, §);, translateAlternateColorCodes(&, "&eHello!");, {"text":"Hello!","color":"yellow"}, new TextComponent("Hello!").setColor(ChatColor.YELLOW);, ChatColor.YELLOW + "Hello!"
Your first two options are literally the same thing
That first one is wrong
But still works. And @tropic flame just said that's what he uses
translate... is just a lot more correct in behavior
First one will break "Billy & Brian's Shop"
is brian baiting everyone again part 15
I'm being serious. This is silly.
There's so many ways to do the same thing and it's a pain.
At some point there has to be one unified system to make everything good.
either way you are insane if you use method 1 or 3, so that leaves you with 2 other methods :p
Kenny.
You either use the component API or the legacy strings
People use that
I'm being serious, too.. don't ever use replace like that
^
And just because people use method 1 doesn't make it correct at all
he said he used to
doesn't mean he should
The API provides a method for doing that properly
"uh idk if this is related but tbh until very recently I've always just used .replace(&,§) in the end of any string that I wanted to use colors"
from Logics4
"until very recently"
And it still works, too.
it's wrong no matter how you put it
Makes the text yellow.
It breaks string with &
^
wrong ones 👀
I mean, I used to use it for messages.yml strings
Nowhere in the documentation does it say to do that
if it's wrong you can't count it as "there's so many ways of doing it"
You're blaming the API for "I didn't read the docs"
I'm just pointing out what logics said he used
Not documents or anything like that lol
That's a bad bad way to do it, yeah
wow I feel important rn
You are :D
thanks
.. you can also do this for map lookups, but that doesn't count as "there's too many ways of doing something" https://kennytv.eu/files/4xtnj.png
because it's wrong
"it's the APIs fault that I can use .replace on a string and badly mimic api behavior"
alright, you're right then.
You have two options: use legacy strings, or use the component API
@quasi valley lol where'd you find that
just saying it could be better
legacy strings should be obliterated, but it's pretty hard to break API which hasn't been updated in years
in 2017 code of my "mentor" @merry talon haha
nice
just looked at it a bit today and found that gem
I think the largest thing is how Minecraft has §
r/badcode
That's a CB thing iirc
And then it's strange how you can only use § in books, but
nope
in vanilla mc, you can use § in books, color codes.
but not § in chat or signs
though that makes your client crash in 1.14 👀
I was never able to use § on books
There are still some areas that use that, but pretty sure mojang doesn't use them for actual chat now
They switched to json for hover/click text
hey what's wrong with that
Billy they use json for everything
/tellraw @a {"text":"Hello!","color":"yellow"}
that's how you show yellow text in vanilla
Everything that supports hover/click text, yes
Books don't have that yet, afaik. But I think will (if they don't already)
Even signs have it for clickable text to run commands
I do think it's weird inv titles and item lores are json now. Makes me wonder if they plan to make those support hover/click/command events too soon
team stuff uses components now too
They're pretty much just moving over to it in general so it seems
Inb4 lore already handles hover/click events, just no one knows because no one can get their mouse on it
mfw
Good night 😉
my routine when installing programs:
1 - install program
2 - find options
3 - disable hardware acceleration
I just need a universal script to do this automatically l o l
Why
Demageable
@pulsar wigeon text adapters are in central just like everything else
sonatype -> central synch time varies
can be 5 minutes or an hour, etc
¯_(ツ)_/¯
submit a pr 
i don't publish on central
so idk
enginehub's artifactory has artifacts seconds after the build finishes :P
either way, everything works now
thanks for updating
Except you need to specify the repo for that. Central is default on everything :P
I also don't have to self host anything, which means if I don't pay something things don't disappear
i don't think our repo has ever stopped anyone from using our api tbh :P
of all things
No, but it does require people to specify it to use dependencies from it, which is one thing I wanted to avoid for releases
Snapshots require defining the OSS repo
mhm
@finite wave because my computer sucks
and in my case disabling it makes things go faster
Apparently a transformer in our alley blew and the houses nearby lost power
nice

Thank fuck I had the foresight to add a few UPSes to ours
Still got a network, Plex, etc for most of the rest of the night
My desktop PC isn't quite as lucky. Got a bigger battery for it, but being an 8-core with SSDs and an RTX 2080 Ti on Windows doesn't help
Might last an hour or so
Lived in a house with constant brown-outs for years
I know the pain
I run a Plex and 16Tb of NAS
TB
Aside from a full Unifi network setup, that's it

ethernet > unifi
if anyone ever thinks some brace style is bad, just wait til you've seen this one: https://i.imgur.com/pDECsJ2.png
oof
bro forget about the brackets
what a weird way to code that
if () {//empty btw haha} else //actual thing you wanted
wonder if there've ever seen an exclamation mark
well i mean clearly they have, !=, but still
actually wait fuck that
they could of just == null
lmfao
(literally typed as i read it and bothered to process what i was reading)
What's the eta on a 1.14 paper server?
Oh they have something that tells you!
Simply type .eta with no other words and it’ll say the latest ETA.
Try it!
.eta
Anyone requesting an ETA will be fed to goblins.
Players are asking and I don't know what to tell them.
1.14 vanilla is broken to the point that nobody should even be running 1.14
mfw i'm ctrl+clicking directories and my mouse accidentally moves too much so everything copies into duplicates :S
It's a work in progress, we're not going to commit to some "it'll be production ready by X" when not even upstream is or will be until .1
both
mojang, spigot, and paper
is what you're waiting on
mojang to fix their shit
spigot to update to the fixed shit
and paper to catch up to md_5
what he's saying is 1.14 is broken. no one should be running it on their main server. vanilla is broken. spigot is broken. paper is going to be just as broken
its like a race -- except mojang and md_5 both had a 10 mile headstart, fell into a ditch, and papers catching up atm
So just wait?
Wait until at least .1
1.14 is only good for experimenting/development. it wont be ready for real servers until 1.14.1, so wait for that version ^_^
even then im afraid to update any plugin using NMS because im fairly sure a lot of nms will change due to the nature of .1
but i also dont know what was broken to begin with so maybe the NMS i'd use stays static.
seems unlikely
Players are tired of waiting and I don't know what to tell them.
you can tell them to wait :>
you know why NMS changes between versions? think of a stack of 10 boxes. label each box A through J. now, imagine other people using those boxes according to those labels. Later, you decide to update, but you have to put a new box in between boxes B and C. Well, you just shifted all the labels C-J into D-K. 11 boxes now, A-K. anyone that uses box G, for example, now has to start using box H even though G didnt change at all.
this is NMS, but on a much larger scale
yeah i understand that since the methods are auto named by the decompiler
my concern of nms changes is because im unsure if mojang will touch the nms that ill need
specifically for movecraft & cs-corelib
then again last i checked, someone else was already working on updating movecraft to 1.14.0 so lol\
oh, then theres also people like md_5 that like to just go in and replace labels A-K at random times with more meaningful names. which in turns breaks usage for anyone using them forcing unneeded updates across the board :S
he did that 5 times with 1.13.2
lol
api is the forbidden lands. no one can touch those
unsure if sarcasm or serious
because of copyrights and legalities?
no, because he just wants it that way
oh lol i thought you mean it was impossible to do
huh?
hey look it compiled, yay. progress!
did you not see the api breaks in 1.14?
that's one step towards it actually working.
like, when you use an API you specify a minimum and a maximum API version its compatible with
this way the API doesnt have to support 30 years of implementations. it is free to update in breaking ways whenever it wants/needs
when i make android apps its like that. i like it a lot
sponge is very close to that, from what i've seen
lol am playing on 1.14
crashes every 5 seconds also client performance is awful, am currently downscaling to 1024x640
it's awful lol
i thought client performance was great
I implore you all server owners switch to 1.14
didnt like the rendering glitches with chunks, though
client performance was fine for me.
pfft you with your 2000$ pcs
I have a 9 year old laptop
I can run 1.12.2 just fine so shhhhh
1.12 -> 400 fps. 1.13 -> 800 fps. 1.14 -> 1400 fps
nothing but improvements from what i've seen
1.12 -> 120 fps 1.14 -> 12 fps
pentium 4 huh
1.12.2 was the peak for me performance wise.
straight up tenthed it for me.
.g pentium 4 5ghz
(DiscordBot) https://www.youtube.com/watch?v=z0jQZxH7NgM -- Pentium 4 - 5GHz overclocked - YouTube: "Jan 26, 2007 ... Liquid nitrogen to cool the Pentium 4 by Tom's Hardware."
Liquid nitrogen to cool the Pentium 4 by Tom's Hardware
every time
lol
I'm in optifne discord, apparently they're mainly waiting on MCP
might've updated recently though
mcp is a bit away.. most of it is still unmapped :S
They do, lol.
it's always like a month or something.
For most of 1.13.2 I didn't use optifine.
because I forgot to check on it after awhile.
ugh waiting on mcp would be worth it though
fun fact: if you're clever, you can find mcp 1.14 now. its in public space ^_^
we're working on it leaf, hold onto your pants
I'm saying it is worth it kash :>

smart leafs do
@unreal quarry you see I know my way around google.
and it wasn't that hard to find
ok that was cancer to look at, back to reddit I go.
Reminds me of snowman code
Nicr
We are so excited to announce Windows Terminal! Windows Terminal is a new, modern, fast, efficient, powerful, and productive terminal application for users o...
(DiscordBot) The new Windows Terminal - length 45s - 1,320 likes, 36 dislikes (97.3%) - 19,745 views - Windows Developer on 2019.05.06
Lol
is that a package manager
omg, i just learned there was a starbucks cup left on scene in GoT last night
yeah lol
pretty sure it already allows coloring
Not transparent i think
yeah windows10 cmd prompt is pretty customizable
Well just the default terminal then
I mean, it's nice that they're doing stuff to encourage developers to stick/come back
But eeeehhh
what are they
It’s so ugly
Ugly as fuck man
I mean, they're actually trying to care about developers more instead of just "this is windows, use windows things!'
pebblehost support chat just... i dont really know about some of these people.
that question was after someone told him 1.14 is unstable and wait for 1.14.1
I love windows but I wish they would make the Linux environment parse the dumb dos returns into Linux ones
With the Linux layer
regarding color schemes on the current windows cmd: https://github.com/microsoft/Terminal/releases
colortool can set the colors, much nicer than screwing with the properties window
pretty pricey, what do you do for work brian?
i didn't look at the parts, but in general if you're spending that much you're probably not getting good value
huh?
oh this is just dream building lol
also keep in mind I also got keyboard + mouse + 2 monitors
so that's not just the pc
:>
you can get the 212 evo for like $20
also that case definitely does not support that cpu cooler
actually wait it does
i misremembered
lol
lol
hyper 212 less loud
my finger is on the side of the case
and is fully black
yes
or is the fan just really silent
loool
[Paper:ver/1.14-pre5] 4 new commits
e9439e7 It compiles - Spottedleaf
That looks promising
ur mom compiles
well it's quieter
unless you're a dog you will not notice
also for 10 dollars more it's a /shrug
I mainly like black so that case and that motherboard mmm
if I was actually buying a PC I'd probably definitely start with RAM.
16gb rather than 32gb
eh
dunno
projects that add a bunch of dumb badges and it shows their true colors
https://i.imgur.com/Ugam3Y5.png
you know what's sad
instead of paying 2000$ for this macbook in 2010
we could've paid 2000$ for about that computer (maybe minus peripherals)
rip
why do you think macs are trash
weren't you telling me how great macs are a week ago
brian baits pretty well
prplz
also if you spent that in 2010 it'd still shit today
32GB is pretty cheap these days
let's see here
if only when I was.. 2010 was 9 years ago.. so..
if only I was 6-7, I could warn my parents to "not buy this computer!" yet and save it for now :)
if only
i legitimately give up
-> how much space will dynmap take for x, y, z
=> no clue
-> what do u mean no clue???
Wait
he said a 1.53 world render
"How many GB will a 1.53GB file take?"
"1.53"
"oh thanks!"
well
i assume the world itself is 1.53GB
in which case the dynmap render wont be 1.53GB
should be smaller
but how the fuck should i be able to estimate it
i just found a 1.14 paper bug (don't know if it exists in spigot too) - when zombies die from fire they lie on the floor for a long time and rotate/run in that state: https://cubeimage.de/images/2019/05/07/6Fbn9.png
you're testing paper 1.14?
yes
yes, bc024aec
I can't say I'm surprised it's broken
well I have concrete to update first then I'll see if there's a fix for that
yes its no problem, i just wanted to report it
i'm currently just experimenting with it
im missing context
no idea what unifi is
Technology platforms for Internet Access, Enterprise, and SmartHome applications.
ah ok
i just have a basic router/ap and a modem i bought, plus a few switches but not same brand and i use dd-wrt
USG = router + firewall, switch and AP are obvious. I got Pro for Gbit speeds
my home network is a hodgepodge but it works
I finally spent some real money on mine. Is nice
I can completely control it remotely
from web
that sounds safe
safer than you'd think
i mean, how are you accessing it? with your own home static IP? or thru some sort of service?
automatic band steering on the APs is amazing as well, plus 802.11k support
thats nice
interesting
same web interface I get accessing 10.0.0.2, just remote
so anybody got 1.14.1 info? best i can find is Dinnerbone saying the rest of the team is working on it while he is OOO
.eta
Anyone requesting an ETA will be fed to goblins.
.kill @placid thicket
rips @flanigomik's intestines and uses them as a skipping rope.
was refering to vanilla
yes i know
bruh i have that exact computer case im pretty sure
the network 😛
looks noice
'tis pretty. And blu.
it was supposed to be friday/beginning of this week, which probably actually means after wednesday
poor little network cabinet is getting full 😦
I still need another fan on bottom
and a 2U UPS
gonna need a whole mdf room soon
little Cyberpower on top can only power the network for so long
I want daaaayyyysss
actually I miscalculated the power draw on the network because I added the NAS and fan system
chopped it down from hours to about 45 mins
hence the 2U UPS solution
might have to go on the floor below the rack though
not ideal, but..
that power cut to the NAS earlier today scared me. Had to re-scan the array
thankfully no data loss
totally forgot about how much power those disks draw :/
and the fans, too, holy shit! Didn't expect that
i got gig internet as well egg, but im pulling like 500mb with an ethernet cord and about 300mb over wifi. any recommendations?
I replaced the network with Unifi, been pulling 900 up and down since. Try an Edgerouter X first.
I went overboard
ERX is like $40 USD
i dont know enough about networking to give any proper recs but i do know that modems have speed caps just bc the hardware, so if you dont buy a gig modem you will not be getting the speeds you paid for
its the isp's router
not router, modem
'nuff said
mix thing wouldn't be bad if it wasn't for ISPs usually going for cheap/crappy hardware
ye
Replace it with an ERX, watch your network either keel over because you have no idea how to configure a firewall or pull 900 down because you eventually figured it out. Or both.
Speaking from experience
Unifi is infinity easier to configure, just expensive
i just looked it up, this thing is 300 dollars
this modem router combo
how is this not pulling a gig
What would it take to update this plugin: https://github.com/brunyman/EconomyBank
I've got an ER-X-SFP
On desktop PCs cabled to the router, I've measured speeds in excess of 1100mbps up, and 860mbps down.
hmm
It's an excellent system
Lets you shoot yourself in the foot until you learn
Or bleed out
😼
i still didnt mail your cards cuz i woke up at 6 fucking pm
:<
wow that pic is beautiful
one day kash, one day
I want a postcard from the UK :(
u want a postcard from china
Mm, actually, maybe I'll be able to travel there in the next year or so
That would be awesome
We'll see
just send me your address if you do, ill be sending some to kash when i get outside....maybe tomorrow if we're lucky but we'll see
idk if ill be able to sleep seeing as i woke up 3 hours ago and night
Good bot
D:
jeebuz i dont remember how far i got on this stupid code and where i left off
#vacationproblems
You was about to just delete it all
oh good point
Like, HDD in the microwave "delete it all"
well it's a macbook so i guess, put whole machine in there?
👍

Microwaved Homer. Serves:200 People. SUBSCRIBE to TheBlueXboxController for daily “quality” content!
(DiscordBot) The Simpsons- A Walk In Microwave - length 9s - 2 likes, 0 dislikes (100.0%) - 157 views - Super Speedrunner 64 on 2018.12.14
nah but i am gonna delete all this cross platform db stuff, i need to rethink that assery. Right now I have an operations interface with all the stuff, and then 6 implementations for different drivers (h2, sqlite, mysql, mariadb, postgres, sqlserver) but
this ain't maintainable y'all
i need a jdbc layer that lets me support many rdbms
😠
help
If you find one, let me know
jOOQ...but codegen
did someone mention
@wide hazel watch out
all those wifi waves from everywhere might give you autism
I'm not kidding some people think that too much wifi gives people autism
I've seen too much facebook
don't go there
gasp
WHERE'S OUR TINFOIL TO BLOCK THE WAVES
aaaaaAAAAAAAAA
screams in essential oils
screams in retard *
You now have a reason to move to (West) Virginia https://en.wikipedia.org/wiki/United_States_National_Radio_Quiet_Zone
Multiple countries have RQZs
me: feeds ethernet wire from just outside rqz to home deep inside rqz
im safe
waoh
sets up radio transmitter inside to only play Taylor Swift songs 24/7
Chernobyl is a historical drama television miniseries created by Craig Mazin. The series, a co-production between American cable network HBO and British television network Sky, premiered in both the United States and the United Kingdom on May 6, 2019. The series depicts the C...
first episode was great
Hey can’t we make an more communistic way to handle Paper code
@cosmic raft It has 6 ratings on IMDB lol
Even Path of Blood has 400
or I might have gotten the wrong series lol
yeah, it was the wrong series, the correct one has 120 ratings
thanks though, I might watch it
@olive garden yeah, first episode released today. will definitely be watching the rest as they come out
Seen the scorpion episode on it? It was super weird
I’ve always been here what u shitting about
I don’t think it was hinting at me, but i had to do it anyway you know. Start that drama
if md_5 made placeholderapi
https://media.discordapp.net/attachments/575219922385502229/575223813781061642/unknown.png
when the server is running
And you try to connect

trying to go through and secure all my old accounts, I've ran into multiple that won't even let me change my password without reactivating my account by paying their stupid minimum top up
what accounts, mojang accs? 
there are websites that require you to pay for changing your password? ._.
apparently
Congratulations! Your Lost Faith In Humanity stat leveled up!
I hope mojang will put chisels&bits into vanilla 1.15.
I love that mod.
why would they?
I can't believe how shitty some of these services are about account security
This site doesn't even have a change password option
nor a delete account option
and it's an email forwarding service I use for my PayPal account
i will but am also gonna shit all over discord for its lack of autoscrolling at inopportune moments
absolutely no way to submit a ticket to MSI without having a product registered on my account
because their delete account function is completely broken
this isn't that hard
call them
It's 4:35 AM
How did papermc require the discord server verification badge?
they asked nicely
o_O
It's that.
np
i hate stupid terminology, i thought they were one in the same
here @split lynx https://support.discordapp.com/hc/en-us/articles/360001107231-What-Qualifies-for-Server-Verification-
I see.
they let people through that all the time :P
i miss playing mc for fun like building bases and sh it
paypal support is abysmal
I ask a simple yes or no question
they send the same canned response
to be fair thats most level 1 tech support
I've never seen it this bad
"Can I have the same verified information on two accounts? If not, I'm unable to resolve the limitation"
"We need information from you to remove the limitation"
lol
why do you need two accounts
and no you can only have one
one business and one personal/premier
if you have two personal/premier they will fuck you
I want to close my old account
which I can't because it's limited
how am I supposed to do that though
right, they need my info
;yes
yeah
ok what i would do is call them over the phone and explain the situation
ive deal with paypal over the past 10 years extensively
i think my total paypal account number is like 80
youre going to get level 1 support....prob will need to ask for an escalation
they are good over the phone
the only next level is manager
lmao
over the phone
nah, thats what they might tell you but there is typically 3 levels
I don't think they've actually read what I typed
each level has its own management
ive spoke to the manager in cali he was cool and told me if an account is not touched it will be removed after 5 years
thats how i got my paypal issues sorted
lol
i think i owed paypal like 7k at one point
and 5 years later the account was cleared
lol
this is why they put age restricitons
do i dare ask why you owed them such an amount
sellings ipods i didnt have to buy ipods
nice one
adds TCC to his list of people never to work with
would never work with such a simple man anyway
:<
why do we need this
WSL 2 uses an entirely new architecture that uses a real Linux kernel.
Is a highlight
remember when they took out MS paint because it was too big?
now they've added linux into windows
? Paint is still there last I checked
well maybe they added it back, I dunno
which is a true testament to how much Microsoft loves Linux! yeah ok
but there was a whole thing about it
both paint 3d and paint installed by default for me
microsoft just wants all you neckbeards data
now when are they going to have windows just use the linux kernel
is wsl that ubuntu thing you can download in the windows store
what even is that a vm?
but when you must game 😎 while you compile paper
hopefully when the update is rolled out in june windows doesn't delete itself like it did before
this is probably some super good tactical plan to cover part of the linux market
now
in hopes some people dont move over
ah yes
touch screen only
you mean
Sounds like you're describing unity
C:\etc\hosts
unity didnt even work properly with a touch screen!


