#general
3141 messages · Page 1656 of 4
Today's the type of day to start listening to fall out boy again right?
Do you guys use the rebase workflow if you have other people working on the same branch?
that's disgusting
Is there an awesome GIT UI I am missing out on? I am not 100% satisfied with what I use now and I can't believe most GIT UIs are actually paid and not so much great Open Source Projects
I cant hear you over dance dance
Smart Git e.g. is very smart (lol), but has a license attached, git kraken is not even an option due to only working with github/gitlab public repos and sourcetree still doesn't support tokens with github actions workflow permissions
I've never used a git UI that's worth using over the command line
Other than using IntelliJ for resolving conflicts
if you're a github user github desktop will do nicely or if you use a ide some of them (jetbrains ides or vscode/vs) have them built-in
well, it's just more convenient when wanting to get a good overview over the branches, graphs, picking specific commits, staging only specific lines etc
Why are the animations so damn slow in windows 11
are you installing it in a vm
no
fresh installation?
updated
but I think that's where IDE Integrations also start to fail
well, that's aesthetics for you
and they're everywhere now
i think intellij supports cherrypicking but not anything else
git add -i is your friend for partial staging
I mean technically I am satisfied with SourceTree minus three things that bother me for years
fortunately you can drop to the command line with one click, so I have to use that
i think ide integrations cover all the things i do with git, i dont need graphs
because the OS itself is naturally bloated 
can't do much for performance when even the taskbar is literally rendered by Microsoft Edge's WebView
Huh, in the last decade DC Comics have gone through 3 complete reboots
Like, all the stories and characters are scrapped and then the most popular characters get new origin stories and series
what
who thought that'd be a good idea
Windows 11 is an electron app?
am i an electron app
.scientists
Jurassic park clip where Dr. Ian Malcom says, "Your scientists were so preoccupied with whether or not they could that they didn't stop to think if they should."
Please go out and but Jurassic park. This clip is used only as an example for discussion on the film.
w h y
why not?
bedrock linux is fucking cursed but after trying it out
i don't hate it
it works surprisingly well
rockylinux bg on arch?
that is rocky linux, not just a background
hmmm
the way you worded it confused me
arch linux's neofetch running on rocky linux 8.4
it actually works surprisingly well
👀
there's like 10 other distros you can add to the mix too
Oh hey I can migrate my account now, multimc works
I've updated to bullseye today and everything is still working. Guess that's something good
Took me a good second to figure out the security repo now uses a dash instead of slash as delimiter
now what happens if i install services like docker and nginx
had the same issue 
By default, an init from one stratum will not know how to manage a service from another stratum's init.
It is possible to work around this by hand crafting init configuration.
unfortunate
That is cursed
can also install gentoo 
Can also not do it
is it possible for mc pocket edition to join a java server somehow lmao
geyser
Geyser is a bridge between Minecraft: Bedrock Edition and Minecraft: Java Edition which allows you to join Minecraft Java servers with Bedrock Edition servers to enable true cross-platform.
THATS THE THING THABKYOU SO MUCH
isnt thay only bedrock tho? or is like mc for phone the same
all versions that aren't java are bedrock nowadays
ooooooh snap gotchu thanks so much man c:
stop
there's void linux support too 
void's package manager is slow as shit though, uninstalled it
shut up
Does anyone know a very good cannon jar because I noticed a lot of people playing faction servers always complain about how the cannon jar is set up
Yeah there’s a pretty big hate towards 1.8 in this community
If you constantly get the worse manner and questionable behavior user to come and ask about a version that’s 7 years old, you will lose it too
Anyways when paper minecraft server
Don’t think you will get much of an interest lol
What if it’s roleplay
You can already do it here 
Oh can I
I take off my robe and wizard hat

Huh, so MultiMC dev was waiting for a release of some library he wrote for Mojang to do the MSA auth, that plan got scrapped, so he just wrote a quick alternative implementation
so glad he added it
@twin lagoon uwu

