#general
3141 messages · Page 1793 of 4
It's Foss yes
What is Foss
Free open source software
Mmh?
I like Minecraft.
i dont
cuz you still didn't get rtp to work
I can change that
its not my fault, paper bad
tbf it also happens on spigot, so spigot bad
HAPPY BIRTHDAY SHITTER
Free pillow shits for everyone! woooo!
nicki minaj
no
Mine. I have same birthday as cat.
What?
I was born at 8am or 8:30am. One of the two times.
Who is cat?
what if it was both times
congrats cat, one year closer to your doom
they said u needed an extra 30 so they put u back in the crisp the edges
Is it @golden gust birthday today?
Yes
🎉 happy birthday!!
no ur not
day #183 of trying to get abs (yesterday): no exercise
day #184 of trying to get abs (today): 10 Zone Minutes. Did 50 mins of upper body strength and conditioning with like no cardio at all so I didn't get Zone Minutes. Also I wear my watch only during exercise so these counts only indicate my Zone Minutes during that exercise time. My arms hurt as well, but now I can do 10 push ups at once.
Sad nobody cares about my birthday.
f
The total num of people who said happy birthday to me on discord is 1.
Party time 😄
It's okay, no one says happy bday to me either.
But no need to dwell, celebrate others ❤️
welcome to reality lol
the only place i get hbd's is facebook cuz its in their face 
ask google
im sorry
it's called paperspigot
and install java 17 from https;//adoptium.net
sometimes
oh
if u really want help theres a bunch of masochists in #paper-help that will
wrong discord
Happy birthday @golden gust
ollie: (2x)*0.98^(days in 3 years)
so first we construct a tree diagram--
Expensive house repair btw
kekw
yeah its a big house
naomi
that will exceed the target emount though
that also doesn’t take into account the chance of losing it all kekvv
yeah...
this problem is evil
it’s a math problem
unless it's a programming course no
math has recursive functions tf are you on about brocc
This is a Markov chain problem
If I double click paper will it install on my computer?
hope that helps
I did the double click and it gave me the eula file
lol wow
ok will edit it i think?
YES
I HAVE SERVER
❤️
glhf
You has server or server has you.
btw hbd soyab
boris Johnson is hosting the NHS on paper minecraft
Thx
to many more
Gonna run into the block limit soon
No serious i can do local and connect
I would first approach this by finding the minimum number of doublings required to get 1 trillion
(2^n)=1 trn
And then find for the number of days in 3 years the probablity that "n" or more of those days have a doubling in them, then subtract the probability of losing it all even one of those days
gratz
its 47 i think
I think the second part would be accomplished with a binomial distribution, I forget I did stats & probability forever ago
Does the ground in 1.17 make another block for 1.18?
hmmm
like very bottom ground 🙂
how easy would this be able to "brute force" with a program
yeah but wouldnt the run time be huge
wolframalpha can solve this, p sure
On a modern pc I dont think so?
No one can helpeth me
I love you
idek where to start kek
like
im watching a vid on markov chains
but this doesnt really help i dont think
That's a classic Markov chain problem with an absorbing state
If anything you can just run a simulation thousands of times or on thousands of threads to get a converging approximation, you can probably do better than that tho
The solution by Wasabi seems easier
That's the beauty of Markov chains, you can run Monte Carlo simulations on them quite easily
what just actually running it and approximating the chance based on the success rate?
Yes, but that only works if you don't need an exact solution
i need it to 3 sig fig
wtf my vim stopped responding
try turning it off and on again, if you can find the exit combindation
that's the thing
it's not responding
hit random buttons until it starts working again
it won't let me do :qa
run it until the 3rd sig fig stops varying

