#general
3141 messages · Page 1012 of 4
not a fan of js just because of the fact its not type safe, TS solves a lot of those issues
o hi
👋
The NPM ecosystem is more of a PITA on Windows than the Maven one
(gradle is using the same ecosystem, just a different build tool)
You're way more likely to run in to modules that are Linux only or Linux+macOS on NPM and a lot of the surrounding tooling seems like it only works on Linux because that's what their CI and servers use, otherwise it'd be macOS only
Well, that's why sane ppl only use that ecosystem for fronted stuff, where it's much less likely to run into such issues
I don't know how good node's built in file watching is these days but back in the day it was complete garbage and the only widely supported and well functioning replacement only worked on macOS
Because file watching was pretty much always just used for the --watch mode on dev tools and people only used that on macOS
Also hi, I'm a full stack TypeScript developer who used to develop on macOS but moved to Linux this year :P
We use watch for webpack/Vue cli for hangar here without issues on multiple platforms
I think JS/TS on the backend makes more sense than Python or Ruby
I use win10
The one undeniable advantage is that you can use the same language, tools and libs for back and frontend
didn't recommend js over java
Yeah I think these days --watch works everywhere but is just less efficient
But I haven't looked in to it to say for sure
also getting into java
Everything files is inefficient on windows 😂
on windows
is a workaround
since you have to setup the global variables
yourself
No you don't, if you use the installer, just like on any OS, lol
for the jdk?
If you just download the binaries in Linux you gotta setup your env vars yourself too
Do you still have to define JAVA_HOME yourself when you install the JDK? I thought that was fixed in JDK 6 or so
Yeah if you install it via msi it will do everything for you
they set it themself now if you use the installer
It's okay, that was only a decade ago ;)
It's just that not everybody uses the installer
I dont, I also have 10 different jdks on my PC, so there's that 😂
Well, java != Oracle
oracle bought it
IntelliJ is one of the best IDEs for any language
Java is gpl
But efficiently writing Java does seem to lean more heavily on an IDE
also java has such a big community
I feel like I used to be fairly productive with Python and C with just vim, gedit, etc but for Java I needed an IDE
then why is everybody you find on youtube for java, indian
Although that might just be because due to not having an IDE I learned those languages better and for Java I just lean on the IDE to remember things for me
Yeah, I bet you would be more productive once you learned clion and pycharm
I do Python things in VSCode or IntelliJ these days so... close enough?
i did java only in my first 2 semesters in university, immediately moved to js after i was allowed to code in whatever language i want
CLion only works with cmake which makes it useless for most projects
back in my day
I definitely have to lean on the IDE intellisense or have to dig in the documentation every time I do Python these days so yeah, I think I just never had to memorize Java things so I just didn't
This is a good point, unless you have file size concerns you should just always use Kotlin
I don't like kotlin :p
And let's be honest, you're writing in the JVM ecosystem, file size isn't a concern
Oh, and proguard can probably strip out most of the overhead from shading the kotlin stdlib
and almost no more NullPointerExceptions

I will continue to use Java instead of Kotlin for all my stuff

If you have tons issues with NPEs, I would question your ability as a dev, not suggest you to use a different language
Lombok is worse than kotlin
kotlin is cool but why switch? java too works fine
lombok is also a different language, it just doesn't change as much
Avoiding NPEs with Java requires a lot of wasted cycles on defensive coding or annotations and tools that understand them which is also basically another language
or just sane nullability annotations to begin with
I just said annotations as one of the two options?
if i do smth and the method goes "YOO this is @Nullable", theres no wasted cycles nor "basically another language"
javac doesn't care about your annotations though, java+nullability annotations requires a different tool
Anyway, what would be even more useful is a JVM language that has a readonly type modifier so you can pass a Foo to something expecting a readonly Foo and know that there is no copy made but that thing can't modify what you passed to it
dang, did discord just recently add this view server as role thing?
super nice for testing permissions
Pretty recent, yes
PaperMC is dummy thicc
@jovial dew mmh?
k

