#general
3141 messages · Page 1637 of 4
Oh didn’t read, me coocoo
or do you genuinely think plains and fields don't exist irl 
i thought they meant biomes that were not related to minecraft
which plains and fields are perfectly
Only 6:30pm here, I’m still fresh after 15 cups of coffee
it was ambiguous
Every time I read AHHH it brings me back to my WOW days… Auction House Honest Haul was spammed a lot back then
I went off of you "adding" the 3 already, and the 3 existing in and outside of mc
!ban 798876568440406046 amongus
:raised_hands: Banned username65735#5013 (amongus) [1 total infraction] -- Joshie#0001.
not your fault, a lot of people didn't, I'm ANCIENT
yeah, I'm saying I'm ancient because in the early days of WoW, there were not many games EVERYONE played....
poe lit
<-- born in the 70s = ancient
runescape, damn
i remember growing my way to richness by selling wood
I played TBC when it came out
I was a kid tho and barely remember shit
I like poe it's just too big brain for me
stayed away from MMORPGs since then, too much of a timesink lol
the endgame has some brain
lol, you mean almost every MMORPGs?
item crafting gets super expensive and requires good knowledge of that skill
again, every MMORPG
the game's currencies are what you use to craft items
"Craft" as in adjust and change item stats / lines
On an item you can change the number of sockets, color of sockets, how many are linked together, and which are linked together
anything is better than Lineage... again I'm probably dating myself
You can add/remove entire modifiers / lines to the item
You can store the state of an item and roll it back to that state, though afaik that costs one of the rarest currencies
mirror, rarest currency by far, can clone an item
rerolling the stats the item's modifiers have as well
which is all simple on the surface but doing it all in a way that actually makes sense, and works for any builds is another story
POE2 is rumored to be next year, I think
also poe leagues are cool, they'll add a feature to the game for a few months exclusive to new servers
then move the characters and items to the main servers after
fun testing grounds for new stuff, and eco reset in a way
hot
but i only got the instant noodles bc it was a great deal
i was looking at them and they were like 59 cents per cup of noodles and im like nice
then i look down and i see a box of 6 of them and it's 3.19 and im like 🤔
so i did .59*6 and it's 3.54 and i almost screamed "what a scam" in the middle of the store
so i bought the 3.19 pack of six and saved .35
sir it's not about health it's about can i, a broke as fuck college student, afford it
this is something i will need to research
so u tellin me i can save another 23 cents
Is there a plugin like Plan that tracks in game stuff? Like, blocks broken/placed, kills (by mob type), etc?
I was looking through documentation and found nothing indicating it does anything more than tracking number of player kills.
Hmm, odd. I don't have a suggestion, sorry, but that's good to know for myself for the future
The impression I had from folks chatting about it was it logs all sorts of stuff, so this was surprising to me when I finally got around to looking at it.
Bye
I had a plugin that did exactly this called statcraft years ago
had big plans to build it out into this cool platform for tracking stats that other plugins could provide their own stats and it would all render out into a webpage etc
but after a while I just let it go, never finished it
Couldn't you just rig something up to whatever grief prevention plugin you use
Query the DB
original https://github.com/DenWav/StatCraft then the rewrite that would support stats from other plugins that I mentioned, and was also supposed to support sponge, but never got all that close to finishing https://github.com/DenWav/StatCraftGradle
You can also rig something up to export to prometheus
@static badge wtf
furry
regardless of what it is you're needing to rig up, you have to listen to a whole lot of events
👀
the original statcraft plugin was actually very complete in the number of stats it listened to, the code just wasn't any good
still is a project I want to come back and revisit some day, maybe
minecraft statistics themselves store a lot of that type of information, not everything, but you could extract from what it has as well
the biggest issue is with statcraft I tracked everything by the world the player was in too, so minecraft stats don't give you that info
ah yeah right you'd only have global
not that tracking by world is a hard requirement it's just a feature that I thought would be really cool for the plugin
@@wraith trail thank you
So I was scrolled up a bit when I came back but I have to say this anyway: simple drinks Steel Reserves?
Like, when you're scraping the bottom of the barrel you can still tell yourself "at least it's not Steel Reserve"
Who drinks that on purpose? 😛
The alternative is SSH and screen/tmux
You'd need something to hook in to that panel or a plugin then, I guess
Is using rcon bad for you? Or just looking for alternatives
rcon is bad unless you're on some kind of tunnel or private network
And even then defense in depth says you should use something with encryption
A lot of servers are dumb or don't use it over the internet 😛
There's lots of security things around mc server
how the password could be cracked
Someone cracking the password is a concern no matter what you use
The downside to rcon is someone in your network path can just look at your password
Or inject commands
I don't find that very scary when you use good passwords, sure they can get the passwords, but by cracking it or brute force, probably not
Yeah, but still, that implies you have another security breach too
Of course it is true that sending those things in plain text sucks, I just think it is not that horrible
Or someone did some DNS cache poisoning on your laptop wifi and you logged in to the wrong IP
“Just because you're paranoid doesn't mean they aren't after you.”
but the inverse ig
“Just because you're not paranoid doesn't mean they aren't after you.”
SSH and TLS would catch that, some kind of pre-shared key encryption would at least stop them from being able to read the traffic
Is this something likely to happen to you? No. Would you be willing to sign in to your paypal account via HTTP or put in your credit card details on my HTTP form just because it's unlikely someone will be able to snoop on your details?

