#general
3141 messages · Page 855 of 4
I know I don't, it just looks better with secure connection and I really need to learn how to do that anyway
you still don't need to reverse proxy, you just need nginx's webserver capability
oh?
yep
reverse proxy is for exposing another server/application behind nginx to the outside world
reverse proxy is where you proxy another webserver (you connect to nginx -> nginx connects to dynmap for example).
Yeah, then you need to reverseproxy for dynmap, and add certs for nginx on :443 and make :80 redirect to :443.
basically just make your server https, and then add your certs and ssl settings
nginx will work just fine
with your plain HTML
add it to the server_name
As someone asked a question about nginx ill ask a question about litespeed.... why tf doesnt it index my subfolders here
server_name geri.pw www.geri.pw
or you can use *.geri.pw if you want all subdomains to be caught
probably doesn't have access to subfolders
w
ls -al .
the folders have 640 perm
disgusting
And if i go to a subfolder there isnt a 403
Its a shared host so i dont have access to shell, too
bah what
server_name geri.pw www.geri.pw
@potent fossil
Now it's encrypted and can't view the file
'encrypted'
.. fair
wat
Encrypting single html file
highly confused

no access to shell thats good
most of shared host dont give it
:o
i know
yeah that config is 
server {
listen 80;
listen [::]:80;
server_name geri.pw *.geri.pw;
return 301 https://$host$request_uri;
}
server {
listen 443 http2;
listen [::]:443 http2;
server_name geri.pw *.geri.pw;
root /var/www/test;
index index.html;
ssl_certificate /etc/letsencrypt/live/geri.pw/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/geri.pw/privkey.pem;
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem;
include /etc/letsencrypt/options-ssl-nginx.conf;
location / {
try_files $uri $uri/ =404;
}
}
remember http2 in listens
and i'd do server_name _; for port 80 as if it hits your server, you likely want it to go https anyways
Doesn't seem to be working
i dont personally do that because of multiple sites, and while i dont actually have the issue of needing some http some https i like having the ability to do so on a site by site basis
not using cloudflare encryption 
domain.tld *.domain.tld is also a bad idea as you can't (with letsencrypt anyway) have wildcard + no-wildcard on same cert
you should still have enc on origin...
yes.
i have wildcard and no wildcard on my single cert
flexible ftw
huh
works like a charm
Let me try to restart
guess i'll have to try that too, using 2 certs is kinda unepic
None
what's the issue?
https://geri.pw/ - doesn't load the file which w/o certbot it did
Still in a redirect loop
ah yes the infamous infinite redirect
it's still doing a redir loop, did the config actually change 
New community guidelines means I have to change my nickname again
i had the same issue and just deleted ssl 
What's your CF settings?
That screams that you're using non-SSL on CF>site and so CF is trying to redirect
Well, the servers trying to redirect, as it sees the non SSL connection to it
Am gonna steal my keyboard back from my parents tomorrow, gonna set myself a deadline to learn how to play this in a week, I take bets 😂
Strobe
by Deadmau5
Now available on iTunes: https://itunes.apple.com/us/album/strobe/id598073700?i=598073820&uo=4
Hey everyone,
So this track was by far the most requested in the history of my channel thus far. To me, it's a masterpiece of electron...
yeah make sure CF is set to strict SSL
honestly
Not sure where that is
@vernal moth hangar wen
isnt that just flexible ssl?
flexible is fine, but this is all set up for strict ssl
Am gonna visit my grandma
you can work on it with your grandma then Mini
check their guides, they have a way to get a cert somewhere
vic that's mine and kneny's job >:(
I left you a fun MiniMessage issue / feature request too :^)
Yeah I ignore them to work on all of them in a go
what did you do?
Might have been a cache issue? I had the CF cache thing enabled
inb4 the config never actually changed and was still the old one
correct
CF had that shit cached
I think so
cache me outside
how bow dah
yes
this is epic thank u simple
./acme.sh --issue -d *.domain.com -d domain.com --dns dns_cf
./acme.sh --install-cert -d '*.domain.com' --cert-file /path/to/cert.cer --key-file /path/to/key.key --fullchain-file /path/to/chain.cer --reloadcmd "reload your webserver here"
done. auto renews using CF api and auto runs reload cmd when a new cert is issued
set it, forget it
one cert file for *.domain.com and domain.com
What didn't let you log in
cloudflare lol
banned for abusing their service
at least that'd have a clear error message
rip
traefik
&x&r&r&g&g&b&b :^)
probably with a chat plugin that adds support for that
wait does that actually work me

