#off-topic
1 messages · Page 587 of 1
I'm done most of my libs.
such as holograms, scoreboard (not a single class)
you can't expect everything to be written good in a singular class.
Ohh
if you want animations etc
Yeah ofc
Not disclosing full feature set yet, but working on one of the coolest chat plugins
Eh kinda but not fully, I took another shot at it today but started from scratch
Prob will either be called CIFYChat or Chat
I’m not sure yet, as I do want to prefix my plugins
It has the tooltip stuff, click commands like normal
But you can create unlimited sections, channel support and much more
imagine using a straw
imagine having a life
A bunch of my pc parts are coming tomorrow.
Atm got my motherboard, ssd, and power supply.
Ok so we gonna test this
Morning
I like how you all went and reviewed TestPlugins. It's only there cause I was testing the API route changes.
Anytime Glare.
It is a worthy server! A neat IP you can use is frosty.testplugins.com
or gabytm.testplugins.com (When @muted fern will add it
)
I gotta put on a spawn and actually organise it, just never bothered since I keep changing versions meaning I gotta change the world
same here
I wish I could have server profiles
Just load the one I want and it would load the correct world as well as plugins
Would make my life so much easier
Like premade severs or?
No, different profiles within one server
ie.
> 1.8
> 1.12.2
> 1.14.4
> 1.15.1
Depending on what profile you choose it would load the correct world
ie.
> world_1.8
> world_nether_1.8
> world_the_end_1.8
And plugins
ie.
> plugins_1.8
Basically different folders
too much work to do it manually though
Its clip!
good morning babe @regal juniper
@fallow crow
Please respect the rules, be patient and don't ping staff members!
sorry Barry Bear
You're up early
Or did I sleep
Probabaly not
Good. Getting a lot of cleaning done. Then I got more VP work to do.
Dumb program I wrotes data is trashed
wow, i was kinda dumb
gateway handles auth for mcbanners, but i was checking auth in the downstream service (which is only forwarded to if gateway auths successfully)
all i had to do on the downstream is read the token (as I already know it's authed properly) and pull out some of the claims
good shit
Well who wants to hear some good monitor refresh rate news.
360hz 🤟 @untold hearth u prob gonna be like I need dis.
So all the work last night for was nothing?
nice.
@fallow crow do you guys plan adding banners for BStats too?
🅱️stat 🅱️anners
BB
BBC
the tv channel
we could
we're at the point that new banners are just making a new layout and adding a route
just need content for the banner
o
im working on user accounts now tho, to stop the paramspam.gif
all banners will be given a mnemonic; if you're logged in, congrats. you can edit the banner later. otherwise git fukd, you still get a mnemonic but its not editable, you'd have to make another banner later for modifications
That sounds cool
A suggestion is to check if a server exists before launching the api in a new window.
and potentially change the create button to a error button.
as I could put e
yea
and it launches a page without thinking it's a server.
yea it just plugs in to the url and opens a new tab
the actual generator won't let you do that
but good catch, ty
Another suggestion is.
Using the default spigot resource icon
if there isn't one for a resource.
atm example if I put 9999 which is a resource without a icon
or make your own 
By the way why'd you make the site so thin?
?
like you have a lot of room for making it potentially where you don't need to scroll.
we're still in alpha, i whipped that site up following chazza's mockup
there will be changes at some point
also i must've fucked the params or something? bc direct hitting https://api.mcbanners.com/banner/resource/spigot/9999/banner.png gives default spigot logo
albeit, title is too long so need a name override
but
yea, i must've diddled the wrong text in the nasty mess the frontend is rn
ah makes sense.
Easy fix
it doesnt seem to be broken on the frontend for me
nice
anyway, barry deleted my message. i called the gateway a tard
Maybe
But yeah good catch Kyle on the homepage thing.
SMH where's Charlie with our fsvicon. I thought he would've just turned that svg into a mini icon

o sorry working on CIFYChat rn
o u gonna call it that :p
@fallow crow Works for me with icons...
https://api.mcbanners.com/banner/resource/spigot/33245/banner.png
Nice site tbh.... Even tho the generated link is way too long, even when default values are used
@regal juniper ^
@magic summit
Please respect the rules, be patient and don't ping staff members!
@magic summit yes we're aware, that's why we're making the mnemonic system
configure, then generate will give a custom URL with the settings saved; if you're not logged in, then you can't edit it again. if you are, it's saved and you can edit it later
Where on the github org could I open suggestions?
On the website one?
Where on the github org could I open suggestions?
I mean, there...
For banner images specifically: https://github.com/MCBanners/banner-api
For website: https://github.com/MCBanners/website
@jagged pollen I'll prob call it that anyway, idk
@frank pasture
Please respect the rules, be patient and don't ping staff members!
cool
making progress at least
:p
@fallow crow what's the point of the "Coming Soon" in the Server Status Service if there's no use for it at the moment.
i dunno glare put it there
you guys can yell at glare too
i mainly fix his shit :D
@regal juniper what's the point of the repositories on there btw, I understand you made em public, but without your "boot" project which seems like it does the SpringApplication you can't really tell how to improve other than the rest of the classes which I will start leaving a doc probably.
@primal pecan
Please respect the rules, be patient and don't ping staff members!
github ye.
what do you mean what's the point
Read the rest of my message.
yes, i did
and you'll find the point of the message.
Well that coming soon was supposed to be a 24 hour placeholder for me to implement but then I don't
Didn't
that doesn't make sense, without the 'boot' project? why would that have anything to do with whether or not the repos have a point
I see you open-sourced the side projects, but my point is without the boot "project" you can't really tell how to improve other than the side classes.
What the hell are you smoking
by side projects you mean all the repos besides banner-api and website?
I want whatever he's having
HAHA
those aren't side, they're part of the essential architecture
it's microservices
but yes if you're asking for docs bc it's confusing
i agree
we'll do it eventually
well never mind, I didn't read the main imports you were doing in the main class, I kept reading them as your own boot but it was spring.
yeah, its called SpringBoot
but they're all spring boot projects, each one of em
not just one
they all work together
A small improvement in your ServerController for the mcapi is to remove the else.
ServerStatus status = serverStatusService.getStatus(host, port);
if (status == null) {
return new ResponseEntity<>(HttpStatus.NOT_FOUND);
}
return new ResponseEntity<>(status, HttpStatus.OK);
to become above.
yeah that one im putting fully on glare, he wrote it 100%. all i did was hook it into the microservices :P
@regal juniper ur trash
I like this guy
@regal juniper a potential improvement to your Author class in the banner-api repository. Even though it's not major is to add followers count (not super important and not needed)
does ore and spiget both have follower counts?
sponge's resource manager
unfortunately it doesn't look like spiget has it, and im doubtful about ore
yea neither do
sorry :/
E
What do you mean by "nodes" mate lol, you aren't giving me the full information @floral crescent.
Mmm
mmM
just finished fixing the paramspam on mcbanners, it'll be pushed out tomorrow probably. just need to finish saving banners and letting you see them in your user dashboard
Neat
now it gets the banner defaults from the server, and diffs the changes on the website with server default and only sends the object keys that changed instead of every key possible (even when default)
Will we be able to upload our own banner design?
not yet, i hadn't even though of that but i dont see why not
Would be cool
Only thing I can think of would be that yeah
BUT
What if we can have it do it via Imgur or something
They upload to imgur, provide the URL and then the API parses that as data somehow
yea well, like igaf if they put a broken image link their banner
if they didnt sign up they'll just have to make a new banner
but yea
Yeah
they could just specify a background with an image link i guess
I just don't want people upload innapropro content to our servers, so if we use imgur as a MITM
but...err..we'd have to make sure they're not feeding us malware lmaooo
Another reason I'd feel safer requiring an imgur link
true
yea i dont see why not, if we dont even store files ourselves and just use a link it shouldnt be a problem
we do that already for sponge bc they dont embed their images
we have to hit another url and plaster it on top of the banner
I'm fine with that, saves us from storing the images, other than just in the cache.
aight well that'll be down the road anyway
Yurr
Dang, it got late quick.
I can probably squeeze in 2 episodes of South Park b4 bed.
Time to upload my sexy Snowman banner
=lvl
I like my background
ok weirdo
im still utterly shaken to my core how bad the original banner api was

I just realized I have the old one running. When we get ready to release v1, I'll add a small message in the bottom of all existing banners saying deletion in like 1 week
And then link them the new one
yea
I also plan to write up a nice post for each platform
=lvl
and post it on the forums
i expect my name to be crowned in gold and mentioned at least 300 times
(im kidding)
Oh don't worry, your name will be on there.

I just figured I'd post it under my account because I have more followers, I'm nice, you're an asshole, etc.
/s
Feast your eyes https://github.com/Spookit/Septo.io/blob/master/Septo.io/src/thito/septo/io/HttpField.java
accurate
yeah, holy fuck
all upvote https://github.com/Spookit/Septo.io/issues/1
This repo is a mess and this https://github.com/Spookit/Septo.io/blob/master/Septo.io/src/thito/septo/io/HttpField.java is a disgrace, please delete.
LUL
We're up to 7 😄
Oops
Glare is a russian spy confirmed
The Russians are talking in the guilds channel
Other discord numbnuts

=tier
yeah for sure
Smh
It's quiet.
it is quite quiet
Ya
it’s quite quite quiet
Oke will get ya it later when on PC 😄
I swear Charlie treats Discord status like Facebook
I do 😂
Tbf it's all British people
They are the only kids I know that use Facebook too
I miss my time in London.
I go back to school in 11 days. I'll get to be more social again. Also means I won't be here that much, but yeah. By then, VP should be released.
I start my job soon
That'll be fun.
Was meant to start it Monday but grand father died the other day, so been spending the time with my mum to keep her company
So prob starting job Friday now
Thank you, eh sad times but know to keep strong as it won’t change anything
Ya. I think that's one reason I don't let that stuff get to me is that I have just been trained to always be strong about emotional stuff.
But some things just get to me.
Things I would've never guessed would too
Yeah exactly, we all have feelings it’s normal - just I know keep strong because it’s not like he can just come back
Ya
@frank pasture My condolences
I feel guilty doing Uber Eats at home when I can just drive there 🤔
It is also 4AM
Yikes
😂
Wait for that
That could be me in like an hour
HAHA
Sound like Kyle
I'm watching South Park
Ooo fancy
Just looking at one of my irl website twitter pages, starting to kill it real good
My impressions are doing well, ~3k impressions per tweet from like 11h ago
Bruh
Not like the fee but total
With food
But like.... Omlet downstairs... For free...
Omlet
I prefer Omelets instead
o indeed
venturechat vs cifychat
which is superior?
also that sorta thing is what #showcase is for
so what lol it's a opinion.
i dont need others opinions tho 😛 publicly anyway
ive already had lots of my customers PM saying how awesome this is, and they can't wait to buy
Well its dchat with the things that clip hasn't added yet (unless dchat 2 is actually a thing somewhere on clip's pc :p) but nice
And venturechat's files are trash, sorry for this but yea
venturechat's config is a bit shit, but feature wise it's still superior
Yea it got alot if features
useful features I should mention
Oh lol
I think chatcontrol pro takes the crown for most features, although iirc a lot of them are gimmicks
ye I wanted dchat features honestly, but doesn't seem to be updated anymore feature wise
Why tf is this on my recommendation...
Music by Falun Dafa practitioners, http://falundafa.org/
People Are Being Killed For Their Organs, You Might Be Next! https://www.youtube.com/watch?v=5WtQ_Yx9JrI
How much do you trust your government?
FYI The world's best news sources http://www.youtube.com/user/NTDTV and h...
@eternal apex u got better luck of seeing the pope
clips?
o lmfao
Vatican / Italy
Does anybody now if the anti piracy placeholders from mcm are already working?
😐

