#general
3141 messages ยท Page 1051 of 4
Would actually fly there for that
QLD looks too much like OLD
Just to be able to cuddle @quasi valley
camm u fuckin boomer

what idiot
I know like 20 ppl from this community in a 2 hours range from me
what are you complaining about michael
michale is jelly
Add 1 more to the list.
It's because it's a Minecraft community, mini, most are awkward af
it's so slow reeeeeeeeeeeeee
chunky was slow as fuck for some reason
@grand pewter ๐ฆ
That's still the EPYC machine?
I dont even know where kenny is from, mmh
Ooo I know where kenny lives
Kneny is from TV.
Don't wanna dox though lol
not quite
yeah :p
I can't remember the last time I was so far north ๐
Can't wait to finish studies and change country - Poland is beyond repair lol
zed 
Hello! 
I know you don't have time this week, but could you make 50 diagrams in Visual Paradigm for us?
hello
hello i've you already see this erreur when we execute the paper.jar ?
Downloading original jar...
Error downloading original jar
java.net.UnknownHostException: s3.amazonaws.com
erreur
INB4 firewalled DNS.
anacraft@Faction:~/chunk$ ping www.google.com
ping: www.google.com: Temporary failure in name resolution
kek
thx how can i fix this?
okk
Also use UFW instead of IPtables if you don't understand them.
what speed were you getting before michael?
cause world borders only doing like 40/sec there lol
okk krusic but its fore bungeecord network
๐ค
iptables it to prevent person who connect with an other bungeecord that mine
That's just a general BungeeCord setup thing.
mmm, yeah, you will need some firewall rules but you clearly did them wrong
i've to remove manually the 25 rules or you now an command to reset iptables?
iptables -F <chain>
Or just iptables -F 
But that will nuke all of them.
thx
thought chain was required arg
tbh his iptables was probably nothing good so full nuke is likely ok
is this a home PC or did you buy a server?
.try for me to steal the link ๐
omgserv is cancer
something is indeed fucky on there, if his iptables indeed clear my next thing is to see if he can ping an IP, and if so then check to see if his dns is even set up lol
ooh there are 7 rules dont remove
iptables is blocking DNS
yeah we just had him flush though, so apparently he didnt flush correctly
good thing we checked again
IPT="/sbin/iptables"
$IPT -P INPUT ACCEPT
$IPT -P OUTPUT ACCEPT
$IPT -P FORWARD ACCEPT
$IPT -t nat -F
$IPT -t nat -X
$IPT -t mangle -F
$IPT -t mangle -X
$IPT -F
$IPT -X
run this
oh maybe an outbound policy tho
yes
@ashen skiff copy that whole thing and run it all
with $
yes
yes
all of it
-bash: /sbin/iptables: No such file or directory
root@Faction:~# $IPT -P OUTPUT ACCEPT
-bash: /sbin/iptables: No such file or directory
root@Faction:~# $IPT -P FORWARD ACCEPT
-bash: /sbin/iptables: No such file or directory
root@Faction:~#
root@Faction:~# $IPT -t nat -F
-bash: /sbin/iptables: No such file or directory
root@Faction:~# $IPT -t nat -X
-bash: /sbin/iptables: No such file or directory
root@Faction:~# $IPT -t mangle -F
-bash: /sbin/iptables: No such file or directory
root@Faction:~# $IPT -t mangle -X
-bash: /sbin/iptables: No such file or directory
root@Faction:~# $IPT -F
-bash: /sbin/iptables: No such file or directory

