#general
3141 messages · Page 684 of 4
"Gessu/dwhiツ/dwhi71589735/xScapsiclone" - does not know what a float and double is :).
what the fuck is a float and a double
drama 🚮
fucking hell, imagine being top 1 in the skids list
lifegoals
this is my greatest achievement
https://github.com/TweaksForTwinks/eggcrypt/blob/bc3a90cdbcb4ec65356317c54763e10287462671/LICENSE#L41
someone purposefully blocked me in a license
that's illegal barty
I'm gonna call the minecraft police
giving your sheep splinters I see? 😂
select server with compass
is holding wacky shears
there's also legit list by the same guy hm
haha nice
i don't get why you would host your enemys list on github of all places
my list is my discord blocked list haha
but it's not that proxy we know :(
every website that has cloudflare in front basically
hcaptcha better
barely
change my mind
dude trying to exclude people from gpl lmao
I'm just below Donald trump!
hey broccolai, as is my right with the GPL, i sublicense that project to you under the GPL
have fun
thank you so much, I can finally use his shitty code

tmw u realize u left a spark sampler going for like a hour
some people think that's the correct usage
alright im on i3 now, having a fun time relearning all they keybinds
enjoy
thanks dad
i recommend binding window closing to win+shift+q
win+q is pretty easy to press accidentally imho
maybe if you close both eyes
yeah
i use super+c
rofi -show drun ?
does anyone know what the default walking/flying speed the client sends in the player abilities packet is?
i have this bindsym $mod+d exec rofi -show run
( ͡° ͜ʖ ͡°)
first time u see one of those huh
just replace run with drun
@shell vine i left YourKit going for like 8 hours the other day, left home forgetting about it
lol
TIL you can view patch notes in the launcher
Now I never have to visit minecraft.net again
Such a horrible site if you want to find shit
wait were patch notes not always in the launcher
idk, can't figure out why that mod+d won't load anything
do i uh...need to reload i3 or something after changing config :3
yeah
.try
C is just a pain
then do that if it's fun
I think with the bit of netty messing I've done I could actually hack together online multiplayer on something
shakes the magic 8 ball... Maybe...
I'd also give that a maybe
no
Imagine being Viper
imagine not shitting your pants
penatration
penetration*
penetration
😳
🦋


just deep fry the pfp

just turn my image 180°, that'll be discount me
nah turn it 179
that'd work too, sideways
hecc, the no borders really makes everything look so much bigger
that saved real estate
1px white border best
i havent started tweaking to make it aesthetically pleasing yet
good point
sec i'll see if i have my newer config around
Hi.
player.getInventory().getItemInMainHand()
is @NotNull
yes
So what does it return when there is nothing in the main hand?
look at the docs
air?
ItemStack of type AIR
Thanks.
np bb girl


i'm a boy though
what the fuck even



enough
get a room smh
I apologize
now go to DMs
I'm not sure if there is a solution, but I store values in an Enum to get my Itemtypes. Yes, I could use a class out of constants, I did it so far, but each constant has only an integer value. That means, in config files and commands you only have nothing saying int values instead of cool enum names. So I switched all to an enum, what is kinda nice and each enum attribute holds the given integer value. I pass this integer value to setCustomModelData what expects an integer, so on pick up event I get an interger back and have to trigger a switch case. Like "OAItemType.HEALTH_25.getValue()" what of course will run into an compile error since switch case wants a constant. So I can not make the enum value constant, since it is the way enums work and create a inner object on each enum. I either replace the "switch case" with "if" conditions, what I really dont like. Or I do a reverse lookup before I pass the value "getCustomModelData" into the switch to get its enum equivalent. What would not be the biggest issue since I could cache the lookup process for the enum on startup so I do not waste the iteration on each event. Later method might be the one I'm going to use. Still I ask myself, do I oversee a easier way solving that problem 😛
im bored what to do
holy shit
switches don't need constants tho
oh, the cases
idk not gonna bother reading most of that
^^
doesn't look like he's even asking a question
nah he isn't
@void void how do i set that white border?
.g i3 manual
(DiscordBot) https://i3wm.org/docs/userguide.html -- i3: i3 User's Guide: "The position and size of a window are not managed automatically by i3, but manually by you. Using this mode violates the tiling paradigm but can be..."
Humble flex wall
let's see
Well sorry, but I feel better after posting
got interrupted lol, didnt rtfm
@slim nymph I stay up too late and I'm very tired and feel like I have no energy for like 5 hours, just wondering if you have any advice