That's how Spigot handles it
oh my fuck 😂
So any plugin using Spigot colour codes will, yes
If your chat plugin translates & to sections, at least
(or use &#rrggbb if you use EssentialsX Chat)
so TIL using enki at all in the past made a public commit in their repo. Afaik I was just checking out their system for a single exercise in 2016 and im forever in there https://github.com/enkidevs/commit/commit/c578f7152cc6946180be10194e07695d2de1fd16
and GH told them to stop using that bc GH kept having to do manual maintenance because of them committing to that every time someone did an exercise
instead of, idk
using a database perhaps
That rgb format is pure disgust
That is Spigot's method (though you need to translate colour codes if you're using &)
If you use Spigot's ChatColor.translate with &, that's what it'll look like
does anybody know how I can get a subdomain to resolve while at the same time setting the ns record of that sub domain to my own server?
each can go up to 255, 0 being the darkest
look up a color picker, choose a color, look at the RGB output
trying to get acme dns working again after a server move :S
and now its unable to resolve the auth domain if I point the NS lookup at it too
@potent fossil does it support namecheap api
@void void rather, look at the hex output, it'll be like FF, EE, AB (or whatever)...point is 3 pairs of two chars
first is RR, second is GG, last is BB
do you mean me Proxi? lol
queue "ew namecheap" comments
no, phoenix
that was the wrong tag but we
namecheap doesn't even offer api to normal customers
lmao namecheap api isnt even free
which is why I am using this beauty: https://github.com/joohoi/acme-dns-certbot-joohoi
holy shit what bad services
53.
but I can't get it to work again :S
nah im not paying for it simpl
it doesnt seem to be paid?
it isn't
and i cant log into cloudflare so wee
it's free proxi? wat
that was what the issue about namecheap api support said
you just have to spend tons of money on domains on namecheap/be a company
lol
I already asked namecheap and they said no
fucking stupid
well just use another dns provider
holy shit i hate linux permissions
why cant google just offer domains to norwegians
running your own dns server is fine though
until my server move it worked, lol
You literally just need to ChatColor.translate it
idk what to think of this logo
it works the exact same as having any color in chat
he's tryna do it without code afaik
( ͡° ͜ʖ ͡°)
fucking css
I want to center an image horizontally and vertically
why is it so hard
wat
wait a fucking second... why do I have API access on namecheap
fucking support guy said I couldn't get it, meanwhile it says that it's enabled since June 2 2018
....
&x&e&b&4&0&3&4test
rgb should be in their hex representation and you should replace the literal r g b characters with the singles
I want to center an image horizontally and vertically
That's pretty easy these days, use flexbox on the parent. If you don't want to do that and the image affecting the height of the parent isn't important, then position absolute, top left bottom right 0, and margin auto.
flexbox is ❤️
I do not miss the days of having to use display inline-block and text-align justify to make a grid
Or shudder floats
u mean you dont like float:left, float:right, clear:both? :D

ugh I give up
that's correct @void void
remove the &x in front i guess, not needed
thought it was
np
Such a marvellous format
its stupid
Pure disgust
made by yours truly, md69
Still sad he didn't just add an enum value for every possible RGB combo 😦
I assume there is some extremely complicated technical reason they went with that, and it wasn't just for fun?

