#general
3141 messages · Page 1761 of 4
1.18 will now use all your cores for world generation! freeze on startup for 5 second!
apparently 1G isn't enough anymore :/
Nope
You're probably gonna have a shitty time with 1 GB even if it did work
I mean ram is cheap 
"test server"
we're no longer in the era of 1.2 anymore unfortunately
I guess using a one chunk section high world gen could improve it a lot lol
1G was enough until 1.17 ¯_(ツ)_/¯
well, guess im using the spotify web player
no idea what's wrong with their desktop app
I read weeb player at first... I was like wtf
and I guess not converting multiple worlds would also help 👀
why do I even have those on that server lol
2G worked just fine though
freehosts who give 2 gb of ram

does "enough" mean the server still at least starts up and works (Without any regard for perf) or does it also include smooth performance at well?
it's a local test server for my plugins
(one of them at least)
the rest should be pretty obvious
who cares about performance 2 tps survival server is gud
😉
https://is.paper.sexy/gdjmPhqq.png ¯_(ツ)_/¯

whoaaaa the domain tho
well then
spigot release early so we all can start pregening world and just in time for release before Christmas
Does anyone here using some sort of grid layout planning software to plan stuff in their minecraft builds?
nvm i realize mspaint has grid lines
I haven't played minecraft in well over a year
god I "love" it when intellij doesn't want to properly re-import a maven project -.-
paper.sexy 💀
I hate maven
i don't use a build system at all so ¯_(ツ)_/¯
lol
and now I crashed IntelliJ... I guess I should update it when trying to work with java 17 lol
getTheFuckingWorldHeightGotDamnIt()
XD
getWorldMaxHeight iirc
in what class
on the world?
World has getMaxHeight
probably yeah
nevermind ^^
Does Spigot releasing a pre-release build means that the time it takes for Paper releasing a 1.18 build would be shorter?
if people aint busy to work on it
its Thanksgiving week
AND SHORTAGE IS EVERYWHERE
well it certainly wouldnt be longer because of that
why would i
For that mountain!!
:(
no, we're keeping our build world.
wait wtf chad is barty
yes
i did not :)
yall got paid for shitposting??
will you pay me for shitposting @warm anchor

yeah, it's weird. It'd be like if you renamed yourself to complex
squid game spoiler ||i can't believe sang-woo betrayed ali like that||
am trying to test my fishing system and of course i am having extremely bad luck. i have a 75% chance of catching a shark.. rip
Looks like you have a 21% chance of catching a shark...
get him baxter
"World Upgrading
Although upgrades from between any two version pairs are technically possible, it is recommended that all upgrades are conducted from 1.17.x. This means that you should first upgrade your world completely on 1.17.x using the --forceUpgrade server argument, and then do the same on 1.18."
Spigot please
Stop make people waste hours like that
huh
.s/spigot/md_5
what did i miss
why would you upgrade to 1.17 completely before 1.18
Anyone familiar with bridged networks? I managed to mess up my port forwarding with my new network setup.
Huh, I just found an example of a company doing the thing the FTC just ruled was illegal
You sign up on their website for a "free" issue of their magazine ($1 shipping) and then you have to call them within 30 days to cancel otherwise they charge you like $27/month for future ones
Upstream released a prereelase
wait, why paper has a no kotlin sticker? 

i like how kotlin itself is considered an extreme xd

mmh?
Spigot's mappings for methods in their prerelease jar is missing for some reason
I was wondering why my build kept failing for like half an hour lel
just finished squid game and all i have to say is what the fuck
was it how you expected it?
more or less but still
i never finished it. i stopped with 30 mins left in the last episode
worth it for me to finish out?
it's nothing earth shattering, im sure you can surmise how it ends
mainly just some story wrap up and setup for a possible sequel i guess
sorry ruined it 4 u
ur gonna have to do sumthin for me to make it up
ok, lets play some ddakji 
back to my dum cockroach issue
turns out, the BEGIN is send by the postgres jdbc driver
god damn it this is stupid but i lold https://i.imgur.com/jDBxglh.png

