#general
3141 messages · Page 1198 of 4
you're definitely throwing yourself in the deep end that's for sure lol
Yeah we all gotta learn sometime. Watch that video to get an understanding of SSH
Yeah no doubt what turbo said
Watching some other beginner Linux stuff would help.
lol
There’s probably be a free class or tutorial online. You can get by with some pretty basic knowledge.
Ye don't feel like you have to be a character from the Matrix to do it xd
Btw turbo brew install cmatrix && cmatrix
Is that a matrix screensaver?
wait
so Im watching the video and it doesnt seem too hard, and all I really need to do is install a control panel then I will hardly touch this
also
In case stuff breaks.
The IP address, is wierd
But yeah you basically can get by once you install pterodactyl
there are like 4
You probably were assigned more than one.
And the first one is most likely it.
It may be currently configured to use all four. Not sure how Hetzner does it.
From the terminal type ping and then the IP address.
So like ping 8.8.8.8
And if the first one responds and the other three don't, it's the first one.
If they all respond then you can use any of them.
ok
IP address is like a phone number. If the phone (computer) has more than one pointing to it and it knows about it then it'll still answer (connect).
would it be a bad idea to take a screen shot of the IP's and send it here for advice? Or is that a big nono
nvm, I think I can solve this one
This is a pretty good community overall but when posting stuff online it's generally a good idea to keep that sort of thing to yourself.
They should give you a login.
If they give you the root password then the username is root.
oh ok
Try doing that.
ssh root@8.8.8.8
Where 8.8.8.8 is your IP
Then try entering your password
ok
If that does work you'll want to make a new user and then not login as root again.
Since root is the super user, it's better to not SSH as root.
pretty
that is iterm
I don't use iTerm. I'm a monster.
#redeemed
Black background, white text, no transparency.
Proxiiiii 
hello larry
Hey proxi
merry christmas friends
Christmas!
omgoodness it's LARRYYYYY
camm 
yes syscraft been a little dead this last week
i only have off topic unmuted tho maybe thats why
MOOOOOODSSSS
🐮 that too
What's syscraft?
a special place
Special like fun or special like eating lead paint?
porque no los dos?

And most are banned 

AAAAAAA
PUUUUUUSSSS
Oh look at cat.
hello
not christmas yet
hello
merry christmas eve eve kashike 
Ok don't wish me merry Christmas 
Hey kash
Timezones make Merry Christmas complicated
did u tell me to give present doe ?

is there a guide for everything i can disable in paper to reduce Lagg ™️ for a hub serbur 
use 1.8 for good preformance
install clearlagg
Use pex
fork paper, tell block physics to fuck off, disable tile ticking, and disable mob spawning altogether
Yes uninstall java.
optionally, just remove entity ticking for non-players
plz someone do it for me
Simple DM me your IP 🙈
Can I just sleep though tomorrow and skip Christmas
192.168.0.1

go ddos it u wont .