wtf kekw
i think ive to reset completely my vps
do which iptables
what does it say
you have it somewhere, clearly, but it's not in the usual place
he has iptables because he was just using it...
plz no comment unless you read the context
however idk he might just be reinstalling as we speak
so oh well
I don't see anything pointing that he really had it though.
Unmounted directory where iptables command was?
Oh, I didn't see it.
there are 7 rules dont remove - yeah, might have had iptables - somehow didn't see it.
Whatever, probably it is nuked already.
so if its nuked i've to reset my vps
IPT="/usr/sbin/iptables"
$IPT -P INPUT ACCEPT
$IPT -P OUTPUT ACCEPT
$IPT -P FORWARD ACCEPT
$IPT -t nat -F
$IPT -t nat -X
$IPT -t mangle -F
$IPT -t mangle -X
$IPT -F
$IPT -X
unbuntu
run that whole thing
debian is better than unbuntu?
unbuntu - I want it to be a thing lol
they're different, but your ubuntu is clearly modified
however whatever, just run what i sent
debian is epic
@twin lagoon just dawned on me the first line could've just be IPT="$(which iptables)"
kekw
and we wouldn't have to give af
or just $IPT="iptables"
i think the flush work
no
Error downloading original jar
java.net.UnknownHostException: s3.amazonaws.com
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:607)
at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:681)
at sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:173)
at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:463)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:558)
at sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:264)
at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1162)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1056)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1570)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:268)
at java.net.URL.openStream(URL.java:1068)
at org.apache.commons.io.FileUtils.copyURLToFile(FileUtils.java:1460)
at com.destroystokyo.paperclip.Paperclip.main(Paperclip.java:90)
anacraft@Faction:~/chunk$
ping: google.com: Temporary failure in name resolution
show iptables -L
anacraft@Faction:~/chunk$ ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=108 time=4.61 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=108 time=4.67 ms
64 bytes from 8.8.8.8: icmp_seq=3 ttl=108 time=4.62 ms
64 bytes from 8.8.8.8: icmp_seq=4 ttl=108 time=4.63 ms
64 bytes from 8.8.8.8: icmp_seq=5 ttl=108 time=4.63 ms
64 bytes from 8.8.8.8: icmp_seq=6 ttl=108 time=4.63 ms
64 bytes from 8.8.8.8: icmp_seq=7 ttl=108 time=4.63 ms
64 bytes from 8.8.8.8: icmp_seq=8 ttl=108 time=4.62 ms
64 bytes from 8.8.8.8: icmp_seq=9 ttl=108 time=4.62 ms
64 bytes from 8.8.8.8: icmp_seq=10 ttl=108 time=4.64 ms
64 bytes from 8.8.8.8: icmp_seq=11 ttl=108 time=4.69 ms
64 bytes from 8.8.8.8: icmp_seq=12 ttl=108 time=4.63 ms
64 bytes from 8.8.8.8: icmp_seq=13 ttl=108 time=4.62 ms
how can i stop your ping
ctrl +c
ctrl+c
thx
anacraft@Faction:~/chunk$ show iptables -L
bash: show: command not found
without show
My only guess now is that local dns resolver service died and didn't get back up - though never had it happen.
REJECT all -- x.x.x.x anywhere reject-with icmp-port-unreachable
RETURN all -- anywhere anywhere
paste the entire fucking thing
full output not a part of it
okaay
although if you ran that thing i sent, idk why you'd still have rules unless you decided to just not run it
Chain f2b-sshd (1 references)
target prot opt source destination
REJECT all -- 202.131.152.2 anywhere reject-with icmp-port-unreachable
REJECT all -- 49.233.180.151 anywhere reject-with icmp-port-unreachable
REJECT all -- 106.13.25.242 anywhere reject-with icmp-port-unreachable
REJECT all -- 139.99.219.208 anywhere reject-with icmp-port-unreachable
REJECT all -- 150.136.31.34 anywhere reject-with icmp-port-unreachable
REJECT all -- 180.76.142.136 anywhere reject-with icmp-port-unreachable
RETURN all -- anywhere anywhere
full
full output includes INPUT, OUTPUT, FORWARD...paste it ALL
i've ran "sudo iptables -L"