suppose it don't matter too much for regular mc players, only affects developers
that's the first thing I think of
actually the only thing I think of when I see that abbreviation
Have you seen Finnsters livestream kek?
who is finnster 
yikes
never heard of them either
isn't it a boy tho.
He is yes
dope ive made it so if ur section is blank (e.g. u have a tag, and its disabled so blank) it wont show it
so no hover shows https://i.imgur.com/dkKwRL3.png
imma go take a shower before I go do my 5 hours.
prefix:
display: "&f%vault_prefix%"
click_command: ""
tooltip:
- '&7This is my rank!'```
neat
cuz of cifylib, already had papi support
Can we get an amount of people inside a specific channel?
ie.
There are %channel_users_amount% in the %channel_id% channel!
added it to the config so you kinda have to now 🤷
Gucci
Also what's the command to switch a channel?
And how are the priorities sorted high > low or low > high
Ye makes more sense
ye, otherwise too confusing
woo, https://i.imgur.com/UrHJ7YY.png click stuff has placeholders now finally
with channel cmd, https://i.imgur.com/iPa35Nm.png
it only shows what they have access to (sorted by priority)
Could we have OR messages? ie. If a user is in a channel/has permission, it would send them the message
Not in the channel: You have successfully switched to "channel"
In a channel: You are already in that channel!
Would make it so we don't need JS for that kind of stuff
Perhaps another argument:
[RELATIONAL] First Message ? Second Message
if u mean that
No I mean so we could define it in our own messages, ie.
click_actions:
- '[MESSAGE] &8(&6!&8) &7You are currently in the &6%channel_id_capital% &7channel&6!'
But that would only make sense if the user was in that channel already
ohhh I see, otherwise could just make them run /channel %id%
as it'll send them the same msg
Doesn't allow as much customizability tho
(Just a suggestion for the future if possible)
yuh
just added https://i.imgur.com/jwl3LM7.png
for if u do same channel
o the dank thing I love is the channel shortcuts
e.g. ! at start of message to post in staff
Yea that's neat
So far
Added two new placeholders:
%channel_id_capital% - Capitalizes the first channel letter
%channel_users_amount% - Shows the concurent users in that channel
(Does not show vanished users)
Dope ideas, yeah
I suppose channel_users_amount uses the players current channel users
And yeah I would need to exclude vanished
I'll feed you more ideas, got some things to try but not sure what the limitations would be
Yeah, and depending on features I may be able to add if needed
I need to add PM system yet, bungee support
Bungee support will be per channel
Still looking for projects 

Wowza
This will prob end up being $9.99, ofc 25% to every current customer
Just throw in features, if it's good people will buy
Yeah, so far I already have a good amount, but PM feature and bungee per channel will be good
Like you can do donator and staff as global
I'll take a look at LT config now
LT needs a huge recode it’s a mess
wHy Am I nOt SuRpRiSeD
Haha it’s the oldest plugin out of them all in fairness
Come on Charlie, I need a smaller/medium project to work on 
Interesting, and what would the boosters do?
You know like Arkham network
You get a booster item, right click it
And everyone gets the boost, /booster shows GUI with the time left on which one
lel
You can have a booster object, with a onUse() onExpiry() method
Atm doing my 5 hours + some discord but won’t respond often
Wow
If you’re unsure @velvet crescent just go on Arkham they have it, would be an awesome plugin to make
Then devs can hook in and add their own booster types
That’s a thing known as QuickSell that has that feature
I’d add a booster type to my plugins too, otherwise if you don’t like the idea I’d take a shot at it. It’s been something I wanted to make for AGES
being the guy who spent $100 on $2.50 boosters on Arkham.. eek
Nah I'll make, but I'll give you access to it later so you can perfect it (clean up my jank code if necesary) and perhaps put it on songoda
Lel 👀
Welp my laptop decided again (tho happens rarely) to warm up in my backpack
And now it’s really fucking hot, hope I didn’t damage components
why would they choose your chat plugin over a free one
that's a genuine question btw, what does it make stand out?
^
wdym
why would they choose to buy your chat plugin over a free alternative
Well no good free ones out there rn, they are confusing, featureless, they cap u at like 3 different 'sections'
what new features do you have to over for example
prefix, name, suffix
venturechat is free and has it all
eh couldn't use it when I tried before
was too confusing for someone looking for a all round plugin
isn't too hard to use and has good support for many plugins and many plugins support venturechat
tbh if the author of venture will edit the plugin a little could be one one of the best chat plugins
and why would the 'enterprise networks' not use something else
because they want a product that has great support, easy to use, configurable etc
and being expensive definitely means the best
More or less it interprets that yes
like why does your plugin stand out from the others
The same way a ferrari is deemed better than ford
when u see the price tag, people know it must be good
nobody buys a ferrari for the price
meh
that's just nonsense
Not only for the price, but its a deciding factor
My products are all pitched to a higher price, and it certainly works
big networks will either use a free chat plugin or develop their own
Agree scholtes.
dhcat hasn't been a good plugin for years
ROFL
But this is what I mean, u can't dig at me when dchat is in a similar boat
dchat was made like 5 years ago
all the tooltips and shit was cool 5 yeare ago
Don't hide behind this argument "deluxechat doesn't stand out either"
barely
I've done enough research, read books etc and all my products sell well because I market them good
Heck, kiddos here complain about spoof yet it sells good
people who use dchat are usually the ones who bought it when it was big
I mean it doesn't fuss me what people want to use, I know my plugin will sell
what will the price be chazza?
$9.99
It's not meant to be some cheap shitty product
I know on launch I can expect a good volume of sales
only issue is most people that would buy a premium chat plugin bought deluxechat for that price
so i dont see them spending another $10 to switch to something else
I have customers of my other plugins who did message to say they'd want to buy and switch
because they see how dchat lacks features
All I wanted to know if it had something special which it doesn't. Which isn't wrong or anything.
I mean dchat lacks a lot of features and isn't a top chat plugin
until its actually a end thing
anymore
But u did basically copy the config to an unfinished dchat2
it used to be very good
lol
clip update dchat and add features
Mhmm I posted the config style here in this discord many times
Didn't even think u cared about the plugin anymore
genuinely never seen the config lol, so don't go at me
because I genuinely interpreted it was a dead project
Howdy Scholtes
hey frosty
hopefully scholtes xd

lol
im waiting for clip's kids to pick up his plugins
You’ll be waiting awhile lol
HAHA
u know that meme MATH IS MATH
might drop cifychat soon, and work on other features as a future release
I could recode EZBlocks if Clip wanted someone too in my spare time

its -SNAPSHOT
ah
well I wouldn't call that similar
u know that meme MATH IS MATH
i can imagine 60yo clip shouting at his kids CODING IS CODING
or a "copy"
in all fairness a chat plugin's config is hard to be 'unique' since it all comes down to channels and json lol.
rofl
It’s all good get your money dude

I mean I guess I can consider it positive feedback
hola senorita clip
Guess this should motivate me to finish a rewrite
@velvet crescent do u have jitpack repo?
ye
odd
EZRanks release when? @pure bane
Wym
clip can't even come online to talk casually smh
There’s Pro already
CIFYChat sounds stupid
It does lol
Agreed, should change it to Chat
The first part sounds trash to Deluxe version
It's done because of branding and SEO
Chat by Cify
CIFY = CodeItForYou
`Chat by dr dre
"Strategy"
Too busy
It's done for SEO reasons
and EZRanks was a good plugin
Mario’s castle
that's one way to take this too seriously lol
so easier for someone to find the product
Call it "EZChat"
nah sticking with CIFYChat
Code it for you sounds better for like libs and other things like that, for people that "code"
You should choose a different name when it comes to products for server owners
cify sounds odd
What chat plugin are you using?
Cif ... cfy .. chatcif .. CRAP I FORGOT
its my desired name
I say it as "S-iffy" Chat
or "EZ"
its your desired name after you couldnt get codeitall
ye
EZKid and DeluxeBaby
lmao
I'm happy with the name, its staying as is
The plugin money really isn’t shit to me anymore though. It’s nice for a McDouble or dinner on a Friday night. Maybe I just need to dominate the plugin game and do everything free
but calling it "CIFYChat" honestly sounds stupid long
deluxechat has a good ring to it
yea you should buy Code It For You Chat plugin
yes because its a branded product
deluxechat comes off more as one word
Just call it chat
Acting like you sell microsoft products
Chatty
And don’t hate cuz dchat still sells
CIFY®️ Chat©️™️
It’s so everything stays the same
lemme go buy some CIFYChat
yea imma buy some sci-fi chat 
lmfao
y'all flamming too much on poor chazza man
lmao lemmo
dude I don’t mind lol, I just laugh
Yahoo 🤮
tHe prooo charlie
I make some money as a side project with my plugins so I don’t mind
and his promise ring after 3 months 
pro
I was like "wtf is wrong with lemmo" @sterile parrot
Next chaz will have an autosell being released
If you like Chat, you'll love CIFYChat
CIFYAutoSell
Clip, listen to use for fuck sake
he remade DeluxeTags to PlayerTags
@pure bane
If dchat was good and feature full
We would be sticking with it
EZPrestige next?
idk the difference is tbh
Yeah he’s on my dick
All love tho
makes this
??
Eh I don’t need to fight and explain myself it sells
but high quality
Clip does nice products, I make nice ones
who removed EZRanks
I wouldn’t go remake autosell it has the features it needs
Dchat I bought in 2014, didn’t get updated much anymore
And I didn’t like other competitors
clip u remove ezranks jar?
That are out there
I wanted a plugin I could use for my irl servers that had certain features
I like your style tho. You hopped on a wave and I see it. Find the features clip is too lazy to implement and sell
So I took it on myself to make one
All love
clip its january 7th 
Bought every single one of your stuff
new pfp
chazza im gonna send u the ezranks jar cos for some reason i cant send it here?
u should remake it
I bought all of his stuff lol...
its an old one
I don’t want to
from 2013 i think
ezrankslite
its way different thank ezrankslite or pro
The plugin works as it should
what are u on about have u listened to a word i said
I make products that meet my demand
That o need for my server
E.g. I want channels, Bungeecord n stuff
whatever
And venture chat last I tried was rubbish
Eventually when I no longer have time or energy to properly maintain KiteBoard I would make it free and possibly open source it
my shit is opensource yet nobody contributes
Exactly
but it's shit code anyway lol
That’s what everyone said about HolographicExtension
“I would update it but it’s not open source”
@fringe sigil I would do the same tho, I’d open source when I leave
what is holographicextension tho
Once my irl job gets to a nice pay, I’ll more than likely drop most of my stuff
how did you accept a job without nice pay
^
Because a junior
I know but you still start decent lol
You don’t expect him to straight get into big bucks do you?
My irl job is software engineer too lol
£18k I’m on starting salary, top guy is £100k
You don’t just go in get top money lol
You have to get experience and work your way up
Oo what language?
not big bucks but not that you have to sell minecraft plugins
@fringe sigil who u talking to
Both I guess
Err I’m not sure, I haven’t started yet, but when my job scales up I’ll prob open source my stuff
Well actually Lemmo you were working with Laravel weren’t you
imagine coding a plugin in spaghetti language
I made an complete abstraction framework for laravel
laravel is a framework for what lemmo?
PHP
mvc in php
php
Web n stuff
k
example close to home, dragon bird panel uses it
songoda too
how can you tell
wappalyzer for songoda I’d assume
easy to notice laravel has it's quirks
you just look at the code for ptero
what is wappalyzer?
talking about songoda's website
chrome ploogin
ah
Ptero panel is on laravel too
red = 1st motor
blue = 2nd motor
green = both motors
that’s what I just said¿ chaz
@fringe sigil only language I haven't done anything in for work is Java xD
a big lose for them
Yeah you can tell it’s Laravel if it’s broken
I thought about a site who would be useful in analyzing stacktraces... Thing is: How to recognize Stacktraces? xD
show them that LMC spicy code
Jks
that sounds useless andre
lmc isn't good code tho lol
Probably extract the plugin names @magic summit
stack traces are fine as is
If you could accurately get the actual plugin causing the issue
And not the say KiteBoard because someone’s Papi expansion is broken which is the real issue
@eternal apex Not for server owners who have no freaking idea how to read them and what the issue is
bye
Like 99% of all "LP has issues with database" problems is caused by the user not understanding the stacktrace
I think those sort of plugins already exist andre
True
Make a stacktrace for dummies site that breaks it down
Boom
Hey dumbass, looks like something is null in kiteboard
I thought about a site where you just post your logs and the site/api checks for stacktraces and if its database knows about it and a possible solution
😂😂
No one would use it
Anyone who doesn’t know or care to know will do the same things they always do
No one would use it
No proof for that when you not try it
Click the cross
the wot
@frank pasture fix your site, thanks
@fair island wat
@fallow crow just send message then delete it
wdym tho
You can't delete it @timid rose
works for me
my data, it's not encrypted
@frank pasture https://gyazo.com/b72a8d45c82b9d9f94f6a9d6da1ca8cd
@fallow crow send a message as in talk in the channel, then delete your message
Nvm, used to work
love the template 
@fair island done
?
"Good shit." - funnycube
👍
I did.
What did ye need?
Nvm
@frank pasture work on increasing the speed of the site loading.
takes a solid 6-7s for it to load for me.
lol bad pc
No? lol
bad pc doesn't mean your site loading speed lmao
Kaliber's brain strength != required discord server strength.
smh cant tell the difference between a joke
^
probably both in the EU.
tRaSh NeT
I'm in the US pretty much next to NY
well now it's 3-4s but eh just saying could always be improved.
I'm atm still working on improving my site loading times as my site is working from a sub domain just isn't working publicly yet for the main site.
Who tagged me?
lol bad pc
@primal pecan site loads fast for me
guessing it was first time load idk.
Wouldn’t be a “EU” thing, it’s on cloud flare
@frank pasture those are some huge statistics you got there
@untold hearth yep, all true
I love some good honest statistics
with the downloads, RV factors the main amount
with the success rate, the satisfaction with all our customers shows it all
I aspire to be as successful as you one day dad
no u
i think the satisfaction number may be inflated by me
I finally enjoy using FAWE. 🙂
ONLY THE TEXT
charlie, can i dm you
sure
ofc ❤️
Oh.... also clicking the logo at the top left sends you to a 404
y u no contact form?
How so?
need to set it to send an email etc
You could embed a google form
Have you ever used google forms?
no
The backend for it is kinda slick
wew
And yes, I am proud
looks good
Just realised I'm making an API for a plugin's API that runs off of spigot's API. api-ception?
@untold hearth @eternal apex What’s a good way of not storing duplicates in mysql
For each row I could store the same string a lot of times
So I could make a relation ship but not sure
Basically need to save as much space as possible
@fringe sigil what are you storing?
Flight data
Positions of aircraft
As you may know I made AS1 file format
Which is extremely efficient data storage wise
But slow and difficult to query in future
And what do you mean by not storing duplicates?
Do you want to just like... truncate values that are the same?
kind of
any of you math majors in here
lmfao
Hey, so im not too about how to find "EXACT" arc length when it comes to this kinda of stuff. I know the Formula , ANGLE/360 * 2pi(r)
and "exact" is without pi but at the end if that makes sense
so i come back from another chat window to this https://f.jacob.engineer/8dSxgF3R.png
fair enough
@elfin minnow u literally just put the numbers in and put whatevers the answer is on ur calculator for the exact length? so all decimal places?
no