I believe you can disable auto transaction
he tried that already afaik
that doesn't seem to change anything
🤨
this already ran with autocommit false
You're using the normal pg driver right
what sql wrapper/orm are you using
just jdbc right now
not even hikari anymore
and like, I am looking at the code of the driver right now
2021-11-22 07:16:04.497 TRACE 3724 --- [ scheduling-1] o.postgresql.core.v3.QueryExecutorImpl : simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@26836d39, maxRows=0, fetchSize=0, flags=1
2021-11-22 07:16:04.497 TRACE 3724 --- [ scheduling-1] o.postgresql.core.v3.QueryExecutorImpl : FE=> Parse(stmt=null,query="BEGIN",oids={})
2021-11-22 07:16:04.497 TRACE 3724 --- [ scheduling-1] o.postgresql.core.v3.QueryExecutorImpl : FE=> Bind(stmt=null,portal=null)
2021-11-22 07:16:04.497 TRACE 3724 --- [ scheduling-1] o.postgresql.core.v3.QueryExecutorImpl : FE=> Execute(portal=null,limit=0)
2021-11-22 07:16:04.497 TRACE 3724 --- [ scheduling-1] o.postgresql.core.v3.QueryExecutorImpl : FE=> Parse(stmt=null,query="REFRESH MATERIALIZED VIEW home_projects",oids={})
2021-11-22 07:16:04.497 TRACE 3724 --- [ scheduling-1] o.postgresql.core.v3.QueryExecutorImpl : FE=> Bind(stmt=null,portal=null)
2021-11-22 07:16:04.497 TRACE 3724 --- [ scheduling-1] o.postgresql.core.v3.QueryExecutorImpl : FE=> Describe(portal=null)
2021-11-22 07:16:04.497 TRACE 3724 --- [ scheduling-1] o.postgresql.core.v3.QueryExecutorImpl : FE=> Execute(portal=null,limit=0)
2021-11-22 07:16:04.497 TRACE 3724 --- [ scheduling-1] o.postgresql.core.v3.QueryExecutorImpl : FE=> Sync
that begin call is hardcoded
shakes fist at postgres
prerelease spigot 

Try pgjdbc-ng maybe?
hey
what's the issue Mini
Actually, what's your current code like?
he cant refresh the materialized view bc the driver is making an explicit db transaction
All paper api patches seem to apply cleanly to spigot's prerelease 
POG?
anyone know what is a fair limit per chuck of redstone is?
do discord search and from:MiniDigger, he has posted the code before for two days already
but nonetheless it's there
i swear i've never had this problem before?
issue is, am using cockroach, which is fully compatible and even recommends the offical pg driver, but a cockroach limitation is that I can't "REFRESH MATERIALIZED VIEW home_projects" inside an explicit transaction

Oh that explains why
but the offical pg driver creates explicit transactions for everything and seems to ignore autocommit?
it is an option, but that's not what's needed here
he already tried that
the transaction is still made
Driver fuckery 
he just showed the code of the driver as well, that the transaction BEGIN is hardcoded
nvm I fucked up the update lol
the first patch in api will fail already noah

hahahahahahaha
I noticed lol
that's great
I was like "why is this going so smoothly"
forgot to git add the submodules?
that seems to be the common issue with everybody who tried it so far who has never done even the simplest upstream update
exactly that ^
ive never done one but i want to figure it out some time
but i need to pass my physics class, i shouldnt be focusing on anything but that. but yet. here i am not focusing on it
literally just updating the submodules (recursively), git adding them, running gradlew apP
ha same for my chemistry one
ahhh fucking organic chem
fucking electromechanics 😭
we're doing LCR Oscillators with AC power sources right now and it's a mindfuck
gradle aPP 
but back to the driver thing that should be an issue lol
Favorite task.
ok so pgjdbc-ng works
but: I have code dependencies on the official driver
for custom types
fun
maybe that begin hard code thing is actually a bug no one noticed yet 
but it seems intentional so probably not
worth a look into i guess
Should maybe make an issue on github?
if somebody felt the need to write a separate driver, I bet there are more issues with the official
fork official driver and make MiniPGJDBC 
"hey I don't use postgres but your drivers breaks my code pls fix"
Well it shouldn't just do transactions automatically imo
Good morning!
Good evening
Timezones thingy
good whatever
pickles are good sometimes
heloo
what the fuck is okra pickle
stop you're blowing my mind
didn't even know what the fuck okra is
theyre so fire
simple do know what a pickle is
yes
do be knowing dawg
my printer started randomly running wtf
ube halaya best ever tho https://i.imgur.com/BzzJnT2.png