New article from Aleksey Shipliev I think all of us should know about: https://shipilev.net/jvm/test-your-memory/
I've seen a lot of people with JVM crashes and a lot of them probably have bad memory
its 3 days old
get off Discord and serve the customers @zealous knot
i got a day off loser
@vernal moth why you hatin on nodejs
node with a modern env is really a pleasure to work in, its my satisfaction at day job
I have our code almost looking the same as java lol
I have our code almost looking the same as java lol
might as well just use java then ^^
but it was mostly a joke, even modern php code can look good
yeah you cant introduce java into a large team of people who dont know java and an operations team that doesnt know how to deploy or manage java
that would be the biggest introduction of a SPOF the company could do
you haven't been productive in like the last 2 years
I don't have my hopes up for you just yet
You haven't been productive in your entire 13 year long life
fuck, I have been exposed
Node is icky and gross unironically
Aikar can you say something smart in retaliation ^
chews prob talking about some internal java class like Map.Node
my coffee needs to brew a whole lot faster than it is rn
greatness takes time
^
fuck ruby all my homies hate ruby
:pepelaugh:
chew does 
like, im not aware of a single thing ruby is stronger than alternatives for?
yeah might as well use python
or if you really insist on using ruby syntax, use crystal
Talking about Pokémon? 
wow thats annoying
Ruby on Rails wasn’t as good as Kanto region
Damn is discord getting more aggressive about pushing nitro now
yeah i don't even have nitro classic available anymore lel
^ they are A/B testing that. i fucking hate them
right
might as well use irc
Matrix 👀
you can easily build a client that provides the same experience as discord on top of matrix
element.io's communities are close but not yet there
last time i used matrix it was unusable, could be because the homeserver or whatever they call it just wasnt managed properly or smth idk
matrix.org is unusable as fuck yeah
it was never unusable to me lol
but setting up your own homeserver is what you should do
when did you use it, before they publically announced the project? xD
to get usable matrix experience
i tried matrix.org and owo's matrix servers and they were fucking terrible unusable pieces of shit
what part of it? because I never had issues lol
e v e r y t h i n g
set up my own homeserver, everything works ok
except more homeservers try to connect with mine, more slower it gets
maybe they just didn't get hit as hard at certain times 
I mean... that's kinda expected if you use sqlite
with 2-3 users >_>
yeah you should use sqheavy
on sqlite it was slow as a snail; on postgres... well it's a turtle
better but not too much
at least it can handle 20 users and 300+ servers federating with it ok
¯_(ツ)_/¯
really depends on the server implementation I guess. last I heard some people were working on some alternatives
if I understand it correctly the original implementation was basically just a proof of concept for the protocol and shit xD
sqlite is fine for reads, its performance will depend on your write behavior
however they are working on concurrent writes too
just use redis smh
I assume you where trying the Synapse homeserver one? or did you try one of the alternatives: https://matrix.org/faq/#can-i-write-a-matrix-homeserver%3F
i run synapse
I guess for actual usage that's the safest one to run atm xD
but it has the ability to sync to disk!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! /s
or flush to disk whatever, finally got my coffee
brain will be on soon
in memory datastore not really for persistence so i guess like short lived K/V storage. but it also does message brokering and some other stuff
ephemeral is the word i was looking for
ephemeral data
ephemeral meaning it doesn't persist?
well, ephemeral data is data that's entirely ok to lose, like a cache or something
(DiscordBot) https://en.wikipedia.org/wiki/Apache_Cassandra -- Apache Cassandra - Wikipedia: "Apache Cassandra is a free and open-source, distributed, wide column store, NoSQL database management system designed to handle large amounts of..."
that's far away from what redis is
oh
When you do freelance, what's the nicest way of asking the customer for an alternative payment method
I'm not old enough to use PayPal and my parents discourage me from using it, but instead I have Cash App, Venmo, etcetera
"I'm not able to use PayPal but I can use <alternatives>. Please let me know which works best for you."
I don't have very good communication skills
short answer don't ask, tell. if they can't, then you can't do the job. cut the contract
Ok thanks, are you simpleauthority by the way?
yes
cool, nice to meet you too
short answer don't ask, tell. if they can't, then you can't do the job. cut the contract
@potent fossil Yeah I just feel bad for like accepting the job and making them close off you know
There could have been other freelancers worth a shot that they turned down because they accepted me
yep in the future don't accept before you've discussed how payment will be handled
that should be point numero uno
Yeah we discussed that it would be 50% and 50%, but then they just asked for my PayPal email
Yeah, unfortunately if you don't pre-specify which provider you plan to use paypal is almost the default especially in the US, so if you can't use it you need to put that on the table as soon as possible in the convo
btw Venmo is paypal :p
I thought they were just owned by PayPal
i mean, same idea right?
say that you can only accept crypto currencies due to your ideological believes /s
Yeah I think so, I don't really know
I'm not allowed to use PayPal but I can use Venmo
if you can't accept paypal, i wouldn't freelance in the mc community
i've only had 2 clients pay me with cryptocurrency ever
hundreds of other payments with paypal
What about just in general?
yeah, unfortunately most stuff is on paypal. sucks because their fees are insane but most wont do crypto so its the only way to get money from a country on the other side of the world
outside of the mc community or in general, bank transfers
freelancing outside of the MC community has always been wire transfers directly into my bank account
but I had people pay in BTC, LTC and Ethereum before so it does happen ¯_(ツ)_/¯
but paypal is extremely prolific in this community ;p
I wish I could use bitcoin lol
nothing stopping you, lol
Don't you have to be over 18?
bitcoin doesn'T care
there is no goverment behind it
there's no age limit on crypto
there is no age limit
crypto is just internet cash
(any crypto)
getting bitcoin however or exchanging it into fiat currency is near impossible under 18
what might have an age limit is the trading sites
(of course obtaining it can be hard if you are under 18)
unless you know someone
but the wallet itself is open
How? When I tryed to register on coinbase.com, ehhhh
It was asking for identity and stuff
before covid you could always buy it with cash
there is no age limit
true but most exchanges have Know Your Customer policy and I doubt many people in the mc community would have crypto wallets due to that
due to laws and regulations
trading sites operating in the US require you to be 18 for anti-terrorism laws
if one is serious about crypto then they wont use big exchanges anyways
if you want to exchange fiat to crypto, ask someone to do it for you
they will if they want fiat
lmao
I still have untainted coins lying around for the eventually that I need it
im pretty sure it's 18 as well in Philippines however crypto is only used by tech enthusiasts there. anyone else would not even consider it at this point
Should be using mixers or monero and then convert but then you lose the amount of fees
Where do I get one of the bitcoin addresses without being 18?
freshly mined is always best imo ;)
And is it literally just like an online wallet? How do I use it to buy things, etc
renegade: you download a wallet (e.g. electrum)
I don't really know much else
renegade, you're not really going to find any use for bitcoin
the store has to support crypto
you cannot exchange it into fiat without someone exchanging it for you
and no, you should not use online wallets, use a local one and store your restoration seed offline
and most stores do not accept it
What's fiat?
$
otherwise your shiut is going to get stolen
actual currency you can use
I thought bitcoin was money
fiat is government issued currency
yes but most people don't accept bitcoin
if it doesn't you have to sell the crypto for fiat (backed by physical stuff i.e. gold like USD) then use the fiat currency
USD is not backed by gold lmao
trading
fiat does not mean gov issued, it means backed by physical commodity
Uhh
buttcorn
You trade bitcoin with other people's bitcoin?
yes
here we go again...
crypto is 
oh wait do i have that literally completely backwards
1 bitcoin is like $10000, the other day it's $11000 or $9000
technically it's a signed token and due to its nature some people give it value
yea ignore me i had that sentence entirely wrong
:)
pasted it before reading what you wrote lol
I should always put this site on my fourth monitor lmao https://fiatleak.com/ 👀
Hmm ok
So I looked it up
Apparently you can use bitcoin for a lot more than trading
In my country at least
What else is there?
ethereum, monero, litecoin, whatever
How do these even start?
lots of other coins using the same basic concept with slightly different mathematical algos
Oh bitcoin is the most value out of all the internet currencies then?
a lot of those coins are ERC-20 tokens on the ethereum network
someone creates the
you can literally just start your own by forking the program on github etc. and changing the values
that's how most were created (and failed)
it really depends on how good your coin's features and your marketing skills are whether or not one succedes
some companies also use it as an alternative to traditional stock in order to gather money from "investors"
What's the benefits of using ethereum over bitcoin
What is a smart contract?
.g ethereum smart contracts
(DiscordBot) https://ethereum.org/en/learn/ -- Learn about Ethereum | ethereum.org: "Smart Contracts. A “smart contract” is simply a piece of code that is running on Ethereum. It's called a “contract” because code that runs on ..."
if you can't mine then keep an eye out for airdrops. A lot of the new cryptos will occasionally add small ammounts to random wallet addresses to jump start their network and get people interested
well, bitcoin can do the same. it's just that ethereum started with the goal of being fast and enabling smart contracts from the beginning
bitcoin is just the oldest and most "stable" of them all
.g uniswap airdrop
xD
(DiscordBot) https://www.coindesk.com/uniswap-defi-buzz-uni-token-airdrop -- Uniswap Recaptures DeFi Buzz With UNI Token's Airdropped...: "Sep 17, 2020 ... Uniswap's governance token, UNI, which was launched Wednesday night, has been on a roller coaster ride in the past 24 hours."
Oh so you're really interested in crypto?
They're all shit currencies
i use crypto
people give away free coins to promote their coin in the hope that people will actually use it
you get really lucky and hop on crypto bandwagons and then they do airdrops of cash and then you can sell it for fiat and profit lol
How much do you think you have in on crypto right now?
it isn't no
Ah yeah sorry that was probably a personal question
That would imply that 4k airdrop was probably more than half of it
oh no i cashed out that airdrop
lmao
was on my bank the day i got it
@cyan nova > i save my money in it
https://compound.finance + DAI
I'm still sad I never got to be a dogecoin millionaire ;_; only ever got 100k doge xD
When you saw that air drop did you cum a little bit
very
makes more sense
I just don't see the point, none of them are very good at anything except buying drugs, paying ransomware, and getting scammed with no way to recover
yeah you'd obviously not save your money in some shit coin lmao
smartcontracts are interesting
er, smartcontracts / dapps
Banks are more reliable and usually faster and cheaper too
What crypto are you currently investing in?
ethereum, used to invest in chainlink where i made a bit of money
Banks are more reliable and usually faster and cheaper too
anything centralized is by definition not reliable
can banks transfer money in 5 minutes across the globe? for 1ct I think not lol
phoenix616: Yes, no problem
then why wont they do it for me? xD
how
lan server or real serevr
because my banks even block transactions from foreign sounding names in my own country lmao
Also unless I missed something bitcoin fees were getting expensive as fuck
only if you want it to be really fast
What's your main cryptocurrency Michael
ethereum
you can have a transaction for 15ct in under one hour of couple thousand bucks worth
So should I ask for payment in ethereum?
no
Because of smart contracts and whatnot
the attack against the bitcoin network which increased the fees a couple years back is long past
you're under 18, you need an exchange to exchange your money to fiat
you wouldn't have any use for your money
it's unlikely your clients will have ethereum anyway
and that
Yeah they told me they can do any primary cryptocurrency @cyan nova
I found egifter.com @twin lagoon
just use bitcoin then, it's the most well established and you can just exchange them ¯_(ツ)_/¯
also don't trust random websites that claim they can sell you shit for bitcoin
(or other crypto)

