#general
3141 messages · Page 1729 of 4
Well of course the EU has more cases than the UK (if we are talking about the European Union)
there are blanks and dummy rounds, in the prior cases i believe they loaded the blanks but part of the dummy round remained and basically a piece of plastic became projectile
and at that point its essentially no different than a bullet
so, ripperoni
I'm saying that comparing the US to individual countries is a flawed comparision
Could agree on that
I’ve been thinking about starting the annoying (in California) process of getting myself a handgun. Idk yet tho.
curious about why
glhf
for like sport?
didnt bruce lee also get injured by a gun firing on a set
him and his son?
it might be a shocking surprise to you but crime is going up in many areas meanwhile police forces are getting like, neutered
Nah, not interested in hunting, or competitions. Self defense mostly. Or rather home defense
CCL are like impossible to get in California
yea you basically need to give a reason for it and why you feel it's necessary 🤷♂️
whats his face didi a video on it
However wouldn’t comparing the guns per 100 persons be accurate?
Not really
Because you're comparing many large areas in which there are many different rules and laws
Like, yea, you could, but, you're pretty much doing a massive disservice to any form of debate on the topic
Fair
We need stricter gun control - not a complete ban necessarily but better licensing and vetting processes
instead of literally being able to walk into walmart and buy a rifle
or make your own from parts you can get online
you can't just walk into a store and buy a rifle, that's just scare mongering
can't in cali but there are places that you definitely can do that cat
i don't think that there is a single state which doesn't have background checks; biggest thing is closing the loopholes and shit
think texas
yeah you can
we have background checks but theres stuff like the gun show loophole
smh
lets look at states then, mississippi, 19.9, alabama, 21.5 firearm deaths per 100k
oh lmao was scrolled up
I think it's fine if no other conversations are being blocked?
thanks for your opinion
your your
🥺
uwu
your welcome
thanks you mojang
very cool of you to add greg tech to vannila
will be in 1.18
https://www.youtube.com/watch?v=ki6lOAv2VWg
converting stone to glazed terracota bruhh
jesus christ
greg tech is the hardest modpack requiring 20 hours too craft doors
tooooo hard
gregtech is epic
can normal programs access the windows 10 password?
chrome password maanger seems to store passwords encrypted with it
am i really safe from some program looking in the right place?
don't saving in config
no
where is it stored? is it stored hashed? encrypted?
I am keeping that for future use
is iit a joke?
nothing at all
most ppl give programs admin access without thinking twice
best practices who needs those
Absolutly nothing goes wrong in pirating without vm
I'm telling the FBI on you
you know its just ppl hired by media companies
who sit and look at peers
and then make your isp send you a scary letter
by finding isp from your ip
mehhhhhhh my 5 mpbs network won't even care
i use vpn sometimes
but jio has been good so far
these ppl who scan ips are kinda rare
thats why
only happened to me like once out of hundreds
and railtel
which is just a crappy isp by india gov
multithreaded async optimized tnt
buttttt where gpu accelerated?
8K REALISTIC FILM EDITING
Based on Homer's "Iliad," this epic portrays the battle between the ancient kingdoms of Troy and Sparta. While visiting Spartan King Menelaus (Brendan Gleeson), Trojan prince Paris (Orlando Bloom) falls for Menelaus' wife, Helen (Diane Kruger), and takes her back to Troy. Menelaus' brother, King Agamemnon (Brian Cox), ...
"8k"
i edddited?
is actually 4k but is actually just 1080p upscaled
not u clown
sorry mana for editing my message
why do you have so many female streamer emotes
sus

