#general
3141 messages · Page 1303 of 4
7 % 3 = 1
nope
but one is a big number
im trying to get the remainder 2048 / 5
with remainder its -2, but with mod its 3
and 3 is the answer i was expecting

Yes! Negative number fun.
3 is the right answer.
Send this to your instructor
>>> import math
>>> math.remainder(2048, 5)
-2.0
>>> 2048 % 5
3
In arithmetic, Euclidean division – or division with remainder – is the process of dividing one integer (the dividend) by another (the divisor), in a way that produces a quotient and a remainder smaller than the divisor. A fundamental property is that the quotient and the remainder exist and are unique, under some conditions. Because of this...
This concept is why
bc 2048 and 5 are both positive
Your teacher will get it, you might not
smart dejay
I learned this when playing with a new programming languages
Strictly "C like" languages as I call them define % as "remainder"
Which is the type of math you'd learn as a kid
Other languages define % as "mod"
Python: (-3) % 16 -> 13
Node: (-3) % 16 -> -3
Java: (-3) % 16 -> -3
Dart: (-3) % 16 -> 13
Rust: (-3) % 16 -> -3
TIL
i hate that
lol
i mean its a language ofc things are different but
i feel like even the most basic instructor should know this for this reason exactly
like hey btw you know that thing in all the other languages? yeah its not that
i hate that
so did I
int res = x % y;
return res < 0 ? res + y : res;```
I didn't know that either
But then it's python so i don't really care lol
Python is evil anyway
here's the assignment lol
@pulsar wigeon That is the remainder method.
yeah im used to c#
I can bring fun stuff too
(2**11) % 5 @plucky canopy
(0x1 << (1 * 5 + 1 + 12)) | (0x1 << (0 * 5 + 1 + 12)) | (0x1 << (-1 * 5 + 1 + 12)) | (0x1 << (1 * 5 + 0 + 12)) | (0x1 << (0 * 5 + 0 + 12)) | (0x1 << (-1 * 5 + 0 + 12)) | (0x1 << (1 * 5 + -1 + 12)) | (0x1 << (0 * 5 + -1 + 12)) | (0x1 << (-1 * 5 + -1 + 12))
chill bruh
still not equal to 11*2/5
and that's what confused me

It's probably doing 22/5
left to right that reads
now now play nice
just i g n o r e h i m
11*2/5 is not 11*(2/5)
hello auruora
p
aber simple uwu
but even using 2048 directly also is different too?
https://2ality.com/2019/08/remainder-vs-modulo.html
Here's how I learned it.
Why.
cordon bleu next name?
>>> 11*(2/5)
4.4
>>> 11*2/5
4.4
might have to be
god i love python
No
oh yea well
No one loves python
dejay
It doesn't deserve love
do you know how to calculate the current year?
it rlly doesnt
I think I've seen this formula before and I want to see it again
.wa (((((16 * 7) * (31 * 12)) / 12) - (116 * 8)) - (5 * 5 * 7) - (9 * 4)) - 333 + 21
current year
(DiscordBot) Result: 2021 - https://is.gd/v22ljk
Wolfram|Alpha brings expert-level knowledge and capabilities to the broadest possible range of people—spanning all professions and education levels.
Python makes perfect sense when you knwo its intracacies
yeah take your age and add it to the year you were born
don't ping me
Java: (-3) & 15 -> 13
.wa 6 * 9 + 6 + 9
(DiscordBot) Result: 69 - https://is.gd/VZGmxj
Wolfram|Alpha brings expert-level knowledge and capabilities to the broadest possible range of people—spanning all professions and education levels.
Woah
I never said it doesn't
sorry for the ping its literally the default setting
yeah when you reply it pings, forgot
I love computers this random math stuff is my favorite
aw what
ah sure when i say it it's "chill bruh" and "ignore him" but when kash does it it's "sorry"
nice nice
do you though

you didnt say the f word
good to see rules matter here
LMAO
because you say "dont ping" and immediately go apeshit with the "i fucking know blsfksfksjfslkfk"
so no one wants to talk to you
wiz2021

also tru^
wiz2021
simple fuck off thanks
sorry for the truth

:)))
thats not very paper 2.0 of you
just mute all pings in settings lol
my neck hurts and i hate life
ah yes
neck repair shop
looking to buy new neck
irrelevant
good gif
kash how was SUBWAY
Did you save me any
This is 3, this is your answer
I scrolled back up
what'd you order kash
I wanted to get subway on Monday but they are CLOSED

Not nice
footlong italian bmt on toasted italian herb and cheese bread with extra pepperoni, lettuce, green pepper, red onion, salt and pepper, garlic aioli sauce
wow
Impressed that you know that
cs :)
use your space bar not the enter key
its a very hard topic to understand, i am impressed you have come to this realisation
space bar bigger, it likes the presses
remainder just finds out IF the operation returns a remainder, and then how much so, and not actually returning the remainder itself? @mental meadow
tldr you want %
I have no idea lol
not sure if that woah is sarcastic or not 😛 i literally just learned this a few weeks ago and it helped me so much. before i was doing the < 0 check wiz pointed out. leaf schooled me about & :3
Everything else > python
its way shorter and also not in an effing library I have to import
I wrote Python this morning and loved it you guys just hate good things
Freaking kotlin is better than python
@waxen panther please solve my math problem
It's unironic, the bitshifting thing is still weird for me I haven't quite caught on
I know that some numbers can be moved left
others can go right
and sometimes you can |
2048 >> 2
512

I can only do it with "memory numbers"
(powers of 2?)
wait aurora was I correct or no
f
I still don't know why you ask me 😂
you were explaining it to me as if you knew
speaking of space loving to be pressed https://static.jacobandersen.dev/shared/🏝🏯🥺🦖📧.png
i feel betrayed
If you're actually interested in the technical reasoning @plucky canopy
hello, can i instead indirectly talk about my problem and hope someone eventually chimes in
yeah but my brain wont let me, i wanted to know if there was a laman's definition
I only said 7 % 3 = 1 and now I'm not even sure if that's right anymore my whole life has been a lie
7 mod 3 is 1
8**&*&1==72 % 412??? ever heard of shungite?
math.remainder(7, 3)
is 1.0 (1)
i agree
:D
yeah, i still dont know how it works. but it works ^_^ i was mapping out coordinates on a 512x512 tileset so i needed to map real coords to fit on those tiles. the & worked out way better than % because i wanted modulo, not remainder. only weird part is remembering to be 1 less than what you want (& 511 for my 512, and & 15 for your 16, etc)
may be out of date. but we arent sure.....
Debating if i want to learn or just call it magic
magic \o/
hAHah
It wasn't :/
*da
@plucky canopy Wait until you learn javascript
Where % is remainder
and 2048 % 5 is not 3
I still don't exactly get the difference
i dont even remotely know what the fuck you guys are on about
math
bruh you think i even know what that word means
highschool^
> -5 rem 3
-2
> -5 mod 3
1
That negative bound is what fucks you
So as soon as you start playing with negative numbers
Nothing will make sense.
But what's the difference with positive numbers
2048 and 5 are not negative
@mental meadow Mostly nothing
so my brain hits a wall
...mostly
MathMC
hAh
weirdga
2048/5 on paper actually divides out
in concept of rem it doesnt
remainder is 2048 - 5(2048/5)
I'm deeply sorry. My previous message said Everything else > Python, but clearly I was wrong. I was a fool. Stupid.
That's why I'm now correcting myself:
Everything else > Python > Math
windows moment
if this is tripipng me i assume im gonna die when it comes to python3 vector math
@spiral robin i see u x
literally every other math is fine
gotcha
just division as a concept,,, sucks
modulo gets it right tho
Just don't divide, only add
how many of y will fit into x
division is just repeated subtraction 
Because it divides liike you want it to
which is repeated negative addition 
which is what rem does i assume
The result of the / operator is the quotient from the division of the first operand by the second
yeah but im still stuck on why the heck does it do that
it just does
it still sounds completely arbitrary
these are the rules
7 modulo 3 --> 1
7 modulo -3 --> 1
-7 modulo 3 --> 2
-7 modulo -3 --> 2
for the nth time, the logic for me breaks down bc im not dealing with negative numbers
unless its the rem function's use of subtracting that's throwing me
i mean i could also just accept it and move on
never use math.rem
but like
i have no idea whats going on and im not jumping into it. already drowning in physics
why
f
apparently this is simpler than physics but extremely counter intuitive to my brain
this is right
I'm trying to make sure I understand whats wrong LMAO
so that model is all cool
i read that as the remainder of 2048/5
but if I put that in a rem function, it doesnt get 3
brb
i have to go eat food
I just use Voicemeeter as my virtual audio device manager
it handles everything nicely
@waxen panther

me when reading nameless docs 😳
@waxen panther @spiral robin 


@spiral robin @mental meadow @waxen panther uwu
zml! 
congratulations
Umm.. Thanks 🥺🥺
Do you like module developer docs 🥺 🥺
And API v2 docs 🥺 🥺
Okie xoxo
i've only had one coffee today which isnt enough to be productive
U have an IQ of higher than 4 so you shouldnt have issues
ok
hello turbo
omg HI
please give me mod on luckperms
Thanks
There are some people I have to exterminate
mods can't ban other mods 

I mean
did it just disappear just a minute ago it was here
You are an easy target
💃
and totally deserve it
@swift root
https://www.youtube.com/watch?v=u_Hp7bdcp4I 
it gets even better
brutal
ur a bop
You love my voice
omg hahaha
that's terrible
@quasi valley has received them so he's got nothing against me now >:)

Welcome to creative Cloud!
😠
17 million hours to download install and uninstall
good morning proxi, you look very cute today 
Proxi 


i would like to correct you, i look very cute every day 
24/7
48/14
yet, clearly it is possible.
i now have at least 3 hours of free time
amazing
hi simple :)
hello oskar
whats a useless item
except poison potatoes
why would you poison potatoes
because ur a zombie
Funny Oskar
hi idriz :)
Hi oskar
snoopa fact of the day
helo aber
helo!
hi oskar
Fork paper
dum
cardboard
@spiral robin pain ?
what is pain babe?
this
That's deep
that's what she said
the code im writing
yea your code would hurt
Is paper a plugin?
to verify it is plugin
go to github
and find plugin.yml
dont use search feature tho
oskar you gotta use the spacebar more my man
hehe
cuz
gnn
oop


.lombok
[03:01:27] <gabizou> fuck you and the lombok horse you rode in on
thank you gabizou, very wise.
@EventHandler(priority = EventPriority.HIGHEST)
public void blockPlacedEvent(BlockPlaceEvent event) {
ItemStack itemStack = event.getItemInHand();
if (itemStack.getData() != null && itemStack.getData().getItemType() == Material.PLAYER_HEAD) {
if (itemStack.getItemMeta().getLore() != null && itemStack.getItemMeta().getLore().get(0).contains("Aether Eye")) {
event.setBuild(false);
}
}
}
``` somewhere here @peak ginkgo
ok
Huh?
I remember a guy in here wanting to lower the servers tps... I forget what the reason was..
this was 50% sarcasm
the other 50% was serious
tbh starting the server takes about 5 seconds
connecting to the server takes longer than that lmao
stupid WSL
point is, I can just stop the server instead of reducing TPS
universalAnger is just so broken in Minecraft
how the hell did this get through their QA?
with that gamerule enabled some mobs will just stop caring about you after some time if they have something else to do
they have QA? 
players are their QA
Wasn't universalAnger supposed to be just a switch for Piglin behavior?
Since they changed it, and wanted to have a way to have the old behavior.
google meet subtitles trying to read german
goodnight @swift root
And happy birthday @swift root
spigot is gonna break backwards support event more? https://hub.spigotmc.org/stash/users/2008choco/repos/craftbukkit/commits/e34c068913173a7351a0dcee2ccfa02b9445b559#nms-patches/BlockBase.patch
anyplace i can ask if theres a specific plugin?
that like exists that anyone knows of cause i dont know the name of the plugin but know how to explain it
Try explaining
anyone know of a shop plugin where u can literally crouch with smthn in ur hand then left click a chest and bam shop made?
or well u have to type price in chat then bam shop made? or nuh cuz ik it exists i just dunno plugin name
thats wut i wanna send i just dunno where its best put at
It's time. We cannot dinosaur 🦕 longer.
dinosaur wut?
probably some joke i don't get
Backwards compatibility for more than half a decade 
imagine bstats dropping backwards support for older classes, oh 
You probably not familiar with the energy that was spend to support old shit.
welp, i hope someone knows the plugin im talkin bout
been tryna find it for a while now and cant find it and servers that have it wont tell me the name of the plugin smh
But muh 1.8 users ?!?!!
1.dum users*
muh 1.8.9 plugin that nort updat
Camm 
No new features for your 1.dum users.
Ask that one more time 
Oh I am sorry
nmf 
I have not asked that before and was not aware that it was a nono
Ancient follow up to my former mc account name lol
What was your former one?
racist