@waxen panther
@vestal jasper
anacraft@Faction:~/chunk$ sudo iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
f2b-sshd tcp -- anywhere anywhere multiport dports ssh
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Chain f2b-sshd (1 references)
target prot opt source destination
REJECT all -- 211.22.154.223 anywhere reject-with icmp-port-unreachable
REJECT all -- 152.136.254.204 anywhere reject-with icmp-port-unreachable
REJECT all -- 202.131.152.2 anywhere reject-with icmp-port-unreachable
REJECT all -- 49.233.180.151 anywhere reject-with icmp-port-unreachable
REJECT all -- 106.13.25.242 anywhere reject-with icmp-port-unreachable
REJECT all -- 139.99.219.208 anywhere reject-with icmp-port-unreachable
REJECT all -- 150.136.31.34 anywhere reject-with icmp-port-unreachable
REJECT all -- 180.76.142.136 anywhere reject-with icmp-port-unreachable
RETURN all -- anywhere anywhere
okay, and now i can agree with @olive marlin
My only guess now is that local dns resolver service died and didn't get back up - though never had it happen.
@olive marlin this?
either it died, orrrr, no dns is even set up at all
what does cat /etc/resolv.conf show
anacraft@Faction:~/chunk$ cat /etc/resolv.conf
This file is managed by man:systemd-resolved(8). Do not edit.
This is a dynamic resolv.conf file for connecting local clients to the
internal DNS stub resolver of systemd-resolved. This file lists all
configured search domains.
Run "resolvectl status" to see details about the uplink DNS servers
currently in use.
Third party programs must not access this file directly, but only through the
symlink at /etc/resolv.conf. To manage man:resolv.conf(5) in a different way,
replace this symlink by a static file or a different symlink.
See man:systemd-resolved.service(8) for details about the supported modes of
operation for /etc/resolv.conf.
nameserver 127.0.0.53
options edns0
yeah what nameserver is that wtf
20.4
systemctl status systemd-resolve? Or whatever the distro uses.
mm ok
Modern distros have local resolver which handles a lot of stuff.
me: still running ubuntu 18
do you think i've to install an other unbuntu or debian?
@ashen skiff output of resolvectl status
everyone is banned from that channel until they get granted permission to be there
Oh
It's dumb anyway
anacraft@Faction:~/chunk$ resolvectl status
Global
LLMNR setting: no
MulticastDNS setting: no
DNSOverTLS setting: no
DNSSEC setting: no
DNSSEC supported: no
Current DNS Server: 213.186.33.99
DNS Servers: 213.186.33.99
DNSSEC NTA: 10.in-addr.arpa
16.172.in-addr.arpa
168.192.in-addr.arpa
17.172.in-addr.arpa
18.172.in-addr.arpa
19.172.in-addr.arpa
20.172.in-addr.arpa
21.172.in-addr.arpa
22.172.in-addr.arpa
23.172.in-addr.arpa
24.172.in-addr.arpa
25.172.in-addr.arpa
26.172.in-addr.arpa
27.172.in-addr.arpa
28.172.in-addr.arpa
29.172.in-addr.arpa
30.172.in-addr.arpa
31.172.in-addr.arpa
corp
d.f.ip6.arpa
home
internal
intranet
lan
local
private
test
Link 2 (venet0)
Current Scopes: none
DefaultRoute setting: no
LLMNR setting: yes
MulticastDNS setting: no
DNSOverTLS setting: no
DNSSEC setting: no
DNSSEC supported: no
Is that a DNS server for the host?
anacraft@Faction:~/chunk$ systemctl status systemd-resolved
โ systemd-resolved.service - Network Name Resolution
Loaded: loaded (/lib/systemd/system/systemd-resolved.service; enabled; vendor preset: enabled)
Active: active (running) since Thu 2020-10-22 11:46:10 CEST; 57min ago
Docs: man:systemd-resolved.service(8)
https://www.freedesktop.org/wiki/Software/systemd/resolved
https://www.freedesktop.org/wiki/Software/systemd/writing-network-configuration-managers
https://www.freedesktop.org/wiki/Software/systemd/writing-resolver-clients
Main PID: 227 (systemd-resolve)
Status: "Processing requests..."
Tasks: 1 (limit: 19660)
Memory: 5.8M
CGroup: /system.slice/systemd-resolved.service
โโ227 /lib/systemd/systemd-resolved
Warning: some journal files were not opened due to insufficient permissions.
ok well, i think those dns servers are just down
switch to google's dns and all better probably
switch to google's dns and all better probably
@potent fossil how?
they use netplan now huh @olive marlin
idk how to change them anymore
@ashen skiff what does this show ls -la /etc/netplan
my support said me i've to updaye java, its right?
no lmao
anacraft@Faction:~/chunk$ ls -la /etc/netplan
ls: cannot access '/etc/netplan': No such file or directory
Why are you trying to use such unholy commands on a Debian/Ubuntu server?
krusic save his soul
it's ubuntu so naturally it's 
/etc/resolv.conf
no
@ashen skiff cat /etc/systemd/resolved.conf
he already did that prof
anacraft@Faction:~/chunk$ cat /etc/systemd/resolved.conf
This file is part of systemd.
systemd is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or
(at your option) any later version.
Entries in this file show the compile time defaults.
You can change settings by editing this file.
Defaults can be restored by simply deleting this file.
See resolved.conf(5) for details
[Resolve]
#DNS=
#FallbackDNS=
#Domains=
#LLMNR=no
#MulticastDNS=no
#DNSSEC=no
#DNSOverTLS=no
#Cache=yes
#DNSStubListener=yes
#ReadEtcHosts=yes
DNS=213.186.33.99
Change the DNS here :)
[Resolve]
DNS=1.1.1.1 8.8.8.8
FallbackDNS=8.8.4.4
where can i change dns
Then run systemctl restart systemd-resolve
do that one, what he just said
See system logs and 'systemctl status systemd-resolve.service' for details.
anacraft@Faction:~/chunk$ su systemctl restart systemd-resolve
su: user systemctl does not exist
echo -e '[Resolve]\nDNS=1.1.1.1 8.8.8.8\nFallbackDNS=8.8.4.4' | sudo tee /etc/systemd/resolved.conf
sudo systemctl restart systemd-resolved
anacraft@Faction:~/chunk$ sudo systemctl restart systemd-resolve
Failed to restart systemd-resolve.service: Unit systemd-resolve.service not found.
Root gang
I'm just going to take the chaotic neutral route and keep watching without actually helping.
Same
gaming
sudo systemctl restart systemd-resolved = any output
ping: google.com: Temporary failure in name resolution
cat /etc/systemd/resolved.conf
its work
PING google.com (172.217.17.78) 56(84) bytes of data.
64 bytes from ams16s30-in-f78.1e100.net (172.217.17.78): icmp_seq=1 ttl=112 time=11.9 ms
64 bytes from ams16s30-in-f78.1e100.net (172.217.17.78): icmp_seq=2 ttl=112 time=11.7 ms
64 bytes from ams16s30-in-f78.1e100.net (172.217.17.78): icmp_seq=3 ttl=112 time=11.8 ms
64 bytes from ams16s30-in-f78.1e100.net (172.217.17.78): icmp_seq=4 ttl=112 time=11.9 ms
thank !!
Nice!
to conclude if ive the same problem later i've juste to do this "echo -e '[Resolve]\nDNS=1.1.1.1 8.8.8.8\nFallbackDNS=8.8.4.4' | sudo tee /etc/systemd/resolved.conf
sudo systemctl restart systemd-resolved" ?
not necessarily, you'd first have to check a few things like your iptables and make sure it's not the problem, then check dns, etc
You shouldn't have this problem - you changes the DNS servers.
all those things we told you were not "guesses"
they were calculated troubleshooting
@ashen skiff please don't do stuff blindly, or you might end up breaking your system. We knew what to tell you to do based on different command outputs (as you saw). While doing the commands I sent again will do nothing, since it is already changed - there are some commands that when run second time might end up breaking stuff.
^
Yet, you can still trust us.
That setting should persist
So, no, you don't wanna do that again, and, basically, what they already said
There is nothing like the shame of having to reboot a server into recovery mode in order to fix a fuckup
Yes - this setting will persist so unless you change it, this will do literally nothing. But it's not the case in general.
like that one time I forgot the root password
xD
me when i killed apt mid grub update and bricked my server
or bricking the bios on a Hetzner machine.
I had to abuse the old trick of telling grub to fire up bash as the init process :L
At least they were more understanding than ScaleWay.
how tf did you oof the bios?
Unlocked all bios options and that Fed the PXE boot option, by totally removing it. 
GG
I was dealing with ColoCrossing yeeaaars ago at a hosting company
We ended up getting system level IPMI access to one of the machines as it just kept shitting itself
think it was a bad mobo or something, but it died too infrequently and too unpredictabily that getting it debugged was just one of those "not gonna happen"
That was on Hetzner.
ScaleWay just didn't want to turn on again. Since the CMOS had to be cleared, but the employ checked the BIOS version... and apparently Ver 2.22.2 is not a valid version.
Theeen, I remember using that super mega awesome DDoS protection company with all the overclocked boards somewhat before it was cool, staminus, maybe? We had a machine that would just kill itself almost daily
Saying that, CC where fun
We ordered a machine, and basically they didn't have it in stock, but they had another machine, same spec but with more ram; So, basically, we got a free ram upgrade as they didn't wanna pull it out and yank the ram out of it
A yes, the whole inventory logging thing, it just too much hassle to take out the parts.