maybe beacuse man is a simppp
^^^^^
and you editing tiktok.js
oh I wish I was a punk rocker with flowers in my hair
fixed
shut?
That reminds me, Critical Role season 3 has a literal punk rock and a literal heal bot
intellij has some nice font rendering
judging from the name of the host it's on, clearly so
wheatley = best core
I managed to build the plugin in 1 day, which is not to bad.
I gotta say the method names are put together really well, most of the time i did not have to look uo docs i could just do . and begin typing what made sence and would find the correct thing.
I always forget the method names
Auto compelte is your friend
Need something? Just type .get scroll through the list for what looks right and viola
Lol i have spell check turned off
This is exactly why i hate when people omit the get/set prefixes in their APIs/libs
Its not smart enough to deal with my inability to type it messes up the words even more.
Any is why i will be using the standard from niw on in my code lol.
You can also just write dot and then look through the list. Not every method name will be prefixed with get or set (and not all of them should).
Well not all of them should ofc
But i've seen a trend where people start removing it where it should be
That's because Java decided to get rid of the get and set prefixes
Directly obtaining and changing a stored pecice of data is a good reason to use get and set
Wait whaat
huh?
Java decided it would be better to omit the get and set prefixes and just name methods the name of the field that you're getting/setting.
Why would they do that
To make Java less verbose I believe
Imo it’s way better with the get and set prefixes
many other langs these days use properties instead of methods for accessing fields, etc
I agree that the get and set prefixes are better, but Java seems to do literally anything nowadays to decrease even the slightest of verbosity.
This is basically a mid-level manner of parity with the general inklings of the wider dev community and reducing those sweet line lengths
I'd rather have my code be a bit more verbose than it being unclear
I’ll still use the get and set prefixes
I myself still use get and set prefixes as well, but Java changing is generally why some people started getting rid of them.
I mean, nothing is stopping you from using it but, I mean ^
Paper will probs retain get/set outside of adventure stuff, for now
But, long term, er; We'll see where the community shifts
(migrate to kotlin wen?!)
So is this why spigot (or paper, I have no idea) has changed from like set / get CustomName() to like customName()?
Kotlin smh
was paper, and, basically, no
Well, that's also because Spigot API and Adventure need to live alongside each other and you can't give them the same name.
Well, adventure already uses the "fluent" style of method naming, i.e. no prefixes
and then ^
java doesn't allow multiple methods of the same name with different return types to exist in the source
I used to not be a huge fan of it as well tbh, but as I’ve worked with more projects that have used it, it’s kinda grown on me
there are worse crimes in this ecosystem
And, well, I mean, in some areas it does seem a lot more fluent to interact with stuff, bearing in mind that many 'clean' looking builders already followed that pattern
someone know how to recover deleted files (a minecraft world) on android
Step 1 is probably to root it which depending on your phone will probably require unlocking the bootloader which will... wipe all the data in a 100% irreversible way
Then you need to write a tool that scans the raw partition and looks for minecraft region file headers (that's how photo undelete tools work)
Does unlocking the bootloader actually overwrites the free memory with 0s? o-o
Although depending on where those files were stored they might have been using per-file encryption which means... they're 100% unrecoverable
Unlocking the bootloader yeets your encryption key
You can see the data but it's just random noise because you don't have the key anymore
Oh... Well, makes sense now
okay thanks for your help
ascended
uh oh
("Unable to start instance: Instance ocid1.instance.oc1.iad.anuwcljtog6gndicjzctg75dgr73vm72gwv3tkwcrsoqnk4qrdxciedxnayq is disabled and will not accept any action requests. Please contact customer support to reenable.")
@naom
RIP your instance
Create another from the boot volume, if there's any available
Made a backup of the boot volume.
Am currently provisioning a VM.Standard.E2.1.Micro instance.
But, yeah.
Let it be known that logging into Oracle Cloud on a weekly basis still makes no guarantee that Oracle won't shut down your VPN.
No huge surprises, I still got a lot of mileage for $0/mo ;)
(VM was initialized in early August, I believe, and there's been no disruptions until now)
Yes, well, your neighbours are getting sick of hearing the noises
mmm? Neighbors as in users of adjacent VMs?
Oh, you're young, nvm

cache me outside
I... guess?
Oh hey did you figure out what to do with that bug?
I sent you what was broken but I have no idea how you'd go about fixing it
Is using someone else’s build in Minecraft legal
Like as far as I know you can’t copyright a build in Minecraft
yeah I mean I guess we need to move the event up but besides that?`nnot really a bug, more of an annoying feature.
You definitely can copyright a build in Minecraft
How
But the EULA says Mojang can still use it for whatever they want
You can copyright pretty much any creative work
It's mostly even an automatic thing, you only have to do so formally to make it easier to defend in court
But, erm
You're supposed to pay the DMCA company?!
wishes he could send a bag of shit to everybody at that company
Nintendo?
Huh
erm, basically the company who sits with their name as DMCA services, the peeps with the DMCA protected badge, I just kinda hate them for the fact that people are stupid and think that they need such services to protect their work
@viral hornet 
@olive marlin!!!!!

@viral hornet
@ashen cliff !
BRO!
BRO!
Also @twin lagoon it is hot as shit this morning so you arent wrong
25 at 8am 😴
yes
@worn ember where is your hat
What you gonna do when you start balding
put sunscreen on my scalp

You could try in #paper-help but people will probably direct you to the relevant discord for whatever you are using 😛
any of you guys use hetzner.com ?
they are charging 57$ canadian for the hardware that im paying ovh 132$ a month for, + 32 gb of ram
..
yes hetzner is cheap and pretty good
looks like all europe servers though
yes
I wonder if that would be a big deal
depends, about 100ms of ping probably, which is definitely noticeable
If you're in Montreal it might be okay, if you're in Vancouver not so much
I use hetzner for my server. The hardware is great, but the networking is meh. If your server gets ddos attacked, you're basically fucked. There are also a lot of really weird routing issues that result in really bad experiences for some of my players pretty often, which isn't great.
whats the us/ca equivalent of hetzner
if someone finds one, please tell me as well
have you looked into cloudflare spectrum
cloudflare spectrum is expensive as fuck
mcshield.com looks promising
i've used tcpshield with the server too
uses spectrum
honestly, spectrum is really bad in terms of latency variation
I turned on spectrum for my server. Sometimes i'll get 80 ping, sometimes 200
I'm pretty sure hypixel uses spectrum too, and i get this same issue with hypixel
if I turn spectrum off, i'm fairly normal (aside from the usual hetzner networking shit)
hypixel uses cloudflare magic transit for networking iirc
whatever hypixel uses is bad. i play sumo a lot and my opponents have bad connections all of the time. i will sometimes lag a lot even when my connection is perfectly fine on literally everything else
are you talking about tcpshield? i'm not seeing mcshield
hypixel uses what they have to use, i think its pretty ignorant to just say its bad lol
I guess, but spectrum has been pretty bad in my use cases as well
hypixel has to support like 160k concurrent players at peak and handle ddos and other network based attacks
removing it and going back to the free tcpshield network solved so many connection problems my players were having
depending on where you're located in the world their network varies from pretty good to horrific
especially since a solid advanced anticheat is reliant on a good network connection
a solid advanced anticheat should be able to work with spotty connections too
if it works for you it works for you 🤷♂️
yeah but a lot of times theres precise timings having to do with packets afaik
so high ping/spotty connection can result in worse player experience
beyond just the poor connection itself
A solid advice is to not use anti-cheat.
just cleared 92gb from my ssd lmao
my 500 gig ssd with 2 games including warzone
and a 100 gig's of movies shrieks in wonder
ohhhhhhhhhhhhhhhhh
thank you whatsapp very cool of you to do a failed beta
disconnects once every 3 seconds
Please don't mention products of the devil around here
Uh, why? What happened?
I hıpe you will recover soon
say that to your granny
whatsapp is the best for eease of use
Hypixel or cloudflare?
hypixel is on cloudfare
telegram is as easy to use as whatsapp
and doesn't even require giving out your telephone number!
plus its not facebook, thats the main point
Signal > * imo
not ease of use wise
signal is too extreme
telegram is the middle ground between selling your soul to the devil and being paranoid
They have been improving the ux a lot recently
I prefer signal
mehh whatsapp is easier than telegram for my grannny
i know right haha
how so?
isnt the UI like the same?
yes
nope
completly different
wat
it should but you might get an error with the constructor
least that's what I remember
Telegram is not end to end encrypted and they kinda have the tendency to lie in their press releases regarding security
Telegram has e2e as an optional setting, right?
Yeah, but not by default
They love advertising with it lol
Yes, and they often advertise i it in a way that seems like everything is e2e
WhatsApp is more secure, which is kind of weird to say
facebook admitted in court that moderators read messages
Of messenger, not WhatsApp
just because the messages are send secure, doesn't mean the app is secure
they can send everything to facebook without anyone knowing
Decompile the app and check for yourself :p
telegrams apps are open source
I mean, at the end of the day when dealing with "e2e", your data is encrypted and decrypted on the other side, the thing is that it's so easy to place an embargo on your account and access your stuff if they really wanted too
yeah, I would use neither telegram nor whatsapp for stuff nobody can read
for that you want actual security
Yeah
proton, I think it was, have 0 logging, but, they're in a country which can legally require them to record the IPs, etc, of people whom they're interested in, and I think that there was means for them to even decrypt emails in that state
yeah, they were required to log IPs for one particular account
one thing I will never understand why the telegram android app is under some randos name
I guess its a fully community managed project?
cause like, the Ios app is part of the org, lol
oh, actually, proton can't decrypt your emails because they basically use gpg i think it was, but, ofc, if it's not proton to proton, you do have that open air there
I mean, theres a lot of naunce in all of this, and many of these companies have been found to be lying in the past
gpg is how I would send life threatening emails, ye
kinda cool, all good journalist have their keys on their twitter profile nowadays
e.g. the majority of "no log" VPNs often do actually have logs
the whole VPN market is filled with snake oil, lmao
One VPN network actually did it by accident once so i think it went, they found out after that node had been around for a while and had to destroy it
Well, yea, easy trap VPNs
I still like that you can send cash to my VPN provider so they don't know your payment details or name or anything 😂
they do have legitimate uses but I'd imagine most sales are people missold on how a VPN "protects" you and the thing it does or "netflix over here sucks donkey..."
geo fencing is the worst that has happened to the internet
thankfully EU banned it
there should be no borders in the internet
there should be no borders in the internet
Is someone good on linux copy command? I try copy a folder and zip it, but that not work it not zip right file
You can't zip something with the copy command
So has to do it with an extra command?
if you wanna zip something you use the zip command
Zipping doesn't remove the original files
No love for Signal?
Downside is it uses phone numbers, upside is it uses phone numbers so your mom might figure out how to add you 😄
telegram does use, but not require phone numbers for that
obligated to drop this
Seems a bit overblown
tldr is "If someone reports a message a copy is sent to Facebook for review"
Like, no shit, how else could that possibly work?
the article also mentions that facebook has access to all metadata
whom you talk to, when, from where
which often is enough to get you into trouble
Well, yeah, Telegram and Signal have all that too
If you want to avoid that you need a P2P system
paperchat when
Basically no one would use a P2P mobile chat app though
It'd either not have notifications or wipe out your battery looking for new messages all the time
Skype started out wiping out your battery and switched away from P2P to fix that
only issues the fact that you're still got 3rd party shit in the way
Yea, I remember the joys of skype
me too
Used to have many cases where shit like chats, new messages would appear in chat "earlier" than the last several dozen messages
Holy cow, Telegram issued $1b in bonds (TIL that's a thing) to cover for a failed blockchain project
They got smacked down by the SEC and had to give everyone their money back but apparently they'd already spent a bunch of it
I like this error on linux even when run sudo tar: /media/admin/TwoTBextra/Server_backups/Midgardsaga-2021-10-23.sql/logs/WDL/2021-09-22-1.log.gz: Cannot open: Permission denied
this days you want to cmod all files too 777
learn how file perms work
I like windows better 🙂 no perms needed. linux are more like they not trust the user and look everything
here you don't wanna chmod, but chown
windows has file perms too...
yes but are more easy bypassed.
... Just run as root.
If i run sudo should that be same as root or has i miss something?
depends on what you ran
the number of times I've multi-chained commands and shoved sudo in the wrong place...
Don't forget about the env variables.
normal zip command like this tar -zcvf
but I will try add more sudo 🙂 it should not hurt
I mean, if just tar is running, you'd shove it at the front
But, that generally doesn't exclude oddball FS mounts
using the auto mount BS on a server is just asking for issues
Alternatively you might be trying to shove it in some really weird place like a random bit of /sys or something
Or have SELinux set up but I doubt it considering everything else you've said 😄
Forgot to setenforce 0. Thanks for reminding me.
seams I has to add extra sudo if i use | in the command
yeah miss it was an new command
this is really why you should probs read up on some "intro to linux" course
Like, trust me, linux is generally a piece of piss if you understand the "basics"
or use rm on system files XD
.g suicide linux
(DiscordBot) https://github.com/tiagoad/suicide-linux
rm -rf / --no-preserve-root
there was actually also some like script for cent I think it was which would literally just break the OS in varying ways to prep for the test
I has find and learn to use crontab at least 🙂
iirc back when SELinux was new the NSA would run a server with ssh open and root has no password
If you figured out how to break it and told them you got a prize or something
Yea, it's the one thing I have to hand it to SELinux for, is that it fucking works
If you have a PhD on hand to configure it 😄
to the joys and horrors of sysadmins around the world
and then you have canonicals BS...
AppArmor is Novell BS, thank you very much 😛
Not since 2009
Canonical just took over maintenance with the argument that it was good enough and much easier to configure
It's not as secure or comprehensive as SELinux but most of the time it's more than enough but mortals can figure out how to use it
But, damn did apparmor fuck me over with that
If you aren't doing anything special you can probably just get away with the stock SELinux policies that Fedora or RHEL set up as you install various packages
Fun it run thru the folder but not make the zip. fun fun.
Yea, I think only real horrors I recall with SELinux mostly was mysql and people being stupid and not manually partitioning on OVH
not make the zip
tf are you doing with tar and zip
tar -vxzf file.tgz path/to/compress
z is for gzip, there are many various other alternatives out there but, I mean, I have z hardcoded in my head
I google and say use tar for gzip not work on folders.
wat
gzip compresses a stream of data
The sole reason of using tar is to basically copy all of the files in the folder into a stream
that's extracting
x is to extract, I think you... 🥷
sudo tar -zcf Midgardsaga-$(date +%Y-%m-%d).sql /media/admin/TwoTBextra/Server_backups/Midgardsaga-$(date +%Y-%m-%d).sql
it what i use
so, it woulda created Mid... in the folder where you ran tar
yeah but it not do anything
so, running ls does not show a file called Mid...sql
yes I used v and it print all things.
some head infection thingy that i had removed
im tired
has only folder some not are ziped
and what folder did you ls?
to left should be ziped https://i.imgur.com/J5z9flF.png
sigh
sry if I miss remove the ping
you never told it to create a zip
you told it to create a file called Mid... in the folder which you was in when you ran tar
ooo
-f specifies where the file is
so, ending it with .sql is kinda dumb
as said, if you want zip files, you want the zip command; if you want gzip, you tar the files (and -z will magically pipe it though gzip for you)
So i don´t need .sql
you're creating a gzip file but are naming it as its like an sql file
I now redo the command too sudo tar -zcf Midgardsaga-$(date +%Y-%m-%d) /media/admin/TwoTBextra/Server_backups/Midgardsaga-$(date +%Y-%m-%d)
but that not fix the issue ether, i try even rename it to .zip but that not help ether
it's not a zip file...
no I try make it to a zip
which you don't do with tar...
So something like this then > /media/admin/TwoTBextra/Server_backups/-$(date +%Y-%m-%d).sql && gzip /media/admin/Backup1/Mysql_backup/Midgardsaga-$(date +%Y-%m-%d).sql
wat
- you have the command ass backwards, as I said, -f specifies the file, i.e. the tar, or, the destination of the output of tar
- running date all over the place is just stupid, for the love of jesus store it in a variable if you really must keep doing that
The most imported thing is working, not I look nice 🙂
I google how to setup tar and seams it was wrong.
Simplified, community-driven man pages!
interesting https://wayforward.archive.org/
Seems applicable https://i.imgur.com/0DgVdO2.png
is this hangar auth
Pretty sure it’ll support webauthn soon™️
this is actually a well thought out protest? awareness raising? it's very well done
I get this working sudo tar -czf /media/admin/TwoTBextra/Server_backups/Midgardsaga-$(date +%Y-%m-%d).zip Midgardsaga-$(date +%Y-%m-%d) but seams I has no access to read the file (get error). I think I need more perms to access the zip.
error occered while loading the archive
it is 3gb big so it has done something at least
https://i.imgur.com/ChIosH1.png the file to the right. It is 3.4Gb but should be bigger (is a 19Gb folder).
I've already explained it several dozen times
I not fully get way is not work, I mean Seams I has done more right an wrong this time.
they're still not zip files.
Just because you renamed it to .zip instead of .tar or .gz, doesn't change their format
I feel like you don't really know what a zip file is lol
This is really not that hard of a concept
does zip work in a similar way to tar cuz iirc tar is in fact a filesystem?
no, tar is not a FS
it's a stream of data, that's why archive viewers which support tar files basically read the entire file to get the tree
oh interesting
it was designed for tapes, basically
that's my understanding of it
Tapes require a single stream of data, hence it's practically just a raw stream of the files + headers
oh it was USTAR that I was thinking of that was the filesystem spec
designed for tapes
the t in tar stands for tape
tape archive?
Oh that makes more sense
The to right is a zip? or not the os detect it right? I mean It look like it not only rename it
You named it as .zip
file browers are often dumb as they care about the file extention and not the actual file
rename it to .tar.gz, not zip; it's not a zip file
So I not need add the .zip part or need do more stuff with the file?
I has google and look on different sites and this is what I has get to make a zip
No
Just, no
Read
You created a tar, using tar
you passed the z flag, for gzip; so it created a tar file, and piped it through gzip to compress it
I used the tar to make the tar
I find an other way I think. Because that are only more confusing fore every second (i has added z flag) .
Maybe this can work /usr/bin/zip -qr
might I suggest actually going through a proper "welcome to linux" tutorial or something which goes over all this stupid stuff
Which admin/moderation plugin do you guys like the most?
It would be great if it has web ui, supports bungee and mysql
does anyone here have good experience with monitor arms? really need to clean up my desk...
I have a weird setup, 28inch, 32inch widescreen, 28 inch, ideally I would find a arm that holds all 3?
they all the same height, just the middle one is 1.5 times as wide
watch linus tech tips
wallmount an option?
not sure, maybe
because i'd probably just wallmount the ultrawide & have two arms for the other two
don't think you'll find one arm for all 3
if I can cover it up later
a lot of monitor arms are capped at like 27"
idk if its 27 or 28
saw shit like this
but like, idk if that is anything
i have my doubts an ultrawide will make that work nicely
HOW THAT SHIT STAND THO? you tryna nail it to your desk?
ULTRAWIDE: The monitor arm also supports the latest ultra-wide monitor with a screen diagonal up to 29 inches.
o
wat
i mean it gets pretty tight even with this monitor setup
It literally has a "blueprint"
i would just wallmount your ultrawide and grab gas lifts like this https://www.amazon.de/-/en/Eono-Amazon-Monitors-Ergonomic-Attachment/dp/B082DBYDS1
thats not max tho
I don't really care about movement, I just want them fixed, and reclaim my desk space
this seems to check out?
I look on this https://www.youtube.com/watch?v=7RHGb0bxyGA and do same thing as he and get
So ether is it removed in linux or a bug
zip warning: remember to use binary mode when you transferred it?)
zip warning: (if you are trying to read a damaged archive try -F)
Follow this tutorial to learn how to zip files and folders in linux. Furthermore, learn how to zip files with the help of the terminal as well
Don't forget to check out our site http://howtech.tv/ for more free how-to videos!
http://youtube.com/ithowtovids - our feed
http://www.facebook.com/howtechtv - join us on facebook
https://plus.google.co...
a renamed tar file is not a zip file
yes, cat has been explaining that to him for the past 4 hours
He say I should look up a tutorial and I did and that not work ether :/
then you didn't google properly
Simplified, community-driven man pages!
you create a zip file with zip -r filename.zip <path>
can you recommend that particular one or should I compare?
uh no i don't have a gas lift myself
i just bought a $30 amazonbasics mount for my two monitors
maybe I just get two of these and think about what I do with the middle one later
i'd just buy whatever looks nice, brand doesn't matter
I do exactly that Do I have to use other command first to make it to zip?
that is a zip
you create a zip file with that command
you do not need to do anything else
I don like this sudo zip -r Midgardsaga-2021-10-23.zip /media/admin/TwoTBextra/Server_backups/Midgardsaga
zip warning: remember to use binary mode when you transferred it?)
zip warning: (if you are trying to read a damaged archive try -F)
zip error: Zip file structure invalid (Midgardsaga-2021-10-23.zip)
Has I miss something?
Yeah I think something not working on the linux we use or something.
thats right, michelle is
michael is the issue 100% of the time
yeah but if it was like that the command had work.
You want to challenge the car dominated street regime?
Start by using the design flaw of the iron cage against it in this playful way. https://t.co/ibT89yGcOL
369
1313
Lmfao
fun
What happened
5000 entities in a single block
This is actually pretty sad
a single thread
Running on a Ryzen 5 3600

Im just testing how much entities it takes to crash my server
its more than unplayable, 2.4 TPS, but it hasnt crashed
2.14
@potent fossil halp
C or E
I got one NB H160 (which is a stick with 2 gas monitor arms) and one NB H80 (the same, just one arm) with an adapter so that I can mount a laptop instead of a monitor. It's gonna be harder to mount 3 monitors nicely from one mount - I'd just use 2 mounts tbh.
The H160:
I ordered two single ones now
The stand on my middle one isn't too bad, it's a professional grade monitor after all
Fuck, wanted to learn this piano piece, and my hands already break on the intro, what the actual fuck
This doesn't look so hard, but starting with the 5th bar, there's like this 3rd tone, that breaks my hand
I'll just skip the intro 😂 😂
Doesn't help that it's the wrong hand
that doesn't look easy either tbh
normally playing two notes and moving rapidly is painful
oh its 78bpm nvm
i googled the song and first video i see they play it with the hands crossed 🤔
yeah
its patrik's arrangement that seems so fucked
🎧 Stream/Download ► https://lnk.to/rc6Lxk
🎵 Sheet Music ► https://mnot.es/2OZxDUW
🎹 Learn piano with flowkey ► http://tinyurl.com/patrik-flowkey
👍 Support my work on Patreon ► https://www.patreon.com/PatrikPietschmann
🎧All My Music is Available Here 🎧
► iTunes: https://smarturl.it/PP_iTunes
► Amazon: https://smarturl.it/PP_Amazon
► Google: http...
if you look at 15 seconds, the pinky, that I can't do
I can't keep the pinky pressed and continue with the other fingers
my hand physically can't do that
the arrangement is so cool tho
but patrik always needs to pack 3 voices into a piano piece for 2 hands...
Chopin - Ballade No. 1 in G Minor (1M special)
Click the 🔔bell to join the notification squad!
♫ Listen on Spotify: http://spoti.fi/2LdpqK7
♫ Sheet Music on nkoda: http://bit.ly/nkodaChopinBalladNo1
♫ MIDI: https://patreon.com/rousseau
♫ Facebook: http://bit.ly/rousseaufb
♫ Instagram: http://bit.ly/rousseauig
♫ Twitter: http://bit.ly/rousseautw
...
im trying to learn this atm
its painful
I don't like chopin
lol hes my favourite to play on piano
Airplane
but yeah, can see that that has some weird movements too
I prefer beethoven to chopin
Beethoven - Moonlight Sonata (Full)
Click the 🔔bell to join the notification squad!
♫ Listen on Spotify: http://spoti.fi/2LdpqK7
♫ Sheet Music on nkoda: http://bit.ly/nkodaBeethovenMoonlightSonata
♫ MIDI: https://patreon.com/rousseau
♫ Facebook: http://bit.ly/rousseaufb
♫ Instagram: http://bit.ly/rousseauig
♫ Twitter: http://bit.ly/rousseautw
♫...
that I can play the first movement of
mini can you play this https://youtu.be/Yatq9rEv934
Sheet Music: https://pauliano.com/sheets/all-eyes-on-me-bo-burnham-piano-solo
Bo Burnham was restricted to his room and created a show that was written, directed, produced, and performed by no one other than himself. Certain pieces of the special are quite funny, but the majority of his work is about the depression and mental illness caused by ...
its not as hard as it looks
my hands are broken
I know, these things aren't so bad cause like everything nicely folds in place
that looks super boring to play sweepy
maybe to the fingers but not the ears
right hand literally only plays like 3 notes
would rather do this then
🎵 Sheet Music ► https://www.musicnotes.com/l/tKzbp
🎹 Learn piano with flowkey ► http://tinyurl.com/patrik-flowkey
👍 Support my work on Patreon ► https://www.patreon.com/PatrikPietschmann
🎧 All My Music is Available Here 🎧
► iTunes: https://smarturl.it/PP_iTunes
► Amazon: https://smarturl.it/PP_Amazon
► Google: https://smarturl.it/PP_GooglePlay
...
lemme see if I can find sheet music for that
why do people don't include the pedal in their sheet music, urg
My attempt at a James Morrison multiphonics solo transcription, I have no idea how he is doing it.
ORIGINAL: https://www.youtube.com/watch?v=93o_cUhhBfI Song is: Things ain't what they used to be
how do you play 2 notes on a trombone? easy! just sing the other note
rpi?
Ryzen 5 3600
wow
Achievement made!
Less than 1 tps
that was my tps after installing purpur
the host was just stopping the server without telling me because it was going over the ram limit
it has more config options
as opposed to a fork like, say, Tuinity, which was solely about optimization to the extreme
does toolbox no longer allow you to install multiple versions???
absolutely cursed
iirc the 3 dots next to the installed version have an option to install another one
been a while since ive used toolbox though
just use latest 
ded is a toolbox
toolbox without tools ye
a toolbox without the tools or box
is a proxy really needed for a server that has ip lookup protection
just means someone using a site like whois cant look up the ip behind the domain
not the ip
you have the domai
jn
but if you put the domain into whois, it normally shows the ip behind it. the domain provider can hide the ip
so its not encrypted or anything
i imagined having a hidden ip would protect from ddos
domains are just a layer ontop of ip's for us mortals to better remember websites
they still resolve to ip's
Who even uses domains in 2021 pff
Can't wait for IPv8
now with emoji
IPv8, instead of hex based, will just simply include every character in Unicode, and everyone gets a individual 64 character long identifier
yoooooooooooooooooooo
my ip address would be ඞ.ඞ.ඞ.ඞ
amogus
sugoma
balls
ඞ
some funny language
A character from the Sinhalese language which makes a "ṅa" sound. Very rarely used. Also looks like a crewmate from Among Us.
I hate Netflix
ok
r
e
b
n
Can we not
jroys fault
yes
no
day #138 of trying to get abs: no exercise cos i had to go somewhere
yall so loud
a domain is like a redirect to the real ip
NOICE
Simpsons: american edition
Ew Minecraft
i hate pixiv
i hate
You’re just mad that we didn’t match pfps
This could've been you
But you said no
What a shame
Any suggestions for an announcements plugin?
Just hire nioma to say what you want to announce.
Ransomware group gets hacked and shut down, someone restarts it using the same name and same codebase and surprise, the FBI had backdoored their backups
hello @cunning raft
yes sir?
hello
hello 
he is silently protesting me
so i am counter protesting by flooding him with more prs
bribe pop to review prs 
Docker moment (and my watchdog script miserably failing)
surprised it actually restarted itself tho
why do you want zml
lol what
heyyyyy zml xoxoxooxox
and they're gone
idiot
wtf
zml is just a myth
it's true emilia, i am just a figment of your imagination
Shame zml2008 is gone
does changing the bukkit and spigot.yml on papermc do anything?
wait what
ohhh
so if i change the bukkit settings will it improve performance?
and the spigot
or is it useless to change the settings cause im on papermc
.optimize take a look at this for settings for “optimizations”
i thought this one is better
https://www.spigotmc.org/threads/guide-server-optimization⚡.283181/?__cf_chl_jschl_tk__=pmd_5YOhUpPQEixyAtHF_6CcUPeC62ODZXZWNhSRJbEq76U-1633860638-0-gqNtZGzNAjujcnBszQv9
o wait nvm
im talkinmg to bot
lmao
Celebrimbor's is dated and doesn't take the new options into consideration
what is celebrimors
the paperchan?
this post?
Clearly.
or this one
wait what do u think i should use
it's severely outdated
wait what
use the guide we recommend
k
what personal backup solutions do y'all use cause im getting paranoid for no reason
k
avoid using backblaze if you don't like denwav though
denwav is great
but yea i just found a shitload of old photos and im getting into photography and if i lost those i'd probably end it all
that ain't free anymore
google one 
yea, but, along with the photos i have my lightroom catalog with all the photo metadata and whatnot
google 1 gives you a decent amount of storage
yeah it's a pretty good deal
yeah i have a 2tb plan
granted you'd have to trust google
v good
not amazing, but photos aren't that big usually
me with 30-50mb raw photos
yeah the tool itself is great no doubt
I currently use backblaze for backing up my computer. My favorite feature is the one where it sometimes just fails to complete the backup due to some large file taking too long and it sits for a week before whining that it's not backing up anymore and then you have to manually start the backup 10 or more times before it finally successfully completes.
denwav pls fix
oh wonderful
another one for the collection..
change your warn after setting from 7 days to 1 day
It works great other than that stupid issue though 😄
should help to catch it sooner
as for the bug, idk if the client team knows about that, worth mentioning it to support to at least get it logged
or DM me your hguid and I can take a look at your history definitely not true
shouldn't have said that in general
taking notes
Memes taken seriously 😛
I've seen the issue reported and replied to by b2 folks. And it has only happened twice to me, after dumping a pile of large files into the drive the day before 😄
why do you hate me 😦

so just to be clear that backblaze personal backup thingy is for 1 device right? im getting myself confused on the wording but im pretty sure
yeah
kk
yea i already use that for dev stuff
it wont back up a nas
oh?
ah nvm then
but that's fine, my photos are on a usb ext hdd
Backblaze’s code is native to Mac and PC and doesn’t use Java.
lol what weird marketing
i mean, I do like that though. even if the code is....nevermind
someone hates java
someone in the marketing department hates java
that would be the reason

I read that too Den
When I was checking out backblaze
I guess it’s someone’s kink

there are people who use special software to mount network drives as if they were physically mounted, some of them backing up shit like 100TB on $7 / month. But they're working on a way to detect that kind of abuse too
kek
need a
for java now
Wait I can do that?
Den here telling us all the tricks!
insider info
i think the external hdd way works great for me, i'd just like it backed up just in case. because it's hot pluggable and everything i need for lightroom is on it, i can just take it with me when away from desktop and edit my photos or have my full catalog with me as long as i have my laptop
It sounds like the easiest fix for that is to just allow whatever to be backed up but set a storage cap
dont need nas
backblaze will back up external drives. It gets complicated if you leave the drive unplugged for more than 30 days though
oh 😬
i mean dunno if that'd happen but maybe
like a long vacation away from desktop, taking ext hdd with me to offload from my sd card(s), then coming back
at that point the data is considered gone, so it will get rid of it on the server. I think extended version history can mitigate that, but it costs more
might be easier to just send it up to b2 every once in a while
that's the thing tho, unless i have 2 subs i can't cause it's for 1 device
i'd get it for my desktop
If you knew you'd be going ona trip, could just throw it over to b2 as a snapshot
but then be away from desktop on vacation potentially for > 30 days but yea extended ver history might help
That looks awesome
the whole external drive thing is complicated as a whole. I don't think backblaze handles it as well as they could, but it's a complicated problem
what if no syncing is happening at all for 30 days? does that still apply?
nope
if the computer is simply shut down and the backup client isn't syncing, the data will never be deleted
But if you come back after 30 days and the drive isn't plugged in that first time it backs up...
sick then, i should be fine
as long as you're a paying customer of course
if you stop paying then, well you know
it will be, that's part of my workflow
shutdown desktop, unplug ext hdd, put in laptop bag, go shoot pics, offload from sd to ext hdd using laptop, come home, plug in ext hdd to desktop, turn on
🤷♂️
Whaaaaaaaat I want to just pay the monthly subscription once and force b2 to keep it forever!
The answer is (B) btw. Here's why: https://imgur.com/a/hb5lGEP
my minecraft 1.17 server just dies when people use boats sometimes, and gives like a page of "user/user's vehicle moved to quickly" and everybody lags. Why is this happening? its really bad
sorry
Is adventure nbt in paper?
check?
no, its not
Please help yourself to make a readable name as a start
scroll down, click the legacy button, and ^
i need 1.16.5 jar as replit dont support 1.17
Bad news we didn’t either lol
Please actually read
what?
I already told you where to find it
Does it still help to put a block over hoppers in 1.17.1 paper to reduce lag? If so, which block? Composter?
Okay, I thought it had to be a block that fed hoppers specifically, like a furnace or composter
thanks
i see, and i totally understand whatever is said in that explanation as well. tysm
damned nerds
I am taking that
i am taking the piic
My apparently there is a bug with FUSE and/or ntfs-3g on my router, eventually even if I never look at the drive after mounting it'll kernel panic but if I try to write to it odds are it'll panic before the write finishes
I moved the drive over to my desktop and I guess I'll just have to make sure it stays on
did it go well?