😮 more migration
i assume that's if you don't already have a gamertag on your microsoft account?
Didn't minecraft accounts have to be migrated to mojang account a couple years back?
also are minecraft names not separate from gamertags?
or something like that
in like 2013 or something
Oh mojang just redirects to minecraft now
I believe they are separate on Java
pretty sure - you can always change your gamertag anyway
Huh, Microsoft adopted a Discord-like system for gamertags now
I can be Amaranth#9730 (holy cow) instead of InvalidAmaranth
But on 360 it'd be Amaranth9730
Oh, probably most Xbox One stuff and I'd bet Bedrock too
This system is apparently kind of new
Kind of new as in from late 2019 or early 2020?
Its working great
clear cookies; for some reason that fixes it a lot of the time. Would guess CF being dumb
they are
if you migrate to a new MS account, it sets the gamer tag to your username
but they're not the same thing
I wish they would let me migrate already; it's quite hard to help people with MS accounts when I'm going purely off screenshots in MS support articles 😂
Real fix is to just use offline mode ||/s||
👀
Based AuthMe moment right there.

Larry and Camm 
lol, downloading videos via youtube premium counts as watching the whole video for premium revenue sharing
Post a 3 hour video, get premium users to download it, bam, rake in the dough and now your video starts showing up on top of search results
Oh, is this how hololive works?

What do you think downloading is lol
You're just downloading the video stream. Aka going over the entire stream
How does the internet internet.
Cisco.
Daily Based AuthMe Support: https://posili.me/i/2021-08-21_08-54-13.png
Fact!
📠
because authme needs mysql 8.0?
No.
oh
Because that's default on some platforms, instead of MariaDB.
Question: How can you fix something in a game that's not open source?
For all intends and purposes, Minecraft is following a "source provided" model, we are free to play with any line of code in the server
Meaning?
More technically, java is using an intermediary format, called byte code, that is easy to reverse back to source, they obfuscate the game, but give us mappings back to the original game, so we can just take any class, decompile it, modify it, and compile it again
But basically, reverse engineering
okay, but won't the variables be obfuscated and all?
Just look at the mess that the bedrock edition is
bedrock isn't written in java?
Nope, c++
Thats why it's so locked down, no mods, no plugins, not even debug symbols, it's pretty sad
Java is the OG
Bedrock was a port of java for phones, and then they started rewriting more and more and now they two different games
well that clears something, thanks
Nobody here bothers touching bedrock really
The java teams at Mojang work together with us, the bedrock teams seem to work against the community
well is there some place where the minecraft source has been decompiled and sanitized and hosted?
That would be a violation of Minecraft's copyright
But tools for that exist so you can do it locally
If you only care about the server, clone the paper repo and run ./Gradlew appP
For client I suggest looking at fabric
just like an android app?
Uuhm, yes we use Gradle too, just like android apps, but our build process is entirely custom
We wrote our own Gradle plugin called paperweight that handles all the decompilation and patches and obfuscation and stuff
okay I'll try it
We wrote our own Gradle plugin called paperweight that
handles all the decompilation and patches and obfuscation and stuffcauses us great pain and torment
Ftfy
More or less pain than spigot names? 😂
hi
Hi
how are you den
a
aww, cute
Yeah but he won't let me go to sleep
pet him!
Purring super loud like a lawnmower
aww :3
I love the vibrations
I mean, he gets lots of pets don't think he's lacking for any
Todd purrs louder and more consisteny than any other cat I've seen
He's a purr machine
But yeah I really just want to go to sleep so I can play more horizon zero dawn
Such a great game, I'm hooked
you could say...... hes a purpur

Get out
aight I see how it is, i'm going to bed anyway
at least i can
oh yeah two in one

Todd does this almost every night. He lays on my heart, I think he likes the feeling is my heartbeat
But I wish he'd go lay on my lap or something
Maybe he's scared it'll stop. And can reanimate it with his purs
best 10 mins spent in blender
Should have been a hexagon
it's a shogi piece
uwu
Kotlin be like
Don't bother Paperweight is pretty complex to set up xd
unless you're part of the 3 (I think?) man team that's currently maintaining it
Its not? jmp has a really nice example plugin which uses it: https://github.com/jpenilla/paperweight-test-plugin
that's for mapping plugins using mojang mappings to spigots crap
I was more referring to the core that maps the actual server implementation
oh sorry if i interpreted that wrong, thought they meant to use paperweight like that
I'm guessing that's the same commit that added paperweight-userdev
yeah userdev is for plugins
yeah
xd
right now I'm still having a crap ton of trouble with examining Paperweight's code lmao
Kotlin isn't my best language
rip
They don't need to touch paperweight? Just run it in the paper repo