😂
Oh.
Being a native German speaking person is nmf. 
Switched to my alt back in 2016 and named it NMF lmao
There is nothing wrong with that (yet)

congrats
!!!
who knew 
anyone know of a shop plugin where u can literally crouch with smthn in ur hand then left click a chest and bam shop made?
or well u have to type price in chat then bam shop made? or nuh cuz ik it exists i just dunno plugin name
meow
very informative graph.
Very.
it does look hot tho
At least I know the machine is still somehow working while OOM.
"credential"
48 gigs of ram lmao
lol
Need more. But I'm not ready to pay for more.
At least not for the thing I'm using this for.
bloat
How I use my server:
CPU: Maxed,
IO: Maxed,
Memory: Maxed.
LMAO
what are you even hosting
u paid for the whole thing so ur using the whole thing
krusic is krusic
I can't even think of a way to spend it all unless i did stupid things like assign absurd amount
Mining with IO.

Krusic is torrenting everything.
I have even loss of an idea how IO would max out "processing"
processing is on processor
the CPU
Typical Slav, bloodstone 
Ikr.
Very simple.
Torrents -> 10 Deluge instances -> Rclone -> Drive.
Still looking for a better way of doing it.
If I had more time, my torrent portfolio would be way bigger.
one day krusic will download the 7 billion line text file
Already did that Oskar.
so you're like a seeder?

