#general
3141 messages · Page 1892 of 4
^
Ended up cloning https://github.com/InventivetalentDev/minecraft-assets/tree/1.18.2 so I can just browse with my file manager
Interesting how this even exists, I assumed there would be a huge copyright issue
where there is no plaintiff theres no judge 🤷♀️

Okay, now say "spigot" in enchantment table language
Now start moving.
flying around at flyspeed 2 brings it up to 7mspt
Why downvote?
thats funny
Prob a troll...
its giving yahoo answers
who said they wanted to buy 5$ discord bot maker for simple responses???
hewwo
hi
papermc general moment
How do I disable this UseItemOnPacket
I am trying out a mod on my personal server and I am aware that this is for protection against too many packets but I don't care about them and it is breaking my mod.
yo i cant find paper 1.18.1
i only see 1.18.2
scroll down and click more on the downloads page until you end up at 1.18.1
where
there
bruh
idk where
@void void
thank you cammo
Instructions unclear, downloaded from free Dropbox link instead
mmh yes, worst connection ever
It was superseded by view-distance in 1.18
The equivalent would be simulation distance 3 and view distance 10
Yes
If you have no need for per-world Config, the value in spigot.yml can be leave as default
Otherwise the value in spigot.yml will overwrite what you have in server.properties
Wow nvidia's new server GPU can do 1 petaflop FP16
...at 700W TDP
Whoops was reading the wrong row, FP16 is still impressive though
What is <@&289618509862797313> supposed to be?
people who've lost their tables
(Please help them find them)
🤯
and who is wort of the notable
bffs of paper
https://www.youtube.com/watch?v=eXYUNrgqWUU this looks incredibly real
Enemies is the latest project by Unity’s award-winning Demo Team. It showcases Unity’s capabilities for powering high-end visuals in 2022, including the latest improvements to its High Definition Render Pipeline (HDRP), new high-end Adaptive Probe Volume lighting system, an all-new strand-based Hair solution, and an evolved Digital Human toolkit...
okay at first glance atleast because the second time watching it i can spot some weird things but still holy shit
unity, is that the game engine
no way did you install unity in 20.04?
no i just looked up an image from wikipedia about "ubuntu unity" which is supopsed to bring unity to modern ubuntu versions
that was the engine of Brick-Force game. Oh my childhood
so someone is keeping it up
can compete with unreal
how many thousands of dollars will it cost to get a gpu powerful enough for that though
2 Quadro RTX 8000 in SLI
that sounds expensive
11k + shipping to be exact
man aikar.co is down, and I wanna view this article:
https://aikar.co/2015/10/08/spigot-tick-limiter-dont-use-max-tick-time/
Does anyone know of a shader pack for 1.18.1 that ONLY makes particles glow, I don’t want any shader effects or anything just glowing particles
yo does anyone know if paper mc is compatible with console players
you have to use a plugin/software called geyser
ah ic thanks
is it aviable on aternos?
Hell no, don't use aternos
im not in the situation rn to buy a server
ah thanks
could i get the download link
if possiible
im on mobile
oh tysm
really livin up to your name
yes LMAO
wait is the download only for spefic region because when i go to the download site its says
this
okok
is there any alternative of votifier?
Nuvotifier
that plugin is inactive at the moment
it works
I have had issues with setting it up using velocity and vote forwarding..
Or votifier plus
ok
You make me always happy
What do you think about usage of off-heap memory in java? And low-level things in general? (those modern incubator APIs, jdk.internal.misc.Unsafe) I am scared how it became popular in fabric modding...
I mean, part of the reasons are often the off-heap buffers, etc
Like, especially if you're doing lots of copying data around, it's much more efficient
and, well, it's not always ideal, but, when you have 50ms for everything to do its thing, like, CPU cycles start to count in some areas
I think people without knowledge of JMM and VarHandle exotic accesses (opaque, release / acquire) shouldn't touch these low level APIs. Yeah, JMM is about concurrency and orders of program execution, but it all is about performance, and using public APIs such as VarHandles for performance in concurrency is less dirty than using private APIs such as Vector API for performance in memory alloc, this fact scares me...
I mean, people just see "faster" and push for it
We lost this world 😔
The Vector API isn’t private
more, was hidden behind a flag, is I think the thing was
Yeah it’s still incubator, but that also means it is meant to be used to gather feedback
True
commentry here is specific to live code running in production in environments which you don't have access to and often without real benchmarking, etc, to see if the "risks" are worth it
That’s the downside of such stuff, you have a lot of work that you might just need to throw away afterwards 
Oh, yeah, I mismatched terms, Vecor API isn't private like new Unsafe, but it is still accessible behind key
That's why you charge by the hour
sun.misc.Unsafe 👀
jdk.internal.misc.Unsafe*
I used it's allocateInstance method for deserialization purposes
didn't want to deal with constructors
See, I avoided the "reinventing everything from scratch" stage
I've offered advice to many people going through that stage, ranging from "don't" to pointing them towards the docs they need to see
always weird seeing people going through that stage cos it's kinda nice to get like, familiar with the wider SDK, but, boy to people get their wellies in the "mud" and get flustered over some of that shit
i reinvented the wheel because
a) it wasn't for a minecraft project
b) no one wanted gson/jackson/whatever
I came to conclusion that the most of performance problems are solving with simple refactoring, which isn't possible in case of minecraft if you aren't a mojang employee. (Imagine supporting really big refactor patches through every upstream update...) Yeah, performance problems which are solvable only through hacks exist, but they appear only when you did previous "steps" of performance, and they are the actual reason of creation all of these new APIs, because hacks are problems of existing APIs which should be fixed...
I mean, there are some cases where you can do much fancy maths to speed up stuff
kevin had a patch which drastically improved the map API in bukkit by using the new vectorisation API in java
There are, ofc, many deeper issues in the server, and much stuff really just needs a good refactor from mojang
I also came to conclusion that my grammar is really bad
there are different kinds of optimizations on different levels and each of them have their pros and cons
only focusing on one of them doesn't get you far most of the time
biggest performance improvement is often through refactoring
Like, the number of times that bad performance of something is really just down to shoddy design is, amazing
This is what I also was trying to say in my previous message...
or, where the design means that the best thing you can do for performance is to just toss a match on it
My favourite Java conferences speaker is Aleksey Shipilev, he is performance engineer at RedHat, (before RedHat he worked at Oracle) he optimizes redhat JVM, he has awesome talks about performance. (but most of them in russian) I learned many performance things from his talks and later dug into them by myself...
if anyone's able to find a way of optimizing this shit https://hub.spigotmc.org/stash/projects/SPIGOT/repos/bukkit/browse/src/main/java/org/bukkit/map/MapPalette.java#25 it would be great
It's so bad on the TPS when you try to render images such as pack.png
it doesn't but it is
do you have a profile?
that's what he optimised, basically
I currently don't but when I was testing stuff with rendering images on maps shit was going kaboom
so you just guessed that method is the cause? lol
iirc at one point i had triggered watchdog
or how can you tell without a profiler?
issue is generally that it's a bunch of maths which is like, fun joyous area in a tight loop
exactly
no i had a profile but i lost it in time
see, he doesn't optimize that method but the loop
well, he yanks out that method into the loop
matchColor calls that method
it's wider than just that method, ofc
pls port this to paper thx ❤️
vector api is still incubator, idk how that works
its not like preview where it requires a startup param, right?
i use 2 spaces. gjf
requires a flag
agreed on this one
Tabs are more accessible than spaces
if you're using notepad maybe
tabs use less storage and memory
tabs saved my marriage
I'm fairly sure people who use tabs are going 4 steps at a time when going upstairs/downstairs
BE A MAN
PAWN THAT BAE
jokes on you
I used to walk up the stairs 3 steps at a time
My issue is that I was fat
and then got fat
Doesn't help that I inherited my grandfathers knees
wanna know who else's fat
ur mama?
I don't
I took a picture of ur mama back in december 2020 and it's still printing
runs
i couldnt take one
she didnt fit in the frame at all
congrats
https://www.youtube.com/watch?v=cZYa_KfLTtM (for none brits)
im antarctic
im from antarctica
what is this
I'm from Bulgaria: where a ukrainian gets more money than a bulgarian
also does the core team make money
im curious
Bro
my mama fell so bad
her screams were so loud I thought kapitan petko voivoda was on
Song performed by YAKU featuring:
Vasil Mihailov - Voice
Theodosii Spasov - Caval
Choir Cosmic Voices / Conductor Vanya Moneva
Arranged and recorded by Yavor Roussinoff
Produced by Yavor Roussinoff and Helmuth Schaerf
Used footage from the TV series Kapitan Petko Voivoda
Director Nedelcho Chernev
DOP Dimo Kolarov
as a project we only 'recently' started collecting cash to fund the infra we have, it's mostly been a free time effort
we don't make money as in, we get to spend that on rent or food
only a few private donations
im fairly sure you got more donations for the 6 months (if im not wrong) you have a opencollective than spigot in 9 years
doubt it
yet md_5's being an ass
I saw some really cool PRs on BungeeCord, for example the resource pack api, unfortunately he replied once or twice and that was it
Issue these days is time, at least for me merging a paper pr is a 20 minute a go thing
or this one: https://github.com/SpigotMC/BungeeCord/pull/3240
And waterfall am just done with
people need to realize that project management is fucking hard, lol
its not "that" hard its just that md_5 does not open up to more people like you guys did
he is doing all development alone which is the biggest mistake
no, its hard
I mean, even with our team size were still struggling
MDS walled up nature ofc doesn't help on their side
i dont understand why did you do that
looking at the code Util#exception doesn't expose much ; some lines, the exception message
can often contain
internal information during these kicks which server owners are
generally not happy with sharing, i.e. potential IP addresses, etc
#waterfall-help message
oh
perhaps we can replace these in the message with a pattern???
PRs welcome, basically
perhabs we can just let waterfall die
It was somewhat of a security issue, some care there is needed to basically fix that
but, do we /really/ need to send internal exceptions to the client?
I don't have much time for PRs but I can try creating a pattern
the pattern takes a minute, lol
Let’s kill waterfall when hangar goes live!!
the PR is what takes time
sure!
so... never?
Issue is working out what exceptions come down that path
runs
Noah demoted to regular paperMC member 
what do we really need to be sent to the bloody client
usages show that the changed method gets called only for connection refused exceptions
idk about Util#exception though
professional Hangar developer @cedar spade is helping mini bring it forward
I mean, if it's just connection refused, then, idk why that needs to be sent to the client at all
iirc this behavior was changed by a pr to include "more information" on connection refused
wait a sec ima find that commit
😠
Let’s keep general clean of bung*ee artifacts
like it or not, waterfall is legacy, velocity its replacement
unfortunately until velocity doesn't have the plugins bungee has it won't be a full replacement
it has enough plugins
ive been recently getting more and more private requests for porting bungee plugins to velocity so this is a good sign people are moving
Oh no worries. As soon as Waterfall is officially dead, there will be more 😉 same as all legacy thing work.
Just downgrade log4j in a waterfall update so people move to velocity stop using it 
theres people still using travertine
but someone changed it to Util.exception ???
they over-exposed info
yes very exciting
as long as mini doesn't butcher the design :p
bungee and by extention is basically just a nightmare which has got be burned out and generally shy of wanting to waste time on it
Because they dropped some level of info from the arlier commit
thankfully I didn't touch the design yet
latter commit basically ends up adding back on more
just made components out of the stuff AGI did and reused that
md did design stuff so blame him if it looks bad 😄
AGI as hangar team member 
Mini I want to let you know that as long as hangar doesn’t look worse than essentialsx site, it’s fine
I dont know no 3rd one
we got a good one, and then the one that works on essentials
runs