Like sure it is unsafe, but so is a lot of things, I can't imagine how they could connect to my rcon even in my dumb setup lol
I'll still use it now, unless it is widely problematic by some horrible thing, it is okay to use as it is, not safe, no, but still
you can make few things to make it safer
rcon is the part of MC no one cares about
For the longest time it didn't even actually work
I wouldn't be surprised if there are exploits in there and it definitely doesn't have some kind of rate limiting
Anything can have exploits, idk, unless someone makes it public lol
but still what else to use? few other plugins? depending on your situation
ssh + screen/tmux
Yeah but that's for those who can properly use it
For real, no one at Mojang gives a shit about rcon
Minecraft only has it because a GSP wrote the patch and was a big player in the market in 2011
If you are not that good with it, using anything like that with bad setup can still be a security breach
For I think a few years it just straight up ran the commands on the rcon thread
There is a bunch of stuff like https://github.com/phybros/servertap
Or at least there used to be
Otherwise for your specific use case you could probably get away with DiscordSRV
from discord nickname? they need to change nicknames though, a lot of people use some nicknames that aren't really mc friendly
or are using completely different one
No, but DiscordSRV can give you a private channel that is your server console and your other bot can type the whitelist command in to there 😛
REST API would probably be way safer but that's a nice lazy way if you're going to use DiscordSRV anyway
Yeah, I used it before, but I ditched DiscordSRV for EssX Dis ^^ I have console in browser, but it was nice kinda
you can have admin channel with ESSX discord too 
sweet deal if you need a keyboard
been using that forever
huh feels like longer than that
Make sure to get MX Blue. So you don't annoy your parents.
MX Green for cheap when?
MX blue is the BEST!
I just need that annoying loud click
some day I'll make myself a 75% with silent reds
yeah that's why I said some day 
Currently using MX Browns on my laptop. But I used to have a MX Green, tho it got thrown away with me. 
Nah if I'm shelling out that much for a keyboard I'm building it myself
that's 2 dinner
another project that I always want to do but will never have the motivation to save for
hell yeah
I have mx red I think 🤔 but I wasn't looking for specifically those, was just okay good
corsair speeds, they're pretty ok but not great
also kinda a bitch to get used to, the pressure of my hand / fingers gently resting against the keyboard is enough to trigger key presses
No but you ruins my day but telling me that 
No, that is an exclusively you thing
xDD
day ruined yet? 



yes, basically any pop song that's popular at the moment
tf lmao
Well I guess like that
But I was exploring some underground black metal and came across probably the singular most depressing piece of media I've ever encountered.
Anything that mentions 🇮🇱.
bruh lmao
Just ruined my whole day by writing that.

Don't ever listen to any Beatles live album then
my taste is too far gone to listen to beatles
My most sincere apologies
I CAN
NOW
So my day would’ve been ruined regardless
lol

if you want me to i'll point out every mistake you make while writing
Don't we all
I hate programming I'm just not good at anything else

yeah
should try wood sculpting
runs away
Whittling?
and programming is the only thing i don't completely suck at
bigger
Carving
I did Photography for a while, but now going outside has a high chance of death
hazmat suit
It’s ok dejay. Just watch some anime. Weeb don’t get covid
i'd go play badminton on saturdays but it's summer vacation currently so
no they play goodminton