Slav people don't share. Only download.
Every singe DB dump on TPB is already in my collection.
Can't share dead torrents. 
ok
well that's just about the lamest use for 48gb ram i could come up with
¯_(ツ)_/¯
¯_(ツ)_/¯
srsly wat u downloading
Find me a better use.
yes.
donate it to my epic minecraft network
So you can waste it on 0 players?

theres people asking me when its released in dm's actually its pretty annoying
https://www.youtube.com/watch?v=u0W3bcEa73A
iNtErEsTiNg
ewww obnoxious music
You know Oskar, if you put as much time and effort into it as you put into #general, your server could actually be finished.
Ouch.
i put 4x the amount of life i have into #general into quantum
and its not done yet
Oh god
I just went down a rabbit hole of old projects
By going thru old telegram groups
And found one project that was hosted on Subdomains of https://potato.io
Apparently we were building a discord alternative
In 2017
Some ppl from that project are still in here ^^
POTATO
Wow Snoopa and Oskar are both awake
That's my cue to leave

@mossy vessel uwu

hi
hi kash
Good morning 🌄
Good morning
hello @woven otter
hell o via person
@quasi valley hello
hello person responsible for keeping outdated versions alive

if I didn't, someone else would, and would also add 1.7 server support and lower
hello
I think I will stick to blaming kenny

