#general
3141 messages · Page 174 of 4
well cafebabe just mutilated you so
2late
Bishop, any phobias?
Yeah aphobophobia, the fear of people with phobias.
Oh.
man I hope zgc can start to compete with azul zing's c4 GC
reading up on what c4 can do is amazing
puts G1GC to complete shame
but it's an enterprise-only product so normal people can never experience that
zgc can't use compressed oops on small to medium heaps, we'll see if that becomes a problem or not
what size range is that?
< 32G
what? compressed oops only really matter in < 32G
zgc uses colored pointers so it has to keep using 64 bit pointers regardless of heap size
is the paper api 1.14.2 jar not deployed to the maven repo 🤔
oh that's what you meant
?
hm, strange, it didn't find it 🤔
because of that smaller heaps will use more memory for allocations, which will result in less usable space in the same amount of heap as say G1GC
the question will be to see how dramatic that difference is
depends on how much of ur heap is pointers :>
the near-pauseless performance of zgc may more than make up for that
Java is all pointers lol
yeah ik :>
It will be interesting, but I'd say hold back until things are stable for Java 11 in the first place.
zgc won't be stable until java 13 most likely
(DiscordBot) https://www.opsian.com/blog/javas-new-zgc-is-very-exciting/ -- Java's new Z Garbage Collector (ZGC) is very exciting: "Aug 29, 2018 ... Java 11 features a new Garbage Collector, the Z Garbage Collector (ZGC), which is designed for very low pause times on huge..."
Java 11 features a new Garbage Collector, the Z Garbage Collector (ZGC), which is designed for very low pause times on huge multi-terabyte heaps. In this article we'll cover the motivation for a new GC, a technical overview and some of the really exciting possibilities ZGC op...
jdk13 will increase max heap from 4TB to 16TB
G1GC could never handle a heap of that size
jesus fucking what
but zgc can handle it easily
what?
ZGC is limited to 4TB
shows how much better the technology is
😄
time to buy 16TB of ram
#MegaHeaps
@void void yes
few places can spin up shit like that
ZGC restricts itself to 4Tb heaps which require 42-bits, leaving 22-bits of possible state of which it currently uses 4-bits: finalizable, remap, mark0 and mark1.
mc supporting 4TB heaps when
@turbid moat the september 2019 release currently plans to increase size to 16TB
that's on the JDK roadmap
that's JDK13
Yikes, the OpenJDK folks are insane sometimes.
Even places that can spin shit up in that size, you're gonna pay out of your ass for that
but AWS will happily do it if you ask for it
what kind of machine
it's AWS, it'll be a virtual machine made up for multiple physical machines
Just going out on a whim here, probably a virtual one.
similar to how google operates their datacenters
they treat their whole datacenters as a single giant super computer with TB of ram and PB of storage
AWS does similar things
so they can just portion bits off virtually for their AWS allocations, and their hardware allocators just "figure it out" ™
in order to reclaim to 16TB, ZGC will probably have to make the change to use only 20 bits of possible state
which, saying they use only four, is totally possible
unless they do some trickery, that is
The page for zgc doesn't say how and there doesn't seem to be a JEP related to it either which is weird https://wiki.openjdk.java.net/display/zgc/Main
but it does list it as a goal
@ancient bolt the fuck they do?
and do they not partition them down more?
why
what the fuckeroni
@void void what?
why have a gigantic machine with tbs of ram? I can understand the pbs of storage but
why
Because it's more efficient for computers to handle resource allocation, mainly
How is an entire datacenter virtualized into a gigantic computer helpful?
Do they not use single responsibility for servers?
as long as you keep processes isolated to core(s) within one machine, you can optimize greatly
They just, load it all onto the monster and fire away?
instead of having thousands of small servers and asking some person to figure out how to spread their services out across them in an efficient way (esp when they have hundreds of thousands of services)
That, and with their in-datacentre rates of transfer I wouldn't even sweat inter-core communication
if they treat the whole thing as a computer cluster and just give it a list of services that need to be ran, the cluster itself figures out how to efficiently distribute everything
I dunno I'm not a system architect but I can't even imagine that bullshit.
simple: They just, load it all onto the monster and fire away?
yeah that's basically it lol
it's all about separation of concerns
yea
they put huge amounts of resources into writing extremely complex resource management software
but that's for team A to handle
team B doesn't have to think about any of that
etc etc
for me SoC is to have multiple servers and put the services on each one, I have proxmox and it has a panel, each server is node; this makes a cluster. But I still have the control of what goes on which node
I can make VMs on node A and VMs on node b, and whatever that works
Is this what we're talking about or sometihng different entirely
@turbid moat yeah their in-datacenter data transfer is likely on the scale of microseconds
that's where tools like docker swarm come into play
@void void but what would you do if I gave you 1,000,000 services to deploy?
cry and shoot myself
actually, what if I gave you 20,000 developers all working on their own services that need to have their own deployment lifecycles and scaling requirements?
and they were all giving that to you constaly, 24/7/365
I'd hire someone to do it for me
I mean, if I have a cluster setup with nodes then at the beginning of a project they get their own VM on whateverthefucknode was available at the time and are given details, done?
That's what Amazon, google, etc does, except that person is their datacenter teams and the cluster management software
I guess I see what you're saying, I guess there is just some middleman software that creates the vms and handles the setup and shit? idk
some teams need petabytes of data and terabytes of memory, some teams need very little resources but they need <10ms ping times to their users, some teams need the highest possible throughput between datacenters to transfer data between them
every project needs its own set of requirements
just handing out VMs won't cut it lol
so how does this work differently, what is the actual stack, what is the process
if it helps explain anything, kubernetes was written by google
lots of the "container management" we see came from these sorts of requirements
I mean proxmox uses kubernetes lmao
docker swarm came up specifically to compete with kubernetes
then you have shit like google's bigtable
hadoop being the open source "clone" based on the whitepapers about bigtable google has released
so "big data" was basically invented by these companies too
and now we have 2 employee startups trying to set up giant hadoop clusters to process a few hundred GB of data....
ugh that shit pisses me off
This "big data" (bigtable, hadoop, etc) shit is designed to process petabytes (or more) of data across thousands of servers
GattaGoFast
yeah but so many hipster devs don't know how to optimize a relational database
so they blame the tool instead of learning how to index their fucking data
you would have all of that data loaded and indexed into memory, too
as that's a really cheap/low amount of memory to have to deal with
a good CPU with plenty of cores and 256GB RAM, done
swarm is already for smaller deployments IMO
k8s isn't exactly lightweight on node requirements
honestly if you have one server and need container orchestration
alright* i mean
imo kubernetes is great if you have more than....3 servers
he is an actual cat
obviously, i am an actual cat
night my client uses k8s pretty well across an AWS VPC with a few hundred servers
^
k8s is great
also i've worked on Big(TM) systems for so long that a few hundred servers is a small deployment
whoops
Yea how the flip do you even do whole VMs across physical devices. So if I order a xxxGB AWS that means I am not situated in a single machine but rather bits of it is in 10's if not 100's of machines?
Eh this company isn't small by any means
Biggest mortgage company in the US I think
Friendly: w a t
Definitely biggest digital mortgage company
no you're definitely on a single physical machine if you get an ec2 instance
your instance is just live migrated if a host needs to be updated
are you perhaps considering reed-solomon encoding?
I was working for Rabobank but quit because they're all retards and now they got bought by a different bank lmao
he's not talking about ec2
s/considering/thinking of
Correction, <night> are you perhaps thinking of reed-solomon encoding?
Reminder that if you see Sunday as the first day of the week you should reconsider if you're really smart
oh is he talking about S E R V E R L E S S
technically friday ends the week
he's talking about the conversation we were having earlier about deploying shit across multiple terabytes of memory
@void void are you German?
@worn ember why
Rabobank
heh
no I'm not German
Sunday is the first day of the week in the US because US, but Canada has no excuse
@void void isn't from any country
They are saying that AWS/Google/etc are deploying VMs in multiple machines. How do you even do that and how does one system know what to do and the other one catch up and etc?
he's a free-range human
^
He from under the sea
Rabobank is global though.
Also wtf is this nick
Friendly: you just deploy the same image to multiple machines?
@acoustic pilot first day of the week depends on the people here, just like some people use the US date format
i don't understand the confusion
my calendars all have monday as SoW
They went to California, renamed (in California) to Rabobank, N.A. due to laws or some shit. Then they just got bought by Mechanic's Bank 
Sunday is the first day in JavaScript
No I means they are talking about if you order 4TB VM your VM is "divvy" up into say like 10 or machines since no machine support 4TB.
@cosmic raft Ultimately I think it matters what the state uses 😃
night I mentioned how these companies treat their compute resources as a single amorphous blob of resources (CPUs, memory, storage, etc)
Or designates as "official"
According to ISO, Monday is the first day of the week
they don't understand how that's possible I guess
ah
google has been doing it since they existed probably
If it's crazy and it works it's not crazy
google invented this field
What did Bing achieve
porn
@void void no way I'll be able to find the keynote
Noce
Yeah I didn't know that creating vms out of the context of a node worked.... For example in Proxmox, I can add many nodes to give the entire cluster a large amount of resources. But when I make a container, I still have to choose with node it goes on. So I didn't understand the middleware of it allocating cross-node.... :x
but a few years ago google did a demonstration during google IO for GCP where they allocated 250,000 CPU cores in real-time for some process they were deploying
Yea that's confusing on how they even DO that. Since there a lot of logistics that have to deal with. Even load balancing is PITR for say game servers for example. HTTP is a piece of cake but try to load balance players and you may be there for awhile. Now that thing they are doing is probably 100x harder.
they can do shit like that because they basically turned their physical hardware into resources which can be shared like virtual commodities
but how is what im interested in, how did they do that, wat can i read about this to learn
how? a few million lines of code, at least
so they wrote their own hypervisor? or
In-depth whitepapers covering GCP's history and practical application
Just some ductape and some glue
they wrote their own everything lol, every part of the stack, heavily modified linux kernels, transport protocols, hypervisors, controllers etc
google's whitepapers are where they release their research on this shit
"whit papers" that'd racist
gotcha lol
idk how much you can really learn from it, but that's basically all the info the public has access to
don't gotta freak out, I'm just wondering how someone who is NOT google could reproduce something LIKE this.
you basically become a company with the same kind of resources that google has
lol
i mean to be frank, when you have to deal with the kind of traffic google / youtube deals with, you either invent a new kind of hosting or you die
And are we talking about whole entire single processes right? EG like if I really could I could have a oversized game server assuming the game server could run on however many cores right?
same thing happened with AWS / netflix
so in other words there is no way to do this (i.e., no marketable product exists) to reproduce this unless you are a gigantic organization with a fuckton of resources to R&D
¯_(ツ)_/¯
@void void if only ARK did this
correct
hadoop reproduced the technology of bigtable, but without the kind of hardware resources bigtable also has it's not all that useful
and of course by "this" I solely mean having a vm is that using the resources of >1 physical machine
and even the nI don't believe they've ever been able to reach the same performance numbers google put out in their whitepapers
I could be wrong about that though
Insane, the only way I could see this benefiting is like getting rid of MMOG middlewares since the game could just run into one of these powerhouses that literally take up ACTUAL data center racks.
I bet they just download more ram at like 1TB/s
I'm no expert on how to actually use any of these services, night probably knows more than I do, but there's basically 2 ways to write software targetting this kind of deployment: 1. specifically writing code to scale across multiple machines and optimizing for it, or 2. writing code to pretend like you actually have 10,000 physical threads and assuming the resource allocator can optimize the rest for you
They've been getting better at #2 steadily for a while, of course the speed of light is making it harder and harder to improve at the same rate
Exactly so it's getting more and more like a XaaS.
We literally can't even make RAM perform close to anything like in-CPU cache because of how slow light is, imagine sharing RAM across multiple machines
there's certainly latency issues that have to be dealt with
"how slow light is" it's the best we got tho cx
I'd assume it tries to optimize for the best
Anyone heard of Simple Karma plugin? I really like the logics of it.
I think it's a good admin tool in the admin's arsenal. Surely it would be HORRIBLE to depend on this tool alone but together if someone is being a birch your asleep (and/or your staff(s) are) then people can just neg them and you see the rating. Then launch an investigation from there if your not sure they are legit off the bat.
moderating based on karma