More!
as you say!
MORE!
It's fine.
now to actually fix the bug
Well i was just in time lol
@mossy vessel @vernal moth
:raised_hands: Banned Zahara#5035 (steam scam) [1 total infraction] -- MiniDigger#3086.
hi mini
o/
miniiii 
Hot girl profile wants to talk with you
Doesn't matter if she's hot when she's a dirty scammer
But yeah this is the conversation before they blocked me lmao
I like messing with them
Don't make their life more miserable than it already is
They are forced to do it, it's literally their job
Well they should find a better job then
@untold copper
Also since the first char of my nick is 1, i get these scams soo frequently
Complain to discord then
I got the same steam scam like 20 times already lol
Cause they are the only ones who can fix it
And well, the Indian gov, and Pakistani, and Bangladesh
im in physics class go away
oh, also, what you said
yes.
Choice is a luxury
Snoopa in 10 year
Question about chuck loading ... if I set server chuck loading to 6 chunks. If i build a say a creaper farm on bedrock and move to a heigh of 128 ... would the creapers still spawn. as I a m further then 96 blocks away from them.
what's the picture about?
magnetic effect of electric current
magnetic field directly proportional to current and inversely to distance
Oh yeah, B=(µI)/(2πr)
ok
the easy option is to lick it
is there a way / mod to set this on a server?? or by default they always load 16x16x256??
that's what represents a chunk
if there is a spawnable position for mobs to spawn within the range logic that vanilla uses, they will spawn there
Man, do people get DM scams like all the time? I haven’t gotten one in like forever
I haven’t gotten a dm scam in ages
In fact the only dm scam I received ever was one from a guy that wanted to buy my account because it has the early supporter badge
And it was so long ago
That's what i thought ... i am playing on a server and have an iron farm underneath my base ... when I am at the iron farm its working as expected ... its quite low in the ground .. when I am at my base same chunk ... the iron farm is not working. Hence why i ask the question. The server has a 6 chuck load.
despawn and ticking ranges
Ssspigot says they dont violate GPL because the jar only downloads papers patches at runtime, is that true, or are they still violating GPL because the final jar has papers patches?
if they're modifying GPL licensed software and not giving access to the source code when requested, yes
Lol on there MCM page they have a big disclaimer trying to explain why there not
which obviously shows they are in violation
Made by Scinorandex
My discord: https://discord.gg/jFqqJg5up3
If you want, you can support me at: https://streamlabs.com/totomania/tip
why the fuck did they put the full GPL v3 in the mcm desc
Ahh got it so its controlled by tick-distance=X setting on the server.properties files.
So if tick distance is set to day 4 it will only tick chucks with in that distance??
opps just saw that tick-distance=X is a bedrock setting
I know if someone modifies Paper, they have to opensource it, but what happens if they have a program and that program downloads it, but does not contain paper, since that jar directly has no paper code, but downloads it on runtime and patches it itself, does it then have to be opensourced?
They're... still modifying paper...
the distribution mechanism is 100% irrelevant to the GPL
ok, Thank you
they have to opensource it
no
they have to provide the source to anyone who obtains a binary distribution, upon request, under a gpl compatible licence
which means, I can buy it, request the source, and then distribute the source on my github, as long as I retain the licence
So If I want to get the source code, I first have to buy a copy on MCM or whatever, then I can request it, but I cannot request it before I have bought it
hello mr cat boi
I have, I just didnt understand if what they were saying is true
Lol was supposed to hang out with my friend that is visiting from out of town and then I overslept and didn’t wake up until 3pm 🤪
dont really get paid GPL licensed stuff
I love working until 4am 🥺🦦🐔🦄🕹
city stop being dum
hi starving
Can EssentialsXDiscord let people connect their minecraft account with discord account and give them a specific role?
XD