yeah same
how could you, duck
it's how mafia works
no
kneny via is the best
Amazon enters Poland -> Jeff Bezos resigns from being Amazon CEO
Coincidence? I don't think so.

well I've heard that Poland entered Amazon first! They just retaliated!
He just noticed how crap this investment in this shitty country was and got depressed.
runs
Hrm
i wouldnt doubt it tbh
Poland is such a crappy country, that sometimes you look at meme generators and can't spot the difference from real articles/announcements.
Like: https://koronawirus.lol/
I wish i could understand polish
I wish I lived in a normal country.
what's that? 
For sure not Poland.
I have awoken
God, coopnet is the most scuffed meeting software I've ever used.
To view shared video, you need to connect through your browser.
To share window/webcam, you need to install their proprietary desktop app.
To be able to hear voice/speak, you need to call into the meeting with your phone.
Someone has taken distributed systems a bit too hard lol
oof, android 6 didn't use java 8 ;_;
java 8 was released in like 2014
marshmallow was released in 2015
so yeah ofc it would be 7 :p

@limpid comet awa
proxi omg hi how r u
quantum 2.0 wen
oof, only android 26 had full java 8 support
android is held together with sticks and stones
phoenix616 what do you need 8 for
ah, there is a desugar library which auto-backports features to lower sdk versions
yeah i was gonna say
currently? streams
there are 3rd party and 1st party backports
I mean I could also update my nexus 7 but newer roms seem to be kinda unstable on it :S
"There is a known issue with the touchscreen of the N7 2013" oof
well whatever, seeing as I managed to get the app to accept java 8 syntax I don#t care about updating it just yet. I have it setup like I want and it works ¯_(ツ)_/¯
Good morning
👀
There's also retrolambda or smth phoenix
yo
thanks, I'll just try it with google's solution for now
rude?
Irc webhook
When you write a mod for it
why
Rainbows are cancer
yeah, lol
i havent used it a single time
there is almost no benefit to rgb colors
rgb on maps would massively increase their size though :S
would be cool that means I can emulate even better consoles in them
at least having a full color spectrum of 256 colors would be helpful and wouldn't increase the map format size by too much
would be cool playing wii games in your minecraft world
heh, my push for intellij at this company has concluded. you can now get a 3 month trail via our internal shopping system and starting april we will be buying licences :D
nice
what were you using before?
now get some money from JetBrains for your referral :P
the wiki page I started where ppl could vote has 56% "I want IJ Ultimate", 18% "I want all products pack", 17% "am happy with eclipse, dont wanna move", 3% "I technically cant move" and 2% "I want to use both at the same time"
and almost all devs here voted
and a bet most of the 17% eclipse lovers havent tried IJ yet
"I technically cant move" is like every old software company with custom Eclipse tool chains ever lol
which actually shouldnt exist anymore here
lemme see who voted for that
oh that team
lol
yeah they have some client app that depends on the eclipse frontend framework
whatever its called
also, the eclipse lovers are all older than ~40 from the names I know
of course they are lol
I wonder how much money jetbrains would give me for these >100 referrals, lmao
especially since these will be org licences, not personal ones
I hope we get a good deal, lol
should've asked them that before 👀
not that I care, I use my personal licence
which is already super cheap cause I got student discount and some other discount and the 3 year concurrent discount
well phoenix, I dont talk to the sales team, I just advocated for it here
I mean asked jetbrains about peddling it and getting paid for that ;D
cause like, when I started using IJ here, nothing did work
I had to touch too many of our internal tools and send PRs and had to fight to get them accepted
I am still battling network team to stop using SHA1 certs cause for a while IJ really didnt like that
nowadays I can ignore that warning easily
(we got a MITM proxy that does SHA1)
this year we will upgrade most likely, there is a POC running in prod already, a coworker tests it
which is cool since it fucking finally enables SSO
you have no idea how many times I have to type in my fucking password each day here
I'm glad I don't have to bother with corporate stuff lol
honestly, its fun pushing for stuff like this
its my professional hobby I guiess
I'd rather be productive lol
we use SSO too, very pleasant
my other "projects" are pushing for teams and edge rn
and cloudflare access for a lot of stuff, but then there are those few IP whitelisted apps you need a vpn for...
edge? let me guess: you are still running on Internet Explorer 7 internally?
teams is basically done, but till I can get access an exchange migration has to be done first apperently
(which is bullshit since I already got an user in azure ad but whatever)
and edge I am in a pre-pilot since december, using it daily and it will hopefully be rolled out soon
current default is a weird mix of old edge and ie11 + firefox
some apps (looking at you SAP!) don't work correctly in chrome for example
new edge allows you to streamline all that, drop ie11 offically and enable "enterprise mode" for some apps that still require it
so we can (at least internally) only write for chrome and be done with it
and if I then "accidentally" break our website on ie11, nobody internally will notice :)
lol
oh one other thing I do currently, trying to get my company to support an open source project
thats quite the ride
we use a nice headless cms and the team has gone out of their way to help me, so I think since this project has a giant budget anyways, we could send some of that their way
currently letting my boss explain to marketing what open source is, to see if we can literally donate and use it for recruiting purpouses ("come to us, we love working with the open source community!")
why are some people "bots"
but most likely we will just contract them to do maintinance or smth and not use the time or smth, lmao
cause thats easier to budget internally
No bot shaming
lol
isn't it so the bots have to be approved to get in?
fortunately this community isn't that strictly monitoring bots. that didn't end well in Germany after all 👀
It's our irc bridge
can anyone suggest a plugin that you can reward players for how many days they have stayed alive?
ive only been able to see ones for forge but not paper
or spigot or bukket
although personally I'd make the bot CLEARLY stating this
because otherwise it's hella confusing
do you need to know tho? its just people speaking, it doesnt matter where to you if you wanna use discord
please annoy your discord staff about that: https://github.com/zachbr/Dis4IRC/issues/46
anyone happens to know if there was any efforts on bridging voice chat aswell?
no
there are bots that can do that, yes
oh yes but we dont need it here
like TS <-> Discord bridge
our voice chats arent used much, only wen I do beer streams or smth
yeah, not sure where you would bridge paper voice chat to lol
I don't recall even mentioning paper lol
ts.minidigger.me, clearly
I just wanted to know in general
🤮
No vomiting please
I love that this is a command now
lol
shiny
iron chests
metal barrels
iron furnaces
very shiny lol
the golden furnaces and barrels look very pretty
Wow, both classmates of my course just ditched me, rude
phoenix is this you? https://github.com/MultiMC/MultiMC5/issues/3475#issuecomment-772588423
Hey, just letting you know that I just published a draft documentation of the new authentication scheme for the new microsoft accounts: https://wiki.vg/Microsoft_Authentication_Scheme All new accou...
👀
I don't know, we we're all alone, needed a group, they both contacted me if I wanted to form a group together, I told them I'm okay with that and then they both just left
I liked it ¯_(ツ)_/¯;
they are germany too
minilang 
they are doing js-shit though, can't be me 👀