I get it it's sounds hilarious but come on it got it's potentials.
Not really
I neg people just because
All the time
Just because I can

I'm ashamed to admit one of the first things I ever wrote was such a pvp karma system
not surprised
why the fuck is my idea looking like this https://puu.sh/DAqHf/ed9ca02ec2.png
where is my tree view
lol
wat
wat r u talkin bout
I was paid for it at least
that was my intro to mc development
lmao
it did sql on main thread and commonly lagged out the server
it was great
Well you have to act like the customer's is riht.
(notice how I said "act like" over just "is")
To be fair, Simple is also Simple
If I get requested retarded plugins I tell the customer they're retarded
(that's also probably why I don't get many customers)
Your probably right, because a work order is a work order...
¯_(ツ)_/¯
People in the mc community commonly do this very request:
Can confirm, he does
"I need (KitPvP, Custom Enchants, Towny Extension) and I can pay $5."
"Need tomorrow."
That's not denying the request as being "stupid" it just a stupid request. Since that's unrealistic. Not because they want MineLittlePonies flying in the skies and they are willing to pay 300 dollars if it really good.
If they are willing to pay, then it's not retarded. I'll do whatever they want if they're gonna pay me fairly.
(I.e., normally at an hourly rate not fixed)
Exactly.
But all I ever get is lowballs and retarded 13 year olds in my dms asking for plugins
For a total price of less than an hour of what my work is worth
So "you're retarded" is my response
?
Though it's your project, that is still not nice. You could say things regarding like it's not feasible to do and etc instead and just close the request if they being annoying JUST to get it that X price.
This channel is bridged to IRC, not does IRC support the concept of messages being deleted
Yeah I know it's not nice
😹
But I'm not nice
So
Sometimes you may even win a customer later over that.
Simple.. stop being simple and live your life to the fullest.
EG if they expand later on knowing how much a plugin really goes for.
And be nice
shaddap bich
No u bish
bich*
U biiiiiiig bish
no u
No i say bish
no u
No u
Anyways I know people generally do hourly unless they do otherwise but I kinda not like that model since they can go to bathroom for 15 minutes while on the job and call that "bill able" without you knowing, or being slow, etc etc etc.
LOL
Seriously, it's not like it's on premise or something where you can make sure they are doing what they supposed to.
IDE time tracker. -.-
Tracks time spent writing and debugging code inside IDE
That's why you go for reputable people
That too
Lol
When youre looking for another server because you need the extra power to satisfy the hungry beast that is paper 1.14
Also here's how a flat rate works: MIN(NotToExceedPrice, (MIN(NotToExceedHours, Hours) * HourlyRate))
So pick your poison
Either way I'm getting my money lmao
I am sure some average it out or such. EG if a "small" plugin usually takes an hour they will just make that their hour's time worth and etc.
Yes listen Raicahale
That's flatrate
@Friendly breaks are part of your worktime too. ¯_(ツ)_/¯
You agree the price up front and that's it, if they get it out early, they get paid more /hour, if they get it out less, they get paid less/hour
( ͡° ͜ʖ ͡°)
phoenix i'm using your inventory gui again
cool
does pagination work now
Youre sad, phoenix
"an nao I need halp coz dum"
Why are some people bots tho
IRC bridge
I've never seen dis
Cuz they have no life @cedar herald
irc bridge because?
what's preventing them from using the discord client
it's shit
The ability to not have to use the discord client, I'd guess 😄
wow
also doesn't run in my terminal
I have a support question that isnt strictly paper related (though im running paper ofc) can someone give me a hand?
?ask