true lol
honestly the math might just be easier in this case but i wouldnt know unless I actually tried it
i feel like there is a very easy equation for this lol
As WasabiGibus said, first discard the cases where you lose all your money with a binomial distribution with p=0.01 and n=3*365
Then use combinatorics to get the cases that exceed the 3 trillion. This is the hard part, lemme think
Wait ok I know the programmatic solution for this that iterates only once
It might murder your pc tho idk
numbers greater than a thousand evade me
ebic
You need to find the formula for how to choose >=47 elements in 3*365 days
meh idk its probs fine
I'm not certain that this is the sum of the 3*365 choose k, where 47<=i<=3*365
The number of total combinations is 2^(3*365)
So multiply by 0.01, divide those quantities and multiply them by the probability of failure of the previous binomial distribution
This is the iffy part I'm not sure about, all the other things work
just explain your problem in #paper-help
what they said
shit troll
😦 I not have lie
you couldn't tell from the name?
What?
no politics
No my name is jonnhy
no mana
no naomi
This is confusing
i wantr to hae 1.18
Ok bye
I think it would be pretty cool if the paper devs would add like a dumps per hour value to the paper application.
By that I mean RAM dumps
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
here is my code for trying to estimate it
but it doesnt give me the correct answer
i had run it 100 million times and the first few places had stayed the same but it doesn't work
What?
cat needs to keep track of how many dumps they do to maintain a healthy diet
I've been trying to write pseudocode but I'm on mobile and that's just torture
i got ~ 0.623512
lol
see if you can see an error in my code
My approach would basically to just keep track of all the branches and their associated probabilities and then iterate to completion
Digital tree diagram
If it doesn't reach the trillion I think it isn't increasing failed
true actually
At least a digital tree diagram would give you an absolute answer based in maths
wait
But it's pretty damn messy
but my failed + success still = runs
failed: 376487199| success: 623512800| runs:999999999
so it must always be reaching the trillion if it doesnt get the 1% lose everything rate
pass a law for that, then, Mr Boris 
private double iterateBranch(int day, double money) {
if (day >= (365 * 3)) return (money >= TRILLION ? 1d : 0d);
return 0.98 * iterateBranch(day + 1, money * 2) + 0.01 * iterateBranch(day + 1, money);
}
@charred sleet This looks way too simple, did I overlook something
This should give you the probability with iterateBranch(1, 1);??
i’ll run it in a sec
sorry i went afk for a moment
they start with 1p tho
so ig its (1,0.01);
Yeah I'm running it too it's uhh having fun
Also you have to use a Long to store 1 trn
yep
so im not sure if it will compare an int and long properly but hopefully it does
just stick an L and you're gd
i can make a threaded implementation if it turns out this takes an ungodly amount of time
Pendulum - Crush
i dont think it works
Witchcraft is probably my favorite song
like ur dad?
ded so dumb
dad moment
@rare tiger
floating errors?
huh thats pretty small
overflow 
its def something about how java handles numbers
numbers dont get smaller when you double them
DED can you help pls
im literally useless when it comes to math
lol
and meth
ask stef when he's around, he'll write an entire wall of text for you
I think the problem might have intentionally used huge time scales and amounts specifically to fuck with us
just divide everything with a million
starting = 0.01/1000000 lol
just divide them ||cheeks|| numbers
probably not then since it just gets smaller
there's no changing that we have to calculate probability as a number jumps over several orders of magnitude
so the arithmetic approach is looking pretty nice right about now
but im useless at that
:(
lol
i didn't really understand why this didnt work, but ig the theoretical outcome is probably different
is that the advent of code thingy or what
homework prob
its just a "problem"
lul
you'd need 40 perfectly doublings to get it, as that's slightly over a trillion
other than that, good luck
47?
40
1p = 0.01
ah
yeah its british
What did I just walk in on.
math
.
illegal big brain activities
i bet my code would work if computers were magic
i get the same number everytime, 62.356....%
with yours or mine?
yours should be a lot more runnable lol
am i reading this right, it doesnt explicitly say that if they get to a trillion then they quit
it does
ig its implied by the last line
well wait
uhhhh
thats true we could just return early if the amount is ALREADY a trillion instead of iterating through
Also swap out double for BigDecimal
nvm we need to iterate through because of the failure condition
unless we can calculate the probability of failure on the spot given a number of trials
like in a... binomial distribution
i could probably make my code runnable if I had an IDE and a keyboard :/
lul
Someone get this person a medal http://paper.owo.foundation/5YLgW1P.png
get u a medal
that's why the Restore Youtube Dislikes addon is a little better, it quietly collects API data and stores it in it's own little database
that sounds like a major 
Then after dislikes are removed from the API, the only dislikes that would be counted anymore would be the addon I guess
which sucks but
sucks less than the alternative
stupid youtube and their dum idea's
its like they're actively trying to fuck us over lmao
they are
much like any large company, they do not give a fuck about you
it's all about B2B
"we want to protect the creators" lmao literally all the most disliked video's are companies
it's not even about creators, that's just their current PR move about it
they want more companies to buy ad spots, and companies dont want to buy ad spots on videos with lots of dislikes cause that harms performance and therefore harms their ad campaign
so, remove the dislikes
They wanted to remove the dislikes on their rewind videos so this was their solution.
guaranteed that's the true reason
@wide chasm i heard you are a maths guy, you mind taking a look at this?

next year announcement: rewind is back!!
our poor creators 😢 and their feelings are hurt 🥺 🥺 ik we never cared about that before but we do now!!! 😃 removing dislikes is the only ethical option 😔 now go back to staring at your creator studio home page filled with intentionally humiliating stats 😈
Ugh, statistics, but ig I can try
Thanks 
i've posed two potential solutions so far
i still have my book on statistics
there's likely some dum stats probability method for calculating it that doesn't actually require computation, but i havent taken stats so

i should probably be able to solve this but uh effort
Can I assume all the three years have 365 days?
i took stats and never got a problem like this 😎

Free P&P
it's only a 25% chance of being true but
looks like we'll have to run a second simulation that assumes a leap year and perform a weighted average---
germans when you call it a toilet instead of "za poopenfarten"
wat
sorry i dont speak european biking enthusiast
18k positive covid tests in the lasr 24 hrs
hey you're almost at the level of US
most deaths since february
and 2.8k people in the hospital of which 626 on the intensive care
nl is about .075x the size of the us population wise
so yeah
that ratio is worrying
saw some headline about a poll that showed a majority of people in my province are in favour of sanctions against unvaxxed ppl
line em up
then 
this is the netherlands
jeez simple
our constitution states your body is your own
netherlands, land of antivax
same as in the US, but private institutions also have the right to start requiring vaccinations whenever they want
I mean that's how it should be, but also injuring others because of your choices should be legal to make you stay at home
honestly the only reason they dont is because money
dutch constitution is built different dude
how different 🤔
its time to destroy all of society and return to hunter gatherer

place your faith in monke
too much politics you'll wake up them
ACTUALLY THE PROPER GRAMMAR THERE IN THAT PHRASAL VERB IS "WAKE THEM UP" NOT "WAKE UP THEM"
friendly reminder i host monkegame

nah
ACKSHUALLY
ur wrong simple
sorry i don't converse with idiots
I would explain why but it's too much politics
simple wrong? how
good, politics is not allowed here because jroy will get summoned and no one wants that
simple
Now that we have the simple things out of the way, may we now discuss religious appropriation of gendered race-
ur gonna get me in trouble
good
now that mana has been properly disparaged, i sleep
I'm removing you from my Myspace top 10
why was i there to begin with
because you're my only friend
average discord user


Gn simple
goodnight, i will try to wake up in 5 hours at 12pm but inevitably i will probably fail and wake up at 5pm
good I hope you wake up at 9pm
that would likely be better from a fixing my sleep schedule point of view
average jerma frog
just never get up
phoenix that is known as a coma
((popular thing)) bad
no

even o2jam plays better
go to bed
Is starlight safe to use on my world?
I just thought to have seen null in the distance but it was a dark oak sign. XD
i really hope that is-bad.com is a freedns subdomain provider
lmao
it's not
its not even publically built for 1.18
you'd have to compile the dev branch
as of yesterday at least
impressive if they produced a release candidate overnight
h- hi
so my question is it stable enough to use?
its on v1 official release so id assume so but
.tryitandsee
i-i-i-is that a GIRL GAMER humina hunina humina humina AWOOOGA AWOOGA pisses on the floor eyes bulge out of sockets
what
it is safe
👍 thanks
yeah idk probably

if they decided to release it on modrinth
it only does lighting, and if there is an issue newer builds or vanilla will regenerate the chunks lightining afaik
its also most effective on server
awesome
but you probably knew that
i use client lol
its not the most massive of a change but i also run it on a dell laptop so
🤣
Did updating paper to 1.18 still dangerous?

I hate when the version updates and I have to go mod searching again, losing all of my gigashits per megafart
stop typing
lol
no u stop typing mana
get banned naomi
michael got u banned
ok.
discord mod exposing ur Tos violation
probably not even wrong 

dutchies hate each other
badge and gun
but we unite in our hate against belgians
Belgians? the waffle place?
among others
despicable
dont you nubs cross the border to buy our beer? yeah thats what i thought
or to come tank gas cuz ur prices are too high 
smh i keep forgetting there are kids on this planet
they should just put them all in the Ukraine until they're old
compile deez nuts
who knows
ukraine sounds like a nice place these days
weed out the week produce the strong
thanks phone
I want to say something but it will summon jroy so i won't

struggles to not make a remark
they probably have a private politics channel
What if their private channels are politics channels
they've been doing it under our noses while we suffer out here
just make a lil private server
thats my rapper name
So that’s what the batcave is for!
bad cave
the great JRoy will Banish us all to the cave. performs summoning ritual
Interesting, you actually made him dissappear
it workd he has been banished to the abyss! evil laughter
@untold meadow best kez :D
He has Broken out of the Abyss everyone run for your lives!
@void void BESTEST rosa!!!!
helo brocc
debatable
i dont havbe fancy emojis anymore
cat how old are u now
😔
in cat years
69
another based rosa
@waxen panther buy rosa nitro
ok
give me your money 🔫
I'm apparently 2 in cat years
done
thank you for cooperating
WOW!
em*ji
I like cats
you have to ping him alot he cant see or hear well because of the moderation abuse
gif wars happening here oh no oh no oh no #gifs-and-memes
I hear the song that comes along with this edit
me when when the i when the when the when
Fucker
anyone know of a similar plugin like nametagedit
@untold meadow omg kezz kezz kezz kezz kezz kezz
asdfghbjnkml,swedrft
did you just throw up on your keyboard
soups avatar is the great Jahy.
@untold meadow BEST kezz
!!!!!!!!!!!!!!!!!!!!!!!!!!
BEST @little frost
michael join us ?????????????
best kezz
no u
u3u
@twin lagoon
apparently im kezz now
Man, if I could optimize Minecraft as nicely as my company website
Look at dis
My website is Sonic speed now, from 700ms to 100ms response time
hello
join channel
best brocolie
Based.
It's a wide screen, I can afford that nomana, lol
Will someone throw it off?
Well. They are using Google Translate.
So, good luck.
Send the kernel version to 1.14.4
You can find 1.14.4 Downloads on our Homepage under legacy
Yes...
But good luck you will not get any help
bye-bye verdansk you will be missed. (unless someone recreated it in unreal engine or in minecraft)
Thank You
Anyone have suggestions for a horse claiming plugin in 1.18 paper spigot? I’m looking for something that would give ownership to animals. When owning, other players cannot touch them. I used to use Grief Prevention but it does not seem to be being maintained.
https://www.spigotmc.org/threads/worldguard-prevent-non-members-from-killing-animals.378179/
Jun 16, 2019 ... I tried to use "damage-animals" but it protects animals also from region ... But i honestly don't suggest you to use WorldGuard for claiming ...
epic
It was updated 3 days ago
They haven't released a 1.18 compatible jar yet, but it's being worked on
Thanks. It can be confusing sometimes trying to keep track of where the developers are uploading their plugins. I always check GriefPrevention’s spigot page. I’ll bookmark this link.
I’ll look into this one thank you - this is exactly what I was looking for.
Woo
Dang that looks fancy
rust as featured lang 😌
@untold meadow i have a joke for you
if they were a samurai, how would kezz kill someone
they slash them
thunder breathing first form
jokes are to be shared
thunder clap and Flash
Yes.
You can already do that. 🛌
cant believe github is ghosting someone like kash
makes you wonder how shady that company is
also @wide chasm fyi i got about 0.626, but that wasn’t done mathematically so… yeah
Can we all appreciate how sexy I am ❤️
How long until its ready for 1.18?
Did you run a bunch of simulations and then calculated it from there?
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.
DannyS ^
basically yea, i ran it about 100 million times and calculated from there
would you assume that once they reach a trillion pounds that it stops?
because 0.626 isn’t correct
That was my assumption, yes, just stop at a trillion pounds.
hmm, my friend has a more mathematical approach
I have a question what will happen at servers that support multiple versions ? I mean when somebody will join at 1.12.2 to 1.18 srv?
import math
def fact(n):
return(math.factorial(n))
a = 47
b = 0
prob = 0
while b<=(1048):
perm = ((fact(a))/((fact(47))(fact(b))))
prob = (prob + (perm(0.9847)*(0.01b)))
a = (a+1)
b = (b+1)
print (prob)
python code
i’m on phone so can’t fix the code block
the bold is exponents
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.
my friend isn’t very good at programming hence the bad code
there are a lot of redundant brackets kek
i’ll be back in about an hour 30
some dumbass just dm'd me trying to scam me
Are they in this server?
not in this one but in another minecraft realted server
but be on the lookput for a user by the name of BENG100%
Hey @charred sleet, if you're still trying to do that problem, mind trying this?
https://toptal.com/developers/hastebin/azefawewiq.java
Oh it looks like you have a better solution
wtf is this paste site lmfao
hastebin
the beautiful new url of hastebin

doesn't work for me 
It's toptal, not toptotal
Suggest anything else :/
lol my b
Someone did a presentation in class today about Microsoft's Tay Tweets incident back in 2016. Didn't even remember that happening.
@twin lagoon 

that was a "fun" news article
IDRIZ!
BEST CHAT EVER.
IDRIZ
I love Michael.
Tay taught some important lessons to AI researchers
I love Cubxity.
Not really
It definitely did, in the context of safety
Also my friend made this please look at it
https://huggingface.co/hakurei/c1-6B
Yeah ikr
They obviously didn't think all of it through.
it didn't teach them anything useful
except for not trusting user input
You can't really deny the impact or reception the project had
It can be used as a learning experience
And has been
It did have reception, that is true
But I don't think they learned anything too practical from it
this is ux done right
fuck paste.gg
disgusting
Good evening
they could've announced after the dislikes got removed from the API
but nah 
Lmao
Man I just wanted a t-shirt
if that is the shiping cost for a t-shirt you are being royally fucked over.
That's what I'm saying!
Pricing varies based on weight and distance, the cheapest being around $3 and the most expensive just below $6
Is there anyone that knows how to code plugins. I would love some help from anyone :D
help with development, head to #paper-dev
for international shipping? lol
The Vikings are here - wear a helmet!
Helmets have protected our ancestors throughout centuries.
Wear a helmet next time you mount your bike!
The campaign is produced for the Danish Road Safety Council by NewLand Film and &Co 2021
I mean you can ship it for pennies if you are willing to wait 3 months!
trying to order anything internationally is pretty much a guessing game for shipping. I tried to order something once, shipping was like 5 bucks from the US to europe, added something else that I found interesting, shipping jumped up to $30 for no logic reason lol
eBay sellers from China: How's free sound? And I'll throw in an extra weird plastic thing you didn't ask for.
Online retailers from one state over: You want it within a WEEK? You're a fool. You better be willing to cough up an extra 100$. And say goodbye to your carrier liability
was all nice and fine until the EU started taxing imports no matter the price
before July you did not have to pay import fees for anything below 22€ in value, now you have
I mean just buy from an EU seller smh
I'm not even European, those rates are from the USA to Canada
Asking $45 for 21 day shipping on something so light is asinine
EU sellers often don't have exactly what I want, plus I made the mistake twice now and forgot about brexit
lots of chinese sellers are actually sending from stores in europe
So I had to pay taxes on fucking stickers
so there's no tax there
and because postal services are bitches they always charge 5€ flat on top of those taxes
So I bought stickers, had to pay 2ct in fees, plus 5€ fees for postal service, on top of the shipping costs
at least in Germany you can make instruct the postal service to route everything to the customs office so you don't have to pay their fee
and the fee is like 10€ for DHL
had to learn that the hard way lol
Where can I get the akair start.cmd code? (1.17)
I use MineOS for running my server. it is a web interface for managing a minecraft server
i use The Command Line™ and tmux for running my server
I use @coarse lily for running and managing Minecraft servers
MineOS can indeed be a thing to use!

GitHub has a code search team
Lol @cosmic raft maybe they have their own twitter you can bug about fork code search in 2022
This is . . . true
this destroys my computer lol
how long does this take to compute
less and less time the more threads you allow
when I ran it I eventually got basically the same number you arrived at
i mean i left it at 100 and it has taken 5 mins so far
but if it got to the same number then ill stop this ig
it does take a while! lol
each thread theoretically cuts the remaining time in half
not exactly because at these kinds of scales, JVM inneficiencies become significant
but still
did it get the same answer?
just run it on a threadripper
00:00 01 - Torn In Two
03:19 02 - Miles Above
07:15 03 - It's Still You
10:58 04 - Night Room
16:55 05 - Lookin' Through The Eyes Of Love
20:36 06 - Love On A Summer Night
25:12 07 - Feel Your Fire
28:45 08 - All Night Music
34:35 09 - For You
38:31 10 - Only With You
///////////////////////////////////////Credits//////////////////////////////...
i don’t have one 
^
im american and i have no clue what the hell to do with those numbers 💀
if you could run it that would be amazing lol
my cpu is having a stroke rn
is this a java program?
.
is that an uncompiled java code?
yeah sorry, it is
I simulated 250k attempts and got to 62.1%. That Python code from your friend also looks correct to me, the permutation and exponentiation looks correct.
make sure to maximize MAX_THREADS
You're welcome, I guess, but I didn't really do any math 🙂
hear me out, this bangs https://www.youtube.com/watch?v=gCO3VsozXzk
00:00 A1 A Thoughtfull Touch
05:24 A2 Could It Be Real?
10:46 A3 34 West 10th Street
15:46 A4 You Would Smile So
18:28 B1 I Knew I Was
21:29 B2 Scorpio
26:57 B3 Riverside Cafe
32:19 B4 Be With Us
------------------------------Credits--------------------------------------
Acoustic Bass – Hideo Kawahara (tracks: A4, B2)
Art Dir...
Yeah I have no idea how that python code works ://
Well, the formatting is a bit messed up on Discord, but where it switches to/from italics there should be a * and where it goes from/to bold there should be **.
unless it's anything like this
It starts from day 47, the minimum to get to a trillion and computes 0.98 ^ 47. Then it continues doing that, but adding another day of 0.01 chance each time, so 0.98 ^ 47 * 0.01 * extra_days. Then it multiplies that by the amount of permutations and adds that to the rolling probability. Repeat until the extra days reaches 1048 (1048 + 47 = 1095 = 3 years).
A bit hot there brother.
.wa 150 degrees fahrenheit to celcius
(DiscordBot) Result: 65.56 °C (degrees Celsius) - https://is.gd/PDVVJ9
damn
.wa 150 degrees fahrenheit to only true heat metric
(DiscordBot) No results.
.wa 18 C to F
(DiscordBot) Result: 64.4 °F (degrees Fahrenheit) - https://is.gd/DCvAhr
below room temp?
I really wanna get one of those console-sized pc cases but my motherboard is atx 😔
Nope. About 10°C.
old code is always fully compatible with later versions
[root@webbservermc ~]# java doubler
Error: LinkageError occurred while loading main class doubler
java.lang.UnsupportedClassVersionError: doubler has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
imports might be lacking though
then you compiled it with a later JDK than your runtime?
my JDK and java shoudl eb the same
you can set sourceCompatibility as low as 8 I think if you want
7 might break some code
I think the coldest my mac gets is 15-16c
that's right after waking it up in the morning and it'll slowly warm to 25-26
Desktop idles at like 50c tho
.wa 50 c to f
I think the coldest any of my devices got, under normal use, was my Nexus 5.
-3°C on the CPU while web browsing, while I was waiting on the bus...
(DiscordBot) Result: 122 °F (degrees Fahrenheit) - https://is.gd/Z3f2Pg
holy
holy cow its thrashing my CPU
The m1 chip is just crazy efficient so if its not doing anything it makes basically no heat
sorry im a burger mcdonalds citizen, "half way between freezing and boiling" doesnt mean anything to me
tho I can get it up to 85-90 real fast
give your pc some water damn
my case just has shit airflow
and I've got a 3080 and a 3900x in it both which generate metric fuck tons of heat
i built mini-itx but my case has a shit ton of fans in it and its watercooled
mini-itx?
I've got a RX6700xt and 5800x which bleed heat
talk about shooting yourself in the foot
At full tilt my PC draws 700ish watts
during full load gpu+cpu gpu never gets above 70-75c range and cpu never goes above high 70s
pulls about 500w i think
and Crash
Still remember tripping a breaker when running the old 4x16 core Opteron beast.
my 2x4c xeon server makes my breaker shit the bed lol
prob bc it's on the same circuit as a mini fridge and pretty beefy pc
my PC at home makes the breaker shit the bed
and its an odler PC only a 4th Gen intel
I'd trip my breaker running my PC and my AC
Don't forget, a "normal" breaker here is made to handle like 3600W.
I'd be well under the amperage but the arc fault breakers here are really finnicky
It's safe to overclock my laptop monitor?
Yeah.
im only running the pc 1200W the lamp 5W and the xbox 180W
i got a 1200W power supply in it with an i7 4700k OC to 5GHZ 10 HDD drives in a raid plus 4 SSD A liquid cooling unit Cold cathode tubes in it and 3 System fans in it and an RTX 2060 SUper 6GB Overclocked
Hey, my laptop can pull like 700W. 
oh and the liquid cooler has 3 ffans on it too
I believe the Python code is correct, but Python is doing something weird with its calculations. I'm doing it on wolfram alpha, for days 47 - 50 and comparing it with the Python code for that range and I get different values, even though I used the same formula in wolfram alpha as Python. I thought it was maybe floating point weirdness, but I set it to 20k decimal places in Python and it's still off.
Σ n = 0; 1048; C(47 + n, n) * 0.98 ^ 47 * 0.01 ^ n should be the correct formula
love sigma notation
beyond me
Yeah, Python's exponentiation is off at digit 16 and beyond, which is probably what causes the difference of 0.5% in the calculation.
is there any plugin that has commands that interact with a mysql database?
something like /db add_data <table> <column> <data>
i need this tho
question is why would you need to be manually interacting with the database from within minecraft.
i need it for a little thing, and if it exists it'll save me way more time than actually doing stuff manually or making the plugin myself
That's fucking cursed
im doing a test survey and need automated data collection
this is just a fallback in case i lose data i still have it in the database
you can access the databases using a web interface like phpmyadmin
it will also format the data into human readable tables.
okay
that doesn't help me
im automating the commands, not writing them myself
obviously
automating them how?
i have a plugin
that sends commands on a specific action
that plugin has its placeholders, i put them in the command
bing bang boom automation
the plugin is 3rd party so i can't do it directly
and, the command contains all the args you'd need to shove into that thing in 1 go?
i can only add commands
i only really need to send 3 data strings
and it can perform multiple commands
so that wouldn't be a problem
yes i have usbwebserver too
was more a "wounder if you could abuse zgrep in order to pull the info from the logs if shit hit the fan"
i don't think it's logged in console
pls just tell me if you know a plugin like that
I don't
We’re launching the new DiscordMerch.com: Your one-stop shop for official Discord-branded shirts, hoodies, and so much more.
oh no
When I was in school people used to try to avoid getting bullied
more investor shilling!
That looks awful
Well, in americal schools people get used to trying to avoid bu... nvm
you bout went there did you
americal
I was dating a girl from across the pond a few dozen years ago, was like, crazy hearing about those drills
literally a joke inside my class i only use discord
Worse we ever had was a fire drill
I swear tho, mods can delete my message if this counts as political but when I was in school shootings would be like once every 2 years, now I see a shooting once every two weeks
tornado drills.
Oh, and the time the fire alarms in the school was going in the leading edge towards winter
that sucked donkey
the school tornado alarm sounded like a reverse cow
more kids leaning into the emo 👀
One time in elementary there was a fire alarm when I was in the bathroom and I got scared and peed all over my pants and my mom didn’t restock the backup clothes so I had to go home
They really did save the best thing for last
is that... twelve dollars for a single sticker?
or am I reading this wrong
oh, it's a luggage tag
I wonder if there is a specific reasoning for this frequency, like does it make dogs bark or some shit
it also sounds scary as hell, which is a nice bonus ^
chicago is distorted
sirens going off where i live
https://youtu.be/78dmAX-5nSA?t=154
Saw that ages ago
you listen carefully on the video I took the thunder is nonstop
you mean tornado alley?
I am on the edge of tornado alley
a, yea
i am on the edge of 1953 flood area B)
most of the time in ohio there is no warning. you will know there been a tornado when someone's barn blows up
yeah