muh free software
had to read TS today, now that is bad
https://c.tenor.com/pmxj_v8saOMAAAAM/loltyler1-gamer-rage.gif
proxi 😔
hangar is typescript proxi ^^
I mean, I get called T1 all the time, lmao
typescript is unreadable smh
ur unreadable
rust is epic however
try explaining what they do with the script tags here proxi https://github.com/sp1ritCS/libschulmanager/blob/master/src/o365/mod.rs#L43
unoffical async rust libary to interact with schulmanager-online.de - sp1ritCS/libschulmanager
parses some config from a dumb tag if its the first characters in the script xml/html node
for every script tag before its actually used 
the script tags dont have that tho
'rust is very readable smh' lol
didnt say the author has brain cells smh
pull the other one
interesting
its not like id know anyways, i dont use schulmanager-online.de
Single-Sign-On
Lehrkräfte und Schüler wollen sich nicht noch ein Passwort merken. Daher unterstützen wir den Single-Sign-On über OpenID Connect, z. B. mit Office 365, UCS@school und IServ.
blah blah we support sso via openid connect, like 0365
i use press login w google and then my account and then proceed to be happy 
Can confirm. Proxi made me learn Rust and now I often notice past midnight that I was having fun writing rust.
bloodstone 
Michale 
@ashen cliff what was that python top monitoring script thing you had
was that you?
They did a full rewrite of it again.
gonna put it on the 5950x to be cool
hetzner 5950x?
speaking of hetzner 5950x
they use https://www.asus.com/Motherboards-Components/Motherboards/All-series/Pro-WS-X570-ACE & run their 2933MT/s ECC memory at 2666
nothing a good ol KVM session can change
does linux EVER crash?
no
cool
it can
thonk
It's called a kernel panic
Wait.
(which is basically a BSOD)
Hetzner has 5950X?
Link BROTHER!
.g hetzner AX
LET'S FUCKING GOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
however, the cooling is "eh"
Time to migrate.
i don't think it's watercooling
How bad is the cooling?
4.25Ghz @ 90C
UF.
the 90C isn't something i'm too concerned about
every 5950X server owner i know has it running at 90C
but it caps at like 4.3Ghz at hetzner
Bro.
krusic
What sticks?
what do you need such intense computing power for
3600 Mhz EZ!
however, 2 x 3.84TB NVMe
can't complain
4.25Ghz @ 90C
this was with stress-ng running on all threads btw
you're probably never going to max it anyways
so there's probably some overclock potential
But 16 cores.
I have i9 on hetzner ex line ¯\_(ツ)_/¯
Don't care about the i9 anymore.
It was just a 1.4 year stopgap for Zen.