.ask
If you have a question, please just ask it. Don't look for staff or topic experts. Don't ask to ask or ask if people are awake or available. Just ask the question to the channel straight out, and wait patiently for a reply.
wtf
? isn't forwarded
tbh the bridge should just add (IRC) behind the name... the amount of people asking that is getting ridicilous
IRC <3 <3
Phoenix
I guess I can see the appeal of using an irc bridge
I really just go for my closest chat client, but wish I could stick to IRC 😦
Some people just can't get rid of it
Can show me what looks like from your point of view?
switching channels takes way too long in discord
in irc I just press alt+<number>
Seems like a you problem
Anyone here good at Python :<?
I'm just fine with clicking on the channels thx
I need to adjust my theme, I've been a bit lazy, buuuut
It's alt+{up,down arrow} in discord client phoenix
@exotic crest you'll have to switch server/guild first though
Wrong Anthony
How can i use irc
@void void for getting to the active channel directly?
?
can't jump to channel with activity afaik, but alt+{up,down} == switch channel relative to current channel
(server list off off screen because I can't be arsed hiding stuff that isn't supposed to be known about)
I'm trying to update plugins through multicraft, and the steps im finding online arent working. the 'update' option simply doesnt appear in my plugin list. the steps that arent working can be found here: https://stickypiston.co/account/knowledgebase/49/Updating-your-Plugins-using-Multicraft-Control-Panel.html
can i upload the updated plugin to my FTP files and just delete the old ones? (while the server is off ofc) and wil that continue to use my config files?
alt + arrows only switches to the next one
@golden gust share secrets
can#t switch directly to a channel
Just delete the jar and upload a new one?
or a channel on a different server for that matter
have to use the quickswitch I guess which are a lot more key presses
yes, that is what im hoping will work
Major gain of IRC is it's usage
ctrl+k is also an awkward shortcut for the quick switcher tbh, can't use one hand
or well, would need the right ctrl for that xD
WIth discord, you're stuck to a single client (officially), all of their design choices, good and bad, are forced upon you
ctrl+alt+{up,down} to switch guilds, alt+{up,down} to switch channels; shift+alt+{up,down} = switch channels that have activity; ctrl+shift+alt+{up,down} = switch channels that have mentions; esc = mark channel read; shift+esc = mark guild as read; ctrl+b = go back
but there still is no indicator which channels have messages/mentions without switching to a guild :S
I guess I could completely mute channels I don't care about or something
With IRC I can use whatever IRC client I want (And there are mmaaaaanny), could also create my own if I hated myself as the protocol spec exists (albeit, people actually following it...)
the guild has an indicator of unread, so guild switch. Then channels have indicators
I'm not shitting on IRC, I love IRC, just correcting that "there is no way" in Discord
Wait Phoenix
oh boy
IRSSI is user friendly :X
also discord doesn't have actions...
or chat colors
BUT ITALICS!
Can you see deleted msgs in irc?
Like does it delete the msgs from ur screen as well?
Gotta remember how old IRC is :D
hm, I should write a script to find messages that are deleted in discord but not in irc...
Things like the ability to delete previously sent text was but a dream
s/dream/nightmare
Correction, <electroniccat> Things like the ability to delete previously sent text was but a nightmare
In the end, it's all the same baguette and wine
oh rlly
where is your audience
eh their network is typically well off enough that one of the coasts of the US can service the US audience
but yea central would be nice
Oregon isn't even shown in the picture of ovh data centers
There's just a line heading to it
Nah idk about US, datacenter links in France were totally crazy some years ago where far-away DC's with more hops between clients and server were better performing then Roubaix et cetera
Only Vint is shown
But that was like, 2010? When they opened the first new datacenter after Roubaix
Their European operation has certainly grown
I forget which one was built first
Roubaix or Beauharnois
Roubaix
Yea, bhs was newer, I remember when they didn't have redundant fiber and a car crashed into one of their poles ;-;
OVH used to have an office in Rotterdam (NL) with Dutch support people constantly complaning about HQ in France and the strange things that happend there, lol
But that's all gone, all (EU) support is back at a central location again
That's what we all did at RNA complaining about Utrecht
Imagine not having redundant fiber to a very large multiple hundred thousand server data center
Lol, used to work in Utrecht, it's always Utrecht's fault :P
(another company tho)
There is a video on the ovh YouTube channel or one of them at least
That showed off Beauharnois
but it's outdated now because the server capacity in the video was what
Biggest group of retards
450000
EVER
Why do you think they chose eastern Canada to be the home of the biggest ovh North American dc?
Because Octave had too much wine? Seems legit.
Sorry, I'm getting a bit sarcastic about the way OVH makes choices after being a customer for 10+ years, lol
Gonna get that mad lad of a server
and then SCP 30+GB of server data from a sys server to it
rsync
¯_(ツ)_/¯
That'd be a huge massive upgrade
136.99 cad a month to get tho for the configuration I'd want
wtf is with their private networking being so slow
being faster than public is kind of the entire point
Probably because there too many oversubed servers on it? Like a shizzly ISP?
$2 extra for more than the game server could offer
but you could just communicate between servers in the same rack via the public network
lol
That or they wanna charge you more for the BW.
is $101 after currency exchange
so they make it slow on purpose?
i7-7700K vs Xeon E-2136
That still doesn't make sense
because again people would just use the faster public uplink
Yea but they get money for practically next to nothing since the public is being counted within their data center not through an exchanger.
manual verification
#paper-dev
Sucks man