yes i play badminton
We should play sometimes 
used to play football (soccer) but my team disbanded due to not enough players to go to the next age group 😔
when i was a kid my dad bought us kids a badminton set. we didnt know how to play so we just beat the crap out of each other with the rackets
Wait they had badminton in the 1950s?
mhm
Wow!
they even had t*nnis in the 1950s
Not a very common sport in US that’s for sure
mmmm no
I bet Billy remember the old search engine
i remember a time before computers existed
Billy used to use his landline and call a number and the nice lady on the other side will answe his question
you mean the operator?
Yes 
what does the vanilla client do if a transaction is rejected?
It felt sad
same
that must have been... interesting
i remember a time before coronavirus
it was... so happening
lmao
it really was. we had to beat the crap out of each other with badminton rackets just for entertainment
tbh that is fun
Let’s take naomis phone and pc away now
yes
You can develop on a piece of paper.
i can
and a pen
take paracetamol
lmao
Alfredo Rivera is the greatest storyteller of our time. https://t.co/vKk9liITac
21207
82694
Imagine if all stories would be told like this
Uuhm
Player unknow's battle grounds: Battle grounds?
What they smoking? 😂
playerunknown's battle royale was better
wait what
This is on ATM Machine level
Automated Telling Machine Machine
rip in peace
MSDS Sheets
Seems like everything will be done locally
Don't worry, they notify your parents.
surprised you're not in jail yet
I assume they would kick your ass for that. 
Billy runs away Galbreath (minecraft modder) threatens to kill people
just wait until you have your own kids. you'll understand
Protect at all cost.
guys please stop me
I read too many academic papers this morning and now I want to write a distributed dynamic-region minecraft server
do it
lol too late I cracked it open already
mfw billy knows me too well
even worse
its kotlin
wow kotlin hater
kotlin 
Can you make it work? Yes.
Can you make it work without issues? No.

probably better off hacking this on top of minestrom or something
iirc it didn't have any vanilla logic ootb?
so sounds fair deal
don't have to waste time on getting vanilla stuff to play nice
I will first look into the framework and then add the mc protocol
and then maybe add vanilla
but no need cause I most likely will not care about vanilla logic
I worked on hangar this week, ree
but last I checked they put weird stuff in the skeleton
his profile does say he works on 103 things
Just 103 things.
specifically 103 things
Every time he starts a new project an old one gets deprecated
nah
These are all the new improvements with PCB Motor version 4!
Get a free trial of Altium Designer - https://carlbugeja.com/altium
PCB Manufacturer - https://www.pcbway.com
Help me make more projects by supporting me on Patreon - https://www.patreon.com/carlbugeja
My Electronic Kits - http://flexar.io
My Merch Store - https://teespring.com/store...
Seems to be done locally though
na, this is definitely not done locally
one of the first paragraphs says it's only for material uploaded to iCloud
additionally, they pull the images to show to employees if they have enough matches, which wouldn't really be largely viable if the images were on the device itself instead of on their servers
ok, most important work done: debug view 😂
https://i.imgur.com/flMq0oU.png
.
Didn't know mini reads BILD
Does it implement the protocol from scratch or does it use something like minestom?
No protocol yet. Mini said first need to do the base framework.
Cool
it would be all from scratch, yeah
but first am trying to see if the proposed architecture from this paper works like I want it to
link to paper?
wrong link nmf
Np, always here to help!