it'll kill off most of them
people also have full access accounts that they change the actual email too but i reckon within late next year there'll be no market for alts
5
yeah they'll likely go away by late 2021
they do?
I don't remember microsoft accounts requiring phone numbers
I created mine a while back so
idriz 
so thank you very much Prof_Bloodstone/1.16.3/him !!
Ah gmail doesn't
how can i thank you
gmail used to
INB4 Google Voice.
i mean yeah, google voice is pre good
ovh what the fuck
Also epic.
@spare sun may i know who the girl in your profile picture is
literal full on unadulterated WEEEEBBBS
alright then, pin it and we'll see ^^
cute cute
Hey there, today I made a little comic for physics class demonstrating the concept of inertia, and I used among us characters as I figured they'll probably be much better than stick figures. What do you think?
Kek, I just watched the minecraft, but on a quantum computer vid, and there is literally nothing that really relates to quantum computing in it. Dude wrote a reeeeaaally slow wave function collapse, claims that that algo can run on a quantum computer simulator, and fails doing so
I mean, one could argue WFC is similar to how qbits are in a super position and entangled with others, but that's such a stretch
wtf cat why do you claim easy hacktoberfest PRs when theyre marked with help wanted ๐ก
proxi ๐ฅบ
michale ๐ฅบ
Still not a bad vid tho
Support this channel & check out Qiskit: http://qisk.it/jabrils
Quantum computers are right around the corner, so the question must be asked, what could a game like minecraft look like on a quantum computer? We teamed up with @Qiskit, who has public Quantum Computers to use t...
I'd already started on it before you even tagged it ;P
wtf
I really wanna make my own WFC impl at some point :/
WFC is such an amazing algorithm
Especially in 3d

Wave function collapse
A procedural generation algo
You basically have a set of blocks, tell it which blocks connect to what, and then it does magic and puts it together
is that much hard?
No, single somebody already found this algo ^^
loGik seems simpel enuf
2d examples
Oh right, forgot to tell, WFC figures out the connections of blocks by looking at a sample
Gotta open it for gif
Michael, get me access to a quantum super computer, I'll just run Paper on it, to flex.

Billy?
gates
Yeah this convo is done, lol
billy gaters
._.
founder of maycro develops softwurz
Bill isn't even am exec on msft anymore, just fyi
does it smell like offline-mode: true or is it just me
yeah i know he's into anthropology or something now but he will always be the face of ms in my mind
bruh wat
Just search for that link in this discord to find previous conversations.
oh dam y'all beat me to it then
2FA for MC, harder alt account markets, ...
what makes you think noone would have talked about this for almost an entire day?
I for one was waiting for this announcement yesterday so that I can finally talk about this, lol