hi hi
vrack is entirely seperate
in-dc traffic is not routed to the outside
@spare venture Advance-2 for Americans is only $2 more because currency adjustments
@void void gotta do the first newline to make that look good for people on the most compact discord setting
did someone ring?
https://cdn.discordapp.com/attachments/302688618755915776/476889078160424960/Steve1.png https://cdn.discordapp.com/attachments/302688618755915776/476889088289538077/Steve2.png https://cdn.discordapp.com/attachments/302688618755915776/476889100214075402/Steve3.png https://cdn.discordapp.com/attachments/302688618755915776/476889113661014056/Steve4.png https://cdn.discordapp.com/attachments/302688618755915776/476889122531966985/Steve5.png
the adv2 is a xeon. not worth the effort compared to the i7-7700k
looks like felt
like it's just glued on
hello, can i get help here?
.ask
If you have a question, please just ask it. Don't look for staff or topic experts. Don't ask to ask or ask if people are awake or available. Just ask the question to the channel straight out, and wait patiently for a reply.
oh that's not even that expensive
benadryl, which i usually get, was $9.98
but it was behind the locked case
since they're closed in the pharmacy area today
break in
lol
Hmm
I wish :p
The pondering goes on
I paid like $10 for my 1000 count ibuprofen bottle like 5 years ago that I haven't even put a dent in
will probably last my whole life
Xeon E-2136 VS Overclocked (to 4.7ghz) 7700K
Don't be so quick to assume
There are other factors at play than just raw clock speed
do those not go bad? @ancient bolt
$37 for you mayb
as in less effective
It's a $2 difference for a bit more
even if the difference is marginal
No
My friend who would be buying it
Is American
$99 usd vs $101 (because of currency exchange)
$137 Canadian dollars is $101 United States dollars

