#general
3141 messages · Page 371 of 4
does discord at least have /me yet? xD
thought your name was familiar
thanks ;D
needs a way to roleplay in a chat
test*test
Why doesn't discord have theme support
It's electron. Just let us load css classes k thx
Discord is scared that people are actually capable of making decent things
because discord's designers prolly sleep for 7 hours of their 8 hour shift
Also the fact that certain things are client validated is a joke. Looking at you slowmode
you can easily add custom css by using the DevTools
it's just chrome after all
or, you know, use a real client with actual theme support cough ripcord cough
that's illegal
( ͡° ͜ʖ ͡°)
1.76G here right now RIP
ripcord sits at 23MB
loool F
https://i.imgur.com/iM2uxRw.png
your gain you mean?
it's almost as if HTML is extremely inefficient when it comes to building desktop apps
mah chrome instances!
but noth everything about ripcord is nice, e.g. it's not open source...
so I can't fix all the design choices that annoy me :(
probably have to write my own client eventually or something -.-
they can't catch me when I'm on the other side! :P
Hmmmm, how do I structure a gradle project whose submodules are on different git repos?

see how sponge did it i guess?
is that a weird question to ask? 🤔
git submodules?
It's not really an ideal setup to have, however, tbh
Unless you're basically pinning stuff consistently and your submodules rarely change or you have some hefty organisational reasons to do so
I just wanted the submodules to be on different git repos
Might not be what I'm looking for then
I guess this is the XY problem I basically have a core module that's going to be present on other modules.
Maybe use the maven local repo?
inefficient to run, way more efficient to build
I'm okay with that trade off in this case
Sweepy, sorry for the question, but which one are you talking about?
oof
That's more a seperate project in its own right, putting that in a submodule would just create pointless complexity that you likely don't need
oh, I see.
So I guess using the maven local repo is the way to go when depending on the "core" module?
the things I just discovered...
PHP inside of JavaScript inside of HTML is possible
I basically wrote stage 4 cancer
of course it is, JustDylan.
talking about electron
oh
I am not
After all, PHP is a pre-processor.
I guess
since javascript is an interpreted language its pretty free to do whatever you want with it
writing javascript on the spot
its JIT
and PhpStorm
man, paper is running so well on my odroid-xu4
yuck, PHP
it's not terrible if you do it right, but most people don't do it right
and even when it is, it's a worse experience than most
same goes for JS
server side JS is the best option we have right now imo
when you use typescript and all that
well that's awfully subjective
the way JS handles exports/includes is janky at best
you don't get any nice built in thing like dependency injection
but you can clearly measure that node is a good balance between dev time and capability
yeah if you use vanilla JS..
I disagree
TS is just typed JS
there's just so many better languages out there that don't take very long at all to spin up with... Python, C#, Ruby, etc
and this is coming from a dev who started with PHP and JS, weakly typed languages make my skin crawl
you're going to us JS on the front end either way
it's nice when it's all the same thing
until web assembly is available for widespread use, yes
and I disagree, there's enough difference between the way you write code for the front end and backend that language shouldn't really matter
and hybrid backend/frontend frameworks tend to needlessly obfuscate the technologies that tie them together
additionally, JS not being threaded by nature and having to rely so much on async tasks is a nightmare
callback hell got replaced with promise hell
I think that's part of what makes js great with asnc/await, so 🤷
less shit to deal with when it doesn't matter that much
a lot of people seem to agree
for modern web dev going the way of serverless and stuff like that
I was never a weeb that's filthy
barty go back to selling diamonds for cash
barty dollars
nah, you can't even buy diamonds with bartybucks
shit currency
mojang fixing performance?? 😮
@merry talon forced async causes a ton of problems. Nothing wrong with async, it's just that having literally no other option is so hard to work with. As far as async/await, that's been implemented in other languages for a pretty long time and I agree works pretty well. It's glorious in C#.
it's glorious in c# because the compiler does the work for you
the underlying architecture is the same in pretty much every language
you can make things sync by just awaiting on them
technically it's the runtime, but yea
no one is forcing anything
no I just mean the forced nature of JS being aync/non-dom-blocking
JS evolved from the front end, so a ton of the back end stuff is async when it doesn't really need to be
wut
the compiler compiles all async methods into state machienes
that just store all your locals and then execute everything before/after each await call
gotcha, okay I was mistaken
look at this guy making $250 a month
high roller
i mean you were if they disabled your store...?
isn't that what you just said