😦
tfw has millions of good ideas but cant work them out
You would be better off with DiscordSRV
I just switched from DiscordSRV to EssentialsXDiscord
now switch back
😠
Welcome to the club bro!
Feel like Ms 9 at this point. 
i can work on em but i can't test it YEP
yt wants in on minimal icons
god
you really cant dumb it down anymore at this point
ig you could go one level lower and be like reddit, have an up and a down arrow
Yo peeps who know minecraft, maybe? U have any idea of a "Minechat" like app but for migrated mojang accounts? Or a console thing? 😂
Mineflayer should be able to do it.
public void test () {
if (...) {
throw new Exception();
}
if () {
throw new OtherException();
}
...
}
Would you guys move the validation to another method like this? A method just throwing exceptions seems a bit weird, but idk
public void test() {
validate(...)
...
}
public void validate(...) {
if (...) {
throw new Exception();
}
if () {
throw new OtherException();
}
}
if you're gonna use it often, why not
cleaner than having the if staments all ove rthe place
yo is there a way to turn on pvp in a world at specific times each day, for example pvp turns on everyday between 15:00-16:30 then 19:00-20:30 etc
Could be done with WorldGuard and something to run the commands at certain times.
can it be done automatically so i dont have to turn it on and off each time
maybe with command blocks or some plugin ?
i thought of command block + repeatable command one
idk if thats gonna work
Would be better to use something like cron or some plugin that can run commands at certain times.
oh
i didnt know there are such plugins
let me search cron
or anything better ?
it has timer feature only tho
or not ?
nevermind, i think this will do the job, thanks
Aight.
Take control of an adorable turnip who happens to be an absolute menace to society. After failing to pay taxes and getting evicted from your home, you must go on an epic quest to pay back your massive debt to Mayor Onion. Garden tools to solve plantastic puzzles, meet eccentric vegetables and fruits, and take on treacherous fights against animal...
$14.99
2493
72
Steam approved this game
As they should.
No u.
Also to remind you City: https://posili.me/i/2020-03-26_19-09-44.png

don't remember the context but I agree
My new roomba no work 😔
That’s kinda rude to call your mom roomba
does anyone know how long it takes for oracle cloud to "review my request"
New account?
takes one to know one
call is fastest.
do i need to call them or do they need to call me
yes
U think ur important enough that they call u
day #75 of trying to get abs: 50 minutes of lower body workout with a core finisher at the end

You know, is porkbun good for tld registry?
I've heard good things about it, sure
Does your mother allow you to be out of her sight without a football helmet?
yes
ty
@void void
☎️
https://papermc.io/forums/t/20w14-infinite-paper/8707 kinda surprised no one has reimplemented 20w14a as a plugin
@warm anchor 
@twin lagoon 
@waxen panther koriAyaya when ?
How about exposure instead
yes i'll take one retweet from @heady spear



:trol:
hi gimple

Cool. Simple still alive.
And I'm just being pushed around not being able to do anything today.
Legit, been waiting for 4 hours now. 
Can't do anything while waiting.

bro. play phone games.
python for physics sims wouldn't be so bad if i didnt have to use https://glowscript.org
(don't sign up, it's just not worth it whatsoever)
im trying to get pycharm working at least
I'm still at home bro! I have stuff to do!
@potent fossil hi daddy
I'm not daddy, I'm a mere 24 years old
No
Call me Tay
no
(pronounced Tie)
papa simpleeee
Well, this is weird
@heady spear stop horny
Congratulations
Dad
TARDIS is legit
no
Season 1 is pretty slow (of 2005 series)
fair enough
im watching the one on primevideo
are there like multiple
is it like super messed up timeline
like the terminator
There's the 1960s show and the one that started in 2005
Just skip to the 13th doctor it's the only good season
But it's a continuous timeline
Dr Who CGI is just bad in general cause BBC
i thought 2004 flash cgi was good lmao
The newer stuff has better CGI
But, also the newer stuff is wildly different from what the first few seasons were. It's not true dr who to me anymore now
its a good passtime
Doctors 9-11 (maybe 12, a little bit, but not really) are my "Dr Who" 
12-13 are..erm
new
k bye
gn bai
Why the fuck does pycharm keep freezing installing packages
Wait I think I meant 11th