relative scales and all, you know
I mean, I was just finishing making a cup of tea, and it hit my brain box
just to think, for everybody you kinda despise or cba to deal with
there is somebody who is like, 2-3x worse
We love you cat. Just wanna let you know 
What you tryna say? 
Hmmm

can I be Spottedleaf's Dad ?

Hmmmm... What do you think about implementing JMH to paperweight core to do microbenchmarks for paper? Did you think about this before? (Or I am blind and it is already implemented somewhere lol)
micro's are generally done on a case by case basis externally
they're generally useless for actual reliable testing, etc
Okay, good to know
don't forget professional Hangar developer @quasi valley
tell that to my meeting 👀
I just didn't go to this meeting

If I would have gone I would have just caused trouble, so better for everyone involved if I don't show up
Me in a bad mood is really toxic, lol
Oh, so we're together in death days
that looks really relaxing ngl
dare you to go poke him
if only i could do that and yeet all responsibilities too
brb buying a ticket to Germany
my heads killing me
Same.
So, I kinda wanna go for a walk
But, if I do that, I wanna update my machine cos the "you should update" is annoying me
yikes
but then I gotta reboot, and that means that I gotta either close my browser or watch all the tabs I have queued up
try massaging around the neck and temples
Conspiracy theory: md_5 and mdcfe are one person
I'm not sure I'd go that far to insult md5