:oof:
well he's making more than $250 but has it dedicated to hookers and blow
so he's not making that much profit
my paypal is banned because I submitted ID like they told me to
so ur fine
Underage at the time?
I think they usually only care if they catch you while you’re underage, if you created before but they don’t catch you I think you’re okay
But it’s paypal so who really knows
Probably changed that policy 100 times
I had to use Post-Ident to get a paypal account. but that's normal for any other internet bank account in germany so ¯_(ツ)_/¯
i started when i was 19 ez
they've been ignoring my emails
so I've just been trying to muster up the motivation to call them
because it's not like I ever used it
just go on 😉
those are easy to win
its the credit card chargebacks that will get ya
AND take additional 20 dollars per transaction for fees
ive lost like 300 dollars from fees just from one person a while ago 😦
@golden gust https://github.com/PaperMC/Waterfall/tree/illegal-packets why new branch
it looks fine
Intent is to expand upon it a bit before hand
I don't wanna push out something I've not finished working on fully, but that is some level of pushing myself to get some stuff done even if I feel like shit \o/
When using this for a server does it only need to be installed on the server or does each client require it?
Ahh Ok Thanks appreciate it
Another question
@spare venture does it change much gameplay wise?
barty 
Vanilla
i am doubting my faith in paper, the server running on my xu4 is much faster on low playercounts with paper but has gc issues at larger playercounts such as 7
the first part is a joke btw
odroid-xu4
arm sbc with four A15 cores and four A7 cores
2gb ram shared with gpu
using the recommended ones with -Xms and -Xmx set to 1500M
cpu can handle it
and yes it's on 1.14
cpu can handle it as long as the memory is fast enough, which it is
i need to do a bottom-up optimization at some point
cpu can handle it with paper but ram cant, ram can handle it with spigot but cpu cant
tempted to switch back to spigot and just optimize the everloving darn out of every single interrupt and kernel thing
and recompile the jvm non-generically which i should've been doing in the first place
Spigot will stop ticking entities when the tick time goes over a cap
And on an xu4 it’s going to be doing that a lot
Paper doesn’t do that at all, so that’s likely why
again, spigot fits under the memory limit at 15 users but paper does not at 8
I have an xu4 and an n2 on my desk
The xu4 isn’t ever going to run 1.14 well beyond 10 players
And mine handles about that just fine
hm
Starts to get bad at around 12, unusable by 15
anything you've found that is a big performance change for the xu4 ?
No but I haven’t run into your issue where one takes so much more memory
alright, ill look into this then
might be that my current image turns off zram for some reason
unlikely but i should check it when i do the de-genericizing
I was running on jdk11 with some pretty explicit memory limits though
zram acts as swap iirc, so you're going to get some weird behavior around that
In low memory environments, you're also going to want to disable features such as async chunks and avoid features which add more work such as anti-xray
anti-xray is already off, ill turn off async chunks
there's multiple kinds of zram, in this case i'm talking about system-wide memory compression
I know, but that's not magical
it just exposes a block device which is in ram and mounts it as a swap partition
.cake @upper flicker
(DiscordBot) I can't give a cake to that user.
Oh :(
.cake Z750
makes Z750 a delectable small Stack cake and serves it with a small glass of chocolate milk!
runs away
@void void [Auto] We're now known as Paper.
1.8.8 is not supported?
yes
1.13.2 is the oldest version that is still supported
i have around 150$ anyone knows good way for promoting server?
weird flex but ok
I will tell you my secrets for 150$
I'll say your server's name to a friend for $150
pay and you will know
I'll do it for 149!
148$?
I'll do it for 147$
I'll give you keywords to google for mc advertising for $150
yeah trollers here like always
I'm not trolling
ok
paying for promo is meh
I'm serious, toss me $150 and I'll tell you how to use google.
toss me 149.99$ I will tell you the same things Vic will tell you
but you will save money
that's always good
and important for your server
how to properly save money
as you can see vic didn't give you a chance to save money
I'll do it for 1 cent less than vic
what if the other does it for free
I will advertise it for $160
I'll even put the dollar sign in the correct place for FREE
do you tthen pay 1 cent?
I'll tell vic to shut up for free
:^)
that's a great price!
end process
Well you first mistake was using Windows
xp>w10
templeos > win