they means the conversion rates
tl:dr; is he's paying with monoply money
beat it, ec
monopoly money?
But @cedar herald some credit cards will tack on an additional %
for coversions.
Usually 3-5 %
My friend wouldn't be paying through card
yes
Yes I did
I thought that much was obvious
I even said it was ovh canada
and no
backwards currency? wat
That's like saying every member of the European Union should have a different currency symbol
That makes no god damn sense
Apparently to you if a country other than the us uses the $ sign
It's bad

₱ is bae
@void void I prefer Ξ
$100 United States Dollars
$100 Canadian Dollars
₱ masterrace
@static badge do you choose when you act retarded or does it come naturally to you?
both
Both, I think
mfw
Mostly the latter, however
he's not the moron here lmfao
anthony is the moron here yes
$2
this is a new level of "uninformed"
@exotic crest are you trying to say those xeons are better for minecraft? cause they're not..
Again with the wasting of money
the endowment pills?
My friend whod be buying it is american
no barty
i don't need to
i just bought these, don't need to buy more until i have none of these
besides, amazon will probably be more expensive
bloody $25 minimum order
too bad we don't have aquifer's forums anymore
you guys are talking to kash, the man who bought a label maker because label maker
you could get a killer deal there
@void void i figured out why he bought a label maker. have you seen how many labels he uses on GitHub?
😁 @unreal quarry
did u finally figure that out billy? 
wtf
@static badge i realized it the other day when i was washing my motorcycle. idky i thought of it then, but was like "huh." then moved on
lol
is that a real issue or is it a meme now
no
just put a copypasta in a label
anyone want to play cah?
yes
https://pyx-1.pretendyoure.xyz/zy/game.jsp#game=51 password is kittens
anyone noticed the hytale hype died down? they even stopped doing their weekly blog post.. hmmmm
cards against humanity
when you're the card czar, like you are now, you choose the best card of the ones above
when you're not the czar, you choose one of your cards to fill the sentence
is that the adult one, kash?
yes
cause i like playing the adult one and seeing how dirty it can get
it's not only adult stuff
but there is some yes
@spare venture https://s3.amazonaws.com/cah/CAH_Rules.pdf
jesus christ
ignore gambling/house rules
you gotta pick 2 now
admin of the site disabled it
yeah, click one, confirm, click other, confirm
renamed to #games
Holy guacamole my old PMC account: https://www.planetminecraft.com/member/brianhernando/
View brianhernando's MC profile on Planet Minecraft and explore their Minecraft fansite community activity.
S T E V E S P I N
Goodness, REDSTONE LEARNING PROGRAM lol.
I honestly, cannot remember doing any of this.
Then again I was 8 years old at the time so I guess some is forgiven haha.
Actually I do remember steve spin and redstone learning program. Somewhat. Feels like such a short time ago but then again such a long time.
I'M SOLD!
latest information
Give me one second.
It's old enough that I'm using my mother's email, wow.
then again I was 8 so that was.. a tiny bit.. illegal
if I did, that is.
My PMs are a goldmine
BARTY
@spare venture
LINK.
Somehow my playerbase has gone from most active in midday to most active at night
huh
https://www.youtube.com/watch?v=2KEQCudRqbY | I have no idea how I got here, but I did
I got loads of comments on a previous video about how Canadian banknotes smell like mable syrup. I didn't belive it so I attempt to disprove it in this video...
(DiscordBot) Does Canadian money really smell like maple syrup? With Matt Parker - length 21m 25s - 4,011 likes, 72 dislikes (98.2%) - 189,720 views - Steve Mould on 2016.01.18
@golden gust why are you being cat
meow
just smashing his face into the side of his spot
he usually only does this for like 10 seconds
ur cat is retarded
said the furry weab
furry weeb
#adorable-pets safe place for cat pics!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! abuse of catto not tolerated.
@cosmic raft !!!!!!!!!!! fix it!
lmao why is spigot's irc having such issues
simpleauthority: ?
it's either my host (possible) or them, but I just noticed a dc again and they just had a netsplit yesterdar p sure
and possibly the day before, too
@golden gust TLDW, but canadian money absolutely smells like maple syrup
I don't understand the deniers
wtf is tldw
too long didnt watch
retard
retard
retard