Naomi moment
to be fair you have to have a high IQ to understand MC server architecture
nah
depends how deep you go ig
I was trying to quote something but nvm
It's not publicly available
But you know, there's a site you can put any doi link in and get a pdf
Not that I would encourage using it cause that would be deprive the poor publishers of their hard earned money, while the writers get nothing
How will the publishers ever survive
Is there a reason Hava Nagila started playing in my mind instantly when I read that?
I actually "know" somebody from the community that works for elviser
They didn't understand my argument my education and knowledge, especially if gov funded, should be freely accessible
His mind was already corrupted
Poor individual
I mean, technically it's the scientist's fault for making contracts with publishers in the first place
but often they are forced to by their university afaik
EVE Online should maybe read that paper lmao
they still haven't managed to properly split their 1000 player regions into smaller sections
mind sending me a dm about it 🙂 my dm's dont have policies
runs
_proceeds to send the copyright mafia after phoenix _
they haven't managed to find me in the last 15 years so ¯_(ツ)_/¯
Starship 20 is being prepared for stacking atop Super Heavy Booster 4 at Starbase, Texas. The booster already has all 29 Raptor engines installed and the Ship has all three sealevel and all three Vacuum Raptors installed. This will complete the historic first stacking of a complete SpaceX Starship Super Heavy launch system.
Updates: https://for...
This looks so unreal
It's bigger than a fucking Saturn 5
"mated" ( ͡° ͜ʖ ͡°)
it's insane how small it looks on teh right and then you see the people on the left...
btw. does anyone know it if it's possible to use google pay on shops that only support credit cards directly?
I haven't encountered a shop where google pay didn't work with my cc connected
well they only have a credit card number input... xD
Oh no NFC?
how would NFC help me with a website?
Where did you ever say website?
oh, right, I only said "shop" lol, for me that's synonymous with "online shop" when used in German xD
For me I thought it was online shop, and "they only have a credit card number input" confirmed that.
well Google Pay seems to generate virtual credit card numbers instead of using the real one hence my thought of being able to use that manually somehow
ah, apparently you can read them with another phone via an NFC app lol
but they don't have a CCV so that wouldn't work anyways :(
Dead chat. 
unsurprising
wtf is that pfp
It’s a peepo with a milk carton
I'm new to Discord, say hi!
how do I extend the oracle cloud always free vm's storage without getting charged? I tried cloning the boot volume which I increased to 200GBs and creating a new instance with it but that boot volume lost the Always Free badge and started charging me, do I make a 150GB Block Volume next to the existing 50GB Boot Volume so it continues to be Always Free ?
When you create the instance, specify that the boot volume should be 200GB.
ooh look at that I overlooked that part, thank you
Yeah, it's hidden down there.
Should be.
!kick @unreal quarry Don't talk about or threaten to kill people/"beat people to death" no matter the context
how about you just don't threaten to kill anyone in here?
it's not funny but beliveable for cat lol
speak for yourself, you should hear how he giggles every time he says it :>
wa
Cat is probably really cute and shy irl
So back to old.
phat cat
shut your whore mouth krusic
an absolute unit
but are you thicc
Well
My ass was fatter than my besties and she wasn't too happy with that
I was kinda funny as her figure was like, weird
Like, she was fat, but it was all like, above her waist pretty much
and, there was a store nearby in which the self checkout was across from the stairs
You're 14
Used to wind her up and say that anybody coming down the stairs would be all like, "daaamn, look at those legs.. nice thiiighs... and where the butt... AND WTF"
Hewwo bwocowai
sitting around a lot and eating a fair bit
you said 14 yesterday
Having an office job doesn’t help
I mean, all of the like, stuff which we used to do to get excercise we can't do anymore
Jroy more like jloser
and then shit takes longer in general because we're all fed up of this BS, and over here you'd be fined for going to the park with a cup of coffee so everybody sorta like, just started camping indoors because "two weeks to slow the spread", and, yea
The trick is to not exercise before the lockdown started, that way nothing changes taps head
No, but you come off as a 14 year old 🙂
Cat isnt american
@minor badge
@minor badge
@minor badge
@minor badge 
@waxen panther 
broc make a verypog sticker
oh, they canceled it, but, still a showcase for why people fucking hate the police here
who is it in the verypog emote
google it
To think
Sir Tim created the internet to be a vast highway of knowledge and education
and here we are, spreading gifs of a man eating a packet of chips
YES!
That's very educational
He do be eating tho.
How else would I know how to eat chips?
sauce
._. wtf is going on here
Cat venting in electrical.
eternity! 
somebody put a computer in a nursery is what am guessing
good morning Mari 
discord supports multiple words per message
?kick @limpid flax Memes go in the memes channel
:raised_hands: Kicked P_nky#1106 (Memes go in the memes channel) [1 total infraction] -- Proximyst#6900.
(I mean, ideally, those go nowhere)
ok thanks
^ don't forget rule nine

I'm guessing daycay closed early somewhere
yeah
petition to ban Noah 
early friday release
#HalfDayFridays
Childcare DLC now available at PaperMC 
hello children please download and install EssentialsXDiscord on all your servers
JRoy what would you do if your child installs DiscordSRV
shunned
no dinner for them

cat is daddy
Because Cat is still stuck on 1.0.
Just wait until I get the PC upgrade
Not looking forward to that one.
Apparently it takes the "I'd better not post this because people will be upset" into "REEEE"
runs
That's the one.
He'd love to
no
See
don't play hard to get cat
cat loves us
poop game
I can think of a dozen better place to find people to play CSGO with other than a Discord designed for Minecraft devs
I'm down for CSGO if you get a full lobby and everyone is at least Gold 2
looking for new apex teammate must be top 500 (smoking) hot and a millionaire
might be able to make friends doing squads in apex if you're good
in my experience, people posting on LFG are the same people woh doesnt want to play with random people ._.;
hello
looking for group
I could totally see that being the case with destiny 2 LFG raid groups lol
cs in 2021 is a meme
it's like if you took valorant and removed half the game and then made the other half worse
I'd say it's probably the most egregious example of a game being shit until you play with friends
so its addicting by nature
then it's great
I couldn't even get into it with friends
well i meant some of the gunning mechanics are garbo
I don't like the guns lol, I feel like the guns in csgo are better
but its still addicting to play
incoooming
oh so it's another game by riot, nice
extremely weird take
that shits satisfying
lol that game is literally so badly designed tho
eh D2 has the best guns of any game ¯_(ツ)_/¯
D1*
The only cool guns in D2 are the ones they copied from D1
well I didn't play D1 since it was console only
Rook to D2
valorant more like paladins & csgo mashup
valorant more like trash ant
but I meant more just the way the guns feel in D2 is pretty nice, not so much specific 'cool guns'
how tf you have 4.5k hours in a sandbox
i think the best feeling guns are in my minecraft clone of mass effect 1
All the D2 sounds are so mushy compared to d1 too
rp servers

urg why do distributed systems suck so much
I mean, I just liked some of the resource/space shit
I can't even get the basics to work, lmao
if they where easy everybody would be making them 😄
if you got a one server per part of world system, and you have x routers in front which players connect to and then forward to the right server, how does the router know which server to forward a joining player too, like, it doesn't know the position of the player, nor which region the player is in
like, once the connection has been established I can do stuff
Mike
but no clue how to get the initial connection going
might have to load it from persistence
I mean, if you want global state you'd need to store that info somewhere that your router can look for it
or mmh, if we got a backend server as a lobby, which is empty
and the lobby is a region server, without a real region, but can has access to state
I like that
This type of thing imho if you wanted to do properly you'd basically need to do it from a blank slate
lobby server is a massive cop out but i guess, so is not writing it from scratch ;P
mmh? this isnt minecraft right now
oh
it might be minecraft at one point
but am just trying to play with the architecture, maybe ill implement minecraft ontop later
I mean, I think that there is a massive design complexity here
I think that ideally your edge nodes are scalable and deal with client state for itself
then you have "shards" which deal with the world itself
Urgh
I have so many design ideas for this shit it's annoying
I wanna avoid state on the edge nodes
i see cat wants to get into it 🙂 he looks very happy
I've been thinking of this crap for years and decided that I never wanna go down that route
well, ill go down that route
and if it works, dyescape expressed interest to adopt it, lol
*if you ever finish it
I mean, edge edge, no, but, ideally router > clientState -> {world,etc}
Like, that's been my general layout that I've sorta got designed in my head
I mean, all state the edge node needs is last logout location, and the map of regions obviously
so I guess its fine
Issue is the state management is complex, because state needs to be thrown all around the place and there is no super great setup for it
Well, client state is more concerned with the current connection state and dealing with state changes induced from the client which can't really be dealt with elsewhere clearly
cat where do I start reading to figure out what you're tryna do
well, gameplay state would be owned by one region server, basically locked. but neighbors will subscribe to events and see state changes, but never store it, only forward it
theres lots of questions I still have around the design in my head of handing data storage with low latency without basically tryna store it evveeerywhere
^ @frank otter
Yeeeeaaaa, I was tryna go for a more shardy/seperated design for the world state
thats the beauty of events, you can construct state from the events
oh god that's a long time ago
I mean, what I'm talking about is basic micro-arch design used for any scalable web platform
This might be useless, but a distributed database called cassandra is written in Java and uses a concept called gossiping for distribution
the issue here is that games introduce often much more loosely defined state
I don't wanna deal with replication like that, thats extremly complex, slow and error prone onetesseract, its not suitable for real time systems
What's "fun" to remember is that most widely distributed games often deal with minimal changes
OK that makes sense
e.g. you don't see a voxel world system in something like Eve because it's just not cleanly viable
biggest issue is tryna find the correct state mangement/seperation design
eve is...
yeah, I would for starting, see the world as a static terrain
That's basically the biggest complexity and kicker in all of this, especially when you consider most games, they're often split into well defined logical regions for stuff like this
e.g. how often do you find an mmo where "enemies" quite simply can't leave the battle arena, etc
yeah, but I think I can handle transparent region borders
this paper proposes a nice solution
would it make any sense to, regardless of area size, have sections of the gameplay area replicated over two servers where the context they're hosting neighbours another servers hosting
like duplicated margins to allow for smoother/less stuttery area transitions?
or am I waffling
much of this is highly complicted and limits game design or is limited by game design
kinda, basically, once you are near the border, as in, your area of interest overlaps into another region, you get subscribed to the events of that area
THere is a reason why much of this stuff is still theoretical and why most environments which have implemented these papers are often limited in some form of way
ladies
Women
Proxi
I just wanted to call proxi out for being non-human
proxi
idk the context BUT
you could try something with consistent hashing

I wanna say its an exclusive server
if that's what I think it is, please point out that pennies are the best type of coin in there
but kashike in in there 😄
you wouldn't get the joke
pepe
no shit what he holdin tho
white monster
Salt?
The sponsor for today's episode!
And what does the monster do? 🤔
be white
ic
Horny hell?
Anyone know of a independant mail / offline messaging plugin. Im trying to find a way to get people to actually read discord announceemnts. One way is a, You have unread mail, type thing. A bit like essentials has bundled in but i cant use essentials
well you just excludes the only real options
Essentialsx has both mail and broadcast
I wanna start learning computer programming. I already know a bit of Java. Do you guys think Java is a good language to learn or do you recommend something else?
I have broadcast lul. Why would i get essentials when every other function of it is replaced xd
I'd say majority of the dev here does JAVA so I'd say they will say JAVA is not bad 
Time to leArN jAvA and make my own xd
awesome ty
A lot of schools use Java for teaching these things
At some point you should learn how things actually work with hardware and such but starting at a higher level like Java lets you learn the more general purpose stuff before you have to care about such details
On the other hand I've heard good things about https://www.nand2tetris.org/ for starting from scratch and learning logic by building a computer (virtually) block by block
Some day I'll take the time to actually work through all of that one myself, maybe it'll help fill in the gaps on my ability to work with binary and such
after learning go i'm actually convinced it's a way better language to start beginners on
I feel like it depends on how low-level you eventually want to go. If you eventually want to go to C/Assembly, then you probably don't want to start too high. But if Java is as low as it's going to get, you could also start with a high level language like Python.
Paul uwu
Of the three languages mentioned (Java, Go, Python) it's amusing that Python is the highest level one but also the one that's easiest to transition from to C
friendly reminder to go log into OPC and click around if you have one of them free computes
happy friday
how do I get rdiff-backup to exclude all jar files? I tried rdiff-backup -v5 --exclude *.jar . ~/Documents/bak/serverName/rdiff_backup but that gives me
Fatal Error: Fatal Error: The file specification
'b'paperclip.jar''
cannot match any files in the base directory
'b'.''
``` which am too small brain to understand
yeah that gives the same error
Huge thonker
wait have you tried quoting it
--exclude '**jar'
(idk at this point just guessing really)
why does that work but not a backslash
that would just be stupid shell expansion
well, its not stupid when it works the way i want it but its stupid when it doesnt
anyway thanks, now time to go delete that backup right after taking it 🏃♂️
I've been meaning to set this up for a while but was too lazy so been using tar.gzs instead; then I checked today and saw I only had 17G of storage left
😬
Is rdiff_backup similar to rsnapshot?
I know rsnapshot goes in reverse direction tho (run it on backup target server, and it ssh's into the prod server to make the backup)
looks like this one starts on prod and makes connection to target
well I'm not using it for remote backups anyway (currently) so idk
oh ok
I read about the differences for a while until I found a Reddit post by Aikar saying that rdiff-backup was better for incremental backups of Minecraft worlds so I just trusted him
Oh, wonder why
that and his gist https://gist.github.com/aikar/5998b0eb1c6eba84a0bf that shows he clearly uses it and again this is Aikar so I just copied what he did lol
yea i gotcha i was just interested as to why its better than rsnapshot
I mean, I've been an rsnapshot person as it has all of the pretty configs for it, etc
doesn't rsnapshot store a new copy of a file if it changed since the last backup?
I thought it only benefited storage wise when files don't change
Mm, yea looks like rdiff-backup just stores compressed deltas when a file changes, so for an MC world that changes a lot I can see the benefit i suppose. Though, that also kinda vendor-locks your backup into rdiff-backup only. Sounds like you'd need rdiff-backup specifically to restore your backup, whereas I believe just plain rsync could restore an rsnapshot backup
Not sure, tho
But w/e
oh, wait, rdiff doesn't use rsync but is "like" it
I swear to god, I open facebook and the first thing I see is people fighting on an airplane over masks. Tab closed
rsnapshot basically does a hardlink'd copy of the last backup and then resyncs over from the source
now I just need to decide what to do with these 29G of tar.gz backups I don't want to delete
lul
download them and store them somewhere or something
best option, really, outside of tryna figure out a way to import them into the new backup system
I could write a shell script to decompress each one (starting with the oldest), throw the date of the backup into a txt file, and call rdiff-backup on the extracted version
or.... I could just delete half of these backups cuz I'm never gonna use them
I mean, probs what I do
Keep some backups around for the sake of having them while the new mechanism takes over and yeet them at some point down the line
ofc stupid snap is one of the biggest things on my computer
Very epic.
glacier is cheap storage but if you need to restore isn't it kind of a bitch? as in waiting 24+ (maybe close to 48-72) hours? and if you need it fast then you get to pay a premium?
i mean it makes sense, they gotta pull it off tapes and shit but still
Yea, I mean, it's pros and cons and people often steam towards stuff like glacier because it's cheap and "they'll never need it"
Issue is is what happens when you do need it?
you pull out ya mufuggin wallet
and even then you're waiting like 8-12 hours
which is pretty standard for enterprise
a
yes hi michael
@twin lagoon :koriuwu:
3 cents per gig if you want it expedited
i guess its not that bad, just depends how much you're backing up and restoring
Backblaze <3
backblaze is the first service i encountered that does not have us east servers
the first time i have issues finding a service that isn't available in a good US location
Not an issue it CloudFlare has a location in like everyvodies basement
but then they also have amsterdam servers which is a good thing
you put mayo on your candy?
Yea Mini :D
harebo?
No, he buys German mayo cause america sucks
(That's literally how one of my comp sci profs pronounced haribo)
Ha Ri Bo
Hans Riegel Bonn
harebo as in hair boll?
He also had a really strong facination with submarines in his examples...
though
We used to joke that he was probs subsexual
Altho Haribo isn't actually produced in Bonn anymore
I didn't know haribo made anything except the gummy bears lol
Fled my state to get a giant tax cut next state, literally 5km from the border
lmao Thonk
I actually hate the cola flavor, especially in ma'am kash, lmao
Only in the big bottles I will eat cola flavor
I had Mario last week
I mean, I liked their cola flavour
Haribo with the fluff is actually best Haribo
the haribo pinballs are dank
oh god, I practically always took pinballs into lectures and shit
We literally have a Haribo museum here, with a store where you can buy everything
yes
ah yes crushed bones into candy, good stuf
cherry pinballs 
what is with the cursed emojis today
Plenty flavors have no gelatin
i mean, idc, if it tastes good i'll eat it
They have a whole line
I used to like their candy, but I don't really eat candy anymore
Yea, I mean, I don't generally get candy these days but once in a while
more for me
Unless you consider chocolate bars candy, but I don't
I do
where is that harbio museum o.O
according to google, Friesdorfer Str. 125
itt: We turn minis appartment into home base for our museum raid
53175 Bonn
you can literally put all the candy on display for centuries cuz it doesnt decay anyway 
God, it'll be like my ancestors
welp, time to get to bonn
I eat candy exactly once a week, at my parents
Sundays are like the worst day health wise

🙃 now i can read it
See, I was never a huge fan of kinder eggs
bruh you gotta rotate it 180°
We had a classmate try that 😂
rotate your face dark
wtf do you want me to become kneny???
yes
Big lunch, plenty meat, ice cream as dessert, with advocaat, ouzo as digestif, then break, for the in between Choco or candy or whatever they have, then later tea and cake or something
I then spend the whole week doing sports to get rid of it again 😂

I do approve of the Kinder chocolate
stll love how they're banned in murica cuz murican kids would eat the surprises in them
I don't think they are
I'm guessing you mean the toys, because you're meant to eat chocolate
That's kinder Überraschung, Kinder eggs or whatever
well maybe the ones with the toys
Americans only eat plastic if its micro plastics
lol
yum
i wonder if we'll ever evolve to be able to break down micro plastics in our stomach
Question tho, which überraschungsei is better, the one with chocolate and the yellow plastic capsule in the middle or the one that is split in half with the toy on one side and the cream chocolate filling on the other
"its fine bro, leave the packaging on, it'll just digest"'
you'll go to the store and get the probiotics that have the plastic eating bacteria
and then you can start your own colony
I've only ever had the first kind of egg
😱
i used to think bunnies layed chocolate eggs cuz of easter
idk who that even is
because broc keeps posting it
it's shroud
who?
I mean, at least for in here
It’s shroud eating a thing
ok
🤮

beans
are those things on the side supposed to be his nostrils or what
Well, I mean, that would be the "i has some IQ" deduction


searches cow on google just because I question why the noses width was so exaggerated
Meanwhile in the UK: https://metro.co.uk/2021/08/06/herd-of-cows-went-on-stampede-up-busy-kent-a-road-15049058/
amoosed
my neighbors have 2 pet cows
they have long brown fur and are basically giant dogs at this point lol
(my neighbors are farmers fyi)
P sure I got the scholarship I was talking bout the other day if anyone cares
That's pre much gonna help me pay for my 2 years of uni
so 
Congrats
yea i wish
what were the req for the scholarship simp?
the award for this is like 7-9K usd and that will still leave me with some debt but not unmanageable
You know, if the government here wasn't dumb I wouldn't have to pay for my uni, but now my study costs ~5k euros.
wait
kash
gj ded
i havent even touched beer in like 3 weeks and i'm still drunk
Hello PaperMC
Anyone have theories on how the Aether Engine would affect Paper once Minecraft implements it? 1,000+ or 10,000+ player support sounds like it would need a big re-write. Looking at the Hadean website, it looks like Mojang is still working with them on it. Just have not heard any news since last year.
The client can't handle that many players on Java.
needed 3.1gpa at least (which i worked over a year to get it up to that to be qualified) then had to have financial need, which apparently I was in the top 5 of financial need out of all regional applicants
(not sure if i should be happy or cry about that)
If it got you the scholarship, I'd be happy
@mental meadow uwu
well, i'm "pretty sure" i got it but not confirmed. I've been invited to the orientation for it in 4 days and I was asked to take the strengths quiz to identify personal strengths ($20 quiz, they must have bought it for me already as I just took it and didnt pay shit)...so, i think I got it. But no formal acceptance letter
No, it is a new way of handling players on servers
werent they thinking of making aether an actual new dimension or did i dream that
lets hope its just a fever dream
Iemand een videokaart te koop?
engels! 
5euro
unfortunately not
sorry only nederlands here
🍆
melk!
kaas
nee neuken de nederlandse taal! engels of filippino alsjeblieft heer!
Met dankt voor uw medewerking! @worn ember
@waxen panther
it's just math
Still Bit offtopic, isn't it?
yes
Who cares anyways though?
ah yes
perfect dutch
"neuken" pretty much means having sex with xD we dont use it as a direct insult
at least not in the sense of "fuck this"
i like my language, but not hat much
Where did they get that Word from?
google translate i'd imagine
No, I mean the language
what kinda question is that even
I do not know a Word like that in French or German, so I'm interested
I mean, it gets annoying when people post such "funny content" in here all the time

I just saw the nginx version
Isn’t #gifs-and-memes reopened 
I will be honest with you I’ve never step foot there so idk
wee i got volume and brightness binds working
dwm makes it a bit annoying but not terrible
wait was it tricky for you to keybind volume
bbruh
had to go digging to find what the fuck the volume/brightness up and down button name was
Isn't it just like
XF86VolumeUp
arch wiki has it somewhere
found it
on the xbindkeys page
where did the spacing go
see xbindkeys has this cool thing
and then i had to add a header file 
that's why I don't use dwm for keybinding
Ah fair enough I have a few more keybinds
mmm actually you have a point
my xinitrc is probably cluttered to heck
not on pc rn but if I remember correctly here's some of the stuff I have running: flameshot dameon possibly pulse/pipewire xbindkeys sometimes replay-sorcery feh and sometimes wpgtk
oh lol i just have dwm run all that xd
do you're just hiding the bloat
*so
I could get dwm to run all that
but I can't be asked to figure out how
it's some autoexec extension i added
eh xinitrc works fine
my biggest dissapointment of today was that if I removed the assert "need a CUDA gpu" line in pytorch it still breaka
LMAO what
i dont speak trash langs that was google translate's work
wtf plz ban this guy for being racist
Simple always being so racist smh
😳
I'm just lingually inclined to prefer better language groups like Austronesian. Dutch is like a hobbled together sack of stones taking a bit from German and other surrounding areas, and on that vein English is pretty trash too
Then let me be very clear: no.
Trolls last so long in the discord now it crazy
Anyways in good news, I have figured out how to run the PaperMC server on a Raspberry Pi 4 8 GB model with the a 64 bit OS of the Raspberry Pi OS , not like Ubuntu, which others have done online. Because the PaperMC server needs java 16, witch that needs a 64 bit OS to work. There is only one downside that I have with this. Why is it so much ram decay, my server is running out of ram a lot faster, with just plain vanilla survival, I did not have this problem before. Probably because this new version is out,but any other reasons why?
Tf is ram decay
as in im running out of ram really fast
I'm assuming it has a lot of ram usage, which is normal for the newer MC and JVM versions
Assign the server less ram then
i did
What are your startup flags









