#general
3141 messages · Page 717 of 4
he also has no interest in helping paper update fast lmao
I totally understand the not releasing server changes. (also not agreeing). But obviously doesn't publish only Bukkit. Because that would mean involving others in API decisions
Expecting the minecraft community to know how to compile a git repo
Did you not see the last dupefix thread
half of them cant even read
^

Spigot itself is also useless without CraftBukkit/Bukkit

I hate troublemakers, as a well behaved citizen I don't know what it's like to be kicked.
stuff i found in leaked 1.16 spigot commits
- DedicatedPlayerList requires world nbt storage
- https://i.imgur.com/KqlTTao.png
- MinecraftServer no longer implements Runnable (
runmethod "exists") - WorldServer now implements GeneratorAccessSeed
- EntityLightning -> EntityComplexPart (?)
- CraftPlayer/EntityPlayer has a getWorldServer helper method rather than going thru MinecraftServer
- EntityArrow no longer extends Entity
- https://i.imgur.com/5LjKQEK.png
- PacketPlayOutChat now takes in a UUID
- There is a mapping for MinecraftServer#getDataFixer
- WorldGen[Name] classes are gone (i think) most likely due to the new puzzle gen stuff that structures have now
^^ New StructureManager class (NMS) which prob handles all this
https://i.imgur.com/z6xBRIV.png
not much
just the interesting stuff that's there
I mean Fabric etc do exist and make decompiling snapshots easy
That arrow might cause some issues.
yeah i wonder why
But yeah, the arrow one is a bit odd 🤔
Inb4 they're turning projectiles into particles or something
Why the lightning change? That might cause some issues too.
that is the only thing that stuck out, and entityLightning becoming a ComplexPart
damn me and glare had same thoughts
Why the lightning change? That might cause some issues too.
no clear idea why
EntityArrow no longer extends entity wtf?
Well, am looking at yarn mappings, issue is that EntityArrow in nms more become EntityProjectile and subclasses out
Trident is an arrow
trident has been an arrow
not saying it's new
but should it
or at least, an abstractarrow
(I know that's how mojang has it)
Trident feels like a projectile, not really an arrow but idk, feels like it would cause logical issues in cases if you check if a projectile is an arrow. It also shares like no functionality with an arrow
read that more carefully, people
yes
so Entity could be down the inheritance line?
Yes
Used to be an interface, so it has the I prefix
IProj is basically no longer an interface ^^
c# naming 
but muh compatability
actually maintaining mappings
in nms version-packages names!!!!!!

rip the commits are gone

smh snitch
There wasn't anything that special in them.
well yeah
Alright. I feel dumb, need help with a plugin, and it doesn't have a discord channel or any support. Is anyone here willing to see if they are smarter than me?
Basically, I am using BossShopPro, with the PlayerShops GUI addon installed. In the configuration, it allows players to "rent" the top spot for their shop for a certain amount of time
Here's what it looks like. I have no idea what the 606024*30 means, or how it actually translates to real time
I've been playing with it for like 30 minutes now, and I think I'm just stupid

But when, by default, the player rents a top spot (once) it rents in factors of 4 weeks. So the first rental is 4 weeks, then 8 weeks, then 16, etc.
I don't see how that translates to what you said wizjany. Sorry if I'm just not getting it!
That's my confusion
i have literally no fucking clue what the plugin is or does
.wa 60 seconds * 60 minutes * 24 hours * 30 days
(DiscordBot) Result: 288 h^4 (hours to the fourth) - https://is.gd/zj1mPU
Wolfram|Alpha brings expert-level knowledge and capabilities to the broadest possible range of people—spanning all professions and education levels.
i'm just saying that the obvious interpretation of 60*60*24*30 is 30 days
you're not supposed to multiply the units kyle smh
You should look for an up-to-date one anyway. that plug in has been abandoned since 1.13
Ah kk, I think I’m getting it. That would be about 4 weeks
i mean 4 weeks would be 28 days but yes, about
Ty ty
ah yes
That seems like the dumbest way to make a CONFIG
why
yeah it is
But I’m eternally grateful
It's just math
would you rather math out the seconds?
imagine not just using suffixes
.wa 606024*30
(DiscordBot) Result: 18180720 - Scientific notation: 1.818072 × 10^7 - https://is.gd/2kJPbl
Wolfram|Alpha brings expert-level knowledge and capabilities to the broadest possible range of people—spanning all professions and education levels.
oh that doesn't translate to irc either
whatever
point is if you put a number of seconds there it's completely illegible
I mean, it just seems overly complicated
if you put the math it's rather obvious what it means imo
Couldn't they just do a single value?
mfw plugin devs
ah yes, multiplication is complicated
fucking
Like "number of hours" or something
that is exactly 30 days
"1h"
I mean, I got an arts degree so I wouldn't have to do math xD
if you make it "number of hours" then you can't put any less than an hour
"1s"
well, I suppose so
nobody wants to do fucking multiplication in their configs
what a dumb fucking way to do configs
2592000 is burned into my mind from the pex timed permissions era
I'm glad spotted leaf is in my corner
leaf does have a point that "2w 3d 12hr 30min" is more understandable than 60 * 60 * 24 * 17.5
but in the end it's math anyway
wiz just wanted to call you an idiot
that's the hard part 
he actually knows better :>
it's literally only simpler if you have a very simple input like "30d"
Having math in the config means your code needs to parse math lol
That sounds like a pain
60 60 24 30 is easy to deal with
No, I'm certainly the idiot here
I'm still not sure I understand what anyone is saying
If people just learned unit conversions. ...
hello city
But I think it is a weird config all the same
Just use the ISO standard and make it be time since 1970 :^)
Math in configs is noob level stuff. P2 has JavaScript support for price configurations, now that’s how u do it
like what if one person writes "30d" and another writes "30 days" and another writes "1 month (except februaries and shit)"
Wiz, if you don't mind me asking about this outdated plugin
if I want to make it 3 days
i do
LOL
I respect that
i already told you i dont give a shit about the plugin
Do you understand arithmetic
lets say you want 5 days 6 hours 34 minutes and 15 seconds it would be 15*34*6*5
was literally just pointing out the obvious math
I prefaced this with "I don't know what to do, I'm stupid, and I don't know where to turn for help
😆
just try your setting and wait for 3 days to see if it update? 