thoughts @cedar spade
thoughts @plucky sparrow
OMG BEST DAPPAPAPAPAPAPAPAPAPAPAPAPPAPAPAPAPAPAPAPAPAP!!!!!!
what's wrong with that dog
I would
Ok, enough sun, time to find some ice cream and work on hangar
stop it
this is harassment
I’m calling the police
call them if you can I cut the phone lines
This should be in #food.
What da dog doin
The fairest comparison ever seen:
you know you write vue3 when you have more imports than actual code
thankfully IJ hides all of that
How would Sodium influence the performance of a PineTab?
That was kind of brutal not gonna lie
If you were making an app that had to download things from S3 and sometimes those calls took 3x longer than average or timed out would you throw $$$$ at adding a CDN in front of the S3 bucket the downloads come from or assume the client is having network issues and just increase timeouts and/or add retry logic?
Really, if you're making network calls and don't have retry logic I think you've already failed
Solve the underlying issue first.
The underlying issue is this is an iPad at a customer location 😛
We don't control the device, the AP it's talking to, or the internet connection
I don't think throwing a CDN at is is going to make their wifi less crap
That is true.
Rather than adding some retry logic my coworker has dragged in a whole different department for some reason (I guess because they run our AD and such on Azure?)
But that has nothing to do with this so....
Fun times
Condolences.
i like those imports, don't have to deal with relative paths
That's an esbuild thing, isn't it?
I think parcel does that too
Presumably because they both use esbuild
IntelliJ or WebStorm or PyCharm or whatever, they're all the same thing 😛
No idea and not enough context to Google it for you
oh yeah, I love import aliases like that, I just alias ~ to my src dir
in vite:
resolve: {
alias: {
"~/": `${path.resolve(__dirname, "src")}/`,
},
},
and ye, its just intellij
old vs new, lol
I guess comparing in dark mode is more fair https://i.imgur.com/DVm1HpQ.png
oh shit I didn't implement the tag yet
Is coming hangar, be aware!!
that was the last admin page now \o/
hangar go brrrrrr
at least an hour ever day since the 12th, even tho I had fever on the 18th, lol
3 hrs 15 min on average, if only this was paid like half a day job, lol
best I can offer you is a stick of used chuddy
We should add a thing where anytime a pokimame emote is posted, there’s a 1/10000 chance that user is banned.
How long until nomanasendhelp gets unlucky?
within the day

