#general
3141 messages Β· Page 597 of 4
git stash, fix, git commit, git stash pop
git has many tools to support many workflows
branch, dont branch, stash it, dont stash it
many editors also let you stages changes line by line
your commit msg should describe what the change is for/doing/why/tacos
if you cant think of a commit message, A Taco Is Fine Too
(you can always think of a commit message)
fix dum dum
whoa
"In November, Hypixel Studios announced that it is planning for Hytale to be playable by everyone in 2021."
that playable by everyone sounds like FTP
well
if riot is involved, might be f2p
but that would definitely mean microtransactions tho
thats fine
as long as its not p2w
yep
well youll have your own servers, you get to contro lthat
unless they let you spawn in items on other servers lol
funny how there are already tons of hypixel server lists
people bought all the reasonable domains already 
is paper based off of hmod?

lol...
It's based off of Spigot.
how did you even get in here without knowing that
how is the name hmod even still known
i actually came in here to ask if all of the spigot plugins i use will still work when i switch to paper
yes
yes they will
if they dont tell the author to fix it π
bungeecord
yes, but waterfall is our better-than-bungee version
does waterfall work with spigot?
ok thanks
but you should use both of our versions in general, better features/performance
y'all heard pigstep yet?
when can i be cool?
iso, I love it.
its trash imo
dont attack me like this
yes zbk, very cool
dubstep > pigstep
claro
signing commits is being the bushy tailed intern
who doesn't realize its more effort than its worth
do you need to verify every commit?
If you set it up, it'll be done automatically, but it isn't mandatory or anything.
youll have to reauth gpg-agent every once in a while
when you dev remotely is when it becomes a royal pain
hardware key
It doesn't really add much imo.
Well, that is true.
Pretty much the only reason I have it set up.
does gpg even let you do that anymore
why
linux is too, they use open source drivers for graphics
so what that'd be saying (I think) is like all platforms are supported except integrated graphics on windows lol
^ the water is beautifully glowy
We need Spigotless Paper 
@oak quiver why is there a dick in your pfp?
oh wait its a controller lmao
now i cant unsee it
@worn ember well a non pervert can clearly see thats actually a gaming controller... wtf man lol
i just glanced at it 
Dark, you're just dumb
dicks dont have d pads unless you into BDSM
smh bullying your superiors
By popular demand: Cloudflare Spectrum is now available to Pro and Business customers, who want to protect and accelerate their #Minecraft, RDP, and SSH servers at no additional cost. https://t.co/xVqW3DEf1H
i swear if i see that post one more time im going to lose it
im sorry what
its literally been posted 50 times already
not in here
not the twitter post maybe
lmao thats going to be such a failure
" Pro plans will be able to use SSH and Minecraft, up to 5 gigabytes for free each month" LOL
or 10 minecraft players
you wont be able to support 10 even on a 5GB limit
"It's just a block game, how much resources does it need?!"
hypixel uses spectrum
they definitely understand it
something just went horribly wrong
well when you're hypixel scale
that's not a thing
unless you have infinite bandwidth yes
This is 1 of 3 of my front end servers ,add 4th for web+SRV failures hitting the backup bungee
can you tell when I launched 1.15
from my host
Does this discord offer help with coding spigot plugins?
#paper-dev Jet
ty
total out, 1.35TB/s
what
plot twist a plugin is mining bitcoin
i dont get that "Total out" line, its odd, the top line is more accurate
I have 2 NIC's, 1 is private, 1 is public
top line is private i think, since the top line of the In category is lower there
no
bare metal, 3 of them, 3 mc 1 waterfall each
so each machine will have internal traffic going to the other mc instansces
3.4GHz Quad-Core E3-1230 v5 Skylake Xeon
im looking at upgrading
renting, buying is stupid lol
waste of money
I bought a server/workstation a while ago, with dual xeon x5675s
did not go well, i forgot i'm a silence freak.
maybe, but like i get annoyed when i hear my hard drive at all. i've had to make my pc fully fanless
i think i would also get a noise complaint from the neighbours. that pitch just pentrates
i put those fans on minimum, still loud
it's cos they're really old
hp z800
wdym?
yes, but there's some element that i'm a silence freak
can't have a fan plugged into my pc
same here, i've got tinnitus as well
but i hate that kind of low hummmm
my motherboard looks like they'res a giant metal shuttlecock hanging off it, not kidding
wat
have you ever built a PC in your life
Is it possible to restart the "Nether" without restarting the "Nether Roof"?
not really
I mean, you could take a clean generated nether and copy over the data manually to the lower parts of the chunk sections with like a script or something
but not in any easy way
why would you want that?
By 1.16 To restart the Nether of my server, but you save the farms that are on the roof
yeet the farms
^^
you could generate a new nether and keep the old one
or just give them a warning it'll be removed on 1.16
this post brought to you by the nether-ceiling-void-damage gang
jesus
paper has a feature that'll do the nether void damage tick to them
that seems less harsh lol
Yeah, blocking > banning imo
i vote just use packets to fill it with blocks :D
banned if you leave spawn
do you even have any players at all?
he said "kinda always empty"
i thought about doing death = 1 hr ban but idk
that's already a thing with /gamerule keepInventory false
enchants everything with curse of vanishing
you can still move about on nether roof, if you use the illitemstacks plugin
so they cant get it back
i personally use ncp flight to get up there, and then use click tp to move about
dw i only play anarchy servers
impact client?
i think AAC is the only good anti cheat
it's the most effective one, will stop any fool with their free hack client
i thought about writing an anticheat that would inspect incoming packets, but idk
Oh god no
paper has anti xray
if hacking -> ban ez
anti cheat's don't inspect packets all that much
ik
Think of the amount of people that will complain "i'm using x hack client and it doesn't work, please fix"
that's why I would make one
// Paper start
if (player.isHake()) {
dont();
}
// Paper end
surprise
unfortunately they're most obfuscated, i'm currently messing around with jdb to figure out what each part does
I wonder if I can somehow tweak the server to use as few resources as possible. My laptop is too weak to run server + minecraft + intellij (+ chrome). This is specifically interesting because deoptimization can lead to worse CPU usage which is obviously not beneficial, but I somehow need to tell the server not to hog as many resources
Yeah
void noPlayersBackdoor(PlayerJoinEvent e) {
e.setCancelled(true);
system.out.println("No Players 4 u");
}```
guys, this is the `**** BEST ****` code!
if that was possible don't you think everyone and their mom would have done it already
? If you're going to say 'Linux', then thanks for nothing
what if the tick loop was customizable
/gamerule randomTickSpeed 50000
Ain't an old laptop
do that command
that was the only thing that let me run MC + server + IJ at the same time on my piss poor dual core laptop w/ 4Gs of ram ~5ish years ago
winders bad
like not just plants n stuff but being able to disable block/entity ticking at all - for example for minigame servers
and that was MC 5ish years ago
and Sweepy did you mean me
windoes 10 poo poo
ah yes that meme
forward it to my discord server link π
these tld's are getting out of hand
discord.noadbecauseigetbanned.club
digital is one of the saner ones though
I wonder if Intelli knows his resource has been in an LTT video lol
"his"
assuming company genders
assuming IntelliJ is a company
god what is this channel
I don't know
idek anymore
ah don't forget burning leafs
.leaf
I like to rant about my dev asking how to do this and that
are we talking about the same channel?
intelli ~= intellij
oh hey barty
i think ur a bit behind there, barty
there's a .η§»ε¨ TLD
mmm yes this feature consumed 20% performance
wtf
Does anyone have good flags for ZGC?
pretouch and set your ram
lol does packet processing use that much time? usually it's the tick loop
Is it still that early to use ZGC?
zgc is kinda not as recommended until thats figured out
and hope ram usage dont hit the ceiling cuz stalllll
ive got a server that has a massive tnt explosion going on, which is lagging everything. currently restarting server is not helping, it just comes back up and continues exploding
My server literally killed it self
packet processing (done properly) would not be part of the tick loop, so 8mspt doesn't really make sense
use revive card
packet processing is always going to end up being part of it
is there something to halt it
@strange crown try worldguard's /stoplag
the JVM used up all of the allocated 6GB ram and killed the process
or you can use mcedit to remove the tnts
at the end of the day the packets have to be decoded and made into useful information for the all the world state
the CPU went from 25-45% to 0%
you can do some of that async but not all
kek
I like messing around with packets with my plugins
so fun to fucking fuck around with them
ye packets are fun
that's basically all I do
see: PacketEntityAPI, MultiLineAPI, Sprocket[upcoming] lol
donβt make me get started
I can release my server now but my events plugin still not done
and we have 2 events maps not done
there's a packet to control the player's FOV, it's kinda funny
and I may need to completely recode my teams plugin
@merry talon thnx
oh yeah
@jagged egret for april fools I made my friends join our SMP and whenever they move their FOV goes to 30
lol
hey it was funny
yes I remember that one
lol
thats why I added that, was so annoyed that wasnt there
Huh, they apparently fixed https://bugs.mojang.com/browse/MC-96319
I'm curious to see that one
Hold up
lmao
inb4 literally first day on the job
oof
Well, that's one way to get known by the rest of the tech team
My uni created a photo album with pictures of the uni so you can use them as your desktop background in case you miss it ._.
mfw
just ask the question @void void
How is the riot games shit news
it was known that Riot was like the biggest funder for hypixel
@merry talon they are core because they are large dcs that handle lots of traffic, they aren't an edge node which routes traffic to said datacenters
i thought everything was distributed and could fallback
@void void if you mean you want people to be able to use certain commands, you need a permissions plugin
yeah, they have 2 of them
i added that and i cant give people the role
.-. wat
i deleted the plugin
oh so their edge is everywhere but they only have 2 DCs for handling accounts/api/db
that seems like a likely setup yeah
how didn't they recognize the single pof beforehand though lol
the cable could have just died
and it took them 4 hours to plug it back in
ok @void void. pls keep it here, haha
Wdym
what version
1.15.2
how do you know factions is not working
version?logs? info beyond "halp, doesn't work?"
Error in chat
and in console too, likely. Logs please http://hasteb.in
.paste
Please paste large logs to a pastebin: https://paste.gg
A sensible, modern pastebin. Share text and source code snippets with no hassle.
nonja'd
hastebin bad
xq
actually, that specific instance might be fine iirc, but, bleh
I prefer tastebin
Found the issue
Gratz
https://help.github.com/en/github/managing-files-in-a-repository/navigating-code-on-github oh shit boys
You can understand the relationships within and across repositories by navigating code directly in GitHub.
that is indeed lovely
cool so do I TheViperShow :P
there's hacky ways to do lots of things
Dont you reflect damagble to the meta and set the damage?
Fuck all to do with the meta
Atleast what i've read
The max durability is hardcoded on the nms Item
you'd need to reflect it and modify the field and change it for all items of that type on the server
f
not to mention the server/client desync there
better off just fauxing the durability change
I remember when we made buckets stack in 1.7.x era
in general I'd advise against editing anything the client has its own expectations about
fighting the client inventory prediction is a pain
you can use events to pretend the hard-coded durability doesn't exist and just modify its value to represent whatever you want it to
there you go one hacky solution
@jagged egret yes there's that wrapper around the android edition that works really well
I'd avoid using yml in general tbh, just json your objects
ye
^^ gson is best for saving objects. NIce and simple
because Mojang
Same reason you can make acid rain by editing packets lol
they don't care to make sure things are sensible

https://wiki.vg/Protocol#Change_Game_State Use reason #7 and like 3 as the value and everything turns green
wait no it's 7 as the value too
2 and 3 are like red and orange sky
they do make things sensible, it's just that they used those to make things colorful themselves =^]
It's flippin weird
It's also still possible to open the demo screen
hold on I'll take a screenshot gimme like 20 minutes lol
(haven't set up anything on this computer yet)
.g minecraft wiki demo
(phoenix616) https://minecraft.gamepedia.com/Demo_mode -- Demo mode β Official Minecraft Wiki: "The demo mode is a demo version of Minecraft for users who have not purchased the game yet and would like to try it out first, designed to replace..."
oh that works
was is that long? I remember being sad after like 2 ingame days ;(
can anyone explain what the first command does:
wget -O - https://mcpelauncher.mrarm.io/apt/conf/public.gpg.key | sudo apt-key add -
sudo add-apt-repository 'deb http://mcpelauncher.mrarm.io/apt/ubuntu/ bionic main'
I assume it has to do with adding signing information about the repository right
get a public key, adds to to apg, then adds the repo
youre downloading their signing key and adding it to the apt keyring
ah gracias
so that your system can verify the packages
obviously if that key you get is malicious the rest doesnt matter
but usually its not, so its good ot have
that's comforting
I mean lets be honest
youre going to download and install it anyway
you may as well at least verify its coming from the same place
ubuntu 20.04 comes out in a week \o/
yay new lts
featuring garbage login screen
you dont like the new login screen in gnome?
(DiscordBot) http://releases.ubuntu.com/20.04/ -- Ubuntu 20.04 LTS (Focal Fossa) Beta: "Ubuntu 20.04 LTS (Focal Fossa) Beta. Select an image. Ubuntu is distributed on three types of images described below. Desktop image."
CD images for Ubuntu 20.04 LTS (Focal Fossa) Beta
Ive been using it for a while, seems fine
not so big on ubuntu on the desktop anymore, but I use it all over for some servers so nice to have a new lts
hold up
fresh packages yay
@jagged egret i got luck perms
I installed 18.04 to a server yesterday
@void void that's great
okay I could've sworn yesterday I saw a video showing off the new login screen and the password bar was not centered D:
using LTS on a desktop is like never going over the speed limit on the highway
but I can't find it now, so i guess I just dreamed it
tbh if fedora had the aur I'd probably use fedora
they take a lot of care to make things mesh well, also like to implement new standards
packages all have a baseline of flags for correctness at compile
I tried that one chinese distro egg liked and nvidia hated it so now I'm in arch land
resists urge to upgrade system to AMD
what chinese distro 
deepin
yikes
making me sign into my google account on the app seems sketchh lol
it was pretty but not for me
especially since nvidia can barely run linux without breaking
lol
Barking
i played minecraft on open source nvidia drivers for few days
couldn't get official ones working
dGPU too old to run latest ones & get offloading working right
they provide a lot better performance, at the cost of needing to spend more time when shit blows up
there are so many micro annoyances I have to put up with because I'm on nvidia in linux
relate
and shit gets funnier when you have iGPU+dGPU combo
I have 2 gsync monitors so I can't help but feel the sunken cost fallacy
are you gaming on linux lol
no
then why the gsync
yes whats the point of gsync if you are not gaming 

that's a fair question
gsync solves tearing in video playback too
you can solve that on software side though?
by turning few knobs
.g nvidia linux fix tearing
(DiscordBot) https://www.cmscritic.com/how-to-fix-nvidia-screen-tearing-in-xfce-mate-kde-lxde-and-others/ -- How to Fix NVIDIA Screen Tearing in XFCE, MATE, KDE, LXDE...: "Oct 15, 2016 ... This screen tearing typically occurs when you are running a proprietary NVIDIA driver under Linux and have one of the aforementioned..."
stuff is smoother with gsync on as well
oh god
editing nvidia settings in linux
don't want to go through that again
πββοΈ
nvidia-settings --assign CurrentMetaMode="nvidia-auto-select +0+0 { ForceFullCompositionPipeline = On }"
nvidia's own utility to edit xorg config is absolutely useless yeah
I have never edited nvidia settings and had it just work
editing nvidia settings is a 4 hour journey on google
I don't really need to do that since I already have gsync
which is semi-functional on linux
Β―_(γ)_/Β―
I'd rather switch to AMD than edit nvidia settings and try to get them to work again
i mean that command does that on runtime and does not persist anything to config or so
so it's pretty safe to run
would I even notice if gsync is on though
testufo.com is pretty great for testing your stuff
you're trying to get me to solve a problem I don't even have though
so I have chunk data I'm storing in a database, that changes while the chunk is loaded. Aikar suggested I update the database as the changes are made, rather than waiting until the chunk is unloaded, and use a shared task chain to make sure that the changes are written before re-loading a chunk. I'd think it'd be bad to have one global shared chain, because then all chunks would be waiting on each other, but also having one chain per chunk seems like it'd be horrible really quickly
hm, i thought you had a problem but no idea where i read that out then
never mind then lol
I have a sunken cost fallacy problem

I have 2 monitors I'd have to OCD replace if I switched to AMD
i fell asleep on my desk and i wrote about 50000 characters in my IDE lmfao
You could EZ have a chain per chunk
Only real concern you'd potentially have there is spamming threads with the chunk load requests, so maybe not super ideal
been there dark
my fave trick is to mute the whole channel while I sleep
does muting stop the noises
people be teleporting beyond the max world size and then complaining its a bug 
are they really
I think there's a function that checks if its in bounds
we should just hook that somewhere and be done
what would be better @golden gust ? I thought about doing my own solution that didn't use TaskChain but I don't know much about multithreading tbh
you can easily create a new chain for every chunk
The only real issue is that async tasks are on an unbound threadpool
Well, I often have my own thread-pool for that type of stuff
But, not really sure how/if you could integreate your own pool into taskchain
looks like I could maybe write my own TaskChainFactory and TaskChainAsyncQueue and then create a new fixed thread pool rather than a cached one
best part is I can have a task chain factory using the fixed pool as well as one using a cached pool, if I need
I don't think I will, but it's a possibility
gson you don't have to write it, it serializes/deserializes objects for you
ye I'm just saying not wanting to re-write code isn't a great reason for not wanting to switch to gson
doesn't matter
yes they should
ok idk wht am talking about
you dont register a listener class
you register a listener object
bukkit will only call handlers on that single object
so its a singleton
what if I want two instances with different parameters
dunno when that would be useful, but I could see someone doing it
there are reasons people would do that
e.g. listener class per type, or something like that
Generally better to not, but, you can
if you want multiple instances of your plugin's functionality, decouple it from JavaPlugin, avoid static getters, and your listeners are no longer singletons π
because Java
that's basically legal in writing too
don't really see any reason why a compiler would need to treat that as illegal
doesn't create any ambiguity, etc
Can I switch WorldEdit and VoxelSniper by FAWE ? Is it stable enough? And WorldGuard compatible?
And WorldGuard compatible?
no
π€ interesting
no
nope
how did you get rainbow brackets?

Hi.
:)
I have no self control
What is wrong with this computer ;-;
Think it's the freaking Nvidia drivers again π
nvidia π¦
Oh no
I would sell out to Riot too
old news x 10000
if he wasn't living in a mansion already he can definitely afford one now 
Anyone having issues on ovh BHS right now? All my players pings are hitting 1k lol
.g bhs
(DiscordBot) https://www.bulkhandlingsystems.com/ -- Bulk Handling Systems: Home: "Recycling Equipment and Integrated Materials Recovery Facilities (MRFs) from Bulk Handling Systems (BHS) - See what the global leader can do for you."
Recycling Equipment and Integrated Materials Recovery Facilities (MRFs) from Bulk Handling Systems (BHS) - See what the global leader can do for you.
God knows what changes will gonna do Riot
riot was already one of their major funding sources for hytale, so I've heard
https://hasteb.in/lazuqeci.sql
Anyone know how to fix this when running Steam? (updater appears, but nothing more - just finishes and closes) Ubuntu 18.04
that's a lot of chainses to make to the game
runs
no we need actual stuff to do in caves
well when your codebase looks like a gigantic mound of spaghetti and you have 3 packets to do the same thing, it's not so complicated
also there's "Change Game State" but sometimes it's used to play entity sounds, just like "Entity Status" or "Named Sound Effect"
sounds like every other mob in Minecraft
gotta love it when he blames it on paper when he has no idea if it's actually paper
well first, let's see your code
all of it
in a paste please
if you want my help, i need the whole file please
because you may think that's the only part that matters, but you can very well be wrong
for example, how are you checking to see if e is an Ender Dragon?
"getTargetEntity doesnt work properly with ender dragons"
how do you know
wot
kek
see this is why i ask to see all the code :P
i said all the code
ender dragons are bosses but they're not monsters :]
withers are bosses and monsters
because Mojang!
but they aren't flying
ender dragons are also built up of smaller parts, so that can have stuff to do with it too
(DiscordBot) https://feedback.minecraft.net/hc/en-us/community/posts/360015559851-The-Red-Dragon -- The Red Dragon β Minecraft Feedback: "Jul 19, 2019 ... The Red Dragons base color should be #9e2700. The model of the dragon should be a little different and more complex than the Ender..."
bonus points if you make it listen to outbound chat packets and auto-format JSON so it works with vanilla commands
that actually sounds fun
ima steal the idea and make it a $19.99 premium resource
o just steal that then
if they do it then so u can u
wtf am i saying
u can hook into it but yes it kinda looks like ass
u can probably**
rgb colors when
rgba, I want invisible chat
ok but I want a sphere block
(DiscordBot) https://www.plotz.co.uk/minecraft-sphere-generator.php -- Minecraft Sphere Generator - Plotz: "Create perfect hollow spheres using Plotz, the HTML5 modeller for Minecraft. Plotz can model spheres up to 256 blocks diameter. If you are building a..."
Plotz Minecraft Sphere Generator documentation. How to make hollow spheres of any size using Plotz.
anyone know what the fuck is with the 5G conspiracy theories
yes
rampant retardism
they said the same shit about 3g and 4g but actually it has nothing to do with cancer this time
they are saying coronavirus disease is in fact due to 5G.
5G
that's their reason
they have no reasons, lmao
they're just retards
is it a coincidence 5g and coronavirus came along at the same time?
I don't think so
leaf is one of them

(that's actually one of their main arguments)
and they think it's a good one
a modern hero
big science 
So I set up thelounge
Which means what used to be a ghetto NAS is now pulling double duty as an IRC bouncer!
And also I can access this channel and keep the history through IRC just like I could on Discord
congrats
Simple sucks
Random so fixed
works as intended
Hey Kash! :D
can't be reproduced on dev's computer

hi @sand vale
stop drinking 10yo vodka then
Wtf am I supposed to drink then
idk
o kash is here βοΈ
water
Wow
It's lemon vodka cx
drink something you can taste
it's just ethanol and water lol
shut up city
I can taste it z
o i have whisky
It's very sour lmao
Read. It's lemon vodka
Then it can go bad
So it tastes like lemon
just go drink some scotch or something
this man
Too late. I opened the bottle so now I have 3 hours to empty it
I don't wanna die lol
drink bleach
ladies first
if you mix bleach with coke it tastes pretty good
Furries first
retards first
how massive we talking
.g bliss hill
(DiscordBot) https://en.wikipedia.org/wiki/Bliss_(image) -- Bliss (image) - Wikipedia: "Bliss is the default computer wallpaper of Microsoft's Windows XP operating system. It is a virtually unedited photograph of a green hill and blue..."
That location is now a wine field iirc
(DiscordBot) https://www.pcworld.com/article/2140802/the-story-behind-the-windows-xp-bliss-photo-and-what-it-looks-like-today.html -- The story of the Windows XP 'Bliss' desktop themeβand what...: "Apr 8, 2014 ... Like Windows XP itself, Microsoft's 'Bliss' image of rolling green hills has aged, and evolved. Here's its storyβ and what the..."
ah, wine field indeed
I know my windows
im sure you do retard

Try is the key word
Longhorn was best windows
Wtf am I supposed to do with that
Well, you like windows, right? :P
looks like a whole bunch of stupid to me
how much does paper help with multiple cores?
the bulk of the game is still single threaded, period. but it does add async chunk loads which is naise
Don't you love it when a client is supposed to pay you a bunch and they do nothing but ignore you?
Half up front half after
claro

If they don't end up paying I just open source it and sell it as a premium resource
If it's worth anything ofc
nothing you work on is worth it dark
oooof
This last commission I'm doing I didn't get paid up front but I trust the guy. I hope he doesn't fuck me over tho :) if he does well I'll fuk his mom sideways
Rude mr z
just kidding ilubb
@jagged egret it IS half lol
It's the first half
@worn ember I do that all the time
Hah
Don't start till he pays
dark asked me to put his name in the MCBanners credits because he created the banner backgrounds which i paid for

You didn't pay for the ownership just the banners kekw
uhm
m8 wut
I'm joking calm down

drink water at least before you go to bed
that headache is not gonna be worth it
trust me
I'm not the alcoholic here
Tbh I really don't like the taste of it
iso2013 my pasta limit approaches infinity
ISO. Ur a read book
Red
wat
It's a standard
i got banned by discord for doxxing
o
No u
city go to bed
sup
dark go to bed
Sthap bullying me
city if you dont go to sleep willingly, you will go to sleep forcibly
I had whisky and now I canβt sleep
thats bad
i once had a friend say "iso, as your friend, I will knock you out" when I was joking about pulling an all-nighter heh
I saw how much fun dark was having and I wanted to emulate that
why are you all drinking
Whiskey noob
It's the first time I drink in weeks lok
Iβm just an alcoholic itβs nbd
Plus my neighbors are blasting music so I canβt sleep anyway so might as well be lit
Lol people signed up for our patreon
Assert dominance by peeing against their door
im getting too cocky in my math class
π¦
Talking about cock, Grindr has stopped trying to get me to join the sex workers union
Pee cock hehe
I must be slacking π¦
zimple which math is it
Dumb math
calc 1 lol
have you heard of 3blue1brown
Simple discovered Leonard and now heβs a math expert
yes i dont like him
Yes
Oof
how not
leonard is life
his stuff is so cooool though haha
leonard is...godly
I love his animations
I just want him to tie me to a chair and pee all over me
ok what
Then spank me with a ruler
what the hell

didn't know this was #gay
What life. Stop lying
Ye

who is leonard
More like leonurd amirite
.g professor leonard
(DiscordBot) https://www.youtube.com/channel/UCoHhuummRZaIVX7bD4t2czg -- Professor Leonard - YouTube: "This Channel is dedicated to quality mathematics education. It is absolutely FREE so Enjoy! Videos are organized in playlists and are course..."
Dude has bigger boobs than my mom
i could've used these videos 8 months ago
he has calc 1, 2, and 3, as well as diff eq
and precal, alg, and "to the point" math for those who are not yet at cal
'to the point' being like, basic fundamentals
Ah interesting
then i found this guy for discrete math and linear alg https://www.youtube.com/channel/UC9rTsvTxJnx1DNrDA3Rqa6A/videos
maybe l8r he's too much 4 me

moo
I swear this interpreter project will be the death of me π’
3blue1brown was very helpful when I was working through linear algebra.
Does anyone recommend Deluxe Menus for GUIs?
Yes
I go offline and Riot buys Hypixel
Yup
Nuts
oh it's your fault
Mwahahahaha
I wrote a probably unnecessary script https://gist.github.com/DemonWav/b705984271db43eb63085b98dd665cad
For what purpose?
isn't it clear
it keeps my firewall configured to allow cloudflare ips to access nginx
i have my firewall setup so only cloudflare can access nginx
but that lets me put it in a crontab that runs every week in case they update their ip lists
Ahh okay
what does that mean
no
@ruby ledge Pay Youtubers thousands of dollars to spend a few minutes on your server.