No ur server IP 
lmao actually
Request timeout for icmp_seq 0```
there isnt one yet
RIP proxi
come here we can coma together camm
and its not my server
Tacospigot is good
After lots of pizza? 🥺
And I won't get sick because I dont have tonsils?!?! That's how it works right?
because its 1.8 😎

Blech
When will paperspigot be out for Minecraft 2.0? Anyone?m
tomorrow
just skull a bottle of olive leaf extract bru
Hahaha
Nah im fine
No tonsils
What is the strep gonna do? Attack something else? Pffft dum idiot strep
Srsly though exclusion of almost dying and emergency surgery, having my tonsils out was the best thing I have ever done lol
I do not miss the getting sick every two weeks
i get it every now and then
wonder if getting them removed will help with my gag reflex
🤔
lul
damn it they're thinking there might be an outbreak in sydney cbd
better not
gladys pls
wow
covid is cringe
thankfully not me looool
Is it bad that I've setup monitoring for my ISP network, have Discord notifications for it etc?
I'm so sick of "everything worked fine"...
what exactly are you monitoring
Google.com, cloud flare, ISP website, 1.1.1.1, 8.8.8.8,...
From a box in my house.
Eventually want to setup alert manager to automatically extract the data after everything goes back to normal and automatically sends a formal complain. Just need to fix speedtest first, since the exporter im using is borked.
Ah this is to gather proof on "the line you're selling me sucks"?
Yes.
ok so
the power supply fan bearing
has come loose
its rotating in a flower type pattern, up and down
das bad
just see the positives, your pc is funky now
yeah it won't be funky for long if it keeps moving like that xD
time to get a new PSU
Maybe replace just the fan?
anyone got any idea on where to start?
This was V1 of monitoring - simple bash script. Still have it running, but replaced it with Prometheus + grafana + bbexporter + speedtest.
Ha
I was having a bunch of issues and it turned out it was an overheating AP.
But my provider sucks.
This box is connected directly to AP provided by them - I don't care if it's network or hardware issue, it's on them.
Ah yeah.
I never use their hardware, personally.
I wasn't saying it was your hardware, FWIW.
Yeah, I know.
I had a line at an old place that was fucked and they swore up and down it was me.
After months I convinced them to get a tech to come out who in 20 seconds said "wow yeah that's fucked" and fixed it.
I kinda need to use it, I think. And it's one less thing I need to defend.
Ah that's a drag.
With Comcast/Spectrum you can use your own.
Which is nice because theirs is garbage.
But there's nothing else about them that's nice.
Unless you like getting your hand smashed in a door sometimes.
Yeah. I heard that in general USA ISPs are shit.
I never had any problems with this ISP until a few months back tbh.
Yeah we have shit ISPs and shit mobile service.
And we pay more than everyone.
As if that makes any sense.
That seemed like the same applied to almost everything in USA when I was there lol
this is so hard
I think electronics were cheaper. And cars - but they are very plastic, so makes sense they'd be cheaper lol
What is Nermin?
I'm basically trying to create my own specific world system
I'm just familiarizing myself with how worlds work server-side.
I'm pretty sure all worlds share the same properties?
Or a good portion of it
But this is programming I have to problem solve through it
They get defaults from server.properties, but then they store it in level.dat which is per world and you can change them.
The thing that confuses is me how operations work
Is I/O modular or is it sub compactly built in NMS
Well now that I think about it
Does the world-system solely depend on
data being imported, and exported constantly
Best bet would be to checkout PRs/patches that touch the parts you want.
For example check PR adding alternative compressions to world files and what it changes.
fair enough because right now that's my main goal is familiarizing myself with how the entire world-system works
If you disable saving, I think chunks won't be dumped from memory.
So not necessarily.
I have a specific implementation I'm wanting to attempt which requires no world-save / io
Wouldn't be surprised if you'd have to make pseudo-directory emulating normal world folder lol
Or patch API for it.
probably but just to make sure you get what I'm attempting to explain / achieve right?
Does that mean all chunks are stored in memory too as compared to I/O? hmm
I'll have to do more experimenting momentarily.
Disable saving, load whole world, wait an hour, check last modification date of all the files.
I think you need to disable playerdata saving too?
yea
im experimenting something right now
a lot of configurations exist already
now that I think about it, does that reduce performance?
If you have lets say 10 worlds generating at once and they're all dealing with memory-related tasks
as compared to reading and writing to files
@olive marlin https://tokio.rs/blog/2020-12-tokio-1-0
@ancient bolt you might like that too
Yeah. They just released 0.3 a few weeks back, but I know a lot of libraries decided to skip it all together when they announced 1.0 will come soon.
A few weeks; wasn't it 2 months ago at this point? :p
lmao
yeah thats a good idea
@minor badge god jul elr nåt woohoo 🎅 yyayy
god jul på dig också 
I'm gonna celebrate by working 😄
have fun !
proxi 🥺
hello
wtf
God, I think they want to overheat us in this train. I'm sweating.
yell at them
force them to turn on the ac
with sheer power
threaten to hack them
hi simple
hello kash
hello kash
a 104 year old that got corona in Sweden has tested negative for it now that's hella pog !!!!
thats super pog
– Hon har överlevt spanska sjukan, två världskrig och nu corona. Det är helt otroligt, säger Ellika Custhag, hennes barnbarn.
this lady in the news explained how she still can't taste shit after 3 months and how everything smells like onions
spanska sjukan 
"even her husband"
wanna be my husband x
no thx
boo
booo
Boooo
eeeeeeek
ewwww

nmf 
Michele 
uwu


bloodstone 
buy nitro 
In this video, Stéaviñ shows you how to pronounce and use "Worcestershire sauce" in a sentence.
Is there a word you'd like Stéaviñ to help you pronounce? Just add your suggestions to the comments below and don't forget to subscribe!
Can I gift it to myself? Nitro gift costs less than nitro for myself lol
wat
yeah you picked the wrong decade to get into it lol
wdym
But nitro classic gift costs less than nitro classic.
thats about 250 pln
u don't get server boosts thooo
???????
Classic gift costs 22.99, classic for myself 23.99
lol haha
o
hello nmf where is the IS riches?? I wanna not have empty bank account thx xx
24PLN is like 0.5€ though
no
Proxi
i dont care
.wa 24 PLN in euro
(DiscordBot) Result: €5.33 (euros) (23. December 2020) - https://is.gd/L78l97
Wolfram|Alpha brings expert-level knowledge and capabilities to the broadest possible range of people—spanning all professions and education levels.
that's even more expensive than just getting on desktop o.O
Imagine not paying with btc
smh am i right
Discord is checking for updates on my laptop. I'm in a train, so it goes slowly...
Can you gava me nitro plox
gåva
doich
@potent fossil https://www.gog.com/game/hatoful_boyfriend
proximyst uwu
human student at bird school?
it's an avian dating sim
it's a WHAT
an AVIAN dating SIMULATOR
avian means flying
https://www.gog.com/game/control_ultimate_edition this gives me infamous vibes
proxi hates me 😔
michale!
simple 
Bf: what your you doing?
what did you do to proxi to make her hate you
Me: watching monkeys dance
well you probably deserve it michale
but i still love you
She: ???

wat mini
Michael 
Coldplay - Adventure Of A Lifetime is taken from the album A Head Full of Dreams released in 2015 (hear the album at https://smarturl.it/cpAHFOD)
Subscribe for more content from Coldplay:
https://bit.ly/subscribecoldplay
Listen to the album A Head Full of Dreams on YouTube here:https://www.youtube.com/playlist?list=OLAK5uy_k9JzaucpnUEtwkI6e1N4...
does anyone know a driver thing i can install for windows that allows me to see linux partitions in explorer normally
https://www.gog.com/game/horizon_zero_dawn_complete_edition this looks really good actually
Control is cool
that 70gb size scares me, but 
.g mount linux partition in windows 10
there oskar
use ext4reader or something
this one
wsl2 can mount drives now
oh cool
Control is by remedy, they cool
might as well just use linux
.g java profiler free
(DiscordBot) https://www.baeldung.com/java-profilers
Control was pretty awesome ngl
Ah yes, baeldung
Baeldung to the reduce
VisualVM is not as good as JProfiler i blieve
Rescue
Proxi did you do some sort of website optimization in Rust? Was thinking about making it minify all assets on compile/build time if doing release etc., and reading raw files when using debug mode.
my google command just grabs the first instant answer from ddg
sometimes pretty decent
I don't do webdev
that's just serving an image :p
Intellij has a profiler inbuild now, idk how good it is
the image is uncompressed on file
awa
Is it worth paying $100 for YourKit?
burpfetcher
What profiler do everyone here use?
I've always used YourKit over the past decade, always served me well. But it can be pretty overwhelming if you don't know what you are looking for/how to use it properly.
pwoxi plz explain the [dependencies.<blablablaa>] tags and how they are different than just the [dependencies] tag in Cargo.toml
I'll check both thanks
That's TOML - you just go deeper into the dict structure.
key = { abc = 123 }
# =
[key]
abc = 123
o i c
Cargo allows the keys in dependencies to be either a dictionary or a string (shorthand for dictionary of version = <string value>)
ooo so you had to make sections for them to enable features okok
i did them that way because i don't like short-hand dictionaries
i could've done smth like tokio = { version = "0.2", features = ["full"] } too
snoopa the engineer
are the capes done since you registered the mojang account or when you brought the game?
because if its since my account got registered i probably have 2015 capes
"Ender pearl barters should not be modelled with a binomial distribution because the last barter is not independent and identical to the other barters"
In r/statistics they called this statement an "amateur mistake" but I don't understand why. It's true, the last barter isn't identical or independent to the preceding ones, because an ender pearl is guaranteed. Therefore you can't use the binominal distribution, why is this an amateur mistake
Sorry you can tell math is not my strong point
It being a last trade is because it gave pearls. It didn't give pearls just because it was the last trade.
The relationship between these 2 events is mixed up.
Ty i understand now
I swear GH had an option like "get permanent URL for this file".
But I can't find it now.
y
@split marlin Also: the last barter isn't identical or independent to the preceding ones, because an ender pearl is guaranteed is not true because of what I said above. What if you run out of gold? Will you magically get the pearls on last gold ingot? These events have nothing to do with each other - there's always a dice being rolled completely independent from previous dice rolls (not 100% true due to how computers work, but won't have influence here lol).
You ending trade is because you got pearls. You didn't go "this is my last trade", and that caused you to get pearls.
I hope that makes sense.
Because I need to steal a file or 2 and need to add header with license information and original source.
So I like getting perma-links so that I can go to exact point in time from when I got it.
y as in y, not in why :P
If you press 'y' at a file it creates a permalink associated with the branch
...
Y tho
Thanks lol
lmao
so thats why it was overheating
ah
better clean that shit out snoopa
done
Put it in the dishwasher
there's still some shit on it
couldn't reach
dont have one


just rinse it
yeah we clean the dishes by hand
why would u have a dishwasher 
if you got one for free :)
i have a dishwasher i've never used
like my family did
I would die without my dishwasher
lol gimme
Having a dishwasher made my life so much easier
labour is cheap in india
My first flat had none and dishes were always spread across the kitchen 😂
so we have ppl who do dishes, sweep, etc etc
i just do my dishes right after eating
smart
i don't have enough dishes to postpone it anyways
doing the laundry is the BIGGEST pain
i hate doing the laundry
oh and the front fan of my case stopped working
so ima have to get a new 1
if thats how your gpu looks, I dont wanna see the rest of your case
I cleaned it out today
all of it
even changed my PSU fan without breaking everything 😎
get dust filters man
^
have em
show us your setup mini 
i have several times
yeah
Gosh what a cable mess

drinking problems much?

he's german
oH
staying hydrated is important, smh
clean ur desk mini 
fixed my avatar thing
yay
needs mre noctua
White is a good look
I gotta et one of those
well kids usually dont have those
im 13
yeah I got my first good paying just at 15
we dont do that here
yea
i dont think that applies to the uk

or does it?
was funny, a school teacher got me it, worked for a company close to school and fixed printers for 13 euros / hour 😄
yes it does
im surprised ive managed to keep mine tidy-ish ngl
but for money
I really wish I had a white case 🥺
what gpu are you all on
it's sooo much worse behind the mobo >.>
RX 570 8GB ^^
im on a gtx 1060 3gb ram
god damn it you were so close
No gpu. All integrated graphics
3080 
i've been considering upgrading to one of the new ones
perhaps next salary, we'll see
rx 3080
Well then
they were good parents :P
they have radeon 5700XTs in stock here 
and that looks SO good when cleaned
@vernal moth my parents gave up on that long ago
the amount of screens tho
i love this link
You need at least 2 screens
lol ok
2 is a must
i got 1
same
hard to follow tutorals
no space for 2
I'm fine with 1 at work
DAMN
Organized chaos
this is my desk right now https://i.imgur.com/lOWzkun.png
great monitor stands
@heady spear incendo at top 
I'm running old-ass monitors and stuff. But next year, after I'm done with Uni, plan on getting a decent PC and replace my old monitors. I bought laptop without dedicated graphics just so I won't game on it lol
I never really worked with both laptops and all 3 screens tho, mostly prepped that for a nice picture, lol
sorry for using Windows
full haxor mod
3 screens are nice, rarely feel like adding 4th.
I have 1 ;-;
but in my defense its a good screen
is it 1080p
yes
the left laptop is my work laptop, the other laptop I "stole" at work for uni, it was a fedora one, our pipeline team brought 10 of those while accounting was on vacation 😂
windows is great don't apologize
BRUH
I have 2 and I feel like more is useless, for me surely
Monitor must be at least 4k smh
I have a 1080p & 1440p monitor
1440p is must
ya'll have jobs ok i dont ;-;
3440x1440 is where its at!
ok dutch guy who spends all his money on gadgets
Jobs? Eww

I just asked my mom if i can get a job
she slapped me and said "go study n00b"
Just marry a rich guy, easy
xD
when worlds create is spawn location completely random?
👏
yes
idk have you tried #paper-dev
perfect

have you tried the minecraft wiki?
possibly not.
this fan looks cool
@mossy vessel 
Wouldn't want to go back to hd tbh
can confirm
4K at work, had to buy a new monitor as i only had a 1080p one at home
4k 144hz lol
future proof lol
I think 1440p 100+ is quite enough
Clearly.
1080p masterace? 
I have 2 1080p, one is 144hz
no
ye
tf you want with 1080p
lets goooo
@minor badge we're famous
And 144hz is quite nice
idriz tell alex to buy you a 1440p monitor
that shit is from the late 2000'
no
yes
1080p pcmr
no
Although then you sometimes feel like 60hz is choppy
this you


21.5" 
How is a 4k monitor vs 1440p
wtf inches
am not proxi but 4k is a very noticable difference
the 4K one is 100% better to look at, but it's still pretty great compared to 1080p
idk how to read inches
^
how much is an inch
lies
like 3 cm or something
problem with 4k is the scaling
I can work fine with a 1440p monitor at least
especially if you have a small screen size
lot of people say you want atleast 32" for 4k
too small?
4k is really smooth for work ngl
or an ultrawide
(thats what she said)
yes
on macOS it's probably fine to run 4k on any size though
Waiting for the day netflix supports 8k 🥺
nmf stop being rich 😔
Wat
compiling godot....
its mono shell, idk how to tell that to open in windows terminal

that sounded so lame
Switched to an 8k qled when moving
That difference, ngl
I have a 1440p and a 4k one at my desk rn and I much prefer reading from the 4k one
both 27"
pixel density is a lot higher on a 4k monitor
or well I have two 1440p ones but I can only fit two monitors on my desk so idk what to do with it
everything is just super sharp on a 4k monitor
i sent my 27" 4k monitor back the next day unfortunately
but the 1440p is 144Hz so I can be a pro gamer
size was too big for my desk at the time
then my other 27" was aimed at PROFESSIONALS as I am a PROFESSIONAL
and windows & linux scaling sucked dick
scaling works pretty well for me in linux rn
it was at the time gnome's fractional scaling was still experimental
fractional scaling improved a lot and 150% works without any problems
wasn't too long ago
well the problem is that it's not per monitor
maybe it is now
but fractional scaling at th etime forced it on all monitors
you can set per monitor now
at 150% my 4k one has the same resolution as my 1440 one I think
works really well
Foxit freezes constantly tho which is funny
so no fancy pdf reader for me smh
adobe reader?
Zathura is great.
Especially when working with pdfs you compile and stuff.
For some reason most readers don't auto-reload.
-T(threads)
8
3900x 

its times like this where you notice that my cpu is ahead of its time, lol

Damn, I jelly
its like buying a truck to move a box 
wanna have mine? then I can get a 5900x 😂
I got like 6 or 8 cores max don’t even remember
8086? 
Is 8086 a real term looked like a typo
I thought you meant the Intel 8086 chip
It was a play on that ship proxi
Yeah, I understand that much :p
Chip*
my condolences
wtf
RIP mini's pr0n collection
yeah ssd, m.2
Could always try a reflow if it's under warranty
my games drive
not under*
Yeah, cleaning the contacts I would have assumed is like the first thing 😛
My first one hasn’t died yet but it’s at that age and had regular use, I try not to put anything important on it as I don’t have redundancy setup
It just died, i am not that far yet ^^
I don't have anything important on any drive
Reboot fixed it
Strange
My first NVMe disk is now my portable disk.
How many people setup redundancy on a not work machine though
Or rather not work drive
the drive that died is a 960 evo 500gb with 13tb written
but magician shows it as good
They are rated to about 200TB I think
ill give it a bit more space for over provisioning, maybe that helps
ive been told space is pretty big
It is
I need a bigger nvme anyways
except compared to you
my brain? yeah its beyond the galaxy
Omg. I had similar issue before then I upgrade to this model
It also fixed it self after reboot then it never happen again
I thought I won the hardware lottery lol
I forgot to download docker images before leaving and I won't download 5GB of them on mobile. So have nothing to do for the next hour 
Traveling sucks.
You can you know. Talk to strangers next to you
No.

Strangers suck.
TIL there's brotli compression. And I kept reading it as brocoli compression lol
i will now read it as brocoli compression
Brocc 

Welcome to my crap pc
not as crap as your camera skills
does any1 know why minecraft 1.13 ~'s entity lags
- entity performance sucks ass, always has, mojang just made it worse a few versions ago
what did mojang change
collisions, world access, etc, etc
Everything
New mobs tend to use a newer more complex/featureful AI
Well, I mean, collisions have mostly been fixed
Use an old version 
now, the rest of it's the entire chunk system and the AI mobs use
i want only entities to be reverted
So, Technically, yes; practically, 'good luck'
I mean
If you don't have newer mobs like bees, you won't have the hurt from them
i don't think this can be fixed using only NMS
The issues are literally in NMS.
If you give someone enough money
r u telling me to use ASM or smth
Plugins can only band-aid the issue at best
and tell them to make a paper fork
mixin support for paper when
Mikro already has mixin support for paper running
but, we're not gonna provide support for mixins
Yea, that's why I can't wait for us to be done with spigots mappings
I really want mixins for stuff, but, it would 100% never be something in mainline paper
how about this PC cat, runs a bit better /s
ryzen go brrrrrr
laptop server?
ah yes! the famous "production"
that's gonna burn your house
Is it foggy in you room or your phone is just a dirty ass mess 
Hey
why not both
Lol
I’m a bad “photographer”
I'll have you know that I have a production AND a dev environment
Would just be great if they weren't the same environment
uh oh
taking a picture of something with glass
leaves the flash on
GUD JOB 10/10 PROFESH
!!
kek cpu peaked at 60c
uhm much beter
oskar is a very young lad i can see
And then take a picture.
we know
we're waiting for him to slip up and says he's 12 instead of 13 so we can get the discord police
would never happen
Lolll

I bet Oskar doesn’t wash his hands
kek
I think this might be the first time I go 100% without cheating
this looks so insane

you know what's also insane? using ctr 👀
and it still takes fucking ages
Is that what it looks like when mini activated all his brain
whats ctr?
no mini himself is 8-core
I only know ctr in terms of ads
clocktuner ryzen
This is what it looks like when mini isn't drunk 😉
boom
you can gain some performance by using clocktuner yes
but he's hyperthreaded
auto overclocking but done properly
rgb
ctr is pretty nice
this is an all core load and I am over base clock
yes but you can gain more s p e e d by using clocktuner
I got on like 4,35 on first 6 cores and 4,2 on other 6 cores
pink
i got fucking jackshit on my 3700x
100% usage
on 3900x
3900x is useless for me tho probably, not a lot of times using it a lot
not good enough, we need to go even further
only few times
maybe ill get 5800X 👀
but its fine now anyway
ill leave it like that
but ctr got it pretty good
althought when you use it without it, it can boost a lot on few cores itself
but on all core load it won't go much over 4GHz
looking for a new plugin idea to pick up, so if you got anything interesting lmk
do ya'll ever get spooked when command prompt opens several times when you boot up your PC
no
👏 IM 👏 GETTING 👏 HACKED 👏 MICHAEL
no
no
maybe some weird startup program does things 👀
clearly the cia is hacking him
thats fake
c i a china
thats fake
youre fake
no u
no me
just like your mother


ayo wtf is this
yeah wtf? discord on whole screen? eww