no u
hey @merry talon I thought your name was Sweep Yo Face bitch, not Sweepy O Face
disgusting
who said it was the latter
mfw sweepy calling others retarded
mfw the most retarded one of all speaking up
IFunny is fun of your life. Images, GIFs and videos featured seven times a day. Your anaconda definitely wants some. Fun fact: we deliver faster than Amazon.
yeah that's u
Unpopular opinion: Calling someone "retarded" makes you seem like you're 11 
u saying that makes u look retarded u know
Unpopular: caring so much about the words people use and trying to call them out for it makes you seem like you're 11
Implying
I'm just trying to help you all not sound so dumb... But whatever.
dumb in your eyes*
k
personally I view anyone using the term retarded as a legendary human being
.retarded
(Korobi) Rick & Morty - Retarded - length 34s - 29,004 likes, 498 dislikes (98.3%) - 3,049,263 views - three14 on 2014.03.25
fucking allergies
Rained the last two days here and it's help keep the tree pollen down a little
But I think it will come back with a vengeance because it's been so dry
Note this is NOT real I am not saying that herobrine is true I think he is a myth Its just a story I made up Enjoy D Chapter 1 Starting I was searching around for some games I was bored I wanted to do something then I stumbled across a game called 'Minecraft' I thought it wou...
lol
the writing is pretty good for a 9 year old
2:30 AM in the MORNING lol
ok
ur retarded
kashike merge my shit
kash merge my shit too
not after that
.rekt
☑ Rekt750
.rekt
☑ CorREKT
coreprorekt
the worst part is
I couldn't decode it all, it was quite hard.
@cosmic raft ur not retarded, ur cat bud
I dont think that was bait
just retardation
thru and thru
idk kash uses php
lul
i use hacklang
i fucking used the wrong name but the wrong name existed too
hack is apparently php with types
chapter 5?
Spawn killed him for about 1 month
Lowered his health to about 1 billion
This entire this is pure comedic gold
Goodness gracious
what the fuck is wrong with you
Love that favorite button
Mine that diamond button
and SMACK that subscribe button
love that favorite button
you were saying to smack the subscribe buttons before the youtubers
og
o. g.
Nothing other then this Its a not so complex thing but I made it just for fun Its a steve spin when you go on the first pressure plate it teleports you again with tp p 4 0 0 then it has different sides of the steve head look straight then it works fully 100 Now you have the o...
Also there's that.
The entire thing is worth a read tbh, it's just so many twists and turns, better than Twilight.
kash: TRIGGERED
https://www.minecraftforum.net/forums/mapping-and-modding-java-edition/maps/1521760-sur-oceanblock-1-3-2#c1
made this when I was 12
Hello! This is my first post!
Sorry for translation, Google Translate sucks!
I created a map called
OceanBlock
The map is based on the famous Sky...
I have a minecraftforums account with 5000 posts
Comedic goldmine, every post is.. from a literal 8 year old so you have that.
See that's pretty good Ian.
What a shame mcf is going away, at least it's getting archived so I can still save my cringe for later.
There, if you'd like some extreme cringe.
2015, still got the same computer ;c
I've considered wiping all of this from the face of the internet but I like looking at it from time to time
Don't delete your old stuff. I deleted mine and I regret it now
Gotta admit this is some advanced tech support 👀
Choose your own Tech Support. I'm trademarking that.
lol
I remember deleting something else of mine and regretting it later, I forget what.
oh yeah, Wynncraft forums account.
3500 posts there I think.
Yeah, no kidding haha,
I deleted old screenshots and videos
Then I wiped it and I really regret it. Considered asking if I could get it back ;p
screenshots with old friends in servers and stuff 😭
holy fuck bukkit is 🚮
lol
ur 🚮
on this blessed day, we're all 🚮
deprecated an event, says "use the other event", other event isn't even fired for this
git blame it 
on this blessed day, we're all put litter in it's place.
bukkit still exists? I thought they kicked the bucket long time ago
which event
portal exit?
EntityCreatePortal is deprecated
Also bukkit is still around. The bukkit team isn't a thing though.
but PortalCreateEvent isn't actually fired when enderdragon dies
which EntityCreatePortal was
now there's just no event for it at all
Bukkit's the name of the API.
Spigot team manages it currently.
Same with extending InventoryHolder.
You're left with comparing names (which is a bad idea since players can rename inventories with anvils) and storing the inventories in a list/set (which is just unnecessary)
EntityCreatePortal is never fired from my src
And you still can extend InventoryHolder and it works fine.
I've known about bukkit since 2012 and still don't know the differences between Craftbukkit and bukkit
go look at 1.12/1.13
they literally just deprecated entitycreateportal
although
CraftBukkit is a server that implements the Bukkit API
Spigot's a fork of CraftBukkit @old badge
it is not fired if the enderdragon dies
PortalCreateEvent isn't specifically
go report to md69 
ur retarded
implying it'll be fixed
threaten to move wg to paper only 
fix in paper then
no report it to md69
fuck spigot's bug tracker
LUL
that's some monkaS
how do I search for shit in the stash
oh
the dark orange search bar on the orange menu
yeah ok fuck you too
Holy shit.
I guess I can't use the stash
My fiance almost roped me into watching another fucking romcom
I convinced her to watch Shaun of the Dead
This is unheard of
.g Shaun of the Dead
(DiscordBot) https://www.imdb.com/title/tt0365748/ -- Shaun of the Dead (2004) - IMDb: "Simon Pegg and Edgar Wright at an event for Shaun of the Dead (2004) Simon Pegg and Nicola Cunningham in Shaun of the Dead (2004) Shaun of the..."
I swear to god if it's refusing to let me search because it can't fucking find an avatar
everything's better at the winchester
doesn't md have like a 20 year old stash instance
I'm not searching the jira I'm searching the stash
yeah in that case I'm having issues too
i wanna know what CB does after it calls the blockbreakevent
find usages in IDE
I don't wanna set that up though
if you have a Paper clone lying around, that'd be easy
I don't, I'm too retarded
guess ur screwed then
what else is new
git clone <paper thing> && cd paper && ./paper jar
fine
make him suffer