Then it gives me results of the website being returned on reddit
¯_(ツ)_/¯ just note that you can not get your money back once you pay it lol
(DiscordBot) Is Egifter Safe and Legit? : Bitcoin - 6 comments, 0 points - masterdadd, 4mo ago
also have you never heard of people paying for good reviews? 
But it's different on Reddit
no? lol
vote manipulation
But
reddit is a cesspool of bought comments and vote manipulation
Well dude
The redditors have long history on their accounts posting in a variety of subreddits differing from money to real life things to video games
They are backed by entirely different personalities
yes, these accounts cost 10-100$
And it's multiple reddit posts with commenters of all different types of backgrounds like this
reddit is fun but it's not democratic or unbiased by any means. Cross check with other sources
just don't believe everything that you read on the internet ¯_(ツ)_/¯
depends on the activity and karma count
To scam some kid for a $20 gift card
it's not just you and $20
people farm karma on r/pics and r/funny just to sell their accounts xcD
buttcorn
be careful with what you do

transactions are irreversible
If you're sending money to someone with the same bank it's basically as fast as the bank wants it to be and free, if it's a different bank you can do it via ACH and it's usually free but can take a couple days or you can use Fedwire and it'll happen instantly but costs like a dollar
Is all you do is trade Michael?
i don't even know how to fucking send an international payment with my bank
without transferwise
it's such a pain
Bitcoin transactions technically cost more and take longer than a transaction through Visa, for instance
that's one of the main reasons why paypal is so big: they do instant transactions all over the world
Also, Bitcoin uses a shitton more energy than Visa, just saying
and is a lot more secure than Visa, yes
Visa the credit card company or the cryptocurrency?
Not... really
The credit card company.
that's because paypal is a fake and shady financial institution that will run with your money
anyway
If someone rips me off with Bitcoin I'm fucked, Visa can undo it and give me my money back
nobody can steal my bitcoin, Visa can just close my account and take all my money 👀 it's a trust issue
Bitcoin is better for the people who collect the money because you can't take it back from them but I'm usually not those people so fuck those people
besides which small seller directly accept visa? Oo
doesn't that like cost a bunch to be able to do that?
freelancer doing minecraft plugins xD
ok yeah no
so yeah, either use paypal or crypto. there isn't really an alternative
It's not that bad to register yourself but things like Square are much easier and don't add that much on top for the transaction fee so people just go with them
It's not that bad to register yourself
although i agree
it's just not something that matters
people won't register
paypal is just dominating the market
also I personally just like that I can mathematically own my money ¯_(ツ)_/¯ (not just legally insured up to a cetain maximum)
I pretty much only buy things from Amazon and places that use Paypal so yeah
I have more faith in the legal system than in software
Why? I write software :P
so you would be okay with loosing all your money above 10k because of a software error in your bank? xD
FDIC is $250k
that would be solved like immediately
also cryptocurrencies are based on mathematical algorithms, not just software...
well good on you then, lol
pretty sure in Germany we only get 10k€ instantly and then maybe some more money later once everything was cleared up so that could be a couple years
Oh, and if I forget my bank password my money doesn't disappear into the void
that can be seen as a good thing or bad thing tbh
It's only a good thing that your money can vanish if you're doing illegal things and need people to not find them :P
I don't think it can be seen as a bad thing unless you're some kind of international criminal
also if you forget your bank password it doesn't matter anyways, anybody on the whole planet could just transfer your money away anyways
I have more faith in the legal system than in software
Trusting arbitrary rules and flexible morality of corporations over science and maths
phoenix616: And if that happens my bank can undo it
I don't know what kind of banks you guys have, but in my country they are regulated lol
remember that backdoor the system behind every european bank had where you could just transfer money via an un-authenticated api query? because I member lol
If someone gets your wallet you just lose, no chance
that's what a password is for
which don't do shit
its a single point of failure in your case
you don't need a password to make transfers
with crypto you can't make a transfer without the password
My bank does send me requests for unusual activity and lock my account until I respond that it was okay
that's like saying "cash is useless because it could burn or get stolen"
Yes, that is in fact why banks exist
so why aren't they able to protect the money while still allowing me to own it like crypto does?
legal ownership means nothing when your legal system is failing or you don't have the money to get your money back
Because that strict ownership you're talking about makes it impossible
it literally doesn't
You'd need to centralize the network so transactions could be rolled back and then you're just burning CPU on an inefficient bank
you can just use a multisg wallet with keys that you share with your bank
it's a solved problem
I don't want transactions to get rolled back
..but you still have the wallet
one signature is worthless, sweepy
in a 2-in-3 signature wallet you need at least 2 of 3 to do any kind of transaction
If you don't want transactions to get rolled back then you don't want what makes banks better
one could be hold by you in your active wallet, one in a vault and one by your bank digitally
you can delete the wallet without it being a transaction
(and of course you can use any kind of number of keys if you believe that that is usefull for your usecase)
or lose your signature
its even worse if you have multiple and just need to lose one
that's why you have backup signatures and not all of them are required if you decide to not require all of them
nobody forces you to do 2-2 with your bank...
that would be stupid
What is the point of doing 2 out of 3 multisig with a bank where you own 2 of the signatures? What does that give you that just having a normal wallet doesn't?
the security that someone can't just steal my key and password from my PC because they would need access to the bank's key too
tl;dr: it may be cool to "own" money mathematically, but there's many fraught issues
the bank could still do stuff like verify my login or the tpye of transaction
but they can't block me as I could always just get my backup key and transfer all my money if I wanted to
But you have 2 of the signatures
but of course the backup key would not be on a live system but on a secure, physical copy
So you've got a very complicated to manage system that has zero benefit for the bank and still leaves you open to a home invader with a pipe wrench
and if you want to increase the reliability just use more backup keys or a "1 OR 3-of-4" setup
I mean nobody forces you to store it at home, could always use a local bank's vault if you have enough money to care about that lol
And why do you even need the bank to be involved by having a signature if the only thing it can do is rubber stamp anything that comes in with one of your signatures?
because otherwise someone could just steal the key (and password) from my pc and do transaction with it
If you want them to run complex fraud detection systems to flag transactions and call you or something for verification then I assume you're paying them like $20/mo for this service, right?
as I said: the bank can still control account access (via password, 2fa, phone verification) and verify the validity of transaction attempts before signing it
They certainly aren't making any interest from your money since they can't actually do anything with it
I would be willing to pay $20/mo instead of $5/mo like right now for that service, yes
what up ircers
(if it meant that the bank and the whole commerce industry supported crypto too)
Yeah, that isn't going to happen any time soon :P
unfortunately not, yeah
But you could pitch the idea to an exchange, see if they want to take the next step and be a full bank
in the current state such a setup is pretty pointless but companies doing it exist so ¯_(ツ)_/¯
already done, multisig wallets isn't something completely theoretical, lol
Sure but they're usually used for escrow
And the "bank" is an arbiter who can pick a side if there is a dispute
sure, because for most people there is no need for storage. they want to trade with crypto and haven't yet lost money due to the insecurity of the common systems lol
That's probably because most people are using it to buy drugs :P
no, most people are using it to day trade
Need escrow in case the drugs don't show up or you get a box of baking soda instead of cocaine
oh you mean they multisig stuff, yeah I guess lol
all drugs should be legal and usable under government and medical oversight anyways so ¯_(ツ)_/¯
I'm still not convinced other uses have pushed drugs out of being the majority of on chain transactions either
Trading stuff seems to usually happen off chain on exchanges and such
well if you don't want to include the transactions that exchanges do between their cold wallets
Hmm, yeah, shuffling those deck chairs might overtake it
I would also argue that most cash transactions are done for illegal goods 👀
Nah, lots of people still using cash to buy stuff at gas stations and such
It is trending that way though, cash is meh
I highly doubt that outweighs the millions in cash used for drug, weapons and slave deals but ¯_(ツ)_/¯
Oh, if you mean total cash transferred then sure, I meant transactions
ah, hm. yeah I guess the "normal" usage of small value transactions could still be more than illegal ones
hard to find statistics on that lol
(especially the illegal side xD)
Considering the fact that if you get pulled over in the US and they find $10k in your car they'll seize it on suspicion of drug trafficking I doubt anyone is carrying large amounts around to buy a car or something
but the only thing I and most people around me buy with cash nowadays is döner kebab as everything else accepts cards so it definitly declines lol
I guess my grandparents still pay everything in cash 👀
Hell one guy got pulled over driving through Nebraska on his way to move to Colorado and he had his first month rent and deposit for his new place on him in cash, cops seized that too
Was only like $3k at most
https://www.ecb.europa.eu/pub/pdf/scpwps/ecbwp1685.pdf might be a good reading on cash usage
can't cops in the US just seize anything they want and keep that? xD
I sure wouldn't mind 3k more 👀
Because that road is commonly used by people buying weed in CO to sell in the midwest
Yeah, property is guilty until proven innocent and they don't even need to charge you with anything
ah "civil forfeiture" is what I was thinking of
They need to attempt to charge you with something but it doesn't even have to go to trial or get settled, if they take you in to the station or write you a ticket that's enough cause to take your shit and then you have to go prove you weren't doing something illegal with it
maven has the dum
It's not normal judges either, there are special ones just for these cases
People usually don't even try to fight it because they can't afford it, don't know how, or they really were doing something illegal and trying to get their stuff back might incriminate them
just seize their money so they don't have money to get their money back 
Civil asset forfeiture is probably the worst part of the war on drugs
Well, second worst, three strikes bullshit is the worst
Anyway, if etherium ever gets a working proof of stake system I might hate on crypto less
But right now they are all downside just so you can claim you have full control
I mean some proof of stake coins exist already
I didn't think any of them were considered "safe" yet
I think that depends on whether or not you consider that concept safe, lol
Proof of stake doesn't solve all the other problems I have with them but at least they won't burn power to do literally nothing anymore
but burning more energy has to lead to more efficient energy production eventually! ;P
(granted it would still convert a non-heat energy source into heat which would still be an issue :S)
I wonder how much hotter the earth would be if we converted all possible nuclear fueal into heat lol
thorium reactors 
guess it's not working then
And maven kinda freaks out when you change stuff in the same version lol
It fucked up my build too
i hardly fucking slept and i drank 2 cups of coffee but im currently a living embodiment of that caffeinated skeleton meme
Yes smh
Which mob do you want to see in Minecraft? Vote for the Glow Squid if you feel like the squid in Minecraft need a glittering counterpart. Or if you just want more squid. Either way, if you are on Team Glow Squid make your voice heard during Minecraft Live on October 3rd! Read ...
chillager it is then
I'll kick everyone's but who doesn't vote for the mountain illager
maybe I'll let the glow squid pass
inb4 its only for bedrock
Game could use some per-biome mobs that are basically just reskins with maybe slight behavior differences
But there isn't enough behavior to create a useful difference without doing something major so mostly just reskins
reskins wouldnt be that bad tbh
I'll kick everyone's but who doesn't vote for the mountain illager
It's just an Illager that drops Ice Blocks on you though
That isn't something that takes a lot of time since it's almost entirely texture work
just like how dbcraft has different skins for the same mob
Unless the actual Minecraft reworks the entire Iceologer mechanics
You'd want to add a tag to the mob so it kept its skin rather than making it whatever biome they were in so there would be some code work (there would be for selecting the per-biome skin anyway but yeah)
Game could use some per-biome mobs that are basically just reskins with maybe slight behavior differences
I want the scrapped mobs that were in the mob vote with the Phantoms ;-;
and preferably rework Phantom Spawning to be less annoying
We already have some biome specific mobs, the ocean and desert zombies
Phantoms could be more interesting if their mechanics were different
I see them as wasted potential
Need some more like that, maybe the swamp ones look more decomposed and can give you a very mild poison
but still
they're more a nuisance than anything else
Mojang just add all 3 mobs please why make us vote for only 1
Phantoms were a neat concept but in practice they're shit
I'm saying this because I know unlike biome votes
Mobs that lose mob votes are gone forever
lets vote mc off next
They've said they'll eventually do all of them but so far I haven't seen any sign of that
gone forever
For past votes, I mean
They've said they'll eventually do all of them but so far I haven't seen any sign of that
@magic river#0000 that's only for biomes no?
for mobs it's different i think
so i made like 500 changes on some branch but i cant find which branch 
personally the best update for me would either be a navigation improving update or an Aether Update
nice
so i made like 500 changes on some branch but i cant find which branch :KEKW:
i really gotta clean up some branches
Navigation update?
now i want more cave variety
i will be upset if illager thing doesnt win. a cosmetic squid that most servers shun ambient water mobs, and a cosmetic cow
Aether is meh, most of it was the terrain gen which the end covers
those are like nothing for mojang to implement in effort
can you see the polls somwhere?
i forgot thats not in base game lol
it is
given their ability is 100% focused on evasion
i mean used
tru
i added it in mine not even knowing that
Empire Minecraft is a set of Minecraft Survival Servers that focuses on the base Vanilla Minecraft Server gameplay, with extra changes to make the game more fun.
hey Aikar btw I'm having another go at patching faulty Wither behaviour and wdym by adding a config for that?
I keep seeing you say add a config or something
um, im not sure how to explain what a config is
a config to keep the broken behavior or not
huh
because we have silly people who want to enable broken shit becasue MUH VANILLA
dont ask me, those people are silly
but is it ok if I don't
i like bugs
I will if I have to
no lol, its not ok