You joke but that's what I'm doing with a deploy pipeline I'm writing for work

To test if a release cut works, wait for the release cut time
gl to you
Ty to all
~limbo uptime
Uptime: 2 days, 3 hours, 32 minutes, 59 seconds
just force push to master
I blame GH Actions for not supporting manual triggering of tasks
only release pipeline needed
Arguably. The config is flawed by not specifying what the units are in. But we assume it is in seconds.
it's a record!
sorry
force push to main*
i mean it's pretty clear it's in seconds given the math yknow.
Use that. If you don't know how to do the math
Nah it's clearly metric seconds and refers to a completely esoteric time period 😛
To: Seconds
science
ah yes, 60 metric seconds * 60 australian half-moons * 24 fortnights * 30 babylonian minutes
I have tested it out
my favorite units of time
I think you need to go back to Elementary school to learn time
why the calcuator you just take 14d16h30m50s and write them backwards
And divide the Babylonian minutes by Egyptian sunstrokes
Nah it's actually 24 fortnites, a similar measure of time that refers to the average length of a fortnite game
then will I get three weeks?
I only support Kelvin in my configs ty
rankine or bust
Ok I lied I also support MS until the inevitable heat death of the universe
Vic have u checked IS
No
Some dude is saying that PlotSquared being premium is a gross perversion
is vic a mod there
a gross perversion of what
And that it’s unfair to zachbora because he made plotme
I don't visit IS lol who does
Which makes no sense but ok
I used to be, leaf
kek how was moderating
moderating gives me cancer
oh lol
you know wiz
you give me the most moderation problems
how many people have I banned for pinging you