demon has got you covered
Anything else probably would've required rewriting the parser
It's a super simple parser so not a big deal at all
But 🤷♀️
BUT MAH LEGACY
I think paper is causing an issue where pretty much only every other crop on my farm will grow? Is there a config option to fix this
ChatColor2 merge wen
He most likely won
Also I'm assuming there's a config option to stop dropped items clumping together?
't change it now that people are using it.
ah yes, kash is an old granny
Chew is the granny here
https://github.com/maikgreubel/ChatColor2 hey that's not ChatColor2 which im looking for 
google didn't index it yet or idk
@potent fossil
i got api token, it's now tryna get zones and goes ?name=com
so it helps actually installing the acme-dns server Kappa
wat @minor badge
https://bugs.mojang.com/browse/MC-191388 Link loads forever or its my connection?
Oh wait, it loaded finally
Morning
Florida be wildin https://www.reddit.com/r/IdiotsInCars/comments/i1zwki/man_holding_onto_hood_of_semi_florida_be_like/
(DiscordBot) Man holding onto hood of semi, Florida be like : IdiotsInCars - 806 comments, 20,737 points - offthat59south, 15h ago
just use https://github.com/joohoi/acme-dns Proximyst ;)
just use a proper format syntax smh
@fallen oracle https://www.reddit.com/r/IdiotsInCars/comments/hooxj1/dude_dragged_his_boat_from_the_beach/
(DiscordBot) Dude dragged his boat from the beach : IdiotsInCars - 911 comments, 53,518 points - mimsicle-s, 22d ago
by using parsers like MiniMessage or MineDown
oh fuck that is just painful to watch @cosmic raft
they make writing longer, formatted components actually bearable
christ
I empathise with the street and feel violated
SpaceX splashdown in about 5.5 hours
SpaceX does deep ocean exploration? TIL
Place ur bets, success or fireworks
rapid unscheduled disassembly
why
cuz i wanna beeeeeitch
I love that sub
remember whne elon musk tried to make a tunnel network where your car goes
like a tunnel for your car but not actually a tunnel
it's still a thing
when he tried to reinvent the subway but worse?
yea remember that
how come this mans projects all fail miserably
how comethey keep giving him money
hey spacex hasn't failed yet
mostly because he's hired competent people to do it
i mean the shit hecomes up with to Solve Problems
just wait until everyone who's working 60-80 hour weeks burns out :p
hyperloop bullshit, whatever the vacuum thing was
lol
it's pretty much failed at this point
yeah, hyperloop hasn't failed...they're still devving and testing
just had a live demo...
he'll probably build the things
not hyperloop
the tunnel transport shit is still a thing
yeah boring company seems kind of pointless
you just don't hear about it atm
they went from a thing that would transport your car, to your car just driving in the tunnel. one car at a time
i've been following it pretty closely
but point is...it's not dead, they're just not showing anything because like idk
pandemic and stuff
nbd, guess it failed doe
yo do y'all know how to make minecraft not startup fullscreen each time you launch it?
you can divide technology up into two fields, AM and FM
actual machinery and fucking magic
elon musk operates in the 'fucking magic' field
@void void graphics -> full screen -> off
hate musk, love musk, lusting for musk, wanna kill musk
idc
dude does lots of cool shit, at least he tries
but once you fullscreen again, that option turns on?
um
no, not if you fullscreen the window itself and not the game
yes
heres ur supertunnel
If you go into fullscreen the game does go into fullscreen
but I dont want the game to startup fullscreen each time
yes, the tunnel idea is a concept and may not make it to production but hey look at that, he thought of it and made a prototype
that's a fuckload more than some can say
dude does lots of cool shit, at least he tries
he has alot of money, he can afford experimenting which is cool (and it looks he doesn't really care about loosing it)
yeah, he tries
i dont agree with everything he does, or says, but i certainly dont see the point in all out musk hate
that's jealousy
lmao
i'm basically pissed that he's a billionaire and a shitty one at that
¯_(ツ)_/¯
shitty one at that
that's a whole other issue
wdym?
i don't think billionaires should exist, but dont @ me
meh didn't he get lucky with paypal money and rich parents?
man routinely fucks up his own stocks and comes up with random bullshit that doesn't work in the field of reality
some of his businesses produce interesting products
name one elon musk success
but i can't see how his style of work is sustainable
tesla's powerwall + solar bits are interesting
i think his ideas are cool, and they may not hit prod or be as originally envisioned, but they're cool and he gets prototypes out
now, about being a billionaire and bad at it, that's a whole other can of beans
but staying in the lane of his projects, he has cool ideas and executes development and prototypes well, he may not carry them to the finish line but i sure do like watching
@vagrant niche wat r u doin
remember that cool project where he tried to help save some miners and fucked up immensely and was made fun of for like a month straight
remember when you did [insert some embarassing shit] and [insert bully] did [insert action] to you? hilarious kek
I mean, he called the diver who saved them a pedophile with no evidence
you got me
hi guys i need help. since i switched my server from vanilla to paper my gold farm broke and barely spawns any zombified piglins
idk, im not saying the dude is perfect
his idea was stupid and came from pure fantasy and then he got real pissed when it didn't work
like i said, i dont agree with everything he says/does
i just don't see a reason for all out hate, he does do some cool shit. when it works, it is cool shit. i don't really think you can deny that.
when it fails, it fails.
it's fun to follow his bullshit but i wouldn't ever think any of it has any value
¯_(ツ)_/¯
spacex is pretty much ran by other people
Am doin Jackson > Gson convertin
is this the wrong chat?
yeah, i mean, Bill Gates doesn't actively make windows
but he still gets that credit
i need help with something paper related where can i get help
yes
You might more help in #paper-help
#paper-help perhaps
thanks
just an example
steve jobs is dead and still gets credit for mac
idk, my point is that CEOs get credit for stuff their employee's do ¯_(ツ)_/¯
that's just how it goes
but he started it (mostly)
nah, it's founders that get the credit, not CEOs
or just invested money
sure, but random CEOs don't get credit ;)
ok phoenix thank you for your wonderful insight
only if they were also the founders
how often do you hear people praise Pichai for stuff Google does?
not on my end ¯_(ツ)_/¯
your message is from 49, I sent on 43
so ¯_(ツ)_/¯
I was saying I got beaten to it phoenix
sometimes, yes, sometimes, no.
ah
this is why real tech companies are mnuch better because the engineers get praised instead of the money guy
car companies
glances at tesla
then again, Google is a bad example because they rarely release any product that gets widespread praise or approval (normally because it gets killed off quickly)
facebook isn't made by it's CEO but programmers. Why everyone cares only about CEO
because he created facebook, 'duh
MindGeek, greatest company of em all
MindGeek gr8
I wanna work there
Apparently MindGeek looks like a normal boring office except there is hardcore porn on monitors that hang on the wall
(MindGeek is the parent company of PornHub, and affiliates... 👀 )
no, mindgeek is a leader in web design, it and web development
well i was confused at except there is hardcore porn on monitors but you cleaned it out lol
stop spoilin the joke simp omg
:/
u suk at this
It's me
why does lax bother you
You can only wish to be this disgusting
Lmao
Or does he know
meh, I gave up. I just used a simple webroot cert for now. can't figure out why the acme dns stuff isn't working for new certs anymore :S
but https://howoldisminecraft188.today works now so I guess that's a win?
I love that when you disable JavaScript it just says "Minecraft 1.8.8 is too old!"
I couldn't be bothered to set php up for that, lol
or some other serverside scripting
Epic site
hm, I actually didn't use the correct numbers for calculating the duration
but it only removes one day, not 4 
that's wrong, it was the 27th
so my calculation is only 2 days off now, nice xD
i mean, and correct me if im wrong, but all we (as in modern humanity) know about the construction of the pyramids is
- they're fucking old
- they found a ramp
- they think the sand was moistened first
Cleopatra, the last ruler of Egypt, lived closer to today than the construction of the pyramids. Not even she really knew.
wtf, why does javascript's Date#getTime method return a wrong timestamp? Oo
according to unixtimestamp.com 2015-07-27 is 1437955200 but according to javascript its 1440630000
I have no idea what javascript does
Oh also that
hm
such as the server's? which i hope is utc but maybe not
oh wait js
client timezone?
i think it might be bc for aurora it said 9 days, mine says 8
o
2 days offset seems.. if it's timezones
I kinda hoped javascript had some cool autoamtic duration formatting but ¯_(ツ)_/¯
the one day offset was due to me just using 365 year and 30 month lengths
moved that to the avarages now and that removes the one day

don't really care about the 100% exact durations, lmao
So now there is only up to 1 days offset?
i personally use moment.js for date formatting as the js stdlib for dates is pepega ag
af*
moment is also nice bc i18n
(automatic) i18n
hm
phoenix616 why not just make one for all versions like stef did 
kek
it's a direct reference to https://howoldisminecraft1710.today
then what you gonna do when someoen asks for support on 1.5.2
🖕
not complete until it supports infdev>1.16.2
now make an algorithm to produce accurate results on the next mc release
so we can do .eta and it'll actually display a data instead
*date


I mean you could calculate the avarage between each major and minor release and create it based on that

make it us an "AI" too ;D
he bought it through google
I wonder if we can crossbreed a llama and a giraffe
How cool would that be
.g llama and giraffe crossbred filetype:jpg
(DiscordBot) No results found.
nope
did you search pngs?
Who uses pngs smh.
What did he do
I wonder if we can crossbreed a llama and a giraffe
thats what im talking about

I'm having an issue after updating to paper only every other plant will grow. Any suggestions to fix this?
?
Ask paper support
don't think you can crossbreed them: https://phoenix616.dev/📷/fH2XYurl.png lol
you can crossbreed anything inthe sme tree
You think we can make smol cute llama/alpacas breeds like we have breeds of dogs?
I don't think it's possible with different chromosome counts, no?
Correct phoenix
You can make hippo dolphin hybrid
Lax stop
probably watching Dragons instead of sleeping 👀
I'm afraid I'd dream of you
Tyrannosaurus Laxative
Weapons grade laxative
Oh ok I'll ask there thwbks
Windows Update has discontinued its SHA-1 based endpoints in late July 2020. This means that older Windows i.e. Windows 2000, Windows XP, Windows Vista, Windows Server 2000 and Windows Server 2003 can no longer receive updates through Windows Update https://t.co/lsxlWZJwWk
rip all of india, lol

huehue
Anyone know that snowboarding game on old windows where a snowman tries to kill you I think
That was my fav game
at this point I’m not sure if old nostalgia games I think I remember existing were real or just fever dreams
(DiscordBot) https://ski.ihoc.net/ -- The Most Officialest SkiFree Home Page: "Microsoft SkiFree 1.0. History. In 1991 I was working at Microsoft as a programmer, writing programming utilities for use by other programmers, such..."
Hey guys, I want my players to drop some XP but keep items on death, how can I enable this?
set keepInventory but not keepExp in the event
How would I do that?
with a plugin?
the magic power of friendship
Friendship is magic
🦄
Halloooo
friendship is piss
@grand pewter did you make any changes for end worlds location searching?
So if I'm unit testing a function that queries a database. If I mock the result when database.getPerson() is called with the parameter "JohnDoe", it doesn't seen like it really proves the method works properly. So what's the point of doing this?
depends on what you want to test
its good to test data integrity since you know what the result will be
e.g. for databases the parsing of the database entry to the java object or vice-versa would be the most common think to test
*thing
yeah but shouldn't that be done as an integration test? for unit tests you usually have to mock everything
i'm writing my first unit test where I have to mock stuff and it feels pretty dang weird
its just so you can get data to work with without actually touching the db
cuz that can get expensive when working with cloud services
template engine?
unbuffered means not sent to output, as per their docs. yet, unbuffered just put some fucking data in my output
and i can't get interpolation to work without using unbuffered
yes template engine
.spacex
(DiscordBot) A SpaceX Falcon 9 is scheduled to launch from KSC LC 39A in 3 days 12 hours 47 minutes
no i havent
wtf
ok, i dont see the fucking point of pug having unbuffered/buffered output if when you want to do string interpolation they tell you to throw that shit out of the window and just use plaintext
fucking trash
im switching template engines
gone and pissed me off with your retarded dev decisions

pug is
anyway
i remember when it was named jade
was more professional
but got cucked by a trademark
so they had to switch
@potent fossil what template engine
mfw NASA is using NightBot to moderate their twitch stream 
lol
Tiktok gets banned in USA? 
is there actually a ban yet? i know trump wants one but i haven't really heard much about anything actually happening yet
nope, just "talk"
tiktok should b banned, and dumcord 2
Yes, let's ban everything
no
we only ban bad stuff
but
if you only use and recognize bad stuff, I can see how that would be "everything" to you c:
in which case, yes
I stopped using Reddit after their garbage rules changes
So that's one bad thing off the list 🙂
o wut iz dis
I don't
I hate 1.8.8
I want to hear about the reddit changes I don't really follow much of reddit itself just browse subreddits time to time via apps
what's wrong with 1.16?
and yes, I hate 1.8 users
what's wrong with 1.16?
nether
inb4 referring to the child porn ban 😓
stylistic consistency failures?
mhm, I see
feels too much like a mod for your taste?
1.16 nether is awesome
it finally got an update after how many years? lol
only thing its missing is the full height world generation
They changed the rules to disallow racism againt minorities, but explicitly allowed racism against majorities, which is stupid
had it update since it arrived to minecraft?
racism is bad, but racism is ok
that's racist, stefvanschie
if like the fortress wasn't so hard to find and my laptop was actually good i wouldnt mind 1.16
i hate 1.9 cuz combat is bad
I like that CF added this https://i.imgur.com/RbnJbKL.png
s/bad/good
ah, bad computer.
Correction, <DiscordBot> <12l1ttle> i hate 1.9 cuz combat is good
what's your laptop from 2012?
lul wow, at leas their finally upfront about it
lag isnt really the reason i dont like 1.16
wow I failed that sentence
s/leas their/least they're
Correction, <RoboMWM> lul wow, at least they're finally upfront about it
the fortress rareness is the reason i dont like 1.16
i dont hate 1.16 i just dont like it
1.10? i dont even know what got updated there
we should return to alpha
alright, what about 1.11?
they broke my separated ladders
anyone remember the time u could climb ladders that were separated by a block
alright, what about 1.11?
i like it
Wait, can you not anymore?
I also did miss boat elevators in 1.9 so there is that
from the quick google search i just did
everything turned into blocks
further proof that 1.10, 1.11, and 1.12 should've been one update
no one remembers what 1.10 and 1.11 changed
geri gotta a ton of addon suggestions for GP lol
it was just a mesh from 1.10 to 1.12
they added exploration stuff so its not as boring after you beat the game
and shulker boxes
they are cool but i never got to use them lol
@tawdry holly have fun lol https://github.com/techfortress/GriefPrevention/issues?q=is%3Aissue+is%3Aopen+label%3A"Add-on+Suggestion"
ty lol
the most i liked are 1.13 and 1.14 cuz swimming and finally a fast and consistant way to get enderpearls
what do you need enderpearls for in the age of Elytra? lol
to beat the game
hpenix forgot that you need the pearls to find where the portal is
phoenix just calculates the pos and prays that it has all ender eyes filled in ;)
determined by seed as with every other structure
everything is determined by the seed
has anyone tried out the JVM flag for Java 14 (on by default in Java 15) for more specific null pointers? seems nifty
I think proxi has used the more detailed code thingy stuff
i have
it's very nice
it says shit like "field.getMethod()" is null for field.getMethod().woah()
Here's some fun details on the null pointer stuff https://openjdk.java.net/jeps/358
the new NPE stuff is the best
you said fortresses, not strongholds
well we were talking about the end portal
stronghold is tied to the seed
"All strongholds are located at random coordinates within rings, each ring with a certain radius from the origin"
Well ig the word "random" here is open to interpretation.
its random because the seeds are random
see it yourself
set any seed
use /locate Stronghold
create a world with the same seed
type /locate Stronghold again
and boom same coords
yeah ig thatmakes sense
yt plz
recommending me 11 year old videos smh
i'm not that old
Crew Demo-2 Departure - https://youtu.be/sl2jo1bSxl8
Crew Demo-2 Return Coast Phase - https://youtu.be/zMsxviPT2Cw
Crew Demo-2 Splashdown - Watching Now
On Saturday, May 30, SpaceX’s Falcon 9 launched Crew Dragon’s second demonstration (Demo-2) mission from Launch Complex 39A...
someone make a mc benchmark mod
lmao
lol
isnt he just waiting for green light to land?
that's actually Dragon 👀
oh
lmao. only vivaldi is fucking giving me nxdomain
sorry, should've used /s
firefox works fine
simp, stop using dum browsers
probably is
GO NAVIGATOR last position is 29.82881N, 87.47584W heading to IFAT with speed of 1.0 knots. TRACK ON MAP...
pretty insnae that this data is public, no wonder somalia pirates are so successful 👀
Well, it's for captains
ik, just intesting how easy it is to pirate nowadays lol
https://nextminecraftupdatewhen.com
there, i wasted my time to do it. the math is probably faulty. it's more of a meme than an actual thing so meh
i copied from https://minecraft.gamepedia.com/Java_Edition_version_history
from pre-classic until the top
¯_(ツ)_/¯
so every snapshot?
This is the tracking for the plane btw
yes like 184 lines or smth
lol
should really only use full releases, lol
include infdev
well the last release definitly wasn't 7 days ago, lol
smh
did you make June July? xD
and yes, I would not include anything before 1.0.0
simply because their development process changed a lot over the years
yea am gonna do that
im remaking the dates file
aight im starting at 1.0
from 2011
and full releases, no dev releases (included atm)
alpha skews it massively anyways: https://minecraft.gamepedia.com/Java_Edition_version_history#Alpha
ye ;p
what is this project
just a meme
ur welcome for the idea 😉
bitch, stop trying to take credit
lmfao
i just like to mention every once in a while that i'm not completely useless 