I dont remember the actors
12 is peter capaldi and 13 is jodie whittaker
they're fine, just different doctors entirely
Ah yeah 11th
9-11 at least had some sense of true mystery and adventure. 12 and 13 are like "ye im the doctor im old as fuck ye lets travel thru time fuck it"
Oi ye bruv I'm a doctah let's go thru time innit
🚶
🧘
just made a new server, any recommended plugins for a basic survival multiplayer
essentials
but this server isn't a "tell me plugins to get" server, expect to get trolled by mana and maybe others
PlotSquared is necessary for any server
implying any of us have the money for that
🧒🏃♂️
Theres some Oilers in this chat
I have a giant IS sticker on my printer
thanks for the recommendations fellas
stop complaining about being poor and just get some money from your bank account
I have money in my bank account, but having money != being able to afford things sir
if you have no cash then go to the atm?
I have bills first
the bills are paid automatically lolol
City can be your sugar daddy
don't mention sugar you fucking bully
City is trying to imply they're rich but I'm not buying it
City can be your gluten free daddy
gluten is a protein tf
lol noob
I am not rich
City can be your diet daddy
which is why I need your donations
not rich
"do i buy this LV wallet for 410eur"

it's jetbrains own god damn plugin that is freezing my fucking ide
am not rich by any means
City you can get sugar that wont give you inflammation, well except for one spot
I just work 10h a day 7 days a week and don't really do anything that would cost me money, and I save a lot by living in a cheap ass student apartment c:
what plugin?
i think it's related to jb academy
but i can't find it in plugins so nvm
but it's throwing stack traces
Why does it look weird
AGAIN?
God damn it JB
Alright, then
yup that's exactly what it is
java.util.concurrent.ExecutionException: java.net.ConnectException: Connection refused: no further information
amazing
amazing gotta go to beta
I just always use the EAPs
Alpha sigma mindset
I used to but then something broke hellaciously so i went back to stable but it turns out stable is unstable so back to EAP i go
Sometimes some of my plugins are broken for a week but I don't really require any of them most of the time, they're just nice to have
When the datagrip plugin breaks that causes some problems but hopefully I'm done doing manual DB entries
:L
Tbh I never noticed how weird English can be. You have exchangeable and purchasable. Why is the e present in one and not the other -_-
Lifes greatest question
the soft e in exchangeable is still pronouced
its not in purchasable so its removed
notice how the last syllable in the word is not pronounced the same
second to last*
how would you pronouce purchaseable? would sound weird like exchangable, so for me its clear, i have problem with tenses and word order
you would have to make the ea sound vs the a sound. its a slighly softer sound that is present in exchangeable but not purchasable
this really cant be done over text chat... its all about sounds, but that is the reason why there is an ea in one, and not in the other
Yeah idk. If you remove the e from both words, they should different (without a suffix)
fuck I'm late
day #🇽🇩 part 21 of trying to get abs: (Directly supplied by @untold copper)
Somebody once told me,
"Hands off my macaroni,"
Milwaukee pasta bandit found dead,
"He was pickin' up the gun, with his finger and his thumb,
raising up, pointed straight, at his forehead,"
(Eyewitness)
Well,
The pasta starts cookin' and it doesn't stop cookin'
Fed to my mouth, and I eat without rushin',
Didn't make sense to eat without fun,
Your brain gets smart but your head gets dumb.
So much to eat, so much to eat,
So what's wrong with bakin' the fat treats?
Let me know if you don't dough,
You'll never shine if you don't know.
Hey now, you have pasta,
Get your game on, go play,
Hey now, you have pasta,
Is this a pasta version of all star @untold copper ?
yes.
Purchase-uhble
Without a pause and no emphasis on "uh"
Purchase-uh-no
No u
yeah, would sound weird. I have much to learn bc i want english advanced course 
@serene bolt did you like Skyfactory 4?
Off topic, but does anyone know if there is support for the AAC plugin?
they have their own discord
^^^^^^^^
https://korobi.vq.lc/network/esper/channel/paper-dev/logs/#L545 now you shall never live it down
Smh dejay
d u m spells dum
dam
dum*
I wasn’t calling you
Gottem
true
How AuthMe support operates. 
have you seen #paper-help mobspawning support
It's easy, you don't even need to use the plugin to help people. 
broccolai here
(mod coordinator)
jroy will now be stripped of all power for two weeks
his mother would like him to spend more time with her
Understandable.
Very good thank you brocc for your wisdom and experience.
Permanently?
Next on list is leaf
Curse this bureaucracy
@quasi valley 🦧
I maintain a 50ft distance to furries at all times
when restarting my server with a start.sh file the color of the console and formatting looks weird. any way to fix this?