for non dupe bugs, we typically add configs
I can imagine how many people will be laughing at me lol
yes
its just dupe bugs we hold a hard stance on
"Which idiot added an option to keep a bug rofl this guy's a r@tard"
i guarantee you some technical minecraft player has built a wither killing station that uses this bug
well you'd be surprised how many plebs reee at it
someone is forcing me to install intellij on my PC and i dont like that
intellij 
how is someone forcing you, but if your a developer, sounds like they are helping you
better than netbeans or eclipse at least
actually, i have a blind kid in my backend programming classes that switched to eclipse from intellij 
i think it had to do with accessibility
netbeans is better than eclipse still lol
how? what in the world does eclipse do that idea doesnt for accessibility
I know a lot of you have waited for this… I am finally ready to share the first numbers for the #io_uring based #netty transport… While the benchmark is quite limited yet (and done on localhost) it shows the possible gains we can expect 🔥 https://t.co/J2hF6G5B5x
116
better than netbeans or eclipse at least
But i use Eclipse tho
i'll ask him if i get a chance ¯_(ツ)_/¯
sorry for your loss sherman
the only reason to open Eclipse is MAT if you dont own a better memory anlyzer
haven't really seen it's flaws yet
it isnt as good as idea feature and productivity wise
its not bad, its just that intellij is better
IDEA will make you more effecient, better inspections
I see
IDEA is all focused on Productivity
the reason i switched to intellij was cuz maven integration sucked ass in eclipse and couldnt get it working for the life of me lmao
everything it can do to help you deliver less bugs and better quality code, faster
so kind of like focused totally on optimization and productivity i guess?
sounds cool
optimization isnt a good word there, but productivity is one of the most important things in development
minecraft dev plugin is reason enough to move to intellij lol
I even have a blog article on it! https://aikar.co/2015/02/01/productivity-key-skill-development/
minecraft dev plugin is reason enough to move to intellij lol
Not really Eclipse was sort of good enough for me for Minecraft
Eclipse PHP sucks ass though
How to getWorldType() of a world ?
I have seen that method is deprecated
Pls ping me
^^
actually any PHP IDE sucks ass
its made by DemonWav
How to getWorldType() of a world ?
I have seen that method is deprecated
Pls ping me
getEnvironment I think?
no
nvm I'll shut up to prevent confusion
its an actual plugin, that deals with boilerplate and helps a load in modding
adding events to listeners is even simplier with the MC plugin
environnement =/= type
adding events to listeners is even simplier with the MC plugin
?
Alt + Insert (Code -> Generate if you're not a keybind person) -> Event Listener -> type in event name and it filters to only bukkit events, enter, adds entire method + annotation + parameter all ready for you
create a new plugin? new project wizard bootstraps entire project config for you in seconds
i dont have that
oh and btw I think I have to add a null predicate for the PathfinderGoal Aikar
you give it a name, select platform
do you have paper-api in pom/gradle?
if you only have -server thats prob why
unless you want me to make a new constructor in the Pathfinder
in one of them
it detects spigot too
there is something in module settings to flag its a bukkit/spigot/paper project, your module should have a bukkit/spigot/paper icon
oh yeah
it usually auto detects it
it only works in the right module
yep
makes sense
be sure your also in a listener when you press it
never even noticed that feature
iirc i asked for it 😛

it also shows you color previews in the gutter when using ChatColor in messages
and if you go into mod development, it gets super useful there
can look up mappings in the ide
demon was talking about adding nbt support too to view nbt files in ide
nbt is in
oh nice
hmm, was the mappings added recently?
oh wait i think the "to do" was chunk support
i dont remember having them a few years ago lol
i know
but pretty sure thats old
i used to do modding a few years ago
hmm probably missed it then
never understood how to use K9
i'd like to get back into modding again at some point
Trust me you won't Forge is pretty weird to use
unless you mean Fabric which is pretty trippy with all the Mixins
mixins are fun because you get back into the forge-style of having awful documentation
or only very limited
Forge had proper documentation if you decompiled the Mod Development Kit instead of setting up the modding workspace iirc
petition to change the mapping for the spawn logic class from SpawnerCreature to NaturalSpawner (Official mapping) xd
rare instance of Mojang mapping sounding cooler than the spigot one
do you know some plugin like this? https://www.spigotmc.org/resources/pick-locked-items.12077/
1.16.x compatible, I mean
@upper flicker didn't know that got added, nice!
aight fixed the Wither targeting hopefully it gets accepted
https://owo.whats-th.is/7X5MQqH.png
a fun game of tag
there is no /fly command anymore?
there never was one without plugins
Didnt Kenny have a Maintenance plugin?
yes
Thanks
Yo @quasi valley your Portuguese translation is kinda incomplete, it has no accents
he doesnt speak Portuguese
go do a better job then lol
so he has to rely on contributors
all done by other people 😛 https://i.imgur.com/AanYweH.png
I can PR it if you want
would be lovely!
ServerListPlus I think it's called
oh, 1.14
¯_(ツ)_/¯
apparently it's working on 1.16 tho according to reviews
serverlistplusplus
SLP works in 1.16
well there you go @void void
any good resource packs out there that highlight the ores really good for 1.16?
@next frost @marble lark yes, I've noticed it, hehe. OTOH, what permission plugin do you recommend me?
LuckPerms
would automatic mining be considered cheating 
yes
but its just playing the game, except its not you playing 
thats the definition of cheating
fair enough
my cats are being cute af up in this desk
ngl
kinda feeling the pixel 5
kinda want to wait for next year when cameras are behind the display
but kinda want the pixel 5
aight im pissed
i ordered tacos from chipotle because tacos sounded so fucking good
and they FUCKING MADE A BURRITO AND SLAPPED THE TACOS LABEL ON IT
😡
Burritos!
I guess a parent group in LuckPerms is a group which the current one inherits permissions, right?
yes
wtf is full hd+ michael?
I have sonys
A parent group is one where parents meet up and hang out while the children play.
bose now makes bose 700 to be able to compete with sony
but sony still does it better
its not 1440p michael
1.080 x 2.340
at least its still 90hz
wtf is full hd+ then
i've had my bose qc 35 ii's since they came out, had the 25's before that. had to replace the earcups once with aftermarket ones due to wear and tear. they are fantastic
more than 1920!!!!
f
finlay 
hiii michael
no XL at all this year?
nice
@twin lagoon aaa
awa
I don't need to buy a new one then
awa
uwu
wo
idk what you mean by objectives but a track is just an ordering of groups
i.e. staff track: helper->mod->admin
or donor track: iron->gold->diamond
autopromotion would be handled by an external plugin, LP just provides the perms and track facility
I want that portait light thingy
somebody make a mod for the 4 pls
Also
the chipotle near me is famous for their icy guacamole
yea the guac here is quite cold but i dont mind that
the one near me just has chunks of ice lmao
i was just mad bc i ordered tacos and they delivered a burrito. so i rated 1 star
like a karen and i got a free meal
so im not mad anymore
me to chipotle, "can I have a little." chipotle: 🪣

my p2xl is still perfectly fine, so def dont need 5 yet and spent way too much this year
a $1000 phone has to go more than 3 years lol
yea lol
@potent fossil I see, thank you, and .. what about the prefixes/suffixes priority? what is that for?
a player can have multiple groups, and therefore can have multiple prefixes/suffixes at the end of permission calculations
so the highest priority one is the one that will show
it's useful if you want, say, a staff prefix to override a donor prefix, or a donor prefix to override a normal player prefix
@potent fossil if you use uber they usually give you a full refund when you report issues with the order (sometimes partial, depends on what you complain about)
i ordered thru the chipotle app which uses doordash
(at least in my area)
wow this song is a throwback, thanks spootify
@potent fossil and how can I give a group certain permissions to promote just in a specific track?
I'm not sure if you can do that, but have you tried joining the LuckPerms discord and asking there?
You can find the link in #community-guilds
I just use itunes like a hipster (well.. I guess its apple music now)
noooooooooo my favourite pen is low on ink and the others ones I have like it are all in unknown places in my apartment
Do the summoning ritual
https://waste.cutiepie.at/r5tpc69gchs5x2yn
This is fine
I mean
Decompiling random apps, not my code
It looks cool
Who
Gotta love the basic auth via htaccess for their api calls
With the plaintext password in the source
Limp simp
the newest IntelliJ EAP is so 
well, don't know if these features were in the previous EAPs so.. 
Code with me 👀
I like the VCS -> git rename
how hard would yoinking the patch system be for a non-mc related project
what did VCS stand for anyway? Version Control System?
yes
it now renames to the detected vcs
EAP2 has this chew https://i.imgur.com/6TJTjUK.png
WHAT is that embed
holy embed
thought that said transphobic characters
i like the new project select screen though
EAP1
that was eap1
30.09 19:27:36 [Server] INFO at net.minecraft.server.v1_16_R2.DedicatedServer.b(DedicatedServer.java:371) ~[PaperSpigot-1.16.3.jar:git-Paper-202]
excuse me what, is that just a misnamed jar?
@worn ember [Auto] We're now known as Paper.

ye
link to eap1? :P
let's go
I also first learned about mavens new pom stuff via that post
gradle is bae :p
whaatttt
this is pretty cool
oh it set the sdk to jruby
now i can have white theme everywhere 👏
lol this dude sent me his log with him joining on the first line so his ip is exposed to the public
since he posted it on pastebin
I tried yoinking the patch system to another project but I guess I messed up, when I do the steps (sorta) I get ```Rebuilding patch files from current fork state...
Formatting patches for project...
*.patch
tail: .patch: No such file or directory
error: pathspec '.patch' did not match any file(s) known to git
Patches saved for project to project-Patches/
Does there need to be a patch for rb to work?