PlotSquared was a plotme fork for 6 days then I decided to start fresh
vs how many people did some other shit
This seems fitting for the Richard Stallman talk earlier
moderators are gross
Calling it plotme derivative is hardly true lol
I hated it @static badge
kek
MisterFix was also an IS moderator
I don’t ban ppl for having stupid opinions
Then the server would have 1 member
i wonder how many IS (ex-)mods/admins are banned from paper now 
I'm fine moderating I just hate moderating city's users
Nope, I gave up ownership and I have loads of dumb opinions
I’d get kicked quite early if we purged idiots
Let’s be real

fast async world corruptor (tm)
We no violate gpl but okz
Hell we are one of the few orgs in the community that don’t lmao
Meh stupid drama
I created that dumb org
I don’t actually
It’s tiring
I’m just too dumb to stay away from it
hmm
It follows me everywhere
People keep saying FAWE has much better brushes but never say why FAWE has much better brushes 👀
Like I get that people want VS's erode brush, but FAWE doesn't have FAVS anymore do they?
just copy fawe features 
I generally don't like copying features - but if people tell us what the pain points are I'm happy to add features to resolve those pain points
Looking at the brushes doesn't tell me why they're better though - just shows me a list of brushes
Fair, a blend brush is on our roadmap anyway
As smooth is a mathematical smooth to 0
A lot of people were complaining about stair placement in WE, so I made a tool to resolve it - https://gfycat.com/faithfulhardtofinddingo
But yeah fair
I'd rather be told problems than be told solutions tbh
But yeah a proper blend brush is defs on the roadmap
Thanks
i mean, directional smooth brush would be an alternative but it's really not the same at the core
generally that's what people ask for tho
FAWE also adds extra pattern, those are more important than the brushes imo
A pattern rework is also on the roadmap to make them have a much stricter grammar etc
But from memory FAWE's patterns were a bit weird and pulled in extra data?
Noise gen wouldn't need extra data tho right? Just pos?
Dunno what the extra data would be
Not super familiar with the internals of patterns in general lol
I remember looking into some of those patterns ages back but found it worked super differently
I just remember being super annoyed when we added patterns to PlotSquared world gen
Because WE and FAWE worked differently
I personally prefer AWE to FAWE, but FAWE is faster and of course people want fast no matter the cost
Is #clipboard a FAWE one?
#clipboard is WE
Nice nice
Also the FAWE docs claim a lot of features as FAWE features when they're not lol
That always weirded me out
Tbh it would have been cooler had Jesse just prd the extra stuff upstream
But that’s not how he worked lol
also his PRs were generally rejected due to having too many issues
It’s just annoying that the plugins have different feature sets
Internally too lol
He wouldn’t even adhere to our standards
yea he pr'd a bunch of random stuff that just ended up being broken
In many cases I was okay with it but some stuff has major security flaws
Like randomly being able to pull resources from remote sources
like straight up would error when running the command broken
Also pushing broken shit to master without testing
yeaaaa
He broke our world gen and no one knew for half a year :)))
Spigot is special
Well yes but he moved a lot of ps logic over to FAWE
Because he wanted to force the entity community over to FAWE
The first thing I did when I came back was to drop special support for FAWE and make WE a hard dependency 😉
kek fawe
Yeah idk why some plugins use the FAWE API explicitly
Because it doesn’t (or at the least) didn’t fully implement the WE api
So you had to