i almost thought i could smell again
but nope, it was a lie
oo whats that
ube halaya
looks like purple potatoes
mashed purple yams i suppose
that would make sense lol
sounds tasty
wait poggy i can almost smell my cologne
still faint but its coming back
covid can eat my ass
it's 4°C here wtf
it is cold here
Dutch weather, very nice
Now, use hikari 
wanna setup replication for us
@untold copper whats your general area, i wanna see the air pollution data
YugabyteDB sounds sick but i havent used it myself
@wispy blade
holy fok
841 micrograms/m^3 of carbon monoxide, 122.81 ug/m^3 coarse particulates

How bad is that
severe
my town is 290.39 ug/m^3 carbon monoxide and 15.96 ug/m^3 coarse particulates for comparison
@minor badge already winter>?????
yos
even better in Uppsala where I'm moving :D
ngl i would probably be wearing a mask even w/o covid in new delhi with that coarse particulates 
i didnt know it's that bad ngl
i feel bad
ouch
@potent fossil roughly my area
3 ug/m^3 coarse particulates is good
carbon monoxide: 141 ppb
161.5 ug/m^3 equivalent
Time to raid naomi village
well, that pic has the name of your street 
NCR
delhi
not even close to my street lmao
o ok so ur a liar
ban
it's in the general area lmao
4 lieing
A nuke will cover it
does belgium even have an actual government yet

F
@mental meadow since you asked.
No setup fee on Hetzner. 🛌
good to know
:( sorry i transmitted covid to you over the internet
I don't really believe it's COVID but i gotta quarantine till i get tested
Probably just a strong cold
But thanks
I have enough at home but they are pretty useless if you're vaccinated
And since i have symptoms i can't just go to the next PCR test station
If you're vaccinated the antigen tests have a really high false negative rate
Yeah
idk what my self tests are but they showed positive so 
Mine were all negative so far
hi
ah yea mine is antigen test
Hii
im fully vax, but still got positive
OVH has launch a new cpu
cool
cool
no more i7 4790k/6700k
ye
disgust
Okay so I'll still move to Hetzner then
wake me up when they upgrade Singapore location
Hello 
no please
where is ryzen 9 
in OVH
You mentioned France and now toinouh is here, coincidence?
To be honest I watch this chat since Mini mentioned "smoke" x')
This lesson is quite annoying so I came here
Advance-3
saw it now
My friend took that one since the game one do not have that cpu
no US location
So Hetzner has the i7 4770 with 32gb and 240gb SSD for 33€, rn we have the sys i7 4700k with 16gb and 128gb SSD for 40€
The only negative i see to Hetzner is the lack of anti-ddos (comparing to ovh)
It's more or less a private server so that's no real concern for me
i see
Maybe you could check SoYouStart (OVH but with older cpus)
Like i mainly use it for my homepages and to play ftb with gf
D:
aurora may I introduce you to Oracle Cloud™️?
eternity
KimSufi is too bad for gaming, just enough for webhosting
finally they give u a different color rol
I don't want a VPS or smth smh
this is donor color nothing special lol
:p
so good now velocity is kinda official
Now most plugins are going to introduce support for velocity
You dont really need plugin for velocity...
Yeah you do
you got MiniMOTD and you get gChat that's enough?? 
24 plugins 😮
Well, in my bungee, i have several plugins that requires to be in the proxy
Never understood why not using redis instead
pssst aurora help me setup mine in 1.18? 
instead of bungee plugins
Ofc
Imagine ovh stocking with brand new i9-12900K
I want to see that
yeah, they replaced I7 and I5 by Ryzen cpus (at least for Game Servers)
nats >
I always wanted intel because it has better single core performance overall
Does spigot have better or worse performance compared to vanilla
better
but now that ill be dealing with cross-server stuff, and will have tons of server, ill be choosing ryzen, specially this last, that has 12/24c
It takes longer to load, so I’m assuming it’s just doing more pre-work?
doesnt mean you should use the pre-release build on production tho
he doesnt know yet
but its released. that means it is ready for prime time. cant believe spigot managed to release 1.18 before mojang. they are truly the best ever. i will now begin my 1.18 serbur. 
/s
i have no idea
Extended worlds (up tp 4096 blocks with datapacks ?) and new generation and comes back of amplified worlds
#paper-github this chat is on fire 
I wonder how long it will take for paper to be on 1.18
Updates to Paper do not have any sort of estimate for when they release, ever. Any and all updates will arrive when they are ready, and the only thing to do is wait for them patiently along with everyone else.
Aternos is painful to play with without paper honestly
ok
10 render distance max i cant see anything bruv
Wonder why they don’t go with some different text
Like any 1.18 etas will be sent to oblivion
We used to feed ETA askers to goblins, but that made them angry
Taking the internal bungee Plugins to put them on velocity with snap 
(It made the goblins angry, to be clear, because they taste like shit)
i don't understand why anyone actually needs more than 8 render distance for regular survival gameplay
Collect some bottles and but a server for a few euros a month
10 is more than enough
Have u seen how cool 1.18 mountains are?
You cant see any of it with less than 14 render distance
yeah..... and chunks are not vertical, only horizontal
you can see the heights in all their glory
Yeah but not if youre like 3 chunks away
They look stunning. But more performance needed for the bigger chunks and it takes so long to climb them
I mean yeah makes sense
Maybe if i use spigot aternos will alow me to up the server render distance not sure
Isn’t render distance a server side thing?

that doesn't sound like render distance 8 tbh
but idk
Yeah its both
Aternos has a limit on 10 if paper is not activated
You should play with even 10 render distance on a big mountain you cant see anything
I mean, you need a really good server if you want 10+
1.17 aternos with paper performed really well with about 5 players
You are using a free host
And about 16 server render distance
Ah 5 players should be fine
you should have no expectation
Yeah i know
etern there is no changing these people
When did i have any
I just came here to see if there is an ETA and there isnt all cool
With some little modifications to the server you can get a view distance up to 248 chunks :) (in 1.18)
uwuwa have you taken any new pics recently
This is the only server where the mods are more toxic than the actual people lmfao
i dont believe a mod has talked to you yet
Not to me directly no but i can sense the toxicity
You need to make a patch or use a mod (done in the evil mod c2me for eg)
i mean, a mod hasnt even talked yet
Ah
these name colors are not mods
Ah i see
But it's only to say "that's possible but you should maybe don't try it"
I'm a translator 😂
Mini mods are randoms who act like mods but theyre not mods
yes, we know what mini mods are and no one has mini modded you
broccolai is a sigma mod
based
No
Creative name so i agree
broccolai rap when?
need more jepg
i took a picture of my coffee which i then spilled on accident, was a very sad moment
Volne, the team members all have the paper icon behind their name :D
At least in a 64x64 picture you can use it as server-icon.png 😜
I was boutta say except you before I realised it's just bad feature parity on compact mode
Proxi get the maintainer team together 
hm?