kennyos > win
hell yea
god has told me not to make it open source
sorry
he also told me that ducks taste delicious
Well he was right about one thing at least
i mean tbh anyone can figure that out themselves
you don't need to appeal to divine authority to understand that ducks are delicious
it hurts
simple empirical experiments can prove it
wiz I hope someone pings you
@wizjäny
@wіzjany
wow what a hacker
He hacks governments on the daily
Κе𝗇𝗇уΤᏙ
then you are the thing that is suspicious
Duck hacks 17 governments and continues to do so
Local authorities report that their systems have been hacked by an unknown duck. They suspect this was done by tracking their IP with GUI in Visual Basic. The duck is also known to talk in hacker language - popularly known as leetspeak. The criminal intent of the duck was clear after they found a message on hacker website IRC by the duck: "Qu3ck".
0h 5h17 n33d t0 g0
This is how journalism works in 2019, right?
anyone using BannerBoards?
Why does Mojang keep adding stuff to the overworld when the last Nether update feels like it happened a billion years ago?
Why does Mojang keep adding stuff when so much existing stuff is broken/slow?
Because the nether is bullshit
tbh I think they should make minecarts a priority
they're so useless now, except for farms
imagine if your IDE could mask the obfuscated names with deobfuscated names using the obfuscation maps from Mojang
idk
it sounded logical in my head, though my thoughts are Dutch not English
No reason it couldn’t
^
Just need a plug in to parse their format and hook into ij
maybe demon boy will do it 
ahh shit any of you know how to make it so sftp user is restricted to one dir where he can read/write files in ubuntu?
the problem is that dir for ChrootDirectory has to be owned by root but i'm trying to restrict it to /var/www/site/public_html/folder/
well that's the issue. I'm not sure how to do this properly.
chroot directory must be owned by root.
I mean I tried mount --bind to bind it to the folder I want user to access but the problem is that you can't create folders there even if the mounted dir is owned by the user I'm giving access to. I can confirm that I mounted it correctly by just creating folder by another user and then just checking with the restricted user

what's that
That’s a 
@stone silo minecarts aren't useless on purpur. I made them wasd controllable with configurable speeds for the block they are on. When not on rails, they're more like cars ^_^
Should've called it PurSquared /s
That doesn't fit with the actual story behind its name, tho. Purpur is my fork of paper I started when drunk. Purpur sounds like a drunk person trying to say paper. :P
So, do you have to be drunk if you want to make a paper fork, or is that just optional?
And concrete has its name because leaf always wants to smash his head into it?
concrete is rock-solid
u only wish that u could fork concrete and not paper
anyone know a fix trying to run a local server
[23:46:27 WARN]: The exception was: java.net.BindException: Cannot assign requested address: bind
[23:46:27 WARN]: Perhaps a server is already running on that port?
[23:46:27 INFO]: Stopping server
[23:46:27 INFO]: Saving players
Press any key to continue . . .
concrete is so heavy
So thicc
LUL
that's called running too fast 
wait did it really catch on fire tf
I need answers
Would have been to good
concete is just too lit
fuk u
Too much paper is also harmful for the environment
@unreal quarry is that a datapack or a plugin?
oh duh yeah I didn't read\
this spartan dude made a whole thread crying about a 1 star review and how the guy should be banned for leaving it!
imagine if sellers could edit reviews or remove them lol
Resource devs always cry about reviews
He also advertises his anticheat to each and everyone leaving a negative review on AAC
lol
I'm still pro removing reviews altogether.
sent me his crap even twice
And apparently he also releases random updates with little to even no changes after an aac update, so he appears above it in the lists
Tho not 100 percent sure on that one, only heard a few people talk about this
Wouldn't be the first one to post non updates.
he got his little gang of virgin fedora wearing minecrafters to agree that bad reviews should be removable
I've seen people use their update section as a sale ad board.
hilarious
People are great
Honestly, we should just go back to dev.bukkit.org. No reviews, no premium resources and their plugin manager has a lot more features than spigot.
Tho reviews do have their purpose
I don't feel like rolling out a new release for any minor changes to the code that fixed avarage priority level bugs
reviews are good even if you get some troll ones
there is a reason average rating exists
If the reviews get removed I'll have a party
What’s so bad about them?
yeah i actually agree with them
The discussion area and download counter give a far better overview of quality imo
Hmm not really
i dont agree
you can just download your own plugin 100x
^
like @pulsar wigeon worldedit /s
Like closed source essentials clones with literally no features but full of bugs
Is 10k high though? Imo not really.
10k is pretty high
1 star reviews about complaints for things not being supported while there was clearly stated it was not supported are useless imo
Especially if the plugin is only 1-3 months old
Given the example I saw
and there is a reason average ratings exist
the buyer can see oh! is this a troll review
or a legitimate
The average rating is even worse imo
stefvschie
I think 1 star reviews should be removed if they are just dumb. Like the 1 star review I got for not making dolphins ridable on 1.8
maybe violated the tos?
maybe have something next to the star like "I have a problem with this plugin"
then you could ignore probably all of those
silly wiz
I mean sure reviews can be abused by stupid people, but in the end they are helpful and normal people can instantly see which ones they can ignore
i agree
why?
if the person gives a bad review
they would give a bad rating too
i agree
each user can rate a resource once, rating get averaged and only averages show
users can leave a review whenever, but don't confer any rating
what hapens when the product breaks
I have like 25 downloads on my latest release and 3 people I never spoke to left a 5 star review, thats pretty epic ngl
yet they give it a 5 star
Sure, but you either go through reviews manually or through discussion manually. And since one of those generates a thread of complaints every week, I'd scrap them.
seems flawed
Well if you can only see average ratings then you can’t differentiate from troll ratings
Ye
who has time to filter reviews when buyers have brains?
and a single 1 star does not affect much
same
imagine if amazon did this
Depends on the total
imagine all the social engineering sellers could do to get a perfect 5 star by removing 1 stars?
that would be nuts
you'd have to be stupid to believe that is ok
It's not a product, tcc.. have you even read the tos of spigot's resources? You are promised only 1 download. Updates and future compatibility are not gauranteed
what makes it not a product?
an article or substance that is manufactured or refined for sale.
anything for sale is a product
software or hardware
i dont see where it says you are promised 1 download
Go read the tos
even if, you still can't make it possible to remove reviews unless they violate the TOS
If you stop fixing bugs or such a day after release, you’re getting dumped
Let that be a game or an mc plugin
JuSt DoN't MaKe BuGs
^
Changelog: Deleted all bugs
Well time for sleep, goodbye 👀
Same
but its 3pm?
Welcome to Europe, it's night
fun seeing plugins get 1 star review bombed for removing support for 1.8
@gloomy sphinx
I got one 2 star and one 4 star for that, so I'd say I survived pretty well
a 4 star 
interesting
My average dropped by a whole .01!!!