why is fawe such a shitfest
More annoying than that, FAWE then overrides PlotSquared classes
So when people run FAWE I need to debug two plugins
Dunno the rationale behind that
@waxen panther late check in today, was fucking hard to get out of bed
I feel like I’m about to fall asleep in a corner
This is awful lol
I’m just gonna pretend that I’m active and leave early
oh boy the k8s auth 😩
i got client cert auth working ok
but seems like it wasn't that easy
damn overcomplicated clusterfuck
@vernal moth plz fix meta finding on uploading 🐳 / what exactly does it do atm anyways
also, is any of the optional profile info actually displayed anywhere? 
@quasi valley it currently tries to find a plugin.yml to extract info
Like name, version, website, description, API version etc
Not sure about the optional profile fields
They are part of spongeauth not ore
So God knows, maybe forum?
doesn't work with this apparently https://i.imgur.com/wtggm8r.png, plugin.yml is contained in the jar as usual
I'll have to try and look again
I noticed that the paper tag in the resource list for essx is gone
But it's still in the versions list
heh
folks, should I use FAWE or WorldEdit?
till now I've used WorldEdit but everybody says FAWE is faster/better
Hah
faster yes, better is debatable 👀
@pulsar wigeon What do you think?
well, I just want to use basic stuff like...deleting/creating/rotating/moving
then stick with WE
yes
ok, then I'll stick with WE and WorldGuard
I do worldedits of 100 million blocks pretty frequently on my test server
But on a production server you’ll likely have other plugins slowing it down significantly, which WE 7.2 can help with
for a PVP arena what's the best choice?
WorldEdit generally always
WorldEdit generally always
@sharp sentinel for PVP?
generally always
I don’t see how worldedit is used during PvP but yes?
well, I need a arena entry point, selector and fight area. can I do this with WE and WG?
Now I straight up just don’t understand what the question is
Do you mean building it?
no, setting it
like...you go to an arena, select your "character" and then go and fight 🙂
If it’s not relating to building it, WE is irrelevant
WorldEdit does not provide character selection, no?
yeah, that's why I've asked 🙂 it was another subject
It doesnt?
like...I understood your reply about WE so I moved to another subject: PvP arena 😛
What, dang i guess i gotta find another character selection plugin then
soooo...what plugin do you recommend for this (PvP arena)?
Idk, google it
.g spigot pvp arena plugin
(DiscordBot) https://www.spigotmc.org/resources/pvp-arena.16584/ -- PVP Arena | SpigotMC - High Performance Minecraft: "Enhancing PVP experience with PVP and multi-games arenas. ... Generally speaking, most goals are part of the base plugin and you should be ..."
yeah, I'm using that already, I was just wondering if you know something better
but I guess I'll stick with that
neeext
I just started Paper with WE, WG and Multiverse, here's the WARNs I'm getting:
[10:40:14 WARN]: [Multiverse-Portals] Loaded class com.sk89q.worldedit.IncompleteRegionException from WorldEdit v7.1.0;8e55131 which is not a depend, softdepend or loadbefore of this plugin.```
I get that on Craft and Spigot as well... :\
should I get "worried" or just ignore?
ignore
if you read further then plugin even logs a message about it
that you should ignore it because there aren't any alternatives
@void void dumdum
no u
😠
you, for coming here
How are you going to leave your country
Aren't EU borders open?
EU™️
And Norway is EU lite anyways
For a very basic hub server where I want to use as little resources as possible, would you recommend Paper 1.8 with ViaVersion or 1.15.2 with ViaRewind? Or something else?
Oh well, flights are not ;/
Any reason why if the performance for 1.15 is not as good?
mojang
mostly chunk saving/loading, but that's mostly done for with Paper. else entities
wdym?
Would that matter for a hub server where everything is expected to be loaded at all times?
Paper fixed a heap ton of issues around performance
should be perfectly fine for a lobby
I'm planning on using paper regardless, I'm just wondering which version would perform the best for a hub
A hub server doesn't use much resources anyways, no chunks, no entities, not much tiles, etc
So paper 1.15 would be a good choice for that?
Paper is a good choice for anything
I know that. I'm just wondering which version of paper runs the best
latest
Ok, thanks
?
Oh i see
Well there are some Spigot issues that Paper fixes.
tbf I can see some people associating spigot with paper, not even knowing there's a less good version of paper lol
There's a new generation of server owners growing up, without knowing what craftbukkit is/was
And that oldest mc devs started that software

It's better for them not to know what CraftBukkit is.
There are still people trying to run it on 1.15.
Do you remember @thespite doing magic using the @github chart to render an image?
This is the same idea but using AMD Ryzen's 3990x 128 threads and the windows cpu monitor as a 14x9 display.
Absolutely amazing
Via @tomshardware
https://t.co/eLHvyBJtOQ https://t.co/fq5LoRCCa...
188
This is amazing
waow 😂
Anime
you're welcome simple
oh pimple, a man of culture I see
@quasi valley just change the volume in ur OS settings
depends on the os?
windum
.g windows set microphone volume
(DiscordBot) https://support.shadowhealth.com/hc/en-us/articles/360007282013-Change-microphone-volume-Windows-10- -- Change microphone volume (Windows 10) – Shadow Health Help...: "May 23, 2020 ... This will pull up the Microphone Properties window. Click the Levels Tab and you will then be able to adjust your microphone volume..."
sure you are :')
Applications can overwrite the setting.
So most just set it to 100% LOOKING AT YOU CS:GO.
:(
sounds like a windows problem i'm too linux to understand
^
sounds like you just use sane software on your os
pretty sure software will be able to change your mic volume on linux as well lol
not if you don't give it access to the audio group
what if it still needs to use audio
Make a pipe and fool it.
pipe it 
rip windows
Virtual Audio cable.
that's what i've set pulse up to do, pipes 100% volume locked into alsa
which is that in recent builds of Paper specifically, chunks are rapidly loading and unloading - i don't understand how other people are running into problems like this, then it works like expected for me when i attempt it
My car is parked crooked. It wasn't crooked when I parked it..
enjoy the price tag
some absolute beast lifted it up and moved it
There's scuff marks on the left corner
Some cunt ran into it, pushed it, and drove off like it was nothing
if you're lucky, some business might have CCTV you can ask nicely to look at
it was me
Nope. Apartment complex doesn't there.
f
there's some really nice people out there indeed
my father used 2 of such little scratch incidents to steal stickers from me and slap them onto his old car 😂
Could always be worse:
30km/h zone, we stopped at a stop sign, looked left and right, on both ways your view is blocked by trashcans, slowly pull out, a old man nukes our car by driving 70.
hope he got according punishment? 
Well. The police originally blamed us, then they looked at the tire tracks, took them 2 hours before they finally said that he was speeding.
Of course the old man didn't have insurance, but out insurance was chill and repaired it for free, since it was only 200€ worth of damage.
But holy fuck, our license plate hit his back tire and shoot into his trunk.
Big yikes
O.o
Even the users helping on spigot are braindead
wot
like what i do with mcbanners?
no, but you can draw a graph the same way i draw an image
same technology in java
Bstats custom graph?
Or do you want it available per install (i.e. Like luck perms editor / timings).

i see what you mean now
you want to add a panel to your plugin

as long as its secure, nothing i guess 
it all depends on what you need to do with it tbh

i mean, just ensure that your plugin wont accept a WS conn from literally anybody
bc i dont think a server owner would appreciate that
the session needs to be authenticated
if u do that, fine
sure
@potent fossil sexc
no u
i don't see why jan bothers with helping in the spigot discord
they all lack brains and it's just infuriating
you're one of them
yes
not really, no
you are indeed 1% less dumb
he made bible plugin without biblethump, @quasi valley
Hello is 1.16 out?
can we ban jan
😭
https://youtu.be/rf_Go9eLaAM @void void

Ok minimod
ur a meme as well

general should be renamed to #bully-viper-channel
how about removing that thing in the foreground and only keeping the background 🚮
why not
For our sanity
What, not furry?
why would you develop a plugin that shows the bible in minecraft u furry
^lol
Wouldn't being a furry be considered a crime against god / whatever deity
roger Jan dispatching buddhist extremists
@waxen panther snowpiercer ep6 is out 
smh
no
viper watches anime
one which for once is really well made
closest to anime i watch is futurama every once in a while
It's also a movie
protein ice cream is awful but if you pretend to like it, it almost tastes like real ice cream
I should stop depraving myself of happiness :<
you're my happiness city xoxo
ok but out of u and protein ice cream I'll choose the latter
City help me
This 1.8 user
no ty
Too bad
oh wow, listening to every single packet, ingoing and outgoing, and calling getClass.getSimpleName for every single one https://github.com/Elikill58/Negativity/blob/master/src/com/elikill58/negativity/spigot/packets/protocollib/ProtocollibPacketManager.java
lol nice
anticheats in a nutshell
the fuck is the point in that
fucking hell lol
paper : do not pushed updates for some days
also paper :
ppl work on stuff whenever they have time
i'll take "what is weekend", for $200, alex
those were just PRs
y r devs lazy and don't work full time
i need consistent updates for my server
so I don't get why you can't just work on it every day
I can provide an consistent feed of bugs for your server
i remember last year people complains about daily updates. like for real were mad

nty mini i already use minimessage
Daily update are better than 1 big update every month
you shouldnt daily update your server
currently paper's work is really great, every day they fix or add something
you are supposed to have a staging server for that
I update it when I see a good update, or every week
dats how u get broken server
I'm running paper 354
just don't update and stay on 1.8!
prepare for heaps of redstone bugs in 1.16
my paper build is 3 months old :3
hell yea
Stay on PaperSpigot 1.7
the redstone update event will sure be fun
Still in paper 1.14.0 build 1
also, city will enjoy this https://github.com/SpigotMC/SpigotCraft/issues/500
I like it 
i hate updating bcuz i have to remove loads of patches n shit
I guess those are the multiverse changes he wouldnt tell you about city?
yeah if spigot breaks multiworld support ill just not update for half a year
plotsquared and hyperverse will both break
if he doesn't fix that shit :]]
one day left, no pressure :D
how
Ima release my plugins but I'll tell ppl to wait at least a month before updating
initial releases are always super broken
did spigotcraft ranks get reset?
wouldnt be
altho hopefully 1.16 is incompatible with v4 of plotsquared so ppl have to buy the premium version 👀
I mean
hah ur a filthy default
could always add something to v4 you know that will break
looks at his psv5 he didnt buy
pull an apple
McMMO is already ready for 1.16, but 1.16 come out tomorrow ahah
the dev is pretty fast
I mean Billy I wouldn't want you to buy it either, you're a Notable after all 😛
you can't be ready for 1.16 spigot api
he added all new blocks to Mcmmo, but yeah it will need more testing
stuff like Via is an exception to this
I hope WE takes a while to update
then I can blame WE for not releasing PSv5 for 1.16<3
btw, ya'll latest updates break the dynmap hook. i had to go in and update that myself. damn PS api changes 😛
didnt me say he prepared everything for 1.16?
ah lol expected, anything u wanna PR?
Ye their fabric version is updated
which means core is ready too
probably everything™️
well knowing md_5 he probably broke a lot of stuff that mojang didn't even touch
because it's more fun that way
I for one cant wait to cause world corruption
and fully borken redstone
ew the new loading screen is horrendous
optifine : bruh we didn't even release an official version for 1.15```
logo is great, glowing red rather eeeeeeh
and fully borken redstone
now this is the most exciting part
fucking finally broken farms & redstone
i couldn't have been happier
lol
This'd mean a new community split lol
People still use 1.9 servers, because they can't read the ViaVersion page.
sometimes legit have people instantly update to 1.15 when we say "sorry that features isn't available on older servers"
fuk u viper
How do you even function?
https://posili.me/i/2020-06-22_13-20-41.png
Good job.
As always.
messages are also sent delayed for me
discord is having a small outage in EU rn
u only need to pay for it 1/10 of a month because the rest of the time the servers r down
i got u bro
if you write it in a sane language, you don't need any good VPS, viper
a decently sized bot in rust or go should be able to run fine on one of those 256mb memory 1vcore servers you can get for $10/yr
Or you know
You could get a raspberry pi
Run it on your house
Perfect no need to pay for anything
Use that
Because discord bots don't need port forwarding or whatever
technically you can write it in C yes
but yeah, an rpi would be fine
yes
it opens and maintains a websocket connection
until discord does discord things [05:08:40 WARN] [net.dv8tion.jda.core.requests.WebSocketClient]: Got disconnected from WebSocket. Attempting to resume session
no
you most likely can't
C compiles to assembly you idiot
i havent seen a discord lib thats < 5mb
Yeah, we have no need to optimize it better
That's because you can't fit all the shit Discord throws at you under 5MB.
just get a cheap ass VPS
viper you already have one
depending on the size of it, i can probably just host it for you
proxi too nice
i have 18gb free memory and the only cpu it ever uses is for drone & music transcoding
Drone is a self-service Continuous Delivery platform for busy development teams
Meh, i don’t see any appeal in C when we have Rust now
unsafe unsafe unsafe unsafe unsafe
there are certain things which just require unsafe code, where C might just be easier
certain things C macros could do well, e.g. list types, is handled through generics & monomorphisation
though last time i hosted drone it was a pain to use
drone is easy as shit to use now, michael
drone-server:
image: drone/drone:1
container_name: drone-server
volumes:
- /srv/docker/drone/server-data/:/data
environment:
- DRONE_GITHUB_CLIENT_ID=lol
- DRONE_GITHUB_CLIENT_SECRET=lol
- DRONE_RPC_SECRET=lol
- DRONE_SERVER_HOST=drone.proximyst.com
- DRONE_SERVER_PROTO=https
- DRONE_USER_CREATE=username:proximyst,admin:true
restart: unless-stopped
networks:
- composed
drone-runner-1:
image: drone/drone-runner-docker:1
container_name: drone-runner-1
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
- DRONE_RPC_SECRET=lol
- DRONE_RPC_HOST=drone.proximyst.com
- DRONE_RPC_PROTO=https
- DRONE_RUNNER_CAPACITY=3
- DRONE_RUNNER_NAME=docker-runner-1
restart: unless-stopped
depends_on:
- drone-server
networks:
- composed
set up nginx reverse proxy, then it's done