what makes you think noone would have talked about this for almost an entire day?
@quasi valley bruh i just woke up and found out about this LOL
isn't anyone worried about accounts ending up at the gulag's for misbehaving in servers?
wot
Mojang already terminates accounts
._.
theres too many conspiracy theorists in paper smh
@vernal moth not for stupid crap like i've heard they do on bedrock edition
No
i intentionally kept myself depraved of info cause of that mini lol
But yes, msa will finally allow proper parental control, block lists, etc
Mojang only zap accounts for violation of their guidelines
O___O
They're not going to zap a MC account for somebody acting like an idiot on a server
O_________O
But yes, msa will finally allow proper parental control, block lists, etc
@vernal moth pa...paren... what? parental conwho?
Unless you're spouting harmful abuse, they likely aren't going to care
whats the issue with parent controls lol
id be happy if they terminated folks for shouting the n word ngl
i run a free speech server... granted we've had some pro-inclusivity reforms lately but like are my peeps gonna get banned from the game for being dicks in 1 server?
If you feel threatened by this move and the thought they might enforce their policies more, chances are nobody here will have sympathy with you, since we also have policies here that align with the minecraft community guidelines
There is a difference between free speech and harmful terms
Free speech server = calling everybody racial slurs?
The minecraft community guidelines don't limit your free speech
^ exactly what i meant by reforms LOL stuff like the n word is no longer allowed, but like, just serious discriminatory stuff like that
Mojang ultimatly have the control over how people use their platform, especially a platform which is used by people of varying backgrounds and races, etc; You agreed to that when you purchased the game
Do you seriously market your server as a free speech server?
Free speech protects your rights to say whatever you want
Yaknow, if your server has issues with it, I'm not so sure it's really for neither us nor Mojang to care. If you have issues with the rules, you're the one to blame
Do you seriously market your server as a free speech server?
@vernal moth it was a different landscape in 2011 ._.
it does not mean that platforms have to host your content
i cant tell you fucking tired of am of hearing people (lets be honest, mostly white conservative men) cry like little fucking babies about how their free speech is violated because they can't berate people with the worst language that humans have ever invented and then they run off and form "free speech" groups where they can be absolute disgusting excuses of life
it's not 2011 anymore tho 
And in sane country, freedom of speech also doesn't give you the freedum to insult others
gudbai sรถmpl
Yaknow, if your server has issues with it, I'm not so sure it's really for neither us nor Mojang to care. If you have issues with the rules, you're the one to blame
@minor badge it's not that i have an issue with the rules... i don't even know the rules, as far as I'm concerned there was nothing I could do that could end my account... and now they're switching it up on me
The rules are and will stay sane
The rules haven't changed
If you just behave online as you'd do irl, you shouldn't have any issues whatsoever
It's just that mojang is taking a better step on community management
and if you do, wash your mouth with soap
and if you do, wash your mouth with soap
@minor badge soap wont help those degenerates
need something much stronger
I have a suggestion
Bullet in the head
by Rage Against The Machine
Album: Bombtrack
Track 5 / 10