.rekt
☑ The REKTtiticaca
Billy have you considered PMing the person and explaining that dolphins did not exist in 1.8
that's quite easy to understand
Actually, he ended up removing the review on his own later. Guess he realized how dumb he sounded (or someone else told him something)
what review
I gave you a 1 star as well for making rabbits not ridable
Fish aren’t rideable on beta 1.7.3 either, that’s -1 stars for you
This is still my favorite review I got for ridables http://i.imgur.com/Qpe6Fnm.png
oh no not the chunk errows
So in order to use this Avid video editing software on macOS apparently you have to disable SIP
Then a Chrome update a couple days ago apparently didn't get tested with SIP disabled and overwrote some critical OS files on systems that have it disabled
er to not use the software
how does that just happen though is what I'm asking
They work until you reboot since the file is still open until then
what fucking code was overwriting system files
Chrome, apparently
yeah...
#FuckChrome
why does an editor need SIP disabled
Probably writes to some directory that doesn't make sense but used to be harmless
And you basically buy a Mac Pro just to use this software so any changes you need to make it run are just accepted
lol...
at least the fix is easy
boot into recovery mode and just run a few commands
Reinstall macOS?
Depending on what got wiped out it might be boot into recovery mode and reinstall macOS
Which won't really hurt anything else, other than Avid probably since it's putting files in OS locations
recovery mode should have all the affected files..
Otherwise it just moves the old /System away and copies over a new one, your users and configs don't get touched
Editors frequently have SIP disabled to widen the supported gpu configurations (Apple disabled it over thunderbolt 2 for... reasons) and to apply random snake oil tuning changes
I don’t work with editors anymore so I can’t pull the AVID base image and see but it may ship with SIP disabled
Tbh wouldn’t surprise me
The AVID windows image is like monkaS
Proof that Firefox is a superior browser 😄
firefox has been better since quantum
Even if they fucked up with addons earlier this year
but I just don't want to change browsers that's such a hassle...
and chrome's google integration does come with more advantages
tbh I dont even have chrome installed on my mbp
it puts a lot of weird shit in a lot of weird places
some of it might be apple's fault for letting them
but I'd much rather just download whatever the latest chromium build is and run that then let chrome litter the filesystem with random crap
wow ur an apple shill
the lead for keystone was on hackernews explaining what happened
at no point did they really say they'd make it better or apologize or anything
did not really look good for them
sadly, WebKit has eaten the world, and really only Gecko is left
tbh I dont even have a problem with WebKit
it's google's blink fork that seems to be the problem
webkit has been conservative as hell in implementing random ass features
last I looked webusb and webbluetooth were marked as "not interested" or something
"Not Considering" thats what it was
not as fun as not interested
firefox's performance and efficiency improvements are finally starting to come to fruition on macOS though, which means I don't really have much reason to not recommend it
and safari went and murdered their entire extension ecosystem
Firefox also did something similar with the switch to Quantum, but they were bound to crack quite a few eggshells because Chrome was eating their lunch
It's lit
apple products 😊
firefox eats your CPU like chrome eats your RAM. so, take your pick
Trying to play just cause 3 and it keeps "attempting online login" which takes like a minute every time I try to do something
this doesn't count as offline play when I still can't play uninterrupted square enix
annoying as shit
What's the difference between hopper-transfer and hopper-check in spigot.yml?
@tame pendant https://www.spigotmc.org/wiki/spigot-configuration/
The home of Spigot a high performance, no lag customized CraftBukkit Minecraft server API, and BungeeCord, the cloud server proxy.
^ sniped me
thanks
I was actually just looking at that one and it didn't make sense, which is why i asked
they both seem like the same thing
hopper-transfer -> how often do i pull items from a known inventory
hopper-check -> how often do i check if there is even an inventory
ah, ok, thanks
(at least, that's what i understand)
I dont know if Im asking in this right area. Is anyone interested on helping me with making a server?
wait, but then wouldn't it make sense for check to be greater than transfer?
No
@vivid oyster
and @tame pendant, I have no idea why the default values are what they are
ok, I'll keep looking
okay and second where might i learn to code plugins?
Do you already know Java?
I learned from https://www.youtube.com/watch?v=v4zbqtpLaS4 if you wanna try that
In this episode, I show you how to create your first plugin using the Spigot API and the Minecraft plugin for the IntelliJ IDEA. Spigot: https://www.spigotmc...
(DiscordBot) Spigot Plugin Development - 1 - Your First Plugin 🚰 - length 8m 51s - 248 likes, 9 dislikes (96.5%) - 19,438 views - Kody Simpson on 2018.05.19
You need to learn Java. After that, https://www.spigotmc.org/wiki/spigot-plugin-development/
The home of Spigot a high performance, no lag customized CraftBukkit Minecraft server API, and BungeeCord, the cloud server proxy.
Where would you recommend for java?
Yikes 😭 Fucking "Spigot Coding Videos"
Uh
Have you ever programmed at all?
That is gonna influence my answer
Yes I have only discord bots that was for a small time
Do I remember anything? Hardly
I'm not sure if it's free but this is promising https://codegym.cc/
There is also Codecademy. Their free version gives you all the lessons, but no projects (you really do need to apply your skills with projects to reinforce your learning)
Erm. It depends on what kind of learner you are. There is also a free Java WikiBook (full textbook) and many videos online.
CodeGym is a practice course to learn Java. For rookies who never wrote Java code and for improving devs skills. Contains Java tutorial, 1200 Java practice tasks.
This book is an introduction to programming in Oracle’s Java™ programming language, a widely used programming language and software platform. This book serves as a comprehensive guide, complete with a series of tutorials to help users better understand the many ways one c...
But please, learn first. Don't try to just make plugins. Recipe for disaster.
We don't need even more people clearing chat by copying and pasting
player.sendMessage("");
player.sendMessage("");
player.sendMessage("");
player.sendMessage("");
player.sendMessage("");
player.sendMessage("");
player.sendMessage("");
...
You'll have to change your nick to "JustAnotherDylan
lol thanks so much
send 20 blank lines
i--
ezpz player.kick
nossr looks like an egg
thx fam
o.o
nossr and egg same person confirmed
Indeed
Man the FAWE Discord became kinda annoying not gonna lie.
Share pics egg
🥚
dropping the cheeky nickname at last
nossr looks like the mcmmo guy
besides, my school schedule never lets me work on Canyon 😢
Hey maybe check faq #8
stop scamming kids on the internet you evil bastard
no it's justice
i am gross
u filthy human
I imagine he's rolling in his curse points
he hasn't blown all his money on nitro so I doubt it
he probably has lost money on worldedit
certainly lost a lot of my life on it
Required by:
project :worldguard-bukkit > com.destroystokyo.paper:paper-api:1.14.4-R0.1-SNAPSHOT:20190924.231935-51
> Could not resolve net.md-5:bungeecord-chat:1.13-SNAPSHOT.
> Unable to load Maven meta-data from https://oss.sonatype.org/content/repositories/snapshots/net/md-5/bungeecord-chat/1.13-SNAPSHOT/maven-metadata.xml.
> Could not HEAD 'https://oss.sonatype.org/content/repositories/snapshots/net/md-5/bungeecord-chat/1.13-SNAPSHOT/maven-metadata.xml'. Received status code 503 from server: Service Temporarily Unavailable
??????
Man spigot servers have been struggling lately
it's sonatype tho???
ye but git rekt
fuk u this is ur fault cat
Gotta get 'em chat components
.rekt
☑ Hachi: A Rekt Tale
and the compiler can't resolve the string overload without BaseComponent being on the compile path
REEEEEEEEEEEEEE
Imagine not proxying your maven dependencies
imagine sonatype being down
Almost as bad as if maven central went down :)
Is there a way to download an artifact from a jenkins build without having to specify the file name (eg. when the version of the build is in there)?
Look at pins in #announcements
what if the build has multiple artifacts..
jenkins is a web server
also yea if you're talking about paper, use the api
It like... needs to know what you're tryna fetch...
;-;
You can grab latest successful build
The file name can still change though
Basically, unless jenkins has some API where you can list the artifacts or you wanna parse the page and regex it out or something, you're SOL
I guess I'll have to ask on the Velocity discord ;-; Oh well, couldn't get the help from the smart people in here again.
As it happens. There kind of is
Using a batch file and wget/curl, how can I download the Multiverse-Core-.jar from here? http://ci.onarandombox.com/job/Multiverse-Core/lastStableBuild/artifact/target/
I want to use the timestamp...
i think you can get a zip of all artifacts
but again, if there's more than one you would need to specify which artifact
alright boys, gonna try to write my first datapack
try to make some sense out of this command language shit
Don't you just chain commands after each other for a datapack?
speaking of jenkins i was thinking of setting one up for fun for the first time, is there any tips or tricks or recommendations to someone starting it for first time
Havent touched docker in the 6 years of IT i've done.
then you are a way better sysadmin than I am 😂
before I had docker, i was breaking my shit left and right
with docker, you can't break shit, you just redeploy and you are done
One box I have is running Jenkins, Apache2, Dev servers, Dev bungees, Gitlab, Maven server all without breaking yet x'D
Oh and mariadb/redis
That would be a prime example of when to actually use something like Docker.
Oh god, I gave up with jenkins in docker
I run 22 container on this one vps alone ^^
I had it working, and then I needed something, and I tried to fix it and just ended up calling "fuck it"
sounds like abuse
TIL I have jira running
Just remember containers do have overhead.
nothing noticeable
Idk how much docker has specifically, but there is some
its not a virtual machine
Its a container, it shares the host kernel.
its just cgroup trickery
I know gitlab hates containers. I wonder if they made a docker image for that.
and if it runs in full kmz or containerized.
I've been running gitlab inside of docker
had to fight it for some things, but it works
I was trying to run gitlab in a proxmox container last time. Didn't actually try it with docker, so docker is more of a chroot instead of an actual container.
It uses openvz containers or full kvm virtualization.
and the openvz containers share the host kernel and act as a glorified chroot, so when you run gitlab under a ovz container you need to edit the sysctl.conf variables on the host for them to pass down the the container.
ah
lxc > ovz
youtubes hates me, just went from a deadmau5 chill mix to a video called "deadmau5 - The Not So Chill Mix"
shivers
has too many horrors from ovz and their 20 year old kernel
I think proxmox runs the opvz images on lxc, honestly can't remember.
Not that lxc in and of itself isn't a complete pain in the ass at times
"Proxmox VE uses LXC as underlying container technology. "
Everything works until you're an hour away from technology.
At least thats how it is at my job.
???
hes saying you'll probably get more responses there, but this isn't a bad place to ask either i guess, though i don't know of anyone who does modelling
Ow... Its not easy to find someone...
Sux
use mcm
I use Docker for all my home lab stuff
a couple of months ago I got hacked and I went from reinstalling the OS to back to 100% working order in about an hour.
and that also included a shift from ubuntu to CentOS
CentOS
?
I just... cent... bad experiences...
Just your two cents
I've not had an issue so far
Their network management stuff is just stupid and "hey, lets be different"
I've just got the basic shit, openssh, docker, samba
Also, they reaaaaallly love old shit
lulwut
I just had to google it
What kernel are they shipping?
Coz from a quick google i came across something that suggested that they're shipping an EOL release...
3.10.0-957.el7.x86_64
hello, my mc experience has been with forge/sponge only. i am trying to understand what types of servers that paper is used with. sorry for my lack of understanding.
I mean, I would hope that they'd be using an LTS
Not a release which has already been EOL'd
Subscribe or this will happen FBI open up! Original meme Help Support my YouTube channel: https://www.gofundme.com/5jpyr-youtube-career Other videos: Videos ...
(DiscordBot) FBI open up! Original meme - length 21s - 119,240 likes, 1,319 dislikes (98.9%) - 3,867,318 views - 7.9T Views on 2018.11.28
they're already coming for electroboy
centos too old
Movie is The Core Song is 萌ジャズ Dreamer (BOSSA NOVA ver), not Darude Sandstorm http://swiffarchive.com
(DiscordBot) The Core - PartyVan - length 57s - 2,656 likes, 23 dislikes (99.1%) - 96,753 views - desu on 2014.08.23
Should totally save that as .simple 
cat are you on catalina
catalina 
Not yet
Ingredients: cancer
someone needs to make nutrition mod for spigot
i think there was one i saw but it was outdated
burn those tacos
Duck stew time 🦆🍲
You mean like a nutrition plugin? Because the i'm literally playing the mod right now
Shouldnt be too hard to implement
lets cross our fingers that the server admin for the server i play on is willing to do the fix for the sugarcane farm
lol ok nvm the thing I want to do is going to have to be a plugin
oh well, I haven't written java in like 10 years
What is it
the former sort of
oh nice
just something where they can tag a container as their mailbox, if someone puts something in it, it notifies the person when they join the server
or every hour or whatever
Oh that's neat yea
I like to send my members messages as books in their mailbox
allow the ability to send images using maps
the mailboxes we have set up are a fence post with a barrel on top, and then a redstone torch on the side