okay i will do that
Amongus
😔
yes i did thank you :D
Prof bloodstone has a very in-depth walk through if you want that
but that doesn't work on Windows
Oh true. Nvm then
oh..
My pinned message is gone 
F
read my about me
Read mine
@brave radish put this in ur about me Is it a bird? Is it a plane? No! It's ZombieChickenMan
there
I'll mek u fuckin purple
😳
person's game: is broken
me: asks for logs
them: "Deleted the logs and it loaded, tysm!"
like, alright, guess I'm just that good 😎
These nitro scams seem much cleaner; normally there are @ everyones and a wall of text
free candy?
curious, do yall prefer rgb values or hex
um
RGB
hex :(
hex
HSL, even
hex literally has 420420!!!!
actually black and white better
rgb vs hex really depends on who you're asking
e.g. devs are probs gonna be more acustomed to hex vs rgb
yeah crazy people, usually psychopaths, will prefer hex
past your level of noob
I at least don't use permissions instead of checking for roles
so fork and pr? xd
why would i fix ur code
i'll fix it when someone complains about it that actually uses the plugin 
because you're complaining about it
be the change you wanna see
nah your plug-in is too basic
it is
just liek u
you simply are
that explanation is too basic
🍿
just liek u
do not question the supreme god dap
never said it was
already done g
good
i'm just writing a program to keep track of shogi games
das all
doesn't need to look epic
everything needs to look epic
nah
and?
we beat your asses in 1640 my man
beat mine now please
From your experience, what websites do you think are best to set up votifier on? Obviously, the less websites there are for players to vote on, the more likely those websites will receive votes after all XD
That one
literally go on any popular minecraft server
and use what they use
I predict server lists might be better for some people compared to others depending on their size. As a server that's nowhere near as popular, where would you suggest setting up votifier on?
the sole reason large server lists use those lists is because they get the most traffic and work for them
if you list yourself on a lesser known / unknown server list, you won't get players
Never planned to
set up votifier on the popular lists and advertise on like reddit joinaserver
then why won't you just, set it up on a normal popular list lol
I've never tried that before, I suppose that'd be a good idea. There's several popular server lists out there XD I'm not going to set up Votifier for each of those lists as people would just feel overwhelmed or just feel like it's a huge chore and would avoid doing it
So I'm the only lazy person out there then? xD
@golden gust yeah it was alright, i started watching jayh though recently
a bit behind, havent seen the last 1-2 episodes
i got no idea what that is
I've hardly watched shows in years, so, tryna get back to it is, er... yea...
I was watching the latest ep of kobayashi last night and got distracted with some work stuff \o/
kobayashis been good
🍞
Windows users I need your help quick
What happens if you delete the hosts file?
Oh god oh goooooood 
oh hi bob
hey eternity chicken
why are you bob now?
Nothing, it's fine
k thanks
Pop has the best pictures as always 


ngl its the first thing that came up in discord's thing when searching for jahy
its pop upside down
and today is a couple days away from wednesday
@hidden bone serverinfo
kashike#8590
Verified
Server Discovery
Invite Splash
Vanity Invite
News Channels
Animated Icon
Banner
Level 3 (maxed)
64 (34 locked)
5 (4 locked)
Scanning Images
Verification level: high
Voice region: us-east
Icon link
@hidden bone
(
Total: 23738
Humans: 23731
Bots: 7
39 roles
...or not ok be useless
Is it unreasonable to want to test drive a used graphics card before buying?
This seller posted a picture where the card is placed on what looks like a rug that's easily capable of generating a static charge...
probably reasonable to ask them to demonstrate that it is working
it's highly unlikely for static to kill modern electronics but with expensive hardware I would always request a demonstration lol
I offered to bring my own computer and monitor and stuff to test it out.
They're like "oh don't worry I'd never deceive anyone". Right...
i mean that's exactly what anyone would say
if they dont have anything to hide they shouldn't have a problem with you trying it
Pretty much ^
yeah, that sounds fishy af
The last time I trusted a random internet stranger with my money I lost ~35 USD and the time it took to report it to the police who proceeded to do nothing.
but they could just be naive, their rection to you insisting that you want to test it should be pretty telling
*reaction
most scammers would probably ghost you after insinsting on a test xD
what card are you trying to buy and for how much?
Now they're like "I have someone else asking, but you asked first, so I'll sell it to you if you want it, when can you come?". It's a 4 GB Asus RX 570 for ~235 USD, but I was gonna offer ~160 and hope for them to settle on ~180. It's ~375 new, but I don't know that I trust that price since it's an older card and discontinued I guess? I'm looking for a used 570 or 480 to replace my R9 280x, and those specific models are because they'll work with my Hackintosh setup 😛
Probably not the best time to look for a cheap used graphics card though...
definitly not a good time, yeah lol
price seems reasonable though
(although there are a couple higher ones on ebay but no idea if people actually buy to those prices. the auctions seem to all be around 200-250
I was hoping 180 was a reasonable price and that you'd say "psh, 235 is ridiculous" xD
people try to sell them for 500 bucks on ebay
does anyone know if its possible to create tnt cannons for water walls in 1.16?
!ban @west inlet Advertising is a no go
:raised_hands: Banned AiSaika#0001 (Advertising is a no go) [1 total infraction] -- NotMyFault#3732.
I fucking hate discords client

😏
is it just me, or when you shift click a name, does it roll a dice as to if it shoves the text right where your carat is or at the beginning?
made from browser.
Then you have people running a billion electron apps on their machine and complaining about ram usage
@waxen panther
Dashboard
Invite link
Commands
Bot support server
Discord bot list Vote
Patreon link
Big thanks to Zerxion ☕#6124, aFrequ#5893, Raffael#7777, DeaFiore#7141, BeatButton#1713, MichaelAus#9999, Kintark#0588, Hilent#5938, Dannythetwo#2222, Lazypotato#0002, samistired#0001, Person#0123, Ash_The_Fridge_Goddess#0666 and all the other patrons.
419,643,374 total
113,047,814 unique
119,036,828 total
90,708,016 text
28,328,812 voice
2914.68 MiB
0.00% CPU
3615466
2048 shards
198,120 messages (54.6/s)
1h 0m 31s
Please link me 
the prefix is a parentheses for some reason; you said (about
the bot prefix being ( has lead to many accidental bot engagements 
make it like a ZWS or something stupid
Dashboard
Invite link
Commands
Bot support server
Discord bot list Vote
Patreon link
Big thanks to Zerxion ☕#6124, aFrequ#5893, Raffael#7777, DeaFiore#7141, BeatButton#1713, MichaelAus#9999, Kintark#0588, Hilent#5938, Dannythetwo#2222, Lazypotato#0002, samistired#0001, Person#0123, Ash_The_Fridge_Goddess#0666 and all the other patrons.
417,870,603 total
113,719,579 unique
118,341,126 total
90,175,325 text
28,165,801 voice
2925.56 MiB
24.40% CPU
3615523
2048 shards
245,449 messages (54.6/s)
1h 14m 52s
...should be $
I don't even have a € key
it's not meant to be something easy to type
to avoid (ban the person above me) and stuff again
:p
can you just remove the other prefix? idk if it lets you but "@hidden bone about" is not really something you can type accidentally
Haha
(ban logics
yes because they all run their own instance of Chromium/Electron instead of electron acting as a server
shame
why me :c
you looked... erm... willing...
how does one look willing to be banned? 
breathing around me
You know it when you see it.
Also apparently breathing.
cat sets the bar real low.
you joke, but then there are literally people who come and say "please ban me"
there's at least part of the atlantic ocean separating us, cat
i don't think I was breathing around you

Close enough
ah yes
Im willing but cat refuses to ban me
He knows you'd like it.
different form of willing, josh
That takes the fun out of it for him.
cat is an omnipresent being, don't y'all know?
uwu
nomana, do you have like an alexa or somethin in the room?
no
in the house?
no
gfdi
i put tinfoil on my electricity sockets so it doesnt leak out and give me cancer
weak
you should try putting it in the socket
closer to the source = better protection
i did that once but i fell asleep and when i woke up i tasted copper and it was 3 days later
do you taste metal?
sometimes
Chernobyl (2019) - "Do you taste metal?" - Firefighters arrive scene One of the best scenes ever.
literal best TV show I've watched in the past few years
damn thats a good clip
I mean, I find a weird facination in a lot of "fun" things, and chernobyl is basically one of those things which I've had profound interest in, really wanna go over there at some point and view the actual place and such, I have to say, the show is pretty freaking damned awesome and the way it was filmed and all that, just really adds the ambiance
10/10, have watched again, many times
Pretty intense show.
defo the type of show to get comfy and turn the lights off
Helps that there are some fantastic performances in it.
any things to keep in mind when making a server cross play? like with geyser so bedrock and pe can join
ahhh will do ty<3
They can't use click-messages, certain platforms can't use resource packs and complex armor stand things (such as custom furniture) can look f'ed up
Those were the most important to me personally to consider but your mileage might vary
the funniest part is people think those area will become wastelands but now it looks more like a national persevered land with all the wild animal taking back
Well, yea, media has sensationalised it to all heck
There are ofc some issues, theres still radioactive material out there, but, generally, the place is thriving ecologically now
A person made a shulker spawner on my server and damn it works pretty fast.
Get a shulker every 10-15 seconds.
a few month ago or something, there was some news reports on something and media was basically screaming about how it was the next set of issues and potentially a huge massive risk as such
scientists predicted this would happen, the new shelter object basically prevents water leaking into the place, so the flooded basements and now actually drying out which means, there is no water to "moderate" the radiation being emitted, literally 100% expected and a non-issue
I mean sure the radioactive stuff may makes animal dies faster but afterall human is what makes them die FASTEST

It's the ban speedrun thing people like to do
they come in and try to get banned as fast as possible then make videos about it on youtube boasting about the meme speedrun record they set while shitting on "Discord mods" being trigger happy for bans
even though they're harrassing like half the server and sending death threats to everyone but that's up to them I guess
Thank for explaining what’s going on in 12 years brain to us. Thanks
I am reading paper discord rn
Ask in #paper-help
Ok
I mean just ask the question there not asked to ask
Hi
Hi aber 
wtf is the discord feature being used in #869651180698099732 ?
all of it
this is new right?
o.o
nice
Genuine question… Do you guys have a fear of elevators
Like
Getting stuck in one
Whenever I get in an elevator
I am very tense
You should seek a professional therapists for your uncontrollable phobia.
Well like
I don’t think anyone here is qualified to provide you such service
I always feel like it’s boutta break down
Like sometimes I hear a thud
And I’m like
Wtf is that
It's ok to have such fears, as eternity says, there are literally ppl who's job it is to help you
I think that's common.
?avatar @merry talon
Please don't steal people's avatars without asking for permission :/
I'm sorry, so sweepy owns the right to this image?
Bet
deviantart
trashheap of a site that performs like crysis on a 2007 computer
anyway
Epic.
imagine being this big of a chad
hangar auth v3 preview: https://i.imgur.com/FuSqsIF.png
no shitty passwords on my watch!
Make the password column unique. 
yubikey integration wen!
preeeeettty sure this supports webauthn
ill test later
its a must for me
yeah, webauthn is in next release
I still love that aeneas is rocking that hackerman pfp
swag
TIL mini is a zoomer
awesome
he's covering up the tracks!
google says past 1995 = zoomer
ok I have no idea how I actually do anything now, lmao
like, I can register and login
but I have no idea how the app can check the login status, yet alone get the user id
@warm anchor 
I only seem to be getting a http only session cookie
needs more 🍺







click me