The rules are and will stay sane
@minor badge aren't we bound by two TOS's now tho?
wtf cat are you suggesting drastic measures again
im with him
ok proxi my issue is i feel like my freedoms are being constricted by this move
behave like a normal human and you're in no danger whatsoever, there's the entire issue resolved
then find another voxel game lol
freedoms to do what? use words that marginalize people???
This is literally nothing new
there are days where i don't feel like being a normal human... for those days i have minecraft (or had?)
And, once again: your "freedoms" do not mean that private entities have to host you
Mojang already does IP bans nowadays....
it's Microsoft's product. they will fuck you over for using the N word, exclaiming disgusting opinions on jews, etc. in usernames, and they have for years
YAY GO MICROSOFT
i cant believe this person actually just said his freedoms are restricted because he cant use this sort of horrible language
thats enough, yikes
And, once again: your "freedoms" do not mean that private entities have to host you
@golden gust but they did for years... and now they're not... that's why i'm a little worried
it's also, as i just said, their product and theirs to do whatever the flying fuck they want to do with. if you can't behave properly, that's not their concern
i cant believe this person actually just said his freedoms are restricted because he cant use this sort of horrible language
@potent fossil omg no LOL i don't wanna use horrible language... that ain't the problem
No, they never did for years
It's not changing now
They've banned accounts for reasons like that for years
It changed years ago
The only difference is that they have better ways to deal with it now
am i missing something bc im pre sure thats exactly what you're arguing about
Originally they couldn't ban accounts, they have been banning accounts for years now tho
so are y'all saying nothing's changing besides i gotta sign in with a hotmail now...?
MSA does not change anything bar the auth system
But it's enabling more features in the future
And you get a cape!
The MSA change is to provide better services to you as a server owner, especially in terms of moderation
Like I mentioned, parental controls and block lists come to mind
what would these parental controls look like? :I
if you know lol i guess we're speculating at that point since it ain't happened yet
Idk what xbox currently does
But something like simple is saying, or disabling chat or multiplayer all together
Idk
Plenty stuff possible
so like they're not gonna have a list of no-kids servers right?
parents could define which servers you can/can't play on
they're PARENTAL controls, not MOJANG controls
if your parents dont manage your acc you have nothing to worry about???
oh ok lol yeah i didn't want microsoft to be everyone's mom
how do you even confuse that
^ this i can live with
bruh
it seems to me that you need someone to control your acc ngl
._. wat
somebody go get trumps social media team here to help this guy
other way around, cat :p
Bottom line, if you feel like your account is gonna get banned because of your online behavior, chances are you are part of the problem and your account should be banned
there will be 0 collab between me and the government
oop
meh, now people are harvesting git emails when you follow certain projects to send you marketing emails -.-
Bottom line, if you feel like your account is gonna get banned because of your online behavior, chances are you are part of the problem and your account should be banned
@vernal moth yeah... i guess that's the part i don't like, them thinking thgeres a problem
So they see you follow project x, search for commits you did to get your email?
@vernal moth yeah... i guess that's the part i don't like, them thinking thgeres a problem
@dim shadow there is a problem tho? Hate speech is real problem online, if it happens in an environment where childs are, it's even worse
Morning friends ๐
yeah, Mini. at least they "just" send promotional stuff about their own project because I followed that but still annoying
I mean
some big scare GDPR email back and they will be silent
plenty templates online
works wonders :D
I just sent a normal one for now and asked them to apologize :)
not enough threats, pfff
:D
should strangle my mail server to send gdpr emails back to unknown senders
ez
though this reminds me one site where visiting a certain path accidentally caused it to send an abuse email to your ISP
my threats are usually between the lines "I will refrain from reporting these actions for now and hope that you will issue a public apology" ;D
ah
thats good too
my car dealer was the worst, they send me a months printed news letter with like 100 pages that I never signed up for (I remember explicitly asking the guy to not check that I consented and saw he did not fill the checkbox)
so I was like, hey yo, I never consented, I remove all my constent, stop sending me this waste of paper
and they were like, we received your cancelation, your last magazine will be delivered at (in 10 months)
and I was like, wtf
lol
it was like a subscription
I then took the two issues I had in my hand, drove to my dealer and layed them on his desk
watching him send an internal email to get this bullshit resolved
sounds a bit overkill for free toilet paper ;D
same dealer that forgot to give me my green environmental plakette
made him give it to me after hours, like 10 minutes after they closed
sounds a bit overkill for free toilet paper ;D <--- dealer is not far, I was pissed, and I don't like wasting resources like that. Like, it was not cheap paper, its a proper magazine
oh, yeah, the proper ones hurt a bit so that wouldn't really be usable anyways :S
I just switched to Naturstrom, one of those fancy รถko energy providers, they also send me a heap load of paper stuff
my old provider just send me one letter, where the paper and the envelope was made out of grass or smth, lol
but those fuckers raised the price to fucking 34ct/kwh
when I got that email I was like, you wat
mini weren't you gonna make a blog post or something
if you are referring to my message yesterday morning, that was me teasing the MSA blog post, lol
oh bruh
i'm stupid :p
sorry
how's minimessage going?
is the mini brain working a bit better after a good night's sleep
he just said he wanted to sleep yesterday :c
then I will look at the parser again
cool
but pretty much what we said yesterday seems like the solution
but if you ever need to bounce ideas off of me again let me know lol
and still looking for a decent static blog generator
don't forget
i set up a blog and made a ground total of 2 blog posts
the first post has to be explaining how you build your blog
my markdown parser is so fricked
i just want to talk about the development of my server
.g emacs org mode static blog generator
and if its not build upon the latest and greates tehc stack
you failed
(DiscordBot) https://orgmode.org/worg/org-blog-wiki.html -- Blogs and Wikis with Org: "There is a strong desire to use Org-mode to manage both blogs and wikis. There are a number of tools ... Jekyll: a simple, blog aware, static site..."
pog
i installed vue2 thinking i was using vue3 and now i can't be fucked to update
see, if I wanted a blog, I would use directus now
also, i need to buy a dedi for personal use at some point
its sucha cool tool
right now i'm just hosting my vue blog on our server's dedi 
and the devs are nice
what
nvm
I use my own php script which generates a blog out of individual markdown files in folders xD
to restart paper after crash or /stop do you use this script ?
#!/bin/sh
while true
do
java -Xms7G -Xmx15G -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=40 -XX:G1MaxNewSizePercent=50 -XX:G1HeapRegionSize=16M -XX:G1ReservePercent=15 -XX:G1HeapWastePercent=20 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=https://mcflags.emc.gs/ -Daikars.new.flags=true -jar paper.jar nogui
sleep 50
done
That will work
sure, I would advice putting the actual java command into a separate script which is run in the loop so you can modify that without having to stop the loop ;D
also you reeaally should set Xms = Xmx
Don't confuse the lad we spent like 1.5hrs fixing his dns for him
He doesn't know any of this kek
Yes thx you verymuch !!
well, it literally says what it is expecting
what is "kek" ?
so fix the syntax error
.g kek
(phoenix616) https://www.splcenter.org/hatewatch/2017/05/08/what-kek-explaining-alt-right-deity-behind-their-meme-magic -- What the Kek: Explaining the Alt-Right 'Deity' Behind Their...: "May 9, 2017 ... Kek, in the alt-right's telling, is the โdeityโ of the semi-ironic โreligionโ the white nationalist movement has created for itself..."
wat
there's a script pinned in #paper-help too
everythings offensive nowadays
without the flags, ironic
Wow alt right really stole kek from us huh
yes i put done and after do and you can see when i put done ive to put do and reverse ..
startt.sh: 7: Syntax error: end of file unexpected (expecting "do") ** (when it write done)**
anacraft@anacraft:~/faction$ sh start.sh
startt.sh: 6: Syntax error: end of file unexpected (expecting "done") ** (when it write do)**
Fucks sake
kek is just some dumb twitch thing
How did you create the file? created and uploaded over ftp or something?
Eโd3โlwโeiโssโ: the error clearly states that "done" is missing
fix that
i thought you do ./start.sh
Mm ok
when i right done : "startt.sh: 7: Syntax error: end of file unexpected (expecting "do") "
phoenix is a real person ? or bot
so proxi i've to upload my files not create on the server?
Okay night good luck
Basically, the risk is that if you create the files on windows or something, it will have bad line endings in the file, and thus derp it
if you did create it on windows, edit the file on the server with nano or something and remove the bad line endings manually, or, use dos2unix
bash cares about line endings? til i guess
But linux usually handles windows files, I believe.
i assumed it'd auto-convert
if i use WINscp and notepad++ its okay? or nano
just use nano with linux
so i edit with nano but i dont see the line endings
you can't see them they're hidden characters
the last line is done
if you want i can DM you one i'm on macOS so my line endings aren't screwed
Try dos2unix start.sh
so its work when i create the file on my computer and upload .. -.- but its doesn't work when i create the file on the server
Thank eveyone i dont understand why but its working
What is dos2unix
does with converting windows line endings to unix ones
converts lineendings
@ashen skiff check your DM's
you enjoying yourself, cat?
does with converting windows line endings to unix ones
@golden gust okkay thx
of course he is proxi
its again me !! i've my main server and storage server. do you have script to auto backup main server on the storage server ?
today i do backup manualy with a "scp" command
rsnapshot
thx
๐คฎ
@void void @limpid comet v9 is not php anymore
Which is what I use
See next repo