don't do that, at some point you might change it to not use 100% controlled values

always prepare to be stupid
Funsies
oh yikes
hi michael
oh yikes it's simple
shut up stanky
hi frank
haha funny secks numbr
Secks?
sekzee
I have all the hahas right now
wtf is facilio
yikes
Rocket is a web framework for the Rust
programming language that makes it simple to write fast web applications
without sacrificing flexibility or type safety.

warp > rocket smh
👀
warp also compiles on stable rust
rocket has a better website tho
hmmmm

it what m8
look at the amount of pages in its guide lol
just means its well documented
i prefer overdocumentation rather than underdocumentation, that's for certain
also warp is made by sean-chan
who the fuck is that
seanmonstar?
is that supposed to ring a bell
also huge influence in the development of rust
well i dont even use rust so
br uh.
fuck sean monstar
no u
i dont need to pretend
wanna kiss city xxxx
ok nvm
hey city I like your... your... nose
it's pretty cute ngl
oh wow
irony is that the girl that called me falcon was named Cassandra Öhrn, and "örn" is Swedish for eagle
and her nose was longer than mine
Just should've "no u"-ed her
or, use it as common ground to hook up
wanna peek your beak into mine?
lmao
Is common ground a new survival game coming out?
what are you not getting
wat
16/4*4 = 4*4 = 16
um, ok discord
anyway, it's not following the order of operations
use code formatting
wrap it in parentheses
viper you fuk you didn't define a method, but a literal replacement
you are doing (16/4)4, you need to do 16/(44)
just throw it into a method like a normal human being
yea, that macro is literally just expanding syntax, its not calculating the result
C has a dedicated pow operator?
I don't know, that's why I'm asking :P
ah, it's a bitwise XOR in C
also just use pow(x, i) lol
same for java isnt it?
Prolly
C is ugly, and I haven't even messed with a lot of allocation yet
I have nightmares from malloc and free.
ipow dpow
best language: https://rosettacode.org/wiki/Basic_integer_arithmetic#Chef
nah man, https://www.emojicode.org/
Emojicode is a full-blown programming language consisting of emojis.
eww
interestingly only Perl (**), D (^^), FreeBASIC (^), PARI/GP (^) and ZX (^) have an inbuilt short operator
pythonk?
oh, right it has ** too
Scala has one too iirc and doesn’t kotlin too?
"Kotlin does not have a dedicated exponentiation operator"
Oh i see
Seed7 also does seem to have a by default overloaded ** function
I think scala allows you to implement operators tho
same for TCL, that site just sucks for searchign I guess
lots of languages let you add additional functions ¯_(ツ)_/¯
yeah you can use implicit classes and it'll work
💯
C is messy
C++ is also messy
They are old and features keeps getting slammed on top of legacy features
void*(*(*viper)(void)) is this pretty, @still smelt
maybe that's just viper's kink?
Yes
you're my kink kenny ;)
Why this no wooork halp
ok explain what it does
u.u
that's the variable name
a proper example would be ```c
void*(*(*viper)(void)) = x;
no
smh
C is all just a mess
I just use sort()
lmao
mfw
or in a modern language like rust, first_element.cmp(second_element)
it's fine to be scared of segfault-free code, but don't dismiss it right away :)
rust is a systems programming language, so yes, you quite literally can
That only works if someone implemented Ord and their implementation is going to be that same old if/elseif/else
So if it's a custom type and you need a comparator for it you're not going to be just calling cmp()
indeed, but if you wanna compare or sort them, you usually would derive/implement ord anyways
There most likely is a arduino rust implem
Sure, just like he has a compare function he can use for that :P
Although his has some issues, if he accidentally an array of bytes instead he won't be going to space today
Easy
btw it's a fork because LLVM upstream doesn't support AVR yet, iirc
And the rust folks don't want to carry that patchset in their LLVM
(plus some people build rustc against their system llvm)
shut up furry
Check out finnegan fox too
https://www.youtube.com/watch?v=Cp2e5d_1wNY
idk, would i @heady spear ?
Get Surfshark VPN at http://surfshark.deals/noelphilips ✅ - Enter promo code NOELPHILIPS for 85% off and 3 extra months for free!
JOIN ME ON WHATSAPP, GET WEEKLY LIVE CHATS AND MUCH MORE - SUPPORT ME ON PATREON! http://patreon.com/inflightvideo
CURVE: Get £5 free and your...
what should i expect
Smelly train and bad sleep
anyone know the exact release date of 1.16 like when at june 23
Tomorrow
what timezone though
That one
just look at when the other releases were released ¯_(ツ)_/¯
@potent fossil tbf just take a plane lol
but the point is riding the 13 hour swedish night train
i unironically hate noel philips
he's been flying around the world every since covid and hasn't stopped even once
and also doesnt wear a mask, ever
2cool
🧢
@potent fossil tnx for fix 

🧢
stinky brocc
broccokasi
@potent fossil luleå is fucking awful
wtf is that
Luleå is a city
sounds terrible
it's in northern sweden so i dont think SO
how to disable the advancements?
I just saw this and puked https://www.spigotmc.org/threads/teleport-all-players-every-minute-to-a-random-place-in-30-block-range.446819/#post-3849257
There is some gamerule iirc yan
jan you spend too much time on spigot
oh and there we go again, someone posted example code with a new random created for every random location
you know, MC Dungeons im so glad i didnt pay for