Too many tasty ingredients made the snapshot oven run too hot - no snapshot today! Baking will continue tomorrow!
Feature creep caught up 
Not really, they just don't like dum deadlines
Why push out something that they know isn't done yet, testing on that would be worthless
I like that they try to not repeat the 1.14 release.
so when you want to upload a plugin to hangar it will be always reviewed no matter free or premium @vernal moth ?
yet its all pointing to this direction with all the new features and shit they add each update 
I don't even know half the features that have been added the last updates
lootables:
auto-replenish: false > true
restrict-player-reloot: true > false
reset-seed-on-fill: true
max-refills: -1
refresh-min: 12h
refresh-max: 2d
will this refill loot chests that have been looted before this setting was set?
I think it should
Only if the chest is the original one
right. containers lose their loot table if they are broken
Make sure you understand m is minutes not month

Idk why Aikar did it like that year ago but it was funny people say they found dupe coz they set the refill to 1m
isnt M months usually?
Hangar will only have premium plugins
No clue how we gonna handle the review yet, that's policy, policy comes later
s/premium/free/
are you know about node-ipc situation?
We are.
And now you say that you don't hate russians?
wat
I'm just shocked
oh look, it's this guy again
Yes, I am
shitty dev does shitty thing towards people and is basically condemmed by the entire open source community
YOU ALL HATE RUSSIANS?!
You just came into a random community and threw around a blind accusation towards the channel/community
ok, now I don't have time for this, just a cry from the heart
I know that normal peoples exists
but when I see reddit posts "bombs for Russia"
Hate against Russia rises when Russian starts brutal and illegal attack wars
what we can do?
In other surprising news, water is actually wet!
There are morons on both sides, there is propaganda on both sides
we can't change our government
acting emotional over it does no good
What solution do you propose?
more precisely, it is "democracy"
reddit reflects like, a stupidly small amount of people on the internet and in the world
just wait when war over. we, russian civilians can't do anything
most people on theres hardest struggle in life was having to move their feet out of bed onto the cold floor in winter to go for a shit
Wtf are you saying
Ok so your solution is that we watch Putin burn down Ukraine,?
Lmao
And there comes the propaganda
no, I have a friend from Donetsk, he already used to the bombing
from Ukraine
I would say IL... but I'm not ready to get banned. 🛌
you can think that this is fake
but it's no
Well, whatever happened, it's in no way legitimates a attack war
So it doesn't matter
oh
I am russian too, and stop believing propaganda, the situation on Ukraine that happens now doesn't equal to the situation before this war, it is simple logic...
So again, how do we stop Putin without basically starving Russia
citizen war, how it was at 1917-1922
this is only variant
Russian comes into a foreign country and kills civilians, that's illegal by international law
Just, no
You know, the fundamental thing our world is build on
peaceful protests, as in 2020 in Belarus, will not help
if putin stopped at military targets, I could support it; he went much further past that and basically, fuck him
who do i like more electroniccat or mini
Quite frankly, I don't even care about the people on Russia, it's just not my problem, I just want Putin to be stopped
this discussion will not help 
but, I mean, this is a complex scenario where both sides are shitty propagandist cuntstaints but, this is not the place for such discussions
Russians should just shoot him or something, then this all can end
putin wanter more than getting rid of ukraine's defences. He wanted to make Ukraine a puppet state
they cant
mans in hiding
putin has protection
then you get someone worse than putin take over
and do citizen war because we haven't any other candidate
What's worse than Putin?
bravo
He's already pretty up there, lol
At least it will keep it to yourself
If a civil war is needed to bring down Putin, so be it
Your other candidate is currently getting locked up for donation fraud...
At least that's a Russian thing then and doesn't hurt anybody else
No
Civil war is very bad
You gonna go put your life into that civil war or do you just expect that others will give theirs up while you sit at home?
This situation is already very bad so who cares
So invading others is not bad?
~10 million deaths in civil war 1917-1922
Would be a good president
getting a new person to be in putin's seat is easy
Oh I just don't care cat, lol
no, now Russia haven't democrary. All opposition was jailed or killed or was sent abroad
I don't see how Russian politics are a me issue, I just want Putin to be stopped, the rest you can figure out yourself
find new person is very difficult
zelenskyy
ok, we can kill Putin. Next?
Hold elections
Civil war for power?
I mean, as I keep tryna say, this really ain't the place for such discussions
Yeah Putin bad. End of discussion
Open the prisons, I bet they have good candidate material in them
propaganda is everwhere, nobody has a clue how any of this shit works, and nobody here talking is willing to put their life up for it, glhf
The top prio is ending this war
did someone say shitposting?
Yes
The rest you can figure out after that