if I could toggle that redstone torch's state, you'd have a neat little visual indicator too
That can be done ye
looks like I'm getting my IDE set up tonight
gl
-.-
Freelance client wants me to work for them. Can't give me a full project description. Asks me to join mc server to see me. All I see is a bunch of chests with buttons.
"Can u make particles?"
"can u do dis?"
"can u ...?"
Please, god
I haven't even agreed to work yet. I need a full list of specs, before I even quote a price.
I hate ppl like dis
bill him for it
if he needs to waste your time to show you in person (in MC anyway), bill him for your time :^)
Honestly, too late for that, but good idea for next time.
(Not sure if you were being sarcastic or not, but I'm taking it as not sarcastic in any case because I can't stand the "come in MC and look" scenario)
If you can't properly convey your vision of something, then how can you expect someone else to do it for you.
Only duck stews allowed
@void void is it worth doing freelance like that?
maybe not in that specific scenario
wdym
I mean is there that many people that want custom stuff?
My answer to this specific client is almost certainly no because they don't even know what they want. I've been told they want a custom perms plugin but they can't explain why another option won't work, and they want X, Y, and Z other things but can't describe them. Haven't even gotten to the price quotation yet, and I have further doubts they can even afford it as they are on an extremely cheap shared host.
But, I'm giving the benefit of the doubt until and unless I get a full spec sheet.
sure
Also not sure what you mean by "is there that many people that want custom stuff" as that's pretty much the entirety of the MC ecosystem
"custom enchants pl0x" is the most common request
Just from the outside looking in it wouldn't seem like it'd be lucrative enough where people would actually want to pay for services like that. Game modding tends to be one of those things that's based on entitlement.
Oh now I understand
You're right, they don't pay fairly
They want to pay $20-40 typically for something that takes upwards of 15+ hours or more.
Doesn't work for me.
I say no to most of them
Got it
The more I get into the game the more I want to start looking into writing some QoL non-game-breaking mods. It's just bizarre to me that anyone, unless they're running a large server, would commission for things.
Yup same
This specific client is not even established yet but is easily requesting $1000+ of work to be done
Again haven't got to the price quote, but I'm estimating that's where it will be if not more.
Why does nez keep joining and leaving
I stg it's like the 5th time he's done it this week