Maybe do one for releases and one for snapshots?
maybe do one for roblox too ktnx
fuck off ded
ah yes a 2x σ
simp your nickname now looks like..
don't say that, it just reminds me of meatspin
3 minutes till we get Video from that plane
"We have always associated Apple with luxury, premium, and exclusivity, or overpriced technology if you dislike Apple." lmao
Good afternoon
I slept from 3 am to 1 pm
Good afternoon
Is that a good schedule?
Defiantly or definitely
voice chats are how you destroy sleep schedules
What time did you wake up pure
11:30
Wait hold on that was 10 hours of sleep oof
Thanks for correcting, it helps learning this language 
I'll be going to bed in 12 lol
Always used definatly
Defiantly is bold disobedience
definitely is absolutely
Don't worry native English speakers don't even know
Code is here: https://github.com/cnlohr/avrcraft/tree/master/usb_minecraft
Board is .46" x .64" (12mm x 16mm) - though I think I can make it smaller.
Ok, that's much better lmao https://nextminecraftupdatewhen.com/
using only 1.x versions, full releases only and also fixed the last released day bc i was doing that incorrectly kek
the next release will probably be within the next 12 to 16 days.
Hype!
Or, you know, maybe not. It'll be ready when it's ready. You don't like bugs, do you?
👀
no stop don't destroy my hopes like that! No small text!
fixed
oh you know
you should make it use an AI and train it 
today in simple learns maths
make it in wingdings
crickets
@vernal moth Did they just say "space dads" on stream.
Yes
Lordy.
That's how SpaceX calls their test bunny's
kinky
https://www.youtube.com/watch?v=21X5lGlDOfg time to splash
Direct from America's space program to YouTube, watch NASA TV live streaming here to get the latest from our exploration of the universe and learn how we discover our home planet.
NASA TV airs a variety of regularly scheduled, pre-recorded educational and public relations pro...
they're there
because they both have kids :P
sploosh
ok there fixed, now it says 12 to 28 days, not 12 to 16 and i hope that's right but you know what
at this point, whatever
kek
next time someone asks for an eta im adding that tho
@potent fossil eta
the next release will probably be within the next 12 to 28 days.
my hopes were destroyed
it does illustrate the point tho
even looking at avg releases and taking the standard deviation thereof, the estimation range is far too broad
so, eta impossible
proved, with science
yeah, it's accurate enough though that it feels like it'd be useful, like the number range seems about right to me
yea i mean, just doing math on the days between each release
we'll see ¯_(ツ)_/¯
meh
Wouldn't it changed based on that like a year or 2 ago Mojang announced new release schedule? The 2 updates a year, one smaller one bigger? Or something like that.
next release within the year
actually lmao i just realized something else
the standard deviation goes both ways
so the fucking estimate is "between tomorrow and 28 days from now" @serene bolt

