#general
3141 messages · Page 1843 of 4
started using MultiMC because of the Vanilla client forcing people to download "improved" version from the Microsoft store
also corrupted my instance, had to redownload it and it moves like 20kb/s
I have never actually installed fabric myself
I just click the "Install Fabric" button in multimc
UBW version 
WTF
l now also mainly use MultiMC as the vanilla Launcher is trash
are you using the right language?
like, there are multiple english-es
en_uk, us, etc
Can't you make a default for all except?
if you're doing server-side translations yes
client side doesn't have that
no, if you're using a resource pack then the translation happens client-side
adventure's GlobalTranslator class
if you put translations in there, they get translated server-side before being sent to the client, which allows you to have defaults/etc
the client reports their locale to the server, so the translator uses that
no, but basically you need to create a https://jd.adventure.kyori.net/api/4.9.3/net/kyori/adventure/translation/TranslationRegistry.html (which you can fill in with translations using the various methods on that class), then add that to the translator with GlobalTranslator.addSource(thing)
good luck! :')
@twin lagoon 
Did you use something like invoke/luigi/airflow/prefect/jug for creating workflows, or always implement pipelines directly in yaml for GitLab?
Everything sucks. Invoke is the closest to what I need, but can't do parallel stuff 
what
what is invoke
Kinda like make in Python
no
i just implement pipelines directly in yaml
i've got a template gitlab ci repository and then i can reference to this templates in other repos
so for the usual gradle build, publish, create docker image etc task i'd have like 10 lines of .gitlab-ci.yml
I have stuff that'd be cancer to implement in yaml, and just want to run single Python command.
We sadly use CircleCI which can't do anything bar the absolute minimum.
Also need to be able to trigger those tasks locally.
why is michael
why
i remember making one that just straight up compiled Paper before building the project itself (and cached the repository for subsequent builds so it wouldn't just compile Paper all the time)
but this was for 1.12.2
iirc faker.js also happened
it's amazing
shows how fucking broken the npm environment is that people pull in libraries completely unvalidated
(I mean maven is the same if you use custom repos but 👀 )
console.log('LIBERTY LIBERTY LIBERTY'.yellow);
Maybe it's actually a clever ad
so is the guy still banned from github? 👀
Oh good lord. I think I just found it and... wowza.
hello
i am using paper mc 1.17.1
i want to install plugins and mods both on a 1.17.1
is there a server software
for it
or a plguin that can run mods
not a good one, no
?
there is no good server software that can run both bukkit plugins and mods
you might be looking for sponge but as Noah says I don't think it's much good
.g spongepowered
what
😦
https://www.spongepowered.org/
Our Aim. Combining the strengths of the server and client modding communities. Copyright © SpongePowered 2014-2019. Accelerated by
sponge is fine
Ok im confused can we swear generally? like the f word? (sorry to interupt)
no nvm I'm confused
it have 1.17.1?
it just doesn't support bukkit plugins
not yet
there is no server software or plugin to run both
aha... ok ill take that as a yes xD
as long as it's not slurs and not aggressively directed at someone it's fine ^
Righto
cmon we're only 573 fucks away from 40k
that's a fuckton of fucks
you are one of the biggest
ah good thing for version pinning
absolutely fucking not
and he also put liberty in the version name so you can easily tell if you have the garbage version
hi lol
Got it... I'll never say fuck
oh my god it is the aikar in papermc general
man actually set his house on fire
been a while mate
Finally Aikar came back to ban Sherman for us jk
why the sherman slander
i havnt tinkered around with any MC server stuff since bukkit and permissions were the go to back in the day
im incredibly impressed with paper this thing is the most optimized server framework ive ever seen
Somebody at work runs npm install on Jenkins, not npm ci as we recommend, he had a fun day ^^
well where it runs wouldnt matter if your build wouldnt go changing versions w/o a dev WANTING to change versions 😛
It's not pinned in many projects and I inherit that
So npm install updates to the bad version
not using lock files? isnt it like standard now lol
how do you even not pin something these days
not commiting the lock files?
Npm install ignores lock files
no it doesnt
unless some new update to npm install breaks the entire concept of the lock file
If you got no node_modules folder
If you don't have the dep pinned but a range defined
and yarn 1x at that lol
Well I don't know much about all this shit, am just governing the npm stack at work, and I had 4 people call me that their shit broke locally and one that their Jenkins broke
everytime it ry to evaluate npm over yarn usually fails, but been over a year now
We just never switched to yarn here
I just inherited 8 webapps that am gonna throw in the trash, those will be yarn
First time in a while that I touch frontend again
how many dependencies up the tree was faker.js lmao
Colors is the module that broke for us
was it a direct dependency or a dependency of a dependency of a... you get what I mean
oh
its node.js, its 15 layers deep
But if I see another idiot running npm install on Jenkins am filing a security incident
and somewhere in those layers are is-true and is-even
lol
what do those mean in an npm context
thoe 2might be jokes, but there are plenty of trivial ones that arent
I always wonder what went wrong
But then I remember that every idiot wants to be a webdev
honestly if you ask me this sorta reminds me about event-stream
not true
I hate webdev
No I mean generally
react or webpack or smth used to (in)directly depend on it
Like, I don't like playing elitist more than I need to, but there's a reason I am called an engineer
xd
found acorn in there as well
i thought that was just an old js parser someone wrote for fun (acorn I mean)
apparently not
acorns super used
both is-obj and is-object as you would
Yeah, npm install is really annoying, it ignores lock files and gets the newest thing that matches your version ranges
yarn supremacy
Well, it won't do that unconditionally, only if you don't have the dependency in your node_modules yet
But on CI you never do
I haven’t tried yarn 2.0, but I def use yarn over npm wherever possible
both base-64 and base64-js too 
npm 8 is basically yarn 1
e
I want to get yarn 3 working on my stuff but last time I tried yarn PnP it broke webpack due to injecting core-js polyfills and without PnP there isn't much point to upgrading
https://blog.bitsrc.io/4-npm-alternatives-best-js-package-managers-and-publishing-tools-fe6779937ee9
Jun 1, 2021 ... 4 NPM Alternatives: Best JS Package Managers and Publishing Tools · 1. Bit · 2. Yarn · 3. PNPM · 4. Turbo.
webpack would inject core-js polyfills in to my dependencies and then yarn would complain that those dependencies were depending on core-js without having it in their package.json and refuse to allow the import
Am moving work to vite
I'm going to try again after I migrate projects to parcel
Yeah I don't have to care about IE luckily
What do you need core-js for then
vite is just a wrapper around esbuild and rollup, afaik
We haven't met a JS feature we don't like 😛
only just now? I feel sorry for you having to support ie
Although if I properly setup our browerslist config all our polyfills will probably go away
I love this it's a package that can be reduced to one line of code this is brilliant
Since we don't need IE I can probably drop old versions fairly aggressively
Just worried about old Edge right now
You forgot to exclude Opera Mobile
Old edge is more dead than IE for us
and it depends on 2 more packages written by the same guy
I don't know our actual browserlist
can you get nginx to filter out specific browsers? like by useragent
Useragents are dead
ah that's brilliant
how do you figure out which browser is which?
>3%, not dead seems to remove Firefox...
Do you need to polyfill Firefox?
Maybe
can I set an nginx redirect rule to match IE and redirect to somewhere else
Sure
oh that's brilliant
"fuck off"
To a page listing proper browsers and a microsoft-edge:// link as a one click solution for windows users
petition to add lynx to the list of "proper" browsers
Edge, chrome, Firefox, opera, in that order
Edge
mm yes Edg
your work used ie?
Am an insurance, SAP and shit still don't work properly in chrome
So edge is cool cause it allows to open such broken website in IE seamlessly
ohh I remember one specific tool doctors here use works only for IE
I forgot such tools actually still existed
In SAP in Chrome the select boxes don't work for example
quirks mode go brrrr
should it be styled curl or Curl or cURL
Well
There are some aspects I was thinking of
I think that safari should be the one to rightfully earn its place as the next IE
Hello
Oh for sure cat
do apple products still ship safari?
sorry for interrupting, can anyone help me out with gradle? meow
yes, ofc
Mostly because apple repeats the same mistakes Microsoft did
Only update the browser together with the OS
While chrome updates once a month
safari gets updated less than that iirc
apple do release browser updates seperatly
But, they're generally just slow to drop new shit

Apple also refuses to implement standards and instead makes their own shit
entire world agreed upon webm being a standard which should be supported
Like the webpush API, it's so nice but apple refuses to implement it
I somehow managed to make multiple build.gradle work in my project but it does nothing when I'm publishing to the maven
They got their own shit
but, apple pulled the "muh energy efficency" and said nope until last year or something
gotta get those certificates first 
can I dm you?
This is the offtopic channel
My DMs are always open, if you ask me about that Gradle thing I'll laugh at you
where we like, generally talk in here to avoid like
helping people
go use the support channels and wait.
right but it has nothing to do with either paper or velocity
wat is gradled
it's been hours I wanna die
Just ask in #paper-dev
alright
https://youtu.be/oDMlKOKr9bA
top comment 
Sign up for Private Internet Access VPN at https://lmg.gg/pialinus2
Check out ORIGIN PC Gaming Laptops Powered by GeForce RTX at https://bit.ly/39Betfc
The Samsung Odyssey G9, also known as the LC49G95T, is a 49” super ultrawide monitor with a 240Hz refresh rate, a 1,000nit VESA displayHDR certified screen, and quantum dot for great colors. An...
I'm confused lmao
I remember someone figuring out how to rotate the monitor on a slant to maximise width from corner to corner and apparently it was good for java development
I cant find it but it had funky xrandr syntax
Sometimes it seems as if all Java programmers also work on/with Spring
never touched spring
but then ive not really done java outside of mc
but, I don't know a single dev who works with sping who won't spend all day screaming at spring and then say that they like it
I think it's just a tool used to simulate an abusive relationship for lonely people
maybe that's why it's so prevalent in the dev community 
More as in, Spring has long class names and everyone loves to complain about Java having long class names
https://spring.io/projects/spring-framework
Mar 5, 2014 ... The Spring Framework provides a comprehensive programming and configuration model for modern Java-based enterprise applications - on any ...
i didn't even know what Spring was before today lmao
its a season of the year duh
can somebody kitty cannon aikar plzthx?
you do it
incredible
my cats flop on me enough as is, theyll cannon me soon
I'm glad Safari doesn't implement WebPush
I don't want more shit sending me notifications
It's funny how websites these days have their own popup to ask if you want notifications then only if you click yes do they trigger the browser one so you have to click yes twice
It's because if they trigger the browser one and you click no it'll be remembered and always be no, they won't have a chance to ask again
sites pushing always-on service workers to you is wonderful as well
as half of them are used for tracking you
Right, if I wanted your website to always be doing something I'd have the tab pinned
i'd say webpush concept is good, safari not implementing it proves even more that it's just new IE, bad actors are always out there
in conclusion teaching sand to think was a mistake
if we didn't do that we'd not have such annoyances 
oh hey Aikar is alive again
Webpush is mandatory to make PWAs useful
If stupid websites annoy you just set the default to disallow
its like they go out of their way to be asses about it
like do you really think people will care more of you annoy the shit out of them?
webpush is fucking ass though
I mean, to be fair
app notifications are fucking ass
No, I don't wanna stop scratching my ass to open your game so you can get a cent or so by forcing me to watch some stupid advert
Well any decent OS or browser allows you to easily customize that
Google forces devs to use multiple notification channels so you can even filter the good and the bad
Bet apple does it similar
Ok nevermind notifications are still a mess on iOS, right?
what’s wrong with iOS notifications
they exist
you too unfortunately exist
not like you can do shit about it lol
Sadly
Does anyone know any plugins for making custom item animations combined with moves
But. Can you search forks?
.lombok
yes
Finally kashike's tweet stream will come to an end
Now I want to play Zelda again
now installing winblows, we had a bad psu I had in storage that gave us a hiccup
but swapped to another and were rollingn ow
my nephews first gaming rig
Did you sell a kidney for the GPU?
nah reused old one of my wifes
got a 2080 from friend for half a kidney
for wife that is
so hes getting her previous 1070
Nice
not using that PSU, went off someones build list
A cousin ended up with my old 1070
I waited like a month to make sure my 3070 was solid and he asked how much I wanted for it every time he came over, ended up selling it to him for $50
just got wife a new mobo/cpu/ram too, slightly higher end than this for him. so ima wait a bit for myself.... though Amazon no interest payments is nice to spread cost over entire year
I keep building up the points instead
Eventually I'll have enough to pay for a new computer 😛
yeah well it was just xmas, didnt wanna go dropping another 1.5k or w/e it was lol
and did a vacation too
I paused putting some money in to savings to ensure I had enough for Christmas since I was kind of going overboard for it, ended up with enough extra to buy myself a new desk
Probably should have put it away but I really wanted to get rid of my old desk 😛
so uh m2 drive fit pretty well in, but system doesnt seem to see it, and it has a red light solid on but it seems like that can be normal for activity light, though reds a poor color
any common snags? screwed it in
They're supposed to be keyed for that but I've seen a bunch that are B+M even though they shouldn't be
or well im confused, seems i ended up with a diff one on order: https://www.amazon.com/gp/product/B07GL4M3HX/ref=ppx_yo_dt_b_asin_title_o08_s05?ie=UTF8&psc=1
MS30 is an M.2 (NGFF, Next Generation Form Factor) high-speed solid-state drive of the latest generation. It has the latest SATA III 6Gb/s transfer interface and offers excellent transfer efficiency and compatibility. The capacity of 22X80mm comes to 2TB, which is capable of satisfying all kinds ...
guess that explains it, need to move to the other m2 slot for data
dunno how the hell ended up with this one
Yikes, unless you're pressed for time I'd try to return it
NVMe should be like $20 more at most and will be like 4x faster
yeah looks like i had a tab open to this one
Hell the Silicon Power one is actually cheaper
and looks like this is more expensive than some nvme ones
It's not like one of them is a big well known reliable brand either
Oh, Intel got rid of their SSD business
my friend said he didnt even know they made sata m2's lol
@warm anchor not yet, wife and nephews atm
need help lifting that rock?
i was a bit confused on why it was only 400M~ speed when i looked at it
i did think that was off
Hi, does someone know how to fix this specific error?
i've been removing these entities by hand for now by going to the chunk and fixing it but i'm getting tired of this.
If someone got a solution or knows what causes this pls tell me.
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
@golden gust rock lol?
Yea, the one you've been stuck under ;P
i honestly dont know how the fuck i ended up with this drive
its not on the build i was going off
but i had a tab open for it
Nice. I roughly recall a video of your pc that struggle to run Minecraft 
it didnt struggle, but vs what I use to do, i def feel the pain
I was suppose to be doing one for myself, but my wife supects hers is failing too so I got her first
and nephews been saving up IOU xmas/bbirthday presents now to build him one, so finally cashed them in for him
yeah we get to avoid gpu cost thankfully, friend sold me 2080 for 600
That’s not too bad!
so got that for wife, and gave her gpu to nephew, ill keep my 970 for time being on new system
That’s gonna be a great bottleneck but I guess if you don’t run 4K and higher frame rate it will be ok
or get this new 100$ gpu i just read about! lol
This cat has started forcefully laying on me, purring so loudly
one of the many primary cat functions
as well as diluting the % of other materials which make up your clothing
Does purr mean they like you or are annoyed I forget
it can be both, but usually is happiness
she put herself there, so she doesnt have a reason to be upset
and there is a laptop cooler pad under laptop so its not suffocating 😛
of course isnt the best still but usually elevated in lap when there isnt a dang cat there
am not here to shame
now i got to get rid of this damn bad psu before i mistakenly try to put it in another machine
can relate
I have 2 cat beds on my desk so they can sit somewhere other than on me
shes gotten so more affectionate, laying with me all the time now
yeah it generally works
but like, no the cats are still all over me, esp during meetings
only cat beds my cats know is, tree, me, couch
now i kicked dogs off couch she will sometimes lay in the spot beside me
as we speak @golden gust
ah, nice 😄
You let your cats on the desk?

the cats don't play with plugged in cables
yeah mine dont either, now bottle caps? stronger than catnip for grey cat
Not yet. Until he/she decides to DenWav
I have had my cats their whole lives
XD
I know what they like and don't like lol
Aww, your cat is adorable, Aikar
yea, our cats where fine with cable
Cats generally don’t bite cables
My youngest cat sometimes tries to bite cables
these cats literally greet us at the top of the stairs in the morning, and will claw at door if sleeping in
Haha, a very cat thing to do
all these damn pets cant stand being away from me
when we went on trip over xmas, had my cousin come let dogs out, she said they were fine. im like what? thats alie lol... when we get home, its all quiet, im like wtf, somethings wrong
soon as dogs saw it was me, they blew up extreme. im guessing they were thinking it was her coming in and not me, and only blow up like that for me
Lol, wow
Your dog is shy to stranger 
oh no they arent, they go nuts at sounds, but calm d own when persons close to a give me attention whimper/whine
you guys let cats in your house? 
Mine have been outside their entire life lol
domesticated cats should stay indoors. They live much longer and don't ravage local bird populations
they can sleep in the barn
ferral / wild cats obviously should stay outside
how you gonna get the cuddles and attention of a cat when its outside

yeah shes a melting fluff ball, dog is all stiff and squirmy
dogs are objectively less soft than cats
yeah but you get more
dogs are boring
lmao
cats are liquid
true
i think we had like 10 cats at some point lol
i love em both but yeah dogs dont melt like the cat
now we have 4
I (had 4 up until last Sunday ;-;) having 3, can confirm they are not boring
You can't change my mind lol
true, our house is also always a mess when it rained cuz mud and dirt
ours has a fine coating of dog hair
daily robot vaccum helps
we have one
but yeah mean reason the cats arent allowed inside is cuz my moms allergic
it chokes on ours lmao
we have a roomba
it is just not very effective
having a cat that is only outside is weird imo, but if it's a feral barn cat then that makes sense
not the same as a domestic house cat
they were pretty much born in the barn, well some of them at least, others are strays that we adopted
so it was that or being dead i suppose 
Is having a cat the pass to join the dev team 🤔
i dont think mini has a cat
gotta love tacos
or cat, ironically
any exceptions for allergic people? 😔
cat is a cat, so that's a weird exception to the rule
you gotta be a swiftie
but like, who isn't
But Den, Cat, Aikar 😩 Sweet cats
we don't know why we keep him around either
Electronicdog
what a scam
FLOOF
cat betraying cats
Not mine tho, my best friend has him and another cat
What a sweet face, so elegant and these black stripes
He's kinda like "whaaaaat, I want also fish!"
Is it a Maine coon
damn
2nd pic there
This is back when he was little and actually sweet and not an asshole ^^
I would go for cats over dogs too I guess, but idk how I feel about inside cats and stuff
hey ryan
hey billy
😄
YOU ARE WATCHING!
Hey Ryan. Hey Billy. (Full Video)
SOCIAL MEDIA!
Facebook: https://www.facebook.com/epicvideosuploader
Instagram: https://www.instagram.com/epicvideosuploader
THANK YOU FOR WATCHING!
#epicvideosuploader #memes #viralvideo
Omg 🥺 why can't people love little baby cats and especially this one
a true classic
anyone with synesthesia? currently writing a plugin and static variables taste orange.

discord-is-predictable question: If I want to get the attention of as many people in a private channel that only a special role has access to...
- Will at-everyone only ping those with the role (and admin perms), or does discord do something funky and give everyone else a ghost ping?
- Is it worth doing at-everyone and at-special-role to catch folks who may have set one of the two ignore notification settings?
- Why is discord so frustrating?
it'll only ping people in the private channel
mfw when i send an email about a job, saying i have attached a doc with more info, and forget
- yes, usually
- only people in the same channel will get it
- if you really want people to notice as some people do disable at-everyone, but, generally kinda best to respect others things otherwise
- because dumcord
kek
Time for ... plugman. 
i swear ACF keeps shooting me in the foot
i finally got it to work on spigot and now its borked on sponge 
cloud go brr
meh
what the genuine fuck lmao
Oh ye I have to go play with sponge now that api 8 is frozen
I just want serbr with good offlineplayer api 😔
Huh, so looking at it purely based on weight the entire ISS could be launched on 3 or 4 Starships
the payload volume is pretty large as well, but yeah that would be a bit tight probably
but, er, nasa...
Yeah, the volume looks like it would only take 2 Starships to make an ISS, thing is freaking massive 😄
the launch is at least the thing that could work. Im not so confident about the landing part
You'd have to make one that is pure cargo hold and add a door and such
Yeah I dunno about catching the BFG
landing part would probs just be "throw it in the ocean" more likely for stuff like that
Or whatever they're calling it these days
otherwise you'd need more fuel, etc, maybe not worth it
Oh yeah, the 150 metric ton launch is probably for a fully expendable launch
Unless you really needed to put it all up in a single launch that like it would probably be cheaper to do a few reusable launches
well, they kinda need to land the booster, throwing away 30+ engines gets expensive
But yeah, I can see them landing the upper stage no problem, they're doing that kind of thing already and did it on a demo version already
depends who's paying for it, really
Catching the booster still sounds insane
and the booster landing (or it actually flying, the soviet N1 rocket also failed at that because of the engine count) is the part thats still missing
launching rockets KSP style
The "real" version of the booster has even more engines than the one they have on the pad
they changed the amount of engines so often that I completely lost track of how many it actually has now 😄
iirc the plan is 31 now
The one they have set up for their first test launch is 27 I think
last one i saw had 4 
yeah
starhopper had one, the Starship prototypes had 3
didnt really follow after that
launching rockets seems daily business now
They're kind of stalled right now waiting for FAA approval
for the last year not much has happened in terms of starship, they need some sort of approval from some environmental agency (idk, don't know US bureaucracy) and thats still missing
Supposedly the FAA didn't know they planned to do orbital launches from Boca Chica or something
So the environmental review for doing an orbital launch takes a bunch of time I guess
https://maps.esri.com/rc/sat2/index.html 19k sats in space 
apparently the FAA is planning to release the final approval/disapproval at the end of february
They got a Starship all put together, got a booster all put together, tested stacking them at the tower, etc
Then they've just been waiting to push the button
i'm just waiting for the day you get that scene from Wall-E irl
I fully expect the FAA to approve it, but who knows, it would throw them back quite a lot if they don't
i have a method that throws 3 different exceptions. would it make sense to have another method that calls that method and throws a single wrapped exception to make it easier? like i have scenarios that need to handle those 3 exceptions differently and scenarios where i can handle the exceptions in the same way
public void someMethod() throws Exception1, Exception2, Exception3 {
...
}
public void someWrappedMethod() throws WrappedException {
try {
someMethod();
} catch (...) {
throws new WrappedException(...);
}
}
or would it better to leave it to the caller instead of throwing one warpped exception
not an API. it's just used internally so not user facing at all
That's basically the only real concern between the two ways of doing it
After that it's whatever
bearing in mind that you can get the wrapped exception if that's needed, not super nice but, can be used
what do you mean by get the wrapped exception?
new RuntimeException(ex);
you can get ex back from the Exception, pretty sure it was getCause or something
oh thats what you mean. get the exception that was wrapped
ah yeah. i haven't really seen that used much
Any suggestions on how to make sure admins never abuse on an smp?
dont get 12 year olds lol
He is actually 13
He knows about configs
And has a server
And knows how to deal with it
Should i accept it?
well i wouldn't accept anyone i dont know
how can you know if they're trustworthy if you just accept them when they fill in a random application
gotta start em down the ladder and if they're good at what they do they'll get promoted etc
could always yolo it but from my experience that doesnt end well often
Should i:
-
Get him on my test server and lets see what he does
-
Promote him to admin and watch him and see
-
Promote to moderator which has nothing to abuse but see how he works on server
well depends what you need, if you desperately need staff 2 is an option, but yeah usually should go through moderator first
see how they deal with pressure and people shitting at them lol
lots of people snap and go on a rampage
could also have coreprotect but dont give them access to purge data etc
then you can always roll back in case they do go bonkers
I want admins to be able to take action when server goes offline
Fixing broken plugins
Etc
So they would probably have access to parts in panel
What parts do you suggest?
What about world
Should i give worldedit access (fawe)
I mean i already gave * but still necessary to take care
Should i give access to server files? For example today server went out of space
And went off
No. At that age kids aren't emotionally developed enough to have an authority position like that.
Don't give them any potentially destructive abilities
Well in that case it probably doesn't matter
My assumption was that you were talking about a larger server and received a staff application
Only you know how much you can trust them
Though it seems like your issue can easily be solved with just having the server automatically start up when it crashes for whatever reason
Sounds like you have a larger issue at hand if you're running out of disk space so easily
accident waiting to happen

38 GB space seems like a weird number
IDE.
lol
I don't even want to know the read/write speeds of that thing 
Enough.
read/write? Sure can!
not enough*
smp? survival mp? which reminds me... I was running small 1.16 survival testing server, without WB
Daily cursed question.
Why does LibreNMS have a better documentation on how to get SNMP fully working on OpenWRT than OpenWRT does? 
Yep.
Nope.
no ipv6?
idk anymore lol woah ig only those good old linksys routers are dead then
Nah. Those will live forever.
Maybe.
think I have 3 with dead PSUs lol
Time to invest in some over voltage protection.
😫
idk how much they can handle tho
since I've switched to pfsense... I'm happy with that :9
I just use OpenWRT for APs.
ah
Made a whole auto setup script. Now I want everytime to work.
And I mean everything. 
Used to have 4 of them. Too many issues, so only 1 stayed.
huh?
Ubiquiti is hell, if you want some "advanced" features... like non painful device handoff.
that's nice... ig ill be in it for a fun ride then
but yea... I already started noticing, basic stuff is all good and fine... if you want more, some stupid software and idk what else 😐
online account for management - another "great" idea
It's amazing, when a device decides to "orphan" itself.
Have fun getting it back without a reset.
lol
hey can someone help me?
I wanna know if there is a plugin that gives people rewards for being afk in a certain area
Hi
wut
did you actually restart your PC after installing new ram?
because from that screenshot it looks like 24gb is showing up, but only 12gb is usable
yeah just 12 usable
yep
i only had 8gb at first
and then added 16
so it seems to only be using a 8gb and 4gb?
Are the same brand sticks installed in the same channels
Dunno if it would make a difference
let me check
its probably 8GB 4GB 8GB 4GB iirc?
do you have integrated graphics on your cpu? that could be reserving system memory for vram
i know by default, my system reserves like 2GB of my ram for intel integrated graphics which is pointless since I have an actual GPU so I had to disable it in bios, but it showed up the same as yours with the whole "usable" part within windows, had 30gb usable out of 32gb
You can't give more than 2GB to the iGPU.
Probably BIOS detected stick incompatibility/stability issues and disabled them?
Or msconfig...
They are corsair vengeance lpx ddr 4
I have the sticks like 4gb 8gb 4gb 8gb in that order
Ryzen cpu
12288MB...
Mhm
So, you only have a 4GB and 8GB stick working.
MSI 
how is windoze picking it up tho
also he's not the first person with such issue
The BIOS can disable sticks to still boot, but still reports all of it.
Just reserves the "dead" part.
they should add salt to MC so we can craft salt soups. water bucket + salt on a campfire = salt soup
interesting... would expect it to just not post? It's not IBM server lol
but ig ur right... 🙂
mobo?
Yea
So, what is the order now?
yea now I'm wondering if channels are a,a,b,b not a,b,a,b
I also installed an ssd😭 and ain’t ever got that work
But yeah, it is a daisy chain topology.
well yea, that screen is from B350 TOMAHAWK manual lol
I lost that manual a long time ago
So the 8GB and the 4GB sticks must have different transfer rates
MSI B350 TOMAHAWK gaming motherboard supports AMD® RYZEN Series Processors for socket AM4 and up to DDR4-3200+(OC) Memory, bundles with M.2 & U.2 SSD to provide the best VR experience with its strong performance
And it disabled one of each rather than trying to lower them to the worst of the two?
dead hdd
Windows on HDD, HDD seems to be on its last legs or is doing a lot of small random reads
About CrystalDiskInfo A HDD/SSD utility software which supports a part of USB, Intel/AMD RAID and NVMe. Standard Edition Shizuku Edition Kurei Kei Edition Download System Requirements OS Windows XP/Vista/7/8/8.1/10/11Windows Server 2003/2008/2012/2016/2019/2022 Architecture x86/x64/ARM64 IE 8.0~ .NE...
I have ssd but nothing on it
Yeah that would make it start slow
Never figured how to put startup on ssd lmao
You have to reinstall Windows
Well, you don't have to but it's probably faster to reinstall and get things set back up than deal with moving it if you aren't experienced with that kind of thing
Yeah I bought a flash drive but it was a fake size
Like it was suppose to be like 256gb but really it’s 16gb
scam 😐
why does windows swap 856MB when I have 16GB of unused RAM lol
cause windows
An SSD is the single biggest upgrade you can get as far as noticeable performance boost
yea but don't just install minecraft there? u gotta like install whole system there
load counters are basically useless
I tried to install windows on my pc last time and it wouldn’t select ssd
Even tho I can see it
depending on setup there are sometimes other requirements
dont worry i am here now
bye cat
windows moment 🙏
moving out unused memory pages is easier to do now vs tryna shuffle stuff around later
I like the linux way, where you always have 90% full ram for disk caching. it at least makes you feel like the RAM was worth buying lol
linux kinda does the same with the default settings
but, yea, more beneficial to put ram towards caching vs holding unused pages
I would say no. if you dont instruct it to wipe it...
I mean, if you don't touch the HDD no changes should happen to it
if you wanna be ultra safe, unplug it
ib4 cosmic rays
like cosmic brownies
does someone know how I can extend the sidebar so that it also occupies the red thing? I need more sidebar and less console
@warm anchor did you watch arcane?
It's really good actually. Just finished the first season
curious if anyone uses brewery plugin - trying to make the cook particles happen instantly but it seems like it only counts a color effect at one minute onward? am I wonrg? when trying to leave it blank it doesn't work and 0 or decimal errors a reload
okay so like wtf is the process for getting your hands on a PS5
just all these random stock notifier sites that may or may not work?
HZD was such a good game that I've decided to buy one just to play forbidden west
Mfw there's a music video with random starship in it
Alesso & Katy Perry - When I'm Gone (Official Music Video)
Download/Stream "When I'm Gone" ▶ https://Alesso.lnk.to/WhenImGone
Use "When I'm Gone" on TikTok ▶ https://www.tiktok.com/music/When-I'm-Gone-7041378702222968834
Director: Hannah Lux Davis
Producer: Collin Druz
Executive producers: Brandon Bonfiglio, Luga Podesta, Andrew Lerios
Produ...
Since it's filled with product placements, I wonder if SpaceX paid for it
okay but like there's already a song called that https://www.youtube.com/watch?v=cmSbXsFE3l8
iTunes: http://smarturl.it/morepitch
Amazon: http://smarturl.it/PitchDeluxe
Google play: http://smarturl.it/pitchplay
Music video by Anna Kendrick performing Cups (Pitch Perfect's "When I'm Gone") (Director's Cut). (C) 2013 Universal Music Enterprises, a Division of UMG Recordings, Inc.
#AnnaKendrick #Cups #Vevo
I love Anna Kendrick, but how is that related? Lol
Wait what exactly are you referring to?
the name i assume
there's already a song called that
Also if anyone has worked with the plug-in and making custom drinks plz Dm me to help me understand it 😳😵💫 I’m just confused on a few things. 💜💜🥰
my internet company is trolling me hard
new marketing material dropped
oh god, reminds me of something I did years ago for gian or somebody
Buzzword, buzzword effects.
Blah blah, blah blah blah blah blah blah blah blah ....
Click to blah blah blah
was basically a random library designed to basically act as predicates from a config
@warm anchor 
It’s been 5 minute since you wake up. Why ain’t you online in density yet @waxen panther zzz
@waxen panther 
work first 
buzzwording my way to customers
oh no what did you do
i mean i might be buzzwording my way to sadness but it actually is a really cool feature
and surprisingly fast, thanks to big man redempt and actually compiling the expressions once rather than every time
I just realized the reason my stuff didn't work in an exam earlier today was because I forgot to reset a pointer back to its original location after working with it
that cost me probably 20 or so marks
fml
noob
if thats the only flaw in it then its probably fine
does anyone have ping sounds on
i just want to do one ping
for a test
it might not even release a sound
will take 5 seconds max
sure
you can ping yourself
Just start randomly pinging people like electroniccat and see what happens. 😈
lol startmc.sh is offline
Is startmc.sh started by an sh file?
depends
on the os
do you know where I'd find the start flags/jvm variables for a proxy?
I haven't run a proxy in a long time, but I forgor the flags to start the proxy lol 💀
#waterfall-help pins for waterfall
#velocity-help pins for velocity
thanks
I'm only doing this cause I want to provide feedback/a suggestion to a minecraft server
it was 7 month mark of trying to get abs 8 days ago and i didn't notice until today
smh
I didn’t notice any abs either 
Savage

jesus 7 months? what’s your body fat %?
barty u should know better than to ask that
jesus it's been 7 months already
Cool, we get Juneteenth off this year
Well, that's a Sunday but even better we get to pick if we want the Friday before or the Monday after
Usually they just do the Monday after for Sunday holidays and the Friday before for Saturday holidays
monday off with early fridays is common here
which means then take off even earlier on friday 'cause no time to get started after lunch on anything new'
is there a way to tell if redstone/pistons/... are lagging teh server?
from timings?

what's the shield thing?
Sponsorblock <3
i sponsored paper can i get a discord role lol
i sponsored both on GitHub and OpenCollective (2$ total), my username is QuanTrieuPCYT
That extension seems kinda useless for me tbh
Ty!
Really isn't
Skips all the in Video Sponsor sections
Skips dum shit in music videos at end or start
It’s only available on pc and I never watch videos on pc
YouTube vanced has it too
Even then not much I can just skip with the arrow keys :p
Complain to apple that they still try to enforce the app store monopoly
Only if you jump thru 100 hoops and renew every 30 days or smth stupid
Yeah the only issue is that you have to be near the pc
So it gets renewed
It’s done automatically though
So as long as you have your pc on, it’ll work
There's YouTube++ tho for iOS
Doesn't have sponsorblock tho iirc
It's on altstore
Or well, cydia
bleh, don't you have to pay $99/year for that and resign the app once a week?
No
The once a week part appears to be true?
I guess they don't require you to join the dev program to sideload apps though, only to publish them?
I'm thinking my next phone is going to be an iPhone
If the SE 3 has 5G I might go that route instead of getting a big boy, they're pretty expensive
What do you need 5G for?
Oh crap, I probably won't be able to do tethering on an iPhone so nevermind
That'd be what I'd want 5G for too, better performance when tethering
Is that actually noticeable compared to good 4G?
That's bad for avg, lol
Vodafone has 80mbps avg here
Max is 500 but I never measured that
But I got 300 down before on 4.5
I live in a "city" of 80k people
I think we only even have 5G over like half the city right now
5G deals with congestion better iirc
So when you have a few towers covering a large area it should be a noticeable win
The biggest improvements only came from mmWave of course but that only exists in sports stadiums
Here is the rest of that chart for US carriers
Millimeter wave is such a meme
Stadiums are like the only usecase, but like, there I wanna watch the game and not Netflix, lol
Yeah they do some thing with Verizon at least where you can see all the cameras they use for TV
Ah that's cool
Speaking about carriers: https://9to5mac.com/2022/01/10/t-mobile-block-icloud-private-relay/
Earlier today, a report indicated that some European carriers were blocking the Private Relay feature introduced by Apple with iOS 15. This feature is designed to give users an additional layer of privacy by ensuring that no one can view the websites that they visit. Now, in addition to some carriers in Europe, it appears […]
Saw this this morning
Carriers get angry that you force them to peer all your traffic by using a VPN
Supposedly it's only if you have their content filtering option enabled but some people say they don't and it's still blocked
They don't want your traffic to leave their network because then they need to peer
But yeah, using a VPN means their local Netflix, Youtube, Cloudflare, etc caches aren't used and they have to pay more
And they can no longer extord big providers to buy traffic
And they no longer can inspect traffic
This is a real threat to carriers
Although peering at that level is about the hardware and space required for the connection, not how much you use
I'm surprised European carriers are even trying to block it
That feels like something they'd get smacked down for
Yeah will be fun
give it another 10 years and we might have a law for it
EU is fast on smacking shit down
In the US we might have a law banning VPNs like that, yeah 😛
@cunning raft
dark eye dragon wants your attention
i thought it'd be prudent i ping you right away (as your time manager)
why does mc not have different keybinds for different versions, or why does it have to reset every time you change version
so annoying
Yeah, I have different folders for each version. That way new config keys can't be yeeted.
kinda dum tho
Join MultiMC
@worn ember
Twitter, explained in 15 seconds https://t.co/4dp4qytgwf
16366
68949
Lol
is paper website down
no
How in Minecraft mobs do not despawn when only placed into a let's say simple farm made out of fence? The game has no way to tell....? Seems I am failing to understand how the mob spawning works
Once chunks unload, the game despawns the mobs when player is far outside the range correct? And respawns them randomly again when he enters?