It's not uncommon from people on Spigot
I don't do it, but they are offers I've been given
yep
can confirm
people have no idea of how long stuff takes to create and don't value your time in the least
I've been refusing any commission work under $500
and get mad when you say the price is too low
I just straight up immediately tell them I don't take any work under $500
people who can't afford it leave mighty quickly
thats actually a good idea
yeah got tired of having it at only $50
you still get work?
yeah
might implement a minimum price then, too
not as much obviously but I don't have time for anything under that amount anyway
I'd rather get 1 $500 project than 10 $50 projects
$100 is a good threshold if you want to get offers regularly imo, I just don't
yup fair enough, but the biggest thing is that those $50 projects are NOT $50 projects typically
they're $500+ projects lmao
from cheapass bitches
yep
if your upfront price is high you get fewer unreasonable requests
and by fewer I mean next to none, really
I have problems getting any clients (in mc, anyway), and the ones I do are unreasonable
so I have next to no work, sadly
:/
people don't seriously consider dropping $500 in a project without giving it some thought in the MC community
I still remember back when I had my min at like $25 I'd get people who just wanted a plugin and didn't actually know what they wanted it to do
yeah thats my biggest pet peeve
it's like they want me to tell them what they want
and to some extent it is my job to help them come to a good outcome
but
no
i need a spec sheet.
at one point I started charging flat rates for stuff like long-term storage, third party dependencies, config files...
that's actually a good idea both for threshold and flat rates
these things might lead me out of slavery
I was charging $25 per additional API
it was usually for stuff like checking a region through worldguard or managing some form of vault eco
i gotta relearn java to do plugins for my server
couldnt find free plugins for what i want to do so gotta roll my own
Teach yourself to code with a safety net.
oh, no i know how to use java, i just havent used it in forever
it's not bad as a refresher
hmm
I haven't touched Java in 10 years... just reading through examples and the API though, my C# knowledge should transfer fine.
just don't start from the very start if you don't need to
@stone silo most C# devs do well in Java, just don't bring your disgusting variable naming
you mean PascalCase?
Yes fuk u
pascal is best
what is java, camel?
you dirty humped mammals
Most importantly tacos are like this 🌮
even properties in java are camel
ew
classes are pascal
that's so ugly
also the only time I've used C# was in the bank i worked for under a senior dev who was retarded
and he did pascal for every variable
which made me literally sick
imagine accidentally running gzip pattern * instead of zgrep pattern *
oh also methods are camel
my js and php days have scared me away from camel, but they do have their place
getInt not GetInt
oh, ew
the only thing that's pascal are class names in java
yes
sends virtual chicken soup
nou
nah I initially wanted just udp. it's for minecraft query
o
anyone know how to make this work hehehe sudo nice -n -16 sudo taskset -c 0-17 sudo -u nonrootusername sudo chrt -r 1 java -jar paperserver.jar
trying to let minecraft use reserved cpus 9 and 13. But taskset won't assign BOTH grub dedicated cpus without using chrt but i don't wanna run minecraft server as root, chrt forces root.
is that even a good idea
Well, i want to let mc have the superclocked cpus, so they are set as reserved with grub and given to mcserver with taskset, but also have the other cores for dynmap use.
waste of time to use taskset imo
I don't know how it will pan out even if I can get it to work, so its probably not a proper way to do this. I would probably need to script a tool that set the taskset of java only if dynmap is running.
im not gonna run 18 cores at 5ghz, my cooler can't handle it. but 2 cores at 5ghz + well now... i could do it if I don't isolcpus them in grub, but im damn greedy
I’m supposedly switching to Apple Music but whenever I play music I still open Spotify. Dumb Swedish shit app
Don’t want evil Swedish apps on my phone. They’re evil and Swedish
just change the icon and label of apple music to spotify? xD
Sounds like a better solution because Apple Music is like kinda super bad in comparison
Same price though and supposedly a bigger library
phanaticD do you have a better way, since taskset dosen't assign multiple cpus to a single process if they are reserved with isolcpus?
Apple Music’s suggestions and discover was better last I used it
But they didn’t have any way to listen on Linux at the time so I went back to Spotify
They have a web client now, but I’m pretty content with Spotify again
Oh well, if Spotify screws up I have an alternative again
I just use youtube videos (or my local library xD)
local library++
hmm "A simple but effective temporary solution is the use of tasket on the current shell."
https://github.com/snabbco/snabb/issues/476
I don’t really listen to music on my desktop anyway so I’m Gucci, considering all my other devices are apple devices
Snabb means fast in Swedish, did a swede make that? If so, don’t trust it
Swedes are not trustworthy
🤣 culture is NOT your friend.
anyone knows a way to transferm a spawn to another world
without losing the npcs holograms and all that stuff
what do you mean by "transfer a spawn"?
i have a spawn area in 1 world
which is custom
i want to put that spawn to normal world
i want to put this without losing the holograms npc and other small stuff into new generated world
that depends on how the plugins manage that, some save the data per-world, you'll have to look into each plugin's folder
than only way is with world edit?
to copy it and put it in new world
and set up all again?
you could also just transfer the region files directly or use MC-Edit or similar tools
and transfer the NPC/Hologram plugin data manually
#JustBashIt