hmm
is this a reasonable amount of dependencies for a flask project
im going to remove opencv-python and replace it with pillow, but anything else?
what is flask
Python web framework.
python is ok :(
nothing can beat my boy JAVA ๐ค
โจ๏ธ
I think spring is "bigger" than flask. Django is more like spring probably.
java scares me because it runs on 4 billion devices
Rust โค๏ธ
i mean a cup of java vs a whole ass snake, same effect on waking up or staying awake tbh
Java sucks.
Spring is great, especially with microservices.
oh is it 4 billion now?
i think
whats wrong with java running on 4 billion devices, isnt that a good thing
i have a stack exchange answer from 2012 that says 3 billion
Netflix has some pretty cool Spring stuff.
Even your SIM card run Java apps
this github theme for visual studio code is looking kinda sick
ignore my horrible code
i need to learn javascript
What is this code. Where are type annotations?
Why doc string isn't where it should be?
shhhh
At least there are some type annotations ๐
im working on a more efficient way to do resizing
Use C lib like Pillow?
i mean... yeah
Did you profile your code to see that resizing even is your bottleneck?
First get it working with decent code quiality on your side. Then yank depepndencies you think you don't really need..
it does work
my mum just enrolled my into one of the free Harvard courses for web programming
looks like my side project has to wait
eww, web programming
Chrome version 86.0.4240.111 released to patch several security high-severity issues, including a zero-day vulnerability.
Update yo chrome
using chrome 
is there a non-amp link? :S
oh wow, the site finally loaded
oh, this is only exploitable if you allow third party fonts. lmao
oh and some other ones that they don't describe 
hm, I wonder if this is patched in the latest chromium dev branch already that I'm running
Was also my first question, than I saw I'm not using chromium
not staying in sync with chrome releases is finally causing issues I guess -.-
maybe I should just build the browser myself xD
pretty annoying that the provider of my current build doesn't provide build instructions :S
I would say, do what ever makes you happy. If it is building your own browser, well than ๐
i deleted my chrome
well the chromium dev builds don't contain any codecs so that's an issue :S
chrome sounded nice when it did not eat up so much ram
.
I wouldn't call 600MB a lot tbh
ok wait, that's the main process without the addition windows, seems like its more like 1GB
who knows how much duplicated data does not get freed
Where, in Java? Most likely that you still hold a reference to it somewhere ^^
this is why I hate gradle
intellij still fucks up gradle projects from time to time
Maybe TokenType was just photoshopped into the package, maybe it is not there
better now phoenix? https://i.imgur.com/2brZYRx.png
I still have everything in column limit
so don't @ me ๐
๐
We must go wider: https://posili.me/i/2020-10-22_17-17-48.png
Gonna steal all that quality code now!!!111
Ohhh some new core team, wait what, no just some nitro boost
Not cool enough for Nitro?
no for core team lol
Don't listen to them, if they say you are not cool enough. I believe in you, you can be anything you want
awesome
only when im done hooking luckperms into my user data system
I see that virtual super resolution.
that was real
I have 4 monitors
one is my tv but that counts ๐
the small ones are 1080p ๐
the tv is 4k
Time for 8k...
Let's hope the good old laptop can still handle it with the gimped NoVideo drivers.
also I found out something that's funny, was doing something with Pterodactyl and they removed Spigot option to automatically install it, lol
and someone was asking why it was removed
how would they even install spigot? run buildtools in the container? Oo
yes
oof
"why would we have it there when there's better options"
Yeah, but the guy was asking about that and I'm not looking at news everytime
https://github.com/pterodactyl/panel/commit/807d07543529a0e372564d5f746e9c7d3d409e2f to be more specific
I hate how that installation script is just a string
thats so awful
and even worse
config.files is a string
that contains json?
wait
how does Paper get around requiring it to be built
oh
right
Paper patches on runtime, yeah?
"When logging in with a Microsoft account, players blocked in your account are now also blocked in the game
When logging in with a Microsoft account, players blocked in your account are now also blocked in the game and account restrictions are now respected"
there it is
synced block list
\o/
that also means: MSA is live?
paperclip is a magical bootstrap tool which applies the bundled patch against the vanilla server jar which it downloads
can somebody buy a new MC acc to test? ๐
any suggestion for a good anti cheat plugin for a bedwars server?
wee
any suggestion for a good anti cheat plugin for a bedwars server?
.
don't spam
that might seriously give some people a seizure
ooh nvm'
which one
some rainbow one
the stupidly obnoxious flashing colored ones
i just find them annoying as fuck so i always remove lol
party parrot???
no, a super flashy hopping one
Fabric bot working well I see
ohh
lmao
@ kash fix
gdude is a competent gdude, so I dunno how he managed to break it that bad on multiple levels ๐
@peak dirge yo do you know of any recent issues with amd's site? i can't download more than 150mb of any file from it :/
oop seems to be resolved now; bad timing when it's been fucked up for the last 10 min lol
for ppl who wanna look at how MSA works
this also got the social interaction stuff
oh its only interfaces
ah no
here it is
new apis for /privileges
which smells like parental stuff
and /privacy/blocklist
chatAllowed = response.getPrivileges().getOnlineChat().isEnabled();
serversAllowed = response.getPrivileges().getMultiplayerServer().isEnabled();
realmsAllowed = response.getPrivileges().getMultiplayerRealms().isEnabled();
It's orange controlled
What about it?
Crazy how they're doing 1.16.4 and https://bugs.mojang.com/browse/MC-197883 is still not fixed
just weird seeing groupmanager that's not 6 years out of date
Ahh. Nah, it's still "maintained".
Same argument why people use xy software still
wait what
this doesn't look like luckperms
this package name https://i.imgur.com/WPJnxPl.png
It's literally GM
yeah
Some people I won't point fingers still use it.
i used to use gm like 5-6 years ago
i was always a pex boy
dear lord spartan slaughters my server when a player joins
im not happy i have just had to reset my computer
this is all just on the playerjoinevent
i think it's because i teleport the player on connect
i just lost all of my code because i had to reset my pc i guess that is wat i get for not backing my code up lol
chunkload is async tho
thats what you get for not using version control @void void
git git git git!
actually
i don't think i've updated spartan in like
months
kek
@worn ember i had a virus that made me reset my pc
thats why all my code is on github
Dont download sketchy things next time
i left this ticked when i logged into my work microsoft account https://prnt.sc/v4rck8
and thats wat made a virus get installed on my computer @left swift
why would that make a virus get installed
idk lol as soon as i clicked that 2 days later i got virus

"as soon as I clicked that" vs "2 days later" 
Couldn't you boot into recovery mode and download stuff?
Wasn't "refresh windows" enough?
Or did it encrypt stuff?
it rewrite my mbr and wiped the hard drive
Did you check that the files were really overwritten?
yep i plugged my hard drive into a sata to usb and plugged it in to my gaming machine and it was blank af
did you actually check if the files were there or did you just say "yep, windows can't read shit and oh, I think I just infected another pc, my bad"
Deleted files are not gone untill you overwrite their chunks with new data.
my coding laptop is like 4 years old any way i need to buy a new one
Chances are that even now some files are recoverable lol
I mean, there is a backup mbr and mft anyways lol
as i said my coding laptop is like 4 years old
checking those with a live-disc would be my first action
so i might get a new one
Oh, I only knew gpt had backup at the end of disk. I though MBR didn't have it.
muting phoenix would be the second action
if you don't have money issues how about donating some instead of throwing it out for a replacement of a perfectly fine machine lol
Getting new hardware doesn't mean you need to nuke your data.
phoenix616 i donate like 50 pound a mounth to cancer reserach lol
well apparently you can do more ;P
wat want me to do 100
ยฏ_(ใ)_/ยฏ
i donated $2 to wikipedia once
why wikipedia
why not
true
I donated to a minecraft server for supreme ruler rank once
just buy the server
@void void send receipt or your some 5 year old trying to get clout
Doesn't need to send receipt but they are definitely not over 18
just saying if he wants me to
doubt you even do 50 tbh
OK BUD
Idk how this turned into some sort of weird donor shaming thing
yeah im just kidding about the receipt, i dont really care
Another day in paper discord
lmao
LOL
I don't really care what you do with your money, I just don't think wasting it on hardware if you already have perfectly fine one of the same type available is a good choice in general but ยฏ_(ใ)_/ยฏ
imagine donating amirite

lol my coding laptop as a intel celeron with 4 gb of ram and 500 gb of storage
so i kinda need a new one
speaking of storage
imagine donating amirite :dab: :dab:
the dab is DEAD
celeron can mean a lot of different CPUs lol
that's 7 years old, not 4 
Filling up an ssd 
get a T430 with an i7 ;D
my gaming machine has a i7 nvidia gtx 1080 ti 16gb of ram 256gb ssd and a 2tb hard drive
ok but does it have a floppy disk drive?
wat my gaming machine or my coding laptop
yes

So today i learned that the production sql server i'm supposed to make graphs for has a table with like 60-80 columns

any one here code discord bots
Yes, I wrote phoenix616
needless to say, its not normalized
wat u code it in then @mossy vessel
i cant even put it in a view on datagrip cuz its too big
Blood
kotlin ofc
ye but the bot aint on this server
๐
if u coded it make a command with the prefix of ! and make the command send a message saying hello

Discordjs 
i code in discord.js and discord.py
sucks to be you
JDA 
rn my docker bot uses discord.py but i plan to rewrite it in JDA at some point
Guess it is just a discord bot written in python and containerized using Docker.
whats the point of mentioning docker then lol
today i installed a game on my windows 10 64bit operating system



Fabric bot working well I see
gdude is a competent gdude, so I dunno how he managed to break it that bad on multiple levels ๐
@quasi valley it wasn't my fault I swear
you don't want to know how many things can go wrong with that
I don't even
:D