lol
Will we see people streaming the update ?
speaking of maintainers when is mister jmp getting his promotion ¿
Yes. There's even shared twitch account this year.
:o
@olive marlin prof beard on stream ?
But no one is streaming yet
If you find me something to stream during update, I'll think about it.
I won't touch the update at all due to being in Stockholm till 2022 then a month spent on moving :p
Stockholm pogging?
So you say I have 2 more months before I can send you my CV? :p
you can send it at any time, I'll forward to my boss :) I'm still working
@viral hornet camm beard on stream?
I can't believe I'm getting sick a day before
pushes the prerelease

Prof & Camm beard on stream
pardon, you're moving again?
A very glorious stream

everything packed up yet??
In January, yeah
Nope, not been home :D We'll do it early January when I actually move, then I'll need to go back to wash the place and leave keys
Nah, it'll be fine
moving is always nightmare for me
so much stufffffs
hehe
Have you found a pretty new place already? :o
Centre of Uppsala :p
here was my mega poggy coffee picture but 0.3 seconds after i took this picture i turned around and spilled it. 😔
This place looks very cute
Uppsala is the sound we make when we made a mistake :D
where is entwicklungsgeräusche
It was never gone
it was never gone to begin with
GitHub plz
#851516819177209878 @wispy blade
clearly i do not look down at voice channels very often
Good job den
just beat my friend 2-0 in shogi B)
I still love that mobile displays that as a text channel
Not my fault GitHub is fucking stupid
yes but nobody in there :(
I always imagine a kid breaking something, saying Ups, followed by walking away singing lalala as if nothing happened.
It's a university city, so it'll all be a little more modern and cool than most other cities :p
Will you send us cool pictures? 
I'll live alone for now :)
was just talking about that lol
Would love to split that rent
but not yet, maybe in 2-3 years
Hello I will split rent with you
Camm you can live in my heart rent-free 
split rent 3 ways with me i will sleep in trash can
if you fly over, I'm happy to, Camm
Camm in Europe?
||ok nvm mari hates me||
2 years without leaving my state, and never been overseas, i'm very due for a holiday for 6 months
you go to the philippines, simple :p
You were gonna sleep in a trash can, you'd stink
if only i could 
Mari do u get auroras?
nope, I'm too south for that
it's very rare the north circle expands this far south 😅
I mean i can come visit if u wanna see one
Idk i really wanna like go to see one one day
aurora watching the aurora 🥺
Same here, but I obliterated my spine, neck, head and best of all kidneys.
or does the aurora watch aurora 👁️o👁️
Tromsø will be your best bet while still being in a city, @mental meadow
simple taking pictures with aurora watching aurora??
yos!
otherwise Hammerfest or Alta, but they're fairly small places
Poor krusic
Feel better soon aurora & krusic 
🥰
How it went:
Head pain starts again.
Doctor checks the neck, stiff AF...
Gives some pills to temporarily help, kidneys didn't like that, and it caused my muscles to relax a bit too much in the back area...
Hey, but at least I can feel all my fingers again.
Maybe some nerve is stuck somewhere
i couldn't even lift my left arm the other day
awh please get better soon simple 

dumplings on us 
Yeah, they did an MRI scan, still waiting for the results.
best of luck krusic
Thanks.
@viral hornet I'm getting dumplings for lunch :p
Not a cat scan?
If only.
Like that, but 10 minutes.
Damn laughing hurts
longge cät
Walking is hard.
I really want dumplings now, but also want vietnamese chicken curry & rice paper rolls 🤤
What dumplings are you gonna get mari?
Maybe this is the end of the world they predicted for 2012 and they just got the numbers in the wrong order?
Probably.
I believe they're some Chinese restaurant, but not 100% sure. They're vegetarian and the owner is really kind. He always gives me and Isaac an extra dumpling
Well, I'm back off to dying.
I think a new dumpling place opened here, like they only have dumplings
Paper 
i want waffles 😔
I want to eat now :(
preferably waffles with whipped cream and strawberries 🤤
Why not pannekoeken 
because waffles
Churos are also very good 😋
well. i solved one physics problem in one hour
that's pretty good i guess 
nighty nighty time bai
gn smipple
My regular UNO cards.
God, I need Spotify Wrapped's missed tunes stuff. I've got just about nothing I like listening to anymore lol
Soon
I expect it to grow and it's not the amount of tasks but the amount of work required for each task
At first look tasks seems to be not hard tho
They're tasks outside of the norm of the typical process
It does not include tasks specific to the tooling itself
it does not include tasks which are the typical normal update process, etc, etc
aha
Could do a thesis about "updating Paper from a version to another" 🤔
Huh, was this the first time that Spigot put out a pre-release?
Interesting
probably got tired of kids begging for it
u were begging naomi?
Brutal.
stalking
kenny, why do you have it on loop
music enthusiast
It's so ambient I didn't even realize it's still on 
maven is peace of brown?
mvn javadoc:javadoc
fail
mvn install javadoc:javadoc = work
Please, maven, why the fuck didn't you just cross resolve that... -.-
because maven
Well, maven isn't designed for that
If you give it no lifecycle, it will only execute the exact tasks you give it
maven moment
look if maven doesn't think and cat doesn't think who do you think is going to think

I too am much like maven
There is parts of me that really wishes that waterfall was a gradle project
Be the change you want to see in the world
Maven makes sense in itself tho
or finally retire it
Gradle always shokes on stupid stuff
I mean, it's just so fucking dense at times
like i would beg for spigot 
Like, with gradle at least when shit goes sideways it's FUN
Give the cat a brain and it'll do the same thing it does now, but in a more annoying way
Waterfall originally was tux's baby
with maven it's always fucking moronic shit which like, y u no
Waterfall is more that kid under the stairs
I see
especially after I accidently caused tux to go make that :L
Become fast
Well
sounds like a you problem™️
mini why did you not take vacation this week 😄
I wasn't exactly wanting to call velocity a fat ungrateful fuck
My phone has drag type and speech to text
yoo that was my nickname in highschool
tbh how do people do web dev it's so annoying
true
Wait
even more annoying than cat (HOW)
I look forward to messing with mercury once I go home
How the fuck does naomi not hate herself enough to subject herself to 24/7 brownies and clown po... I mean, web dev
I wanted to go an hour ago but I somehow wrote recursive redirects and that's no good
oh, trust me, i hate myself
Cause this shit needs to go to prod on Wednesday 😂
i'm writing V
Paper > dumb insurance
...
Tell that to my wage, lol
I got Xmas money on Friday, I almost got scared because I didn't understand why the sum was so big till I realized that Nov wage includes Xmas money
That I would fite you, but, am tired, so
We fight me with ur dum bombs, that's gotta be enough
hey cat
cat more like chris pratt
I've had weird chest pains that feel like someone is stabbing me repeatedly since I woke up, maybe it's finally time
jebus
I'm gonna hang that on my wall
Yes Jebus
pretty sure jebus doesn't do the actual smiting
We smiting in here?
smite?
Cat, mobbing of lower rank women is supposed to be only done internally, not in the public, didn't you get the last memo?
I love smithing
I'll play jungle
An awful game
/smite @a always fun
good idea for valk's future gui
Mini, she deserves it
""""lower rank women""""
it's the price of her crime for existing
ge uw ey
guwuy
🤮
geeh uw eye >
cat is northern leave him alone
no
On the user list in case that wasn't clear, lol
that's the reason we can't leave him alone
@waxen panther 
Pronouncing acronyms, bad
The graphical user interface (GUI /dʒiːjuːˈaɪ/ jee-you-eye[1][Note 1] or /ˈɡuːi/[2])
@twin lagoon



apex when !
on the train home now ?
I have a prof that mixes both pronounciations
And then I sleep for 3 days

it's terrible
doctah doctah
How do you mix jee you eye and gooey
theres 3 things every british person does
a mon guss
||doctah doctah, I know this is a prostate exam and so, already sus, but, why do you have both hands on my shoulders?||
People who say gooey are truly evil
old list, no one watches doctor who anymore
- god fucking nope
ruined show 
u dont count as british cat
didn't they like
ur like budget Scottish
I rewatch old episodes
the doctor is no longer a time lord or some shit?
last two seasons have been actually un watchable
They made doctor who into this fuckin god that they invented the time lords from
It’s so stupid
because a woman is the doctor?
Weirdchamp
so sexist brocc
nobody gives a shit that the doctor is a woman
because the story is terrible now
That's the joy of it all
the actor is great, everything else is the problem
it was always terrible
Issue is that "the doctor is a woman" basically took the focus over like, making a good story
shut ur dumb mouth child
make me
I am taken sorry
the actor is great, everything else is the problem
I've never really been a dr who fan, tbqh; Like, i watched the odd show here and there but it was mostly repeats on comedy gold or some shit
I watched 3 episodes of the last 2 seasons and all 3 episodes were legit just modern remakes of old episodes
cat get the guns someone kidnapped brocc
@waxen panther the actor is great, everything else is the problem
Couldn't have said it better
Issue is that the actor could be great af, the issue is that the story telling has just become "FEMALE DOCTOR GOOD, FANS BAD"
that's why he posting these shit takes
Like, it's just a complete shitshow where the fact that the doctor is a women now takes precent over creating a woman character who is actually a badass in a great story
papermc is great, vegetables are the problem@waxen panther
papermc is great, the nursery is the problem

+ratio +ur white +irrelevant +who asked +the hood uses purpur now
Mod caboose
Average moderator

i say abuse
nothing happened on 22/11/2021
🥶 🍦
fr
broccolai's nickname is pretty accurate lmao
bru
Sir brocco I would like to inform you a year only has 12 month not 22
not hard
SHUT up American
i saw that video months ago LMAO

LMAO@waxen panther
Guns don't kill people
IM LMAOING@waxen panther
Petition to make the year have 31 months
DD/MM/YYYY is the only valid option
hi LMAOING @cunning raft
Please do not ping the moderation team
@cunning raft I am laughing my ass off 😀
Thank you for the ping
( In capitals )
YY/MM/DDDD
@cunning raft you are welcome
I do not respect your position in papermc @cunning raft
jroy is the new wiz
I could never fill his shoes
i could
Wiz is an antihero
just need to drink enough beforehand
Wait Broc got a death list?
too bad you aren't a mod
that's what they want you to think, wake up sheeple
Wise observation you must get good grades at school
inb4 brocc adds me to the list now that i've said that lmao
bold of you to think someone with numbers in their name was not already on the list
:O
Kek
santa wont come to your house this year
jroy is briccs pocket mod
A vegetable would never tell me what to do


actually
he is, he’s just not aware
||I used to look at vegtables which told me that they'd be fun inside me||
wat
bricc > brocc
LOL
bad dragon says otherwise
I eat bricks
i'm glad that went over everyones head lmao
oh, apparently they no longer sell the brick
probably didnt sell too well 
I only buy supreme bricks
I used to see videos with a brick quite often
Doesn't suprise me
lemme do some research
I mean, I think it was big clive who actually had the brick, he used it for the "framing"
meanwhile AvE just has a shafter in his CNC mill


CNC is great for repetative tasks. For instance: cleaning off the table. I use a homemade tool to let the machine do the dirty work.
n-n-nothing
that's one girthy probe
Part of me kinda wishes I'd got into machining
You should.
Cos, it would give me a strong reason to buy shit like this: https://www.etsy.com/ca/listing/1028490676/take-heed-antique-warning-label
take head
Probably need some safety gear too.
It can't hurt your eyes, if you don't have any.
Well, remember
I have those stickers, I'll figure out what to put them on some day
Probably on someones wife. 
"It's a pity I didn't have any charcoal in my butt, coulda made some diamonds" ~ AvE
I stuck this one next to my breaker box https://i.etsystatic.com/13650636/r/il/a70bf0/1856202478/il_1588xN.1856202478_njam.jpg
😄
that's the best kind of dying
I want to put https://i.etsystatic.com/13650636/r/il/0864f0/1903695865/il_1588xN.1903695865_7tct.jpg on my laptop but then I have to limit where I use it
Yea, his stickers are great, but, I mean, eeer
Like, you could get away with that stuff on a shop floor where management types don't peep around and everybody would have a laugh
But, those people in boots and wearing suits
that reminded me: we were required to have gloves on when drilling metal in highschool, until one dude got caught in the drill bit
then it suddenly was forbidden to wear gloves when drilling
fun stuff
gloves around any moving parts is just dumb
It's literal day 1 shop safety training video
can confirm
any loose cloving, gloves, etc, are a nono near machines
my uncle had a little accident with gloves and the table saw 👀
clothing*
I stuck the carefulling one in my garage, which is really just a shed full of tools
wow brain
¯_(ツ)_/¯
Not much in the way of fun tools though, mostly lawn stuff
Yea, issue is that most tutors in materials art/woodworking, etc, aren't exactly machaninists
and so they often have these stupid rules which on the surface sound great
e.g. you're not gonna cut your hand on swarf if you're wearing gloves, sounds great
i'd rather get a metal cut than lose my hand to a drill lol
And then my cousin thought it was funny to stick this one on my microwave when I showed them to him so yeah, that's a thing
Yea, but they think that they're doing smarts because they don't understand all of the rules you're taught on the shop floor
i found woodworking tools way more terrifying than the metal work ones
Some days I think that one is hilarious, others I hate it
like we had this big wheel with sandpaper on it that you could use to sand stuff down, if you ever get your hand between that and the holder you'd be slowly grinding your fingers off
Uh, that's for metal too
we used hand tools for metal
Well, that's often why the guards, etc, have plenty of space behind them
You're not supposed to touch it, but, shit happens
Usually you have two wheels, one is a wire brush and the other is an abrasive
One joyous issue I had is that the safety shit gets in the way
Like, that's one thing that annoys me with safey is how much they like, really don't think shit through
my company is extreme about safety, so you can’t even really get around any guarding
Like, often stuff just obscures your view, or, gets in the way in a manner which makes it even more dangerous when shit hits the deck
Well, you generally set them up for what you're using them for
Like, generally I see an abrasive and a polish
Oh yeah, the one wheel looks like a shammy or something
Yea, generally that or a wire brush thing is what I see
TIL Tarantino is trying to sell Pulp Fiction NFTs
the obsession with NFTs is so damn stupid
I mean the saying goes "it's not stupid if it works (in making money)" 👀