thatsthejoke.jpg?
yeah that was the joke lol
now if you take 2 of them, you get 13 hours of energy 😄
for caffeine it does lol
someone did the math/science
iirc a single is actually like 6 hours
wtf liers
.g 2 5 hour energy how long
(DiscordBot) https://www.livescience.com/62712-what-if-five-5-hour-energy-drinks.html -- What Would Happen If You Were to Drink Five 5-Hour Energy...: "Jun 1, 2018 ... Five bottles of 5-hour Energy contain about 1,000 mg of caffeine — the ... for young people who need sleep, and for everyone..."
is 6 hour energy a knockoff brand or is it the same brand with a different "stronger" product?
.g Randy Gardner wikipedia
(DiscordBot) https://en.wikipedia.org/wiki/Randy_Gardner_(record_holder) -- Randy Gardner (record holder) - Wikipedia: "Randy Gardner (born c. 1946) was an American high school student from San Diego, California, who set the record for the longest time a human has..."
Randy Gardner (born c. 1946) was an American high school student from San Diego, California, who set the record for the longest time a human has gone without sleep. In December 1963/January 1964, 17-year-old Gardner stayed awake for 11 days and 25 minutes (264.4 hours), breaki...
Occupation Record holder
ark is free on epic 
so I'm using sudo iptables -A PREROUTING -t nat -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 3000 but web requests to port 80 still don't go to 3000, what am I doing wrong?
(DiscordBot) https://www.livescience.com/62712-what-if-five-5-hour-energy-drinks.html -- What Would Happen If You Were to Drink Five 5-Hour Energy...: "Jun 1, 2018 ... Five bottles of 5-hour Energy contain about 1,000 mg of caffeine — the ... for young people who need sleep, and for everyone..."
@xD#0000 Sounds more like 5 hour massive diarrhea to me:P
if caffine gives you diarreah, something else is wrong in your system
if you survive yes
interesting
@tired heath skimming your question - jesus it's way overworded - there's 2 ways to do it. If the int values are specific to the enum ordering, are completely sequential, will never change, and start at 0, you can use ordinal. Even if all of those apply that's still not recommended if it's at all possible things change...or if you ever decide to refactor the enum and move constants around, everything will break. But that looks like:
SomeEnum.values()[<index>]
On the other hand, the better solution is just:
public class enum SomeEnum {
A(1), B(10);
private final int value;
<constructor>
public static SomeEnum fromInt(final int i) {
for (SomeEnum e : SomeEnum.values()) {
if (e.value == i) return e;
}
return null; // or throw exception, whichever makes more sense
}
}
basically only do the second solution I gave - the first is just background context
anyone here know how iptables works? I'm trying to get port 80 to redirect to 3000 and it's not working (doesn't redirect. Can access on port 3000 but not 80)
@ancient bolt ty, meanwhile I changed it to https://pastebin.com/28w5ZjhB
that's a waste of memory
An use OAItemType oaTypeItemValue = OAItemType.getValueByCode(item.getItemStack().getItemMeta().getCustomModelData()); to get tha cached enum
and probably slower than my solution
your cache isn't doing anything useful
hashmap lookups are "fast" but you're boxing integers and you have a very small enum
my for loop would likely complete before the integer was boxed, looked up, and collisions were handled
the jit may even inline the for loop
your hashmap is unoptimizable
hmm I c
> sudo iptables -A PREROUTING -t nat -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 3000
> sudo iptables -S PREROUTING
iptables: No chain/target/match by that name.
I thought iterating each time would waste more, I did not think about that
what am I doing wrong
I guarantee you - I mean completely guarantee - an enum lookup method is not going to ever be the cause of any performance issues
but my hashmapsss
part of me is tempted to just run my webserver as root on port 80 😂
If it's nginx then that's fine probably
did nt expect an answere at all 🙂
I always try to have nginx being the only outward facing webserver for security purposes
I don't know anything about iptables except that they are a pain in the ass
May just use UFW
ufw can't redirect ports...
hmm my mouse is blinking a lot, i wonder if thats the battery or a warranty warning
@ancient bolt well thank you again
why does this happen in timings https://gyazo.com/0a9b71e9e078c8cc8c73a51c82d57a4b
because slimefun has a file with 100000000000000 runnables
yep that would probably be it
Quick, post the story of Bob
.g r/programmerhumor how not to use llambdas
(DiscordBot) https://www.reddit.com/r/ProgrammerHumor/comments/b43lo2/the_ultimate_crossover/ -- The ultimate crossover : ProgrammerHumor: "The ultimate crossover. r/ProgrammerHumor - The ultimate crossover ... r/ProgrammerHumor - Currently working on the To Do App. 21.0k. 224 comments...."
(DiscordBot) How -> { to -> { NOT -> { lambda -> { } } } } : badcode - 33 comments, 144 points - mikroskeem, 2y ago
.spacex
(DiscordBot) A SpaceX Falcon 9 is scheduled to launch from CCAFS SLC 40 in 1 days 13 hours 54 minutes
.ps5
i forgot how damn good linux looks
but how unusable it looks to windows users
fuck windows users
Please join us on June 11 at 1pm PDT / 9pm BST / 10pm CEST to see what’s in store for the next generation of games.
FRANÇAIS - https://youtu.be/cSGmtcXOy8o
DEUTSCH - https://youtu.be/-svdAo1bRx8
ESPAÑOL - https://youtu.be/GgcWZF80fz0
ESPAÑOL LATINO - https://youtu.be/d8xpTmkP...
ok am log off very tired didnt slep all night
ya aint listened to my song 4 u yet pimple
k, fk off
k fk u
uwu
I'm watching the ps5 stream thingy
it just highlighted "3d audio"
what does that mean
did console just discover stereo?
buzzwords
So the PS5 won't fit on my desk or my TV stand
Those sides aren't even, it has to be vertical
thats stupid
I guess it might fit hidden behind my TV
the new ps5 looks fucking disgusting
*all ps
it's like they hired some fucktard from alienware
no the older playstations looked decent
i hate it
why is it white
Must it be vertical?
As there was one shot with it sideways.
They didn't say how much it costs either
$799
free 
Was there? I thought that was just the camera rotating as it zoomed out to show the whole thing
if youre brave you could probably pull all the decorative crap off and end up with a normal box

They had one shot where it looked like one side was flat enough to put it horizontal but then every other shot had a clear curve so I think that was a trick of the light (not that there is any light, this is a render)
3D print a little holder bracket for it I guess
am curious what the price will be too
Yeah, but it think that shot is just to show of the Sony logo.
Under 700 might be a nice Linux PC.
There was literally one split second where it was horizontal
$700 - $800 can get you a decent rig
Watching a stream where they've put a screencap of it up and it looks fuck awful on its side
I'm going to guess $650 or $700 for the main system, $600 for the digital one
These things have what would be a $500 GPU in them
I could be mistaken but I think I saw a report saying it was $450 to produce
Granted I can't find that article any more and I can't remember who published it
Someone in the stream chat said that is has a bracked that mounts in the middle.
So it just floats there.
Yeah the shot on its side shows a black stand under it
Also looks fucking huge (though idk how big the Xbox One/PS4 are since I don't own either)
Got to cool that Zen.
oh that looks like garbage
thing is if i want my console to look cool i'll paint orange stripes on it or smthin
Wow I didn't expect it to lay that way
And yeah, looks like it does a weird floating thing, eww
i doubt the cooling solution is gonna be that good anyway to want all that space
That's why the XSX is so big
They wanted it to always run at full clocks and never throttle and not need to be really loud
they should've hired noctua to cool it haha
PS5 is already confirmed to run at variable clock rates but they say it'll never thermal throttle
They probably did, noctua's solution is a big ass heatsink :D
well knowing console history, i doubt the heatsink is gonna be all that big
or all that well designed either
Yeah but this time Microsoft spent a lot of time talking about cooling
So they think they've done a really good job and want you to know how much better it is
Usually they just don't talk about that kind of stuff
traditionally they take a loss for several months in order to try and dominate the market
might be less of a loss now and more of a "slimmer margin"
Neither one did that for the last generation
maybe now they're leveraging their loyal community
last gen they were slim but I doubt at a real loss
margins definitely went up over time as they always do though
afaik they didn't even sell them at cost
yes ugly af
They made money on them from day 1
PS5 looks cool but I don't want it in my living room :P
looks like one of those ISP consumer tv boxes
And it's not very practical
dont find it even remotely attractive
then again I wasnt going to buy it either way so pffffft
all black dualshock 5 when though
Z finds other hardware attractive
didnt see the game announcements
they had some pretty good exclusives last gen though
pc master race
^
Buy it then spray paint it black
starts singing the bugsnax theme song and dancing
wat
Don't you mean the buttsex theme song?
I swear that's what they were saying, it wasn't until they put the title on screen I had any clue what they were actually saying
Andromeda has the best facial animations ever
really striving to play fullback this year?
Anyone in here still in highschool and play football
kashike is, but he's doesn't do sports, just anime club


ok ps shill
i think it looks pretty slick
but the looks are pretty unimportant, imho, because its just going to get tucked away in my entertainment center lol
i would imagine snapping that plastic on the edge
by accident
probably by dropping it
yes
out my windy
thank u md_5 for boosting paper discord
Im not big on the looks but definitely want to see what theyve done with the ds5
imagine touching that white plastic with dirty hands
all black when 
stainz for life
also the white makes it look ass
they showed part of one in the video, z
i hope it wasnt just some crazy effects, and they actually sell it
ayyy, it looks like a dilapidated taco
just some of the edited clip teaser things after
maybe it was just the thumbnail i saw
def looks good in black, tho. want to see more
same
might just be the lighting (crazy effects i mentioned)
but i have hope
to me that just looks like some edgy marketing lighting
but Im hopeful
although tbh it could be bad too, who knows
if not at launch, i'm sure they will eventually. they've done all colors of the rainbow for all consoles in the past
i have 6 controllers for ps4, only 1 is black
what? i cant hear you over my ps4, barty
the ps4 jet engine meme is the best meme
What do we know about existing nethers after the 1.16 update?
in regards to ?
is the ps5 backwards compatible
appears to work the same as the overworld
new gen is new, old gen is old
hard doubt demon
that's the only thing I care about. if it is, I'll wait for it and then play all the ps4 games I missed on it. if it's not then idk what I'm gonna do
because there's so many ps4 games I want to play
I guess I can play RDR2 on PC now, so there's that at least
So a reset isn't required?
There are rumors that wither farms and gold farms will break.
I havent seen anything to suggest a reset would be required
gold farms arent going to break, theyve reneged on the zombert pig farm changes
but they will break eventually in the future
as they should
how are you supposed to farm gold if they break gold farms?
theyre not wrong, players are just butthurt they cant game the system
being able to farm iron and gold is a really fundamental aspect of the advanced stages of survival servers
Ok, thx
there is a gamerule so you can manually flip that change on though if you want
balancing in minecraft
or at least i thought there was
but no the way theyre doing it is stupid and clearly a bug
What's the gamerule?
it's a reward for tons of time and energy put in to 1. mine it all manually at first to build all the things you need to eventually get to the point when you can 2. build out all of the infrastructure necessary to build said gold farm
end game or no, thats stupid and glad itll get fixed eventually
if they remove that kind of stuff, for me, they are removing the biggest things that keep the game rewarding and fun
what mechanic does gold farming rely on
no very broken...
pig zombies giving the same loot when theyre killed by random shit as by players
do you have any idea of how little that narrows it down
an obvious bug
oh
player interaction oh nooo
yeah sounds like a bug that needs fixing
the amount of effort it takes to build a gold farm like that
jesus it takes weeks of work in normal survival
What is the gamerule to flip it?
the amount of time it takes to successfully plan and actually carry out a bank robbery is pretty large
when I did it way back years ago when I played minecraft it was really satisfying to finally see all of that work come to fruition
nice argument spotted
my arguments are always great thank you
but more and more things in survival keep getting removed in favor of constant, nonstop mindless grinding and it's one of the biggest reasons why I put the game down and havent played it since
it's just not fun if there's no progression
so?
aren't bugs the point of minecraft
the thing?
bugs which result in nice mechanics are common as fuck in video games
I saw them back down for gold mining on twitter
they did yes
they will re-add it in the future
if you wanna add some fun bugs back, where's my booster carts
Any way to shut off creeper farms?
a bug which crushes performance and gives ridiculous output with little effort is not the same thing as a massive late-end game type build which requires huge time and energy committment to build and only produces slightly more resources then grinding does
have gold farms changed since I last built one years ago?
Nope
it required hundreds of stacks of obvisidian, lighting all caves in all loaded chunks around the base, removing all other nether portals, fuck loads of hoppers for piping
exactly, can't tell me thats not a lot in vanilla
iron golem farms are really cool, get 8 or 12 of them stacked up in a base and it looks dope
also hey mojang where's my void fog
put it back
the new nether biomes are like 50% particles, performance cant be that bad anymore
I'm the kind of player which doesn't mind grinding and putting work in as long as the game allows that work and some creativity to pay off in the later stages of the game where I can get to a point where I don't need to worry about those mind-numbing mediocre tasks and can instead divert my attention to the more interesting aspects of the game and more interesting projects
if you want a game where the whole game is nothing but grinding with no payoff then we just want different things from the games we play
kek tnt duping
fixing one obvious bug doesnt turn the whole game into a giant grind with no pay off
wont suddenly become gta online
of course those more interesting projects I'm talking about also have huge resource requirements that wouldn't be possible without abilities of gathering tons of rsources
it's just gold dude
i know we're all interested in the Intellectual Property™️ of the new project
but it's not yours
😗
kiss*
it isn't huge resource reqs
maybe your projects aren't
Intellectual Property™️ good comms
hi guys. I have a quick question. I'm reinstalling Debian right now. What type of partition should i choose for my 2nd disk? It will be only for minecraft backup. I never mount a second disk on installation
ext4 is fine
24/7
ext4 like the sda disk? ok thanks
that's how I always played survival minecraft, the longer into the game I got the bigger and bigger my projects got. They would have been impossible / unbelievably boring if I had to worry about iron and gold mining on top of the 100s of other block types I needed
this just illustrates why I hate playing minecraft I think
I just don't like the game I think
Thank you very much.
ext4 is better than ntfs :>
yeah, to me the goal of minecraft is automation, thats the part that i like
^
i'd rather be creative and build farms or smthing than grind for hours on end
don't think people made the argument against that kind of gameplay
except for barty
because barty ruins everything
but other than that
bad barty!
maybe not encourage broken ass mechanics to get gold mining
as long as the pigmen spawning from nether portals mechanic isn't being what's patched out it's fine
no
just collect them and kill them like you do with blaze farms or ender farms
thats an intentional game design thing
^
when I read "gold farms are getting broken" that's what I assumed it meant
their change breaks a specific type of farm thats gotten popular because it doesnt rely on any interaction whatsoecer
doesn't seem very breaking imo to just change how you have to kill the pigmen
that makes more sense
wait did paper get a pr
idk I definitely saw a patchfiel somewhere
paper doesn't get PRs
kek that reminds me
we send them straight to md_5 and he closes them for us
you want my patch to fix dumb piston physics
the worldeater thing?
yee
wow
Im for fixing stupid dupe bugs like that yea
fix dumb piston physics
so you're getting rid of pistons then?
everything about them is dumb
kek
just delete paper tbh
no just a specific bug in them
If paper gave us the option to break gold farms, that would be fine by me.
where they did physics but didn't read the updated block type
is it the shit where extended pistons can be updated to break blocks?
so it duped some shit like tnt
because that's quite annoying
tbh if minecraft just had a central "block change engine" thing instead of manually putting all the logic in 1000 different places for each different interaction I bet most of the dupe bugs would go away
they sorta do
physics update is the big one
this one was just not re-reading the type after physics
they also have onPlace
piston lag
I just remembered that big project idea I had that I'll never do because if I started it I would never come close to completing it
ah what a dream

speaking of I should get paperd ready to merge
systemd
paper at 1.16?
paper at 1.16?
1.16
.spacex
(FatherWh0) A SpaceX Falcon 9 is scheduled to launch from CCAFS SLC 40 in 1 days 8 hours 52 minutes
paper spigot updates so often it's almost good for a drinking game
paperspigot
reload the website. update? drink.
@vestal jasper [Auto] We're now known as Paper.
we are not paperspigot
@slender jay [Auto] We're now known as Paper.
yes dum bot
well better find the right drinking game partner before starting
not grumpy ones, lol but thank you for informing me i will not call it that again
.wa 84 xor 2
(DiscordBot) Result: 86 - https://is.gd/LF4kx8
Wolfram|Alpha brings expert-level knowledge and capabilities to the broadest possible range of people—spanning all professions and education levels.
.wa 2 + 2
(DiscordBot) Result: 4 - https://is.gd/0gki5m
Wolfram|Alpha brings expert-level knowledge and capabilities to the broadest possible range of people—spanning all professions and education levels.

needed to see if 84 had the flag u dumfuk
Ok
Idk about syncing towny and bskyblock cross bungee but normal channels should be doable
You'll need the plugin on each server and bungee once implemented as well
.8ball is paper still paperspigot
shakes the magic 8 ball... Most likely
DiscordBot: [Auto] We're now known as Paper.
sorry its still paperspigot guys
@polar sonnet [Auto] We're now known as Paper.
.8ball is fresh dumb
shakes the magic 8 ball... You may rely on it
> me clicking This PC
> windows taking 25 seconds to figure it out and just spinning 
.8ball is your reply to this a lie
shakes the magic 8 ball... My reply is no
Fuck
shakes the magic 8 ball... It is decidedly so
,8ball is barty a big fat l000ser
shakes the magic 8 ball... Indubitably
Damn, gotchu there.
.8ball is glare a good developer
shakes the magic 8 ball... Concentrate and ask again
.8ball is glare a good developer
shakes the magic 8 ball... Yes
shakes the magic 8 ball... Maybe...
ooo
@static badge oi u wanna?
.8ball will our football team go 0-9 again for the 3rd year in a row
shakes the magic 8 ball... Better not tell you now
shakes the magic 8 ball... Yes
am busy
k
yes good shit indeed
xD bot uncrossed it's fingers

well well well
u got a boner?
@potent fossil
What
Lax wants to get in ur bed
Nice
We send messages all day from 7inches apart
...
Is that why you guys vanished for 5 minutes?
Yes
im about to kick yall
moderators
Alright I'ma go make coffee 
Make some for lax too
In that case it'll make him calmer 
@vestal jasper @unkempt portal are you both clinically brain dead
I'm defending you retard
Why in discord tho
oh you quoted my message
Yes
smh
Sorry I see how my message is ambiguous about that
holy shit guys I just opened it a min ago
no need to explode immediately 
do that on merge instead 
I ain't adding one unless devs tell me
it is a dupe so i don't see the need for one
Doubt they will. It's against paper's ideals. I still don't know why they did it for 0tick tbh
zero tick was prob more controversial than this
And I'm not clinically brain dead I did think you were joking just had to make sure
yeah this is probably far less controversial
it's a pretty obvious duplication issue
And I'm not clinically brain dead I did think you were joking just had to make sure
do you know what "inb4" means
No

how about we merge as is as if someone cares enough about it they can pr a damn toggle lol
make them do the work
imo the 0 tick toggle was a mistake
yeah that was an error
Paper and people waiting to exploit mechanics are not friends. we've never tried to act like we were
i wonder if this also fixes carpet and rails too?
with the added | 2
Yea, it's all the same underlying issue
Mojang literally never verifies states in those areas
Tripwire hook dupe ez
| 2 is just notify
and only on the air blocks
the other set types already have the notify
it was just that mojang didn't have | 2 for air specifically
if anything it just makes dumbass issues with physics and pistons consistent
well.. behave better
.wa 67 xor 2
(DiscordBot) Result: 65 - https://is.gd/d1Jgmj
Wolfram|Alpha brings expert-level knowledge and capabilities to the broadest possible range of people—spanning all professions and education levels.
yeah the other set type does notifu

lol
ordered chinese
gave me multiple fortune cookies
no, restaurant, it is just me!
its in case you didnt like the first fortune
lol
Well screw you too @dusk drift 😛

Aikar can make him leave this server too 😉
so far so good with setting up arch, though i really need to get a nicer bar
trying to set up polybar
polybar looked nice, but, wasn't available for whatever arm version of arch I got on my pi
Kinda wanted to have some universal setup between my laptops arch partition and my pi
yea im gonna save all my dot files when i have it perfect and start tracking them with gh so i can easily repro my whole system
well, look and feel-wise anyway
its really not
new package manager and you get a shitton more updates
so like, i guess, dont be a tard and look to see what updates will be applied before you do it and if such an update breaks your GUI have an idea of how to fix it (switch TTY, kill X, troubleshoot, start X, continue with life)
I just like it
I wanna give arch a go but I am also super happy with my current setup
then dont
General gist is that it's still linux at the end of the day
There are some extra headaches in that you don't have this fancy company tryna shove out ISOs which work for as many setups as possible by default, so, the installation is defo much more involved, but, past that it's basically the same
I might install it on my other laptop just to play with it
Some major pros are that stuff is consistently updated
You don't really lose anything bar commecial offerings, e.g. ez live kernel updates, but, thats for servers, where you gotta question why you'd be deploying arch on a server
ok unironically how do i stop my speakers from going above 100% lmao
thats gonna tick me off
nice speakers, shame it aint playing my song 4 u
Here, I've got a new song for you. https://open.spotify.com/track/4wCmqSrbyCgxEXROQE6vtV?si=N0O_28OtRgiUW4D5PwBneg
(DiscordBot) Spotify Track: Somebody That I Used To Know by Gotye from the album Making Mirrors https://open.spotify.com/track/4wCmqSrbyCgxEXROQE6vtV
wow
凸(ツ)凸
@heady spear the only hard part about arch is the install
Once it's installed it's ez fucking pz
Arch wiki is a godsend and the package manager is really nice to use
(DiscordBot) Spotify Track: thank u, next by Ariana Grande from the album thank u, next https://open.spotify.com/track/3e9HZxeyfWwjeyPAMmWSSQ
Yeah get out of my chat reeeee
ye, wiz
Yeah wiz
he's jelly cuz no one gives him songs
Hello @brisk harness Would you like some of our complimentary chocolate peppermint toffee banana flavoured milkshakes?
Fuck u
fk u too, what time?
better lube up ur butt
OwO
Lol, just mute every server. Life's much better that way
spotifyd + spotify-tui makes for a pretty sick experience
Block lax. Life's much better that way.
Life will be more dull and unappetizing
Eat the world
If you ever think about blocking me, call this # first 1-800-273-8255
Ok daily gym check in
I didn’t get here until 5:30 today tho
Two annoying skiddos here tho
LaxWasHere: mfw I gotta wait 10 min to talk again

me
Who do you think 
arch, disgusting
ur disgusting
pls dnt tlk to me
the future is now old man
who kicked me Aikar!
?
well 95% of kicks are wiz
CLI spotify
spotifyd to actually play the music, and then spotify-tui to show in terminal

Imagine kicking people lol
Wait I kicked lax from is
Ok kicking lax is understandable
ye, aint goin back there
If there's a fat guy in a pastry shop
With a twenty dollar bill and he's ready to buy,
In order to predict his volume change
You'll need to know the value of pi
yea not sure why anyone would be surprised giving how many warnings have been given
wat
What
thats what i said
0
give ur # to me
ffs
Someone did a fucky wucky. My network just went down. Time to see how long it takes before a family member starts to complain.
Nice!
GJ
okay i unironically love this transparency on whatever app i want
works nicely on discord
Bro you can change it in the config
F
Set it to whatever the original is for the item
Okay
@vagrant niche you gave me your number. I feel honored you trust me more than Discord
need to go drinking and drunk dial lax
👀
am i the only one that thinks this mf transparent discord is sexy
could be slightly more opaque
i dont think i like that wallpaper tho tbh
gonna find a new one
I think I have a crush on this girl but girls give u cooties
I think ima become a monk
🥵🥵
Go to bed barty
xbsx?
oh you mean ScamBox 360 and relatives
i will never buy a console in my life
pc masterrace
unironic
$400 is a joke
if i would buy one, i'd pay MAX $200
i know they skimping on hardware anyway
.g xbsx hardware specs
(DiscordBot) https://news.xbox.com/en-us/2020/03/16/xbox-series-x-tech/ -- Xbox Series X: A Closer Look at the Technology Powering the...: "Mar 16, 2020 ... ... the reins to dive deep into the technological bells and whistles that will be powering Xbox Series X. We've listed the full..."
i like how the cpu and gpu are just "custom"
my phone was like 1000 (galaxy s9+)
S5, S6, S7, S8, S9, S10
S20
It's so nice though, I charge my phone every 3 days.
Fully charges back up in 70 minutes.
thats actually crazy o.O
glare are you being real or are you shilling
you're shilling, i've decided
fk off
do you actually use it or does it just sit around mostly?
Coz, most phones can ez last a few days if you're not running background apps/running the display all the time
I use it for music about 4 hours a day and I also do a lot of Reddit , discord, and Snapchat. I don't do video games on it really
I removed tiktok after I saw it was using my mic without me even having the app open
gg
depends, some days I just kill the battery in a few hours with the odd game, other days I don't touch the thing and I go to bed having lost like 30%
My watch is the real bitch though...
My watch worked great, until it didn't.
So, if I use a cheapo charger, the battery life will dwindle down and sharply hit the point where it won't last a day even
If I charge with the bundled charger, or my OP charger, it will last a day easy, sometimes bordering on 2
that was a bitch finding that one out
Yeah , the phone came with a nice charger, it's called Super Fast Charging vs the Fast Charging 3.0, it's like 4.0 or something.
I typically try not to charge it using anything else
I just checked and I apparently average 4 hours of screen time a day
that is some rookie shit
hi im new here just wondering where do you guys host your servers
should i be asking here or paper-help
that's more general
okie cool
I generally host whereever whoever is paying wants to host, generally steer them towards places like OVH, ReliableSite themselves are amazing, but their peer is shit, so, probs best avoiding...
Saying that, I only deal with dedis, so, shared hosting is 🤷♂️
was wondering if hosting paper mc will be the same as hosting any minecraft servers
i dont really know how it works
i can just go to any minecraft server provider and host it there?
🚮
Yea, it's still java software, any competent host will let you select it from their thing or at least let you specify a custom jar
sounds good thanks for the help cat!!
I got bored, somehow this makes a lot of sense
quick pathway to Java development jobs in India
lolwut
Hello, I have a visual error that makes my users see mobs that do not move but are actually despawn, does anyone know how to fix it? :(
The mobs freeze and you can't hit them, apparently it's a visual error from the client, but I have no idea why it happens
You might get faster assistance in #paper-help
Hi @potent fossil
hi
do u still hav usenet sub
ye
show
whole thing < 15?
ya
tf
sonarr isnt being a good boy
oh I got 500+ movies now :D
boss
1.75TB left
oh thats why my shit is being slow af
Prrr
sabnzbd just queued 1200 downloads
lol, why
backlog
what the fcl
is it cuz u deleted greys anatamoy

nah i set it to go find all the dr who episodes
all the specials
of which there are like 200 individual ones, no packs
so lel
I've been watching secret eaters. Do British people eat anything other than jacket potatoes?
yea i said the other day DW is one i dont skimp on the file size
i just want it
idc
wtf polybar wont fucking use the workspace names i want
:(((((((((((
they are always like "I eat healthy. I eat jacket potatoes and chicken sometimes"
British people are Americans with worse taste in food
It's the only food over there
like some girl was like "o i just eat salads and healthy and stuff" then she had 2800kcal of alcohol in a single day
😐
but alcohol is good for your soul! .. or something
.wa 2800 kcal to calories
(DiscordBot) Result: 2.8×10^6 cal_th (thermochemical calories) - https://is.gd/U9vZS1
Wolfram|Alpha brings expert-level knowledge and capabilities to the broadest possible range of people—spanning all professions and education levels.
oh jesus
also can these shows stop saying that an average size woman is supposed to eat 2000kcal per day
it's too much for most sedentary women
Hey guys is there a plugin or a dscrd bot to show my server’s console on a channel?
congrats you saved a total of 2 letters by omitting i and o from discord
k
I should complete my PT license and make the world healthier and shit. This makes me sad 😐

tf, why are portable blu-ray readers xpensiv af
people still use blu ray 😮
no