@worn ember no i didn't make any changes to it, thanks for reminding me though because i will probably end up looking into that today
lmao
i really shouldn't be trying to do stats without understanding it
but guess what bitches
i am
literally me with maths
oh i did standard deviation stuff a while ago
yeah im pretty sure this standard deviation is wrong
it shouldn't be that big, certainly not larger than the average
perhaps...
yeah the stdev should be < the avg it was calculated from
somehow, mine is bigger
kekw
certainly not larger than the average
ok either i did the math wrong or mojang is retarded and creates a rare SD with their release dates
well actually
not rarely, but depends on the data XD
if it has huge outliers the standard deviation could get big
even if the average remains small
thats waht im talking about
im quite sure im not using stdev correctly for the second line
but also, im starting to think im just straight up not calculating it right
how far back are you going with releases
1.0 to 1.16.1
then probably not
yea, i think i just did something wrong, gonna check it
👀
or
are you differentiating minor releases from major
cause it might be good to do them separately
no
I hope everyone has a lovely day today 
i mean this is more of a meme than a proper statistical project, however even so i do want the math that is actually there to be correct kekw
great question i have no idea, ill find out
get like 5 values or something
doesnt need to be crazy but just so you know its being calculated right
yea, hold on. before i go get those, here's how im calculating standard deviation
function calcStdDev(arr, mu) {
return Math.round(Math.sqrt(calcAvg(
arr.map(days =>
Math.pow(
days - mu,
2
)
)
)))
mu = simple average (51)
arr = array of days between releases, from 1.0 to 1.16.1
seems right tho: take mu (avg), for each day count subtract mu and square that, then calculate the avg of those and take the square root. i round bc i dont want the decimal but that should be inconsequential
sec let me go get a small dataset
i think you might be trying to do too much at once there in that function lol
but yeah get like 3-5 values of days
[6, 49, 49, 1, 20, 13]
Math 👨🏾
not just being lazy and using a neural net
mu = (6 + 49 + 49 + 1 + 20 + 13) / 6 = 23
so now the sum of each value - mu quantity squared for the top bit (not gonna write it out but will check it)
sum of i got 2234
sqrt(2234/6) = 19.3
thats the stdev you got?
yeah so avg 23 stdev ~19
hm ok
however, just tossed the full data set in this thing and it's right https://i.imgur.com/PVu4Y02.png
maybe i did it wrong lol idk
no, 19 is right for the smaller dataset
oh ok
hmm, just not sure how to interpret this
if avg is 51 and stdev is 55, what's this mean?
then its good
how about filtering hotpatches too? (versions that released only a couple of days after the last one)
my thought was avg is 51 but could be 51+55
yeah thats what i mentioned phoenix
cause the minor patches release very differently from major
yea i can do that
yeah simp afaik its approximately avg+/-stdev
although going into negative wont make sense for days
here, just, which ones should i take out? https://paste.jacobandersen.dev/nizifuhute.js
well i'd do one for major releases so all the .0's
then maybe average each version's minor patches
and fair enough, if stdev > avg then ill show a range of 0-(avg+stdev) days
from the .0's
just auto remove any that have < 3 days of difference
or well, not remove, add to the diff to the next version that took longer
thanks btw fellas
hmmm idk about straight up deleting data if you want it to be accurate
i mean, it's really just where am i starting and what am i counting
'next update' is the question im trying to answer (in meme form)
1.2.1, 1.2.2 and 1.2.3 are major hotpatch versions
for starters i would just this for all of the .0 releases since those are major
and all of the stuff that released on teh same day
1.8.5 was also a dead version as well as 1.7.6/1.7.7
and 1.7.8 too, lol
oh also speaking of ^
i should've made this an api so i could make a frontend that can fluidly switch between .0 releases, all 1.x releases, and then what i did before with literally everything kek
maybe later
if you did want this to be accurate, you should be listing each date twice in the list for the ones that released on the same day
so what should i do, remove stuff, or add all 1.x including dupes for same day stuff
depends on what you want
i just wanna be a memelord





my hopes were destroyed