hewwo @twin lagoon
Did you get them to wave the setup fee?
no why
Expected.
I got mine on black Friday when there was no setup fee.
It's almost not worth it at that point.
i'm cheap but not that cheap
Since my 9900k machine is working... with way too dank settings.
Hello 
Tho I was expecting like 2.5Gbps.
@ashen cliff hewwo 
👋
@minor badge @spiral robin uwu 👋
best proxi in the world ever !

So anyone willing to donate to the:
How long does it take 22 to get banned from Hetzner fund.
Here's a cookie for the cause: 🍪
Thank you.
So I'm currently running Paper on a 4GB server hosted on Vultr and was wondering if anyone had suggestions on a Minecraft host that's a little more "hands-off." I want to use Paper and need MySQL access.
oooh I haven't seen these yet. A Google search was leading me to Apex but I wasn't sure if they were any good
anyone know a good js wysiwyg editor?
Ahhh they're all out of servers in the US hahaha
IJ/PHPStorm/WebStorm liveedit ?
WebStorm 😄
well not really what i meant but ok
i meant like an editor you use in the browser, like a bb editor
you are digusting
$Craftbukkit on top```
that's illegal
but depending on what you want there are better options for just a editor @worn ember
what do you want to do?
yeah thats the one im looking at
Mohist on top

nameless