at least its not js with 500mb of libraries

Oh yeah I brought that up once. People thought I was funny for suggesting not having more than 2,000 dependencies in a project.
u sure
I'm fairly certain I brought it up once, yeah
Yeah it just seems odd that it piles up so much
the problem is
Especially when a lot of libraries are simple things that could just be implemented with a few minutes of time
in the js world if you implement some kind of logic over 3 lines u make it a package
and then when you download then
that
it comes with all the github bullshit
docs and readme and screenshots
isEven
relies on
isOdd
which then relies on
isNumber
The amazing world of dependencies.
And they all have millions of downloads.
Welcome to js
You're clearly new
gkt CDN by jsDelivr - A free, fast, and reliable Open Source CDN for npm and GitHub
Smarty
Compiling Proton howto needed for Ubuntu
Closing as this feature request is too generalized to be actionable.
How is that not actionable? The desired action is for them to create a howto for compiling on Ubuntu.
🤔
TOO GENERALIZED
How though. It's a specific thing they want for a specific platform.
I'd understand it being too generalized if they just said please add build instructions
I hate how javascript is always having a new flavor-of-the-month framework
better than java being the same for 2 decades
Except every js framework is the same shit with different face
There are no new frameworks that are worth using for the last few years, lol
Go Vue or go home
svelte is relatively new
but yeah vue or bust
biggest issue I've had with that ecosystem is unreliable and convoluted editor support
yes its a dumb slogan
There's a riot happening