DED
Yes
i like bread
You commie sl00t
proof in point

ban mini from bringing up politics tnx 
We can kill Putin, but we will bring 10+ million deaths in civil war
Drop it
I didn't bring up politics, lol
Mini can you go back to work on hangar 
hangar first then you can talk about world war III

I just need this guy to understand that I don't give a shit about Russian politics, just need this war to end
I am very unpleasant when my nation is humiliated everywhere, ordinary people are humiliated
martin make me your apprentice
I already have two apprentices
sir this is a christian minecraft server
ordinary people are humiliated when we can't do anything
i will outmatch them
normal
Today was a break day on hangar, only did an hour
and, I don't support Putin at all


we just haven't any other candidate
that seagull ate a rat
Yes
!warn @wraith wyvern last warning, drop it and don't bring it up again
:raised_hands: Warned TheSirCororo#6513 (last warning, drop it and don't bring it up again) [3 total infractions] -- MiniDigger#3086.
No chewing
very observent
sorry
Send the another version where the seagull eats a rabbit or something
you cant hold discussions with germans when they're sober
i just learned something important
Politics?
I highly doubt that, am proud of mine, plus, they did already study computer science for 3 years
people are very emotional. What I should do is be smart about what I do.
that is the best approach i can take to anything
i must think first about what kind of reaction i might receive
in any public or private space
danger
implying one thinks
i was gonna respond to that but now that i thought about it i shouldn't
This gif I think https://imgur.com/ij95uWn
Says the nation that can't even build bombs that explode
not again😭
It's just evacuating for an hour or so
imagine being in that animals position and just getting eaten like that. Your life ends just all of a sudden
Not really a shutdown
you would feel so helpless
And you never know, maybe it was an American bomb, gotta be careful since those actually work
hope u kick one
discussing current events is allowed
I think
Current events are politics I think
Why are mini and cat fighting?
Old events are history
they are coworkers. they should be friends
Why does everybody always assume I brought it up? :/
To be fair
Where are we fighting? Lol
germany does have a history of like, taking things and making them big
and no-politic question
Everything is politics btw if you want
where I can full example of packet sending and join sequence for minecraft?
Like, their lil polish holiday in 1939
it doesn't help me
my player just kicked with empty error
login stage is success
They should give us some of that back, smh
Same with France
you were making fun of his nation not being able to make bombs and he said that you should kick an american bomb
with empty error
get pakkit and see the packet for yourself
Me and mini have been around for like, years
it don't shows login packets and handshake packets
we do stupid jokes
I prolly know cat for longer than you have been able to use a PC, lmao
Okay, just wanna know, what drama happened to fabric in the beggining of 2021?
and by them I got packets with unexists packet id
doubt
What happened to fabric is what would have happened to paper if we didn't have moderation frameworks in place
Yeah, fuck those guys, they speak strange!
says the country
Swizerland
And... maybe minecraft has logging mod?
afraid of spaces.
See, swiss is a sweet language
(minecraft debug console doesn't help, it just has empty logs)
You realize Austria uses German too, right cat?
They are just incapable of proper pronunciation
😄
Pakkit
wiki.vg has the entire login process noted down
everything else is literally comparing what happens vs a vanilla server manually
Imagine understanding swiss german...
pretty sure that pakkit is able to log handshake packets, since it's a proxy
some stuff is doc'd, some stuff ain't, welcome to the joys of reverse engineering
oi
I compare all my encryption algorithm and packet sending algorithm, no results, it's right
it's right
And I compare with other cores, like Minestom
or glowstone
you're clearly missing something if its not working
I think that packet encryption isn't success
but why
I got shared secret
I encrypt packet by it
with AES/CFB8/NoPadding algorithm
it's algorithm from Glowstone core and it works
btw russians have really good music
music that you can vibe to
american music is usually kinda weird
When a gopnik can't drive a lada, he uses this.
Song: XS Project- Vodovorot
The reason this exists is that the original one ( https://youtu.be/_HsWY43UY2U ) didn't have any hardbass.
This is an edit with the raw bouncing train video ( https://youtu.be/YtouEphiJNw ), and song by XS Project- Vodovorot.
Also, I just realised I could make it longe...
and germans have SpongeBozz ACAB
Buy the pants and shirt: https://www.borismerch.com/
On Spotify: https://goo.gl/vxETsr
Boris and DJ Blyatman hit harder than monday morning hangover!
#hardbass so loud it blow speaker up
Support on Patreon:
https://www.patreon.com/lifeofboris
Camera work by: Sergei and a few gopniks
Driver: Boris
Gopnik in white: Anatoli
Guy in army outfit: ...
I kinda don't wanna learn to drive because health issues
but
learning to drive for the sake of owning a LADA... hm...
just, no
Jokes aside, tofu tastes best when fried in a pan with a small amount of bacon
It seriously tastes like meat afterwards
I tried the vegan McDonald's burger which I think is beyond meat, I was kinda surprised, but it was a bit drier tasting
i just eat meat, tastes 100% like meat
I mean, if you're at maccyd's, I guess 🤷♂️
But, like, in general
I fail to see the argument in replacing meat with crap
I just eat, tastes 100% like food
I'd rather just eat vegetables/natural food if I was vegan
Same
Although vegan nuggets ain't bad
I don't want to know the co2 footprint of tofu imported from asia
CIA be like, don't mind if I do
inb4 this is all a CIA plot and their entire goal was to get one of those bad boys
Now we need a Russian translator lol
well its useless if it doesnt run paper
you dont even have to enter the server address if youre near one of those things, they just LAN broadcast straight into your server list with that fat antenna dish
Ok, lens to the rescue
As a German I can attest that the Russians for a bad imitation of our blitz krieg
Should have let professionals handle it
Smh
Like, there are many good russian music, especially in rock genre, I am a fan of a group called DDT, like: https://youtu.be/vlA0bd9icrU
Ironically, they did pull a similar move to y'all
Just, instead of snow, they decided to cross muddy terrain
in a general area, which has been through many dozen wars
Russians are extremely dependent on rail too iirc
in which, the muddy terrain, was always a major issue for advancing
Bruh I'm german too
Better than Dschermans
https://www.youtube.com/watch?v=3xy1FZYRU6Y - is basically the only russian song am familar with
Break the Code Retailers:
Amazon.com: http://amzn.to/pTWD9S (CD)
Amazon.com: http://amzn.to/p9oseH (MP3 + VIDEOS + BOOKLET)
iTunes.com: http://bit.ly/r2scEL (MP3 + VIDEOS + BOOKLET)
Best Buy: http://bit.ly/oZAuiG (CD)
CD Universe: http://bit.ly/ph9tVI (CD)
FYE: http://bit.ly/pOmvOH (CD)
the SLoT - Official Internet Resources
Offic...
whom wanna play some gartic phone
All the things she said
Running through my head
its also russian
This is not enough
russian artists, not like, russian
It's all about us, all about us
It's all about, all about us, all about us
There's a theme that they can't touch
That's one of those things we all told each other at school 😛
Like using Strength on the truck in front of the SS Anne to get Mew
Someone these memes spread even before the internet existed or was widespread
oh, maybe all music but this is not rap
russian rap is so bad
why
to be fair, rap in general is just bad
Kaspian is here now
cat you come off as a person who isnt bad to people
as a person who would not speak to me in a mean way IRL
They threaten to shit on my rug on a near daily basis
Cats yet to do it though
what?
same
we are a jelly ball piloting a bone mech using meat armor, and we all know that
we all know the jewish nazis control north korea
Why are you trying to stir up shit again?
no, this is just joke
(the very same that control ukraine)
bad joke
I can confirm
i just want to fix my depression
cat has an unhealthy obsession with shitting on rugs
Lies
my goal in life is to get to the point where my antics are famous enough that I can rival that heart warming film about the two girls with that cup
🛑
Yw
The Md_5 diss and SpigotMc song response coming soon!
I need help with some C homework
A worker is deducted xxx% of salary if the salary does not exceed xx amount, if it is greater but less than xxx, xx% is deducted in addition to the previous discount, if it is greater than xxx, x% is deducted in addition to the 2 previous discounts, in modular mode, separate functions.
I was thinking in putting input and output in int main and the other 3 operations in speared functions (float I think), but I don't know how to call each function one by one to get que correct output no matter the input and use fgets() and strtol() instead of scanf() to ensure que correct input.
Bro do your own homework
TIL how multiplication is taught these days
I like it, it makes it more obvious what you're doing
Kind of verbose though, even in the partial products version
Thank you 😊
wait i dont understa,d why is there more below the "100" there on the left
what is that stuff
That's the area model but shorthand
Instead of writing out a table you just write the answer to each cell on a line then add them up
we were never taught that
must be pretty new
2010 or so, iirc
was it only for certain schools then
i dont wanna do the math right now but i was probably learning multiplication after 2010
I don't think I'd want to do multiplication this way, even the partial products version seems verbose, but maybe if I learned it that way it'd be okay
Well in the US we learn it when we're 8 so that would mean you're younger than 20
i am younger than 20
I think if they don't teach it this way they lose out on some funding
Although something like 40 states had agreed on Common Core (thus the name) before that happened
11 x 12
10 x 12 + 1 x 12 = 120 + 12 = 132
I think the example is to easy for it being useful.
That hurt my tiny brain
Any recommendations on advertising mc server
Serverlist, Reddit, word of mouth
One of these things is not like the others....

"What's the problem, one version behind isn't too- Oh... Oh no..."
cringo
hello my server is using up so much ram, what is the fix for it? i am on papaer and have loaded in the world with chunky plugin, setup the world border, optimized my server following a guide, and have some plugins to help with performance
Worry if you're getting bad GC times or crashing out of memory
Otherwise, if you want the server to use less RAM, allocate less
Last sentence indicate bad news
post your timing / spark report in #paper-help and also your startup flags
ok
my server is 15.6 GB / 16 GB which seems abnormally high and there are not even that many people on
ram usage is a bad metric, it doesn't really align with how java works
if you dont have gc or performance problems, dont worry about it
unplayable
posted
elbow pasta with cheese sauce
why would you extract pasta from your elbow? sounds disgusting /s
partial products was kinda how it was taught to me, or at least how to do it in your head. if i see 11 x 12, i do 11 x 10, then 11 x 2.
and i'm 24
112 x 112. (112 * 100) + (112*10) + (112 * 2)
11 x 10 then 11 x 2 is how I do it in my head too, that's not what this is though
This is 10 x 10 then 1 x 10 then 10 x 2 then 2 x 1
I do it 11x10 and 11x2 as well
The way they do addition and subtraction is... interesting now too
It's similar to how I do it in my head but with what feel like a lot of useless extra steps
It's better than the number line method they taught us though
Oh wait they do the number line just a little differently
hmm, I guess that is kind of how I'm doing it in my head
I skip some steps (30 instead of 10 + 10 + 10) and sometimes do some other shortcuts
I wonder how the new common core math system will affect people doing calculations in programs
I remember when it first came out I hated looking at it
It's teaching them how to break problems down and why your solution works, I bet it makes doing proofs in geometry easier and probably with learning programming too
Apparently a lot of the new stuff is based on how students with high math comprehension (number sense?) think about problems
Trying to get everyone to learn the methods those people figured out for themselves (or something similar/better)
jeez Elden Ring is still a 95 on PC
I guess people will tolerate stuttering that causes them to die when Miyazaki does it
considering the people i’ve met who learned math in the US… common core at least is attempting to try to teach them the concepts rather than just memorizing
Right, math when I learned it in the US was memorizing the times tables, the magic formulas for long division and multiplication, etc
problem is that there is a huge variance in what people are learning across the US, and this is trying to create a standard
and yeah i like their approach
Common Core is named that because it's, well, common 😛
yup many people only learn the times tables because that’s all you really need to get pretty far
Even before the federal government added an incentive to use it a majority of the country had agreed to do so (and worked together to develop it)
what i don’t get is people on my minecraft server talk about how they literally failed every class in the past few years and still somehow graduated (canada and USA)
that seems to be pandemic related
yeah, i understand giving some sort of leeway but i’ve seen people who just didn’t turn anything in and failed every test
wonder what’s gonna happen if a large portion of people are dumber than what i already thought the general population was
or the kids that were supposed to start school at the beginning of the pandemic. wonder what their development is looking like
11
x 12
------
22
+ 11 <- yes, the indentation is relevant
------
132
this is how I learned it at school
oh it seems to be more or less what you guys were talking about
11x2 and then 11x10
C# programming language
Interview with a C# developer in 2022 with Jackson Monaeghan - aired on © 2022 The C#.
Music by:
https://teknoaxe.com/Link_Code_3.php?q=139
Programmer humor
C# humor
Programming jokes
Programming memes
C# 2022
C# memes
c# jokes
c sharp
.net
dot net
.net core
.net 5
visual studio
azure
Microsoft
xamarin
asp.net
.net fram...
This whole series is great
1.8 pvp or 1.9 pvp
Neither, both are super old. 1.18 pvp.
Isnt there no delay before 1.7
like if you clicked 10 clicks per second you would hit them like 10 times in one seconds
like hurt time didnt exist
yk what I mean 1.9 pvp meaning all of the new combat versions
Although I often debate with people who prefer Alpha 1.0.15
I think skill gap on 1.18 is much higher then 1.8
I think 1.8 imo is more fun though
easy to pick it up and learn it
1.8 more like carpal tunnel simulator
except it's not a simulator, you'll really get carpal tunnel

yeah if it were up to me
the max cps you could click would be 8
abusing your mouse shouldnt give you an advantage
1.8 is a test to see how much people are willing to kill the hand for an advantage
I mean I do good with 6 cps
I can jitter 12 cps
but I prefer aim over cps
it shouldnt give you an advantage past 8 cps
because thats mouse and hand abuse
I swear people will figure out that smashing your hand onto a table until you damage your nerves will let you click faster and they will do it.
Truly a competitive game
yep 1.8 sweats are special
easy cps method
plug fork in outlet
hold hand on mouse
touch fork
easy 80 cps
I actually do prefer 1.8 to 1.9 although that’s relative as both systems suck.
A faster 1.9-like system without hard counters
Shield shouldn’t just beat sword. Axe shouldn’t just beat shield.
Shields make no sense to me.
-Xmx 10G btw 
bet
bro i miss the old days of cod
Yeah
It’s not the same, pc cod has a different vibe than ps3 / 360 cod lobbies
Voice chat in lobbies were the best part of those days, the ps4 party chat ruined console cod because no one would talk in game anymore and pc cod has the same problem because of discord
My last phone did, I bought an iPhone 13 recently and just never went out of my way to get another.
@limpid knot
its beautiful ^
My favorite skin tbh
Say wow backwards

I mean, backwards
why won't hangar have free plugins?
what do I mean by premium, is, paid plugins
Mini probably didn't mean premium as in paid, but rather high-quality.
that was my initial thought too but a confirmation would be appreciated
hangar is not gonna be paid only
The general policies for Hangar are still mostly up in the air to my knowledge, but it will definitely have free plugins available.
there is still much stuff to be decided policy wise, chances are mini was just making a dumb joke about how premium != paid
nou
Why not both? /s
If I ever try to sell you obfuscated shit as premium you can call me stupid cat
the 4 words that are so right
stupid cat /s
Called it spot on lol
in all seriousness spigot is doing all wrong with the paid resources section
they are looking for quality code yet when the code is obfuscated how can you tell it's quality or not 
they don't care about quality
they'll often look for day 1 java reasons to exclude a resource but theres no real care about overall quality
low effort plugins < 10kb of code bitch i can make a good plugin with a cool feature which is gonna be <10kb why can't sell it symbolically for a dolla
Is anyone going to stop you from doing that?




