#general
3141 messages · Page 1918 of 4
lol, yea
I mean, I saw that a few weeks ago as I was testing something with a fedora VM
and, like, I kinda get it, but, it's not like live security updates haven't been a thing in the ubuntu scene for years so, idk why they have to make it do it on restarts, etc
Might be an selinux thing?
you can still upgrade in place last I knew
System is so locked down it can't upgrade itself until/unless it enters a special mode
wave
hello Paper
What's velocity and waterfall
waterfall is to bungeecord what paper is to spigot
velocity is what you get when you take what you learn from waterfall and make a whole new proxy
Velocity is waterfall without bungeecord
Forced digitization and work from home fueled the need for hiring tech talent for which organizations were willing to pay a little more, resulting in the average tech worker’s salary to reach $104,566 in the U.S.
Apparently I'm horribly underpaid
Continental wide averages are completely useless
If you wanna compare yourself, do it locally
Amazon will boost its maximum base pay to $350,000 for corporate and tech employees, from $160,000 previously, as part of an overall increase in total compensation intended to help recruit top talent and retain existing employees.
US-wide averages are useful when the work is mostly or entirely remote
I guess
I'm not in the same state as the company I work for
It's an 11 hour drive from me to work 😛
How do I check if a gamerule is true/false in my server?
Phantoms arent spawning after 4-5 days no sleep and I suspect maybe insomnia is off
/gamerule foo, also #paper-help
And people still say you should do cobol to make big bucks, s m h
That was still true when I got out of school but probably hasn't been for at least a decade
I catch myself still saying it though
Yeah cobol will put you over than that in US
our pay scale is insane
Err, the thing I just posted says people who think programming means configuring babel and writing JSX make more than COBOL programmers
(a surprisingly large portion of my job is configuring babel and writing JSX)
US wages are often in flated because you pay less in taxes but more elsewhere, etc
though, when shit goes good, I think that you can win pretty nicely in the US vs much of the rest of the world if you get into the right areas
Who and why invented using "I" at the beginning of interface names in some apps (Forge for example)? Is it sorta styling or something? Have you ever used such styling in the past?
Yes, there are many places where people sometimes denote what something is with a prefix.
I forgot the exact name of it.
Hungarian notation is what it's called.
Sounds like ye olde cpp thing...
It's more popular in some languages than others, C# loves using I to denote interfaces.
it's ew
all my homies hate hungarian notation
I think Java does a better job at it by actually using good naming
List (interface)
ArrayList (implements it)
LinkedList (implements it too)
Thing is that List works because it explains a wider concept
it's a list of elements
then you get down to the actual implementations, an array based impl of a List, a linked impl of a List
hungarian notation is weird and not something I personally aim to use, ever; but, at the same point, when the goal is to abstract everything, you get down to the case where naming an interface is ass, and so you either overcomplicate names, or, just prepend it
I think that part of the horror is that much of these things where put in place back 30 years ago when computer monitors where smaller and IDEs where dummer
These days your IDE can natively hint towards all the crap which these "standards" aim to do in a much more productive and efficent manner, especially cross codebases/teams
okay, maybe not hungarian, hungarian is more about field names; there was a more apt term for classes named like that, I think? but, bleh
It depends on where and how it's used. The entire concept became a thing when programming languages didn't have types, or rather, everything is a number. There I can see Hungarian notation being useful, because you want to know what you're actually storing in that variable. I think an extension of Hungarian notation where you don't abbreviate the type, but actually spell it out is much more sensible and more commonplace. Wouldn't be the first time I converted strings to integers and named one of those "stringNumber" or something. And you could argue that naming a variable just the type (e.g., "String string", "Exception exception", etc.) is just this extended form, you're just prefixing an empty name. And this is really quite common.
I think the point is, like everything, Hungarian notation can be useful, just don't blindly follow it.
I suspect that "I" in forge goes from the mcp days when that hella old decompiler they used did hungarian notation for simplicity of reading interfaces...
I mean, they use mojmaps by default now
Fabric > Forge
change my mind
guys is spigot working for you
It's not
issue is known and being worked on 👀
Soon™
phoenix do you love god
I love dogs
lol
is phoenix an actual bot
if phoenix is a bot, pretty dum bot
at least I'm not a cat
WOAHHHH
I will fite you
webhookkkkk
IRC is bad

"stablecoin"


tether is a meme
buy the dip?
oh wait i sent the wrong chart
because you see
it is supposed to be constantly 1 USD
but apparently it's now 0.53
do I buy this dip?
absolutely not
it went to 23 cents lol

Hopefully tether is next
I don't believe it's actually backed by what they claim

TIL Philadelphia had trolleybus lines, still has the wires up for them, but replaced them with battery electric busses
tether money printer go brrr
It’s not, we know it’s not
But then winter hit and they couldn't run the EVs anymore
i've got a discord bot as a joke that alerts me whenever tether dips below 1usd
that's when you know they've printed another billion usd
great, that's two people printing the usd
Hell some of their holdings are fucking crypto, the same thing they’re hedging against
Fucking brilliant economics
Printed another USDT, you mean
Tether is supposedly one of the top 5 US holders of US commercial paper
there's also USDC and DAI
None of the others in the top 5 had any idea they existed
supposedly they don’t actually hold much cash though
Well, sure, US commercial paper means unsecured loans
Well yes they don’t hold much of that either lmao
Like, you give Apple a loan for $20b and don't take collateral because you know they're good for it and the collateral would be "here is the company, good luck"
Like time I looked they claimed over half their holdings were commercial paper
Which, to be honest, I'm pretty sure meant unsecured loans to bitfinex
Mine is large too, very large actually, and everybody who’s seen it has always been impressed with its size
same
A big addition in #326: Paper now supports the Alternate Current redstone implementation as a faster alternative for vanilla and Eigencraft! You can activate it by setting "redstone-implementation" in your paper.yml to "alternate-current". #ThisWeekInPaper
TIL paper has a twitter
yesss! we're trying to be more active there with the weekly thingies now
AC is not only significantly faster than eigencraft (redstonewireturbo), it's also closer to vanilla mechanics and stable in the areas where it deviates while eigencraft is random
The deviations from vanilla are basically bugs that it fixes with directionality or locality making your circuit do different things
It still has some directionality cases but not as many and they're always the same direction while eigencraft makes them intentionally random
for a second I thought you are talking about air conditioning
tldr everyone should use the AC redstone implementation

I think the randomness in eigencraft was meant to make you not accidentally build things that were dependent on a particular behavior
Instead people immediately started using it (even the creator afaik) for RNG in their machines
I think part of the fun was down to the implementations of java collections being a core part of how redstone works, 😄
or, well, at least that was one issue I had elsewhere while looking into something
As per my understanding, the randomness was a request by Grumm, who preferred it over any kind of asymmetry.
cool, put it in discord for people who don't use twitter
lol I think he has AC on a highlight 😄
I could see Grum asking for that though
Flip a coin on any given day and I'll probably change my mind about it
(get it?)
Unless there is a plan to make the problem go away in the future (which doesn't seem possible) I'd rather have it be consistent though
There are a lot of sites that offer a RSS feed of twitter feeds, maybe thats an option for you for now?
If there was a plan for it you'd want the randomness to ensure people don't ossify the existing bugs by relying on them
What do the leaks say, is it worth watching google I/O?
starts in 20 min iirc
Yeah I know
pls announce pixel watch
If the pixel watch doesn't have week + battery life I don't want it
I got so used to that on my Huawei watch, easy two week battery life
a good smart watch to replace my fossil hybrid watch would be epic
aslong as it has NFC i will buy it
that reminds me, I get to switch out the battery on my gf's Oneplus 5t in a few days, that will be exciting
I even got fancy glue to glue it back together
Any ssh pros here?
stop coping 
ssh is short for sssssheeeesh
Nah, just proud to announce mapping more buildings
Just ask your question instead effectively asking to ask
@true canyon 🥺
those are some sick features ngl
But I want the devices! 🥺
I'm interrupting the Yankees game for this, gimme 6a already
I'll wait till I can watch it at 2x, lol
Srsly. I need 6a, sitting on my 3a now.
those automated summaries are sick
Now we're finding out what birds are bothering us
meanwhile apple watch series 7
government drones*
1.5 days
AppleWatch™️
What are birds? We just don't know.
The government drones are just protecting us from the hog invasion
You know even if you own a non-applewatch, people will still ask if that's from Apple

lmao
CIA drones are just a cover up for a war against emus
atleast in US that's largely the case
I've thought I might want an Apple Watch a few times but the battery life sucks and you have to have an iPhone
oh, wait, that already happened
On the other hand if you do have an iPhone and get anything other than an Apple Watch you must like pain
yeah AppleWatch last for a day with normal useage
Oh yeah, the British lost a war against emus, right?
I kinda stopped wearing my watch recently because I just can't be arsed with it atm, especially as I need to get a new charging cable and maybe replace the battery, etc
was in aussy land
idr when it was/the parties involved, but, 😄
I think that the thing with watches is that they charge at a decent rate that you can kinda work it into your schedule
Like, I'd often just slap mine on charge when I went to do the morning S's and put it back on as I was leaving, or charge it when I was at my desk doing nothing, etc
I wear mine for 12+ hour a day, when I sleep, I put them on my nightstand charger
Yeah I end up charging mine while at my desk still but it's nice to only have to do it every 4 or so days
so it really isnt an issue for me if battary dont last for more than a day.
Wearing it at night is the whole reason I have it
yeah i have like 3 apple devices atm, they all work nicely together
the days of having to worry about my phone not shitting itself randomly are gone
or overheating in pocket because ??? android doing some bullshit again
for me it was not needing to wear the armbend that holds my phone for when I was out jogging
My big thing was sleep tracking and also just generally the fact that I leave my phone literally everywhere just cos I get distracted, and find my phone on the watch was a blessing, not to mention notifications so I know if I need to go find it or not
The way he says knowledge keeps making me think of the lambo guy
Forget his name, some grifter
Tai Lopez
New feature for nest hub max, just stare longingly at it and ask questions, no "okay Google"
A watch with a blood pressure tracker would be awesome for me, no more fiddling around with the annoying arm thingy
you need access to a normal blood pressure device to get a baseline
and laws/regulations make it slightly difficult for smartwatches to havev one
I have 2
but i know the samsung smartwatches have it
"the growing android ecosystem you will hear about in a few minutes"
I'm not looking for accurate values, but for trends over time and how my blood pressure medication is working
There was the teaser
austria is one of em
Does anyone here happen to know the script formatting for the BiomeTweaker mod?
Cuz I wrote 3 little scripts and i thought they where fine but they don't work
Oh Pog i might get one of those if there won't be a pixel one
My phone is already Samsung so at least it fits :D
will samsung ever fix the fucked up snapchat camera? i wonder
like why is the snapchat camera so much better on iphone
one of the biggest issues with android is the camera API sucks donkey
Because Snapchat on Android is programmed bad at least from what I've heard in the past
because iphone doesn’t have a million different series every year
amongst other reasons probably
Iirc they used to/did take screenshots of the camera feed instead of actually take a picture
i heard it was something to so with snapchat doing a "preview" of the camera without actually hooking it
*to do
and so any app wanting to do stuff with the camera either gets limited from said API or does stuff to try to get around it which ends up sucking and getting into hardware specifics which ends up sucking
Okay back to i/o that looks awesome
Like, so many camera features basically end up on relying on device specific APIs outside of androids built in API
I'll probs watch the highlights, I just wanna facedesk right now
nobody here knows BiomeTweaker?
I mean, this is far from the best community to be asking about mods
See I'm already back in bed the third time today to avoid facedesk cat
@mental meadow uwu
uwu 😊
It's way harder than you think to find help for some mods
I've tried multiple subreddits lmao
And a few github pages
lol humble bundle is doing a steam deck bundle
The 6a is supposed to be today
project shield sounds like something Tony Stark created that caused Ultron
SHIELD was the program, dude with the eyepatch was the boss
I wish they didn't make their 2FA like Apple's where you use one of your other devices to verify
I prefer TOTP
Hangar supports totp, security keys, and using your phone as 2fa
a feature that will never make it outside of the US
runs
Niiiice
The last two times I factory reset my phone I had to burn a recovery key because only a phone could verify a phone, apparently
I already use privacy.com
I always feel like when Google talks about privacy and data protection they mean "someone else besides us getting your data"
google can take all of my personal data
Not like they don't already have it
good
My phone told me it takes 10 minutes to drive to my office. Even on my day off
when I step out of my door. Google knows.



Opening general was a mistake
Choosing categories of ads you're interested in sounds kinda cool
how about no ads?
“Anime”
You are a mistake but we still love you ded 
dont lie 
I'd rather see good and non-disruptive ads then pay for Google
pay for google?
Well that would be the Alternative to ads
They already make tonnes selling your search queries 🙂
Android now
Idk man. I don’t know any advertiser wants my search history
True
Damn different languages per App is epic
translation keys?
google pay 
They don't, why would they give away their most valuable data?
Let’s ask German about data privacy 
seems to be the trend 
Don’t you guy have the most strict law around it
am i allowed to post a meme in here
#gifs-and-memes
I don't think outselling the Pixel 4 would be hard
Guys, how much players your 1.18.2 server can hold?
atleast 5
depends on many factors
I've got a really heavy and unoptimized server, and at least 15 should be playable on mine
What's the difference between that live translate and the one included in the normal assistant?
Those do not look comfortable
It works offline
Ah i see
And thus is waaaaayyy faster
Yeah that makes sense
Is it just me or is the pixel 7 uglehy as hell?
it's the same design as the pixel 6
I kinda like it
nothing pretty
The black glass camera bar of my 6 looks way nicer
pixel watch 
Pretty
Still at -3min, no spoilers!
Pls tell me it has blood pressure
google pay 
Damn no mention sad
ok 0 details but i'll buy it
It uses wear os so only one day battery life so basically useless
Okay that tablet looks ugly af
Those bezels are like double of mine, lol
I need more details on the watch though
I'd like to see more Nest stuff
I do love my Nest Protects but they are sooo expensive and the nest app is shit
Why do you need a smart smoke detector?
It's actually pretty useful imo
Like here in the apartment it's nice to have just because it sends you notifications when shits happening
Plus the early warning is nice to have, where it tells you if there is smoke, but nothing dangerous yet, where other smoke detectors would just go off while cooking
Back home in Germany it's even more useful because my grandparents live right next to us, and my uncle with his family lives above them. So when one smoke alert gets set off they all go together and tell you where the smoke is
We bought them mostly to make sure we'd notice if my grandparents forget to turn off the stove and start a fire
I mean, much of that is shittily installed detectors
Which actually almost happened once so yay
had one fun issue with a flat in which the shared kitchen didn't have a smoke extractor which was piped in properly, it just kinda like, dumped out the smoke in the correct kinda area
Also the carbon monoxide alarm is the most obnoxious thing I've ever heard it's perfect
and, the window was low down af, and so, smoke rises, builds up under door frame, hits smoke detector
But for real the fact that I get a notification if there's smoke and potentially hurry back home or call a neighbor to check before there's a proper fire is really nice to have, i don't wanna say it's relaxing but it's one less thing to worry about
Also it has a night light
I guess I never worried about fires, lol
But because of the nature of carbon monoxide detectors you'll have to replace it after 10 years which sucks for a device that expensive
I don't have the mental capacity to worry about such things
Smoke detectors that turn on a light if they detect movement can burn in a fire. Want to go to the toilet at night, entire house is awake because the smoke detector decides to turn on its light.
I'm constantly anxious about everything so it's nice to have
You can't use a smart device for 10 years anyways, lol
Why not?
Because they will not function anymore cause some cloud went down
inb4,
I mean they still work as a smoke detector then :D
Will they?
gets home
no house
NO HOUSE?!
Y no alarm?!!!!
googles
AWS outage
Will they who?
They do, i tested it
You get 2 years warranty, why would it work longer than that
Woo 6a
Part of the fun has been random shit bricking itself
There was some smart home product thing in which if you factory reset the thing it would brick itself as the cloud service had gone vamoosk
They work without internet :D they even manage to activate the other protects in the house somehow
Well, devices generally kinda have their own APIs running on the LAN
So, they can generally talk using that
I unplugged the router so I'm not sure how
Wait does that mean I get to activate them via my phone if you share your wifi? 😂
Still can't preorder 6a :(
I think they use some Bluetooth magic but no idea how they manage that distance
No, testing only works via Bluetooth
bluetooth has a fairly decent range, tbqh
You wouldn't use Bluetooth for that, just normal 2.4ghz
Like, I can take my headphones from my living room and sit on the crapper fine
good few meters
then theres stuff like zigbee, etc
You call that fairly decent? Lol
Sadge
I mean, it's bluetooth
Also, Bluetooth or Bluetooth LE?
well, headphones, so I doubt LE
My Sonys use LE if they can
Well, chinesium headphones
I got them off a mate, but, range is generally good these days
BT 5 LE is spec'd up to 400m
I know, it's still nothing to proper 2.4ghz
Bluetooth 2.1 is up to 100m
In a vacuum maybe
My headset at work is 2.4ghz and I can walk thru half the building and it still works
In a really high noise area, since everybody has headsets and we have 4 wifi networks meshed across the campus
I just noticed that the batteries have lasted over 5 years now which is impressive for a smart device
I mean, that's what LE is for
the thing can basically trickle batteries down and are generally rated for like 10 years
at which you should generally be replacing these devices anyways
Yeah but it's internet connected
And it's using cheap AA batteries from Aldi
not really surprising, tbqh
bluetooth LE devices have lasted for 10 years on a coin cell
more likely that the battery will expire and leak before they drain out if you're using cheapos
am do crash, but, before I go, enjoy https://twitter.com/NoContextBrits/status/1524417005671133185
Is integer compression like lin256 or whatever it's called useless?
Like 25565 in watchamacallit is like 0xa5 0xa577 0xbhgs
So 25565 is 6 bytes but lib447 or whatever is 20 bytes+ (longer because I made that up in my head)
i like your funny words
inspiring
okay here is real 25565 vs LEB128
5 bytes vs 12 bytes
>>> Normal = 25565
>>> len(LEB128)
12
>>> len(b'25565') # len doesnt work with integers but b'' works better
5```
@magic river https://developer.nvidia.com/blog/nvidia-releases-open-source-gpu-kernel-modules/ in case you havnt seen it yet
Wow 2022 and Nvidia goes OS finally.
Without an open source userspace it won't get accepted
So it'll be better than ZFS since you can ship the module binary with your distro but still have to live out of tree and hope no one removes anything they're using
It was leaked anyway. 
Oh it's also almost literally just their closed source driver but open
The only major change appears to be that it has DMA-BUF support (which is probably the reason this happened)
It's still a generic core with a Linux wrapper and the API/ABI still changes every driver release
Someone on my server asked if they were allowed to build a TNT duper... I told them yes. 
Dick move
No way
nvidia driver mainline when 
At least it opens the door for improvement
someone PRed PCI BAR resizing support recently
fucking weebs
@warm anchor thoughts
🤔
@vestal jasper 


help I can't turn on my server with 1.16.5 paper
1.16.5 is not supported, its outdated.
the answer is probably in the log when trying to start the server though, I suggest reading that
dont tell anyone that im helping you- But did you use java and batch file?
Lol
Usa 1.18.2 amigo!
😂
The driver is only going to get upstreamed if they rewrite it and also nouveau uses it
But at least it exists now, I guess
Oh and they have no interest in community involvement apparently, releases will be tossed over the wall
And if you do manage to write something they want to use you have to sign a CLA that gives them the right to do whatever they want with it
Cat time 🙃
My cat triec to kill me earlier
#adorable-pets
ha, just found this again on the forums. gonna repost for those that didnt see it before https://forums.papermc.io/threads/all-player-advancements-reset.272/post-811
wow
(Thick glass)
is there a way to override all lang files in a resourcepack at once, if i were to change one line i'd prefer not to make 100+ files for each language
I dont think so
I would just write a script to generate that stuff for you if there isn't a way to do it
I dont know where to get a list of all lang files 😦
i think i'm just going to stick to en_us
Don't have access...
@cosmic raft If you don't mind can I have access to that channel?
Distros will be able to ship this driver as a part of their kernel package, all precompiled and signed just like every other driver
But the model for it is still the same as the closed source driver: releases are thrown over the wall, need a new kernel module for a new userspace driver release, etc
And there is zero chance that gets into the upstream kernel
Holy shit, what
@lavish compass 
NVIDIA open source driver? No way
The hope is that Red Hat can take this and work with nvidia to make a new amdgpu-like kernel module that has a stable ABI that both nouveau and nvidia use
That would be able to go upstream since it would have a functional userspace driver and would follow kernel development policies
And then eventually perhaps you'll only use the closed source driver if you care about CUDA
But this is years away, if it happens at all
Still, a good step from nvidia
It's good, I'm a bit worried that only Red Hat has been talking about this roadmap though
nvidia's roadmap for it is just to try to stabilize the ABI
I figure nvidia didn't have a choice, DMA-BUF is everywhere now and is the glue heterogenous computing is using which is very important in mobile and datacenter/supercomputer
And they can't use DMA-BUF without an open source driver
They either have to fork the driver for every device they want their GPUs to share buffers with (and carry all of those forever out of tree too), have an inefficient system that requires all of those buffers to go through the CPU and main memory, or open source so they can use DMA-BUF
It's notable that the only new API this open source driver uses vs the closed one is DMA-BUF
Otherwise it's still entirely off in its own world reinventing everything
indeed yeah so it makes sense that there is some overhead for being safer but the trade off of speed vs being unsafe i think is very justifiable
np lol learning a new language is always a good time, unless its go
the language overall seems kinda backwards to me
learned it in one day and then made a small thing to test what i knew then never touched it again
c++ is bad because if I write bad code it can be vulnerable...
i write bad code in general ez
I mean, yea, sure, rust has baby buggy bumpers for some stuff but that is a fucking stretch and a half
i could never get the hang of c++
is rust not anywhere close to c++?
or like what do u mean
i tried c++ but it has so much abstraction that i think i'd rather learn it over summer before starting college this september
I'm saying the the fact that you can write shit code is a stupid metric for how good a language is
You can write shit code in rust too, just there are extra buggy bumpers to protect you from doing stuff *too * dangerous
if you were about to learn a language, would u recommend rust over c++?
or c++
over rust
i just need somthin new to do 
ah yeah
makes sense haha
i only learned golang because caddy interested me in it
the web server
Oh the flip side, no one is gonna steal your bike now
Haha
I ain't played with new languages in a while because my brain is like, bleeeh
It's locked in company garage anyways
go looked semi interesting for 5 minutes and then I noticed that the entire thing was pretty much developer hostile
yeahhh i should've honestly stuck to a few languages but i went and learned like 10 languages and only am somewhat good in like 4 of them
💀
but at least i have somewhat of an understanding on how to use each of the 10 so
(not just programming btw)
actually i shouldn't count php as something i know i despise php
my friend took interest in dart and it looks pretty cool
oh nice, discord actually switched from go to rust 2 years ago
Another cute cat picture 
cat just looks kinda done
True 😄
My other one is this I saw when I woke up
So I don't get it, are they tanking LUNA to try to get UST back up to $1 or is it just failing because people are bailing on it?
Or maybe both, I guess
[Rust] is slower than C++ because it is inherently safer
bleh Discord
very tempting ngl
Basically identical on that chart and last time I pulled it up they were actually the other way around
I guess someone gave the C++ benchmarks another optimization pass
If you're writing something larger than a toy for a benchmark then things change too
For one thing, it's impossible to optimize a useful program to the level these things are, that only makes sense if your program has some small piece(s) that take up a significant chunk of your runtime
keep clicking more
i cant find 1 18 1
it's on there, theres been like 100 builds of .2, so you're gonna have to click more a few times, or use the API; Or, just use a supported version
man the rate at which cloudflare is innovating right now
unbelievable
every product they announce just blows anything else in the same space away
i mean yeah when what you're used to writing in is essentially the direct opposite of go's philosophy, they're very much on different ends of the feature creep and complexity spectrum
I mean, the general philophy I saw was that devs are dum and can't be trusted with anything much which adds complexity
admittedly they might have taken it a bit far, but it's compelling to me because I will literally sit there for an hour comparing linters lol
different strokes I guess
basically yes I'm dum
Thoughts https://racket-lang.org/ "Racket, the Language-Oriented Programming Language"
Sounds like a racket
this?
he said 100 builds of .2
not specifically build 100
literally just scroll down the page until you see 1.18.1
hi
@twin lagoon can you send me 1 18 1 pls 
Find 216
ok wait
OHH DANG I SEE
ty @twin lagoon and @hexed dragon sry for ping 
proceeds to ping
^
and also, for the love of God, please don't use TLauncher
they are known for being shady and doing some rather malware-like stuff on your system
they also collect data about you, run with full admin permissions in the background (via their "updater" service)
and some people have reported them stealing accounts, which doesn't surprise me at all
i use it long time ago cuz idh premium lol
how you gonna steal accounts if its a cracked launcher 
Any how use scaleway know how can upgrade the internal image for a instance?
You mean better specs ?
You need to create a Snapshot of the actual one and then apply it on the new instance with better specs
nono, only the image.. i upgrade to latest LTS but the MOTD show the IMAGE version was still in 18.04
Uh
Broken upgrade
Is a VPS?
yeah a compute instance in SCW
Could be a behavior of the cloud image they used for deployment
In cloud is safer to build a new instance of the lastest version and migrate the files etc
than upgrade
yeah i wanna avoid this but maybe its was i need to do.
Even bare metal is risky
I upgraded from 20.04 to 22.04 and after reboot I couldn't connect to the server
It turns out that a driver malfunction caused the Ethernet to be undetectable
yeah i keep many files local in upgrade and avoid the upgrade change this.. many network broken in the past
I had to bring the server home, no mc for 3 days for my homies
Went to the bike repair shop next to my house, guy is repairing it for free, what a hero
I use a single repo for my code and my plugin documentation. I have folders core, paper holding my source code. When I checkout to my docs branch, these folders stay and are included if I do git add. Is having a main and docs (and push to gh-pages to deploy) an alright setup, or is there a better way?
any idea if you can use like 4 2gb ram servers as a single 8gb ram server?
You can't
I wouldn't use a branch to store docs like that, put it in a new folder in main branch or a new repo
Sony's MK5 noise cancelling headphones are still king of the hill,
Sony WH1000XM4: https://amzn.to/3L88gsg
MKBHD Merch: http://shop.MKBHD.com
Tech I'm using right now: https://www.amazon.com/shop/MKBHD
Intro Track: http://youtube.com/20syl
Playlist of MKBHD Intro music: https://goo.gl/B3AWV5
Headphones provided by Sony for review.
~
http:/...
Uuhi
New toys
My xm3 might finally be up for replacement?
lsb_release, not lbs_release
nature of it basically being ubuntu, do-release-upgrade?
@twin lagoon sorry for ping
install a mod which adds support for bungeecord/velocity and you're good to go
Is there a most commonly used one?
I suppose velocity with a mod will do. alr
best micehaelw !!!!!!
I would probably pay someone $100 to deal with this right now. I’m taking care of my grandparents house while they are away and I found this in the garage.
@static badge
Gonna call for the specialist
Chat Preview is O.o
did it died?
Clearly it’s just chilling and having a nap
oof
oh boy i’m about to update my server to 1.18 just in time for 1.19
The chat preview is something we where talking about
Issue is that the server and client basically agree upon what is signed
Yeah it’s dead. This is my first rat interaction tho. Man. I did not think I would be this grossed out by a dead one.
Wear a glove and pick it up and yeeeeeet

rat repellent
Nah I found a shovel
Idk where to put it either. Like just throw it in the landscaping or in the trash can or what. Gonna be gross anywhere
trash cos then it can just be taken away and you don't gotta deal with it more
put it outside to send a message to the other rats
rats don't give a shit, lol
Doesn't really matter
“Wow look at this nice human sending us food”
why not just flush it anyway when you're done
that's manky
YOOO
HYPEE
huh what does that do
With there test rainbow thing on
uh I see
um what's the point
chat is now signed
and show the parsed result
the preview basically allows for the back and forth magic which would allow servers to modify chat and the client to sign said modified chat
the messages are already signed with their usernames though aren't they?
but, the server can't modify said messages without losing the signature
Oh that's smart
Basically Mojang copied out chat renderer Interface, lol
Their chat decorator is our chat renderer
they copied paper?
they often 'take inspiration' from existing projects, they can't include external code though
pistons were originally from a mod, for example
They can and do include external code
emojis or chat coloring
oh slicedlime told me they don't do that
?
Well, they can't just copy code from randomers
But no, they didn't copy anything, there's only so many ways you can have such an interface, lol
I just was saying they have the same concept now
are emojis on java?
i was talking about including starlight on stream and he said they can't accept external code
¯_(ツ)_/¯
Which isn't surprising, cause as cat said, we explicitly asked for this
but, they use 3rd party libraries, and generally, there is a whole bunch of people around whom talk about this stuff
they copy the idea but not the code, ok
ahh ok so libs are fine i get you
This entire mechanism of the back and forth is something we asked for
They can't just include giant patches like that
But we often collaborate on exploits
The concept is that the server can modify the component, send it back to the client, and the client can sign it before it sends it
so they can modify the components but not replace the text in the components?
if you modify the component, you're gonna break the signature
but styling modifies the component?
styling how?
colors, formatting (bold, underline) etc
Yes
which is why, the server can now send the custom styled component back to the client for the client to sign
ahh ok so now the server can change it back
that's super smart
good idea cat, happy to see it implemented
It's a hard requirement for any of this to work on servers
If servers can't modify the message, nobody will enabled signed chat, making all this effort obsolete
mojang officially switches to adventure when 
oh god, I dread to see how spigot will deal with this
Inb4 spigot just disables signing and changes nothing
it's md_5, so there won't be a spigot API for it and he'll deprecate all the events again
I mean spigot legit ignores translatable everywhere lol
I mean, we are gonna have to break out some logic
Well, we don't have a solution for commands either auxilor
the material enum is so big it lags out intellij just opening the file
so, gonna be interesting to see where this goes so that we can design the API, etc
I mean, mini
Other than telling everybody to use cloud I guess
That's why I REALLY wanna replace the command API
wdym, why not make a better command API
Because it's hard
We need a middle ground between string[] and brigadier
deprecate the existing spigot one and have a better one, i know CommandMap is a pain in the ass to work with
Or, wait, SimpleCommandMap
lmfao
I mean, I have ideas, how to expose brig is gonna be the fun one
Brigadier is too complicated, string[] doesn't work anymore
Brig is basically unavoidable, really
generalize the command system into interfaces, deprecate the spigot impl and then add the paper one
didn't luck already make an api to use brig
I wanna keep the existing PluginCommand, just throw that over to a greedy string or whatever
PluginCommand sucks ass though
create a new Command which basically wraps brig, which, idfk how that's gonna play out
PluginCommand would basically be the legacy wrapper magic
It should be mentioned that the server doesn’t sign the preview message, it still signs the raw player message. The player chat now sends the original message and the “unsigned” server component.
yeah that's more or less what i would do, mark everything spigot does as legacy and then have an actually good api instead
keep existing plugins working but generally, I do wanna encourage sane API more
^^
there's a reason half of all spigot plugins (mine included) depend on external library plugins to have things not suck as much
yeah exactly
Well, yea, which is why we're gonna need to expose more of brig
Not exposing brig at this point is stupid
I def want to encourage properly adding permissions too
I hate how people don't define perms at the command node
It's breaks so many things
that chat preview could broken command competition?
Well, yea, hint: We can do that with new API
i don't like how commands have to be specified in plugin.yml unless you reflect your way into commandmap
Am not advocating against new API cat, I agree we need something new, but I have no good plan for something good
Paper exposes command map iirc
I mean, I don't really wanna, but, you can force that to be provided for the args for a new root node
I would loooooove to force perms for every command
oh fair, im stuck with the spigot api for anything else than internals
log a warning every time a command is registered without a permission node?
Once again, emoji and formatting is just an example of things which servers do which requires the server to modify chat messages
I feel like crap but I may start looking at a command API replacement, even if I don't get the brig stuff nailed into the API I do wanna look at exposing it in some manner
yeet paper-mojangapi
The preview allows an unsigned portion to be sent with the players message that is controlled by the server.
with 1.19 coming up it's the perfect opportunity to bring some big api changes with it
Has anyone tried to combine McMMO with Aurelium Skills? is it possible?
so i can send message to the console without sending a message
you can but why would you do that
well, I can't break API because spigot still exists, shamefully
Sure
yeah you can't break api compat, but you can deprecate the shit out of everything and abstract into interfaces
Oh this is interesting
The client can control wether or not to use raw player messages or the server formatted message.
like, primary thing is that SimpleCommandMap just needs to go
I mean, cant you just make breaking changes over majors and add polyfills
I'm debating which one would be better to stick with the Vanilla experience, their both great but you're right mixing 2 great things doesn't always mean it's going to be the best experience, was just curious to see, McMMO is def maybe better then if sticking to the vanilla experience I guess, although I'm looking to make the server a vanilla experience with RPG elements
since it isn't exposed in spigot you can blame plugin devs for reflecting into it?
EcoSkills is what you're looking for however i don't think im allowed to say that because i made it lmfao
Another pic of my cat so adorable 😍
how should you deal with having docs and source code in the same repo? when I checkout to my docs branch, all of my source files are still there - do I add them to .gitignore? it seems like a hacky idea
Sadly not really
This isn't JavaScript
Well, when you create a new branch it's gonna like, just take over from the existing branch
you can create a new empty branch, however
yeah, I made an orphaned branch and have docusaurus on it. so I have .docusaurus in docs branch .gitignore, but whenever I checkout to main it has that .docusaurus which isn't .gitignore'd
and opposite issue the other way round - .gradle is ignored on main but not on docs
could probably work with git submodules... somehow
oh, yea, anything not tracked by git is just gonna be 100% ignored
i do want to integrate my plugin docs with the source code for me
adding it to gitignore will ofc ignore it, but, switching branches is gonna leave that stuff sitting around
probs best to just clone that branch out in another folder if you wanna keep it clean
best option is generally to just have a seperate repo for docs
you could make some pain in the ass monorepo but that's probably gonna cause more problems than it solves
I'd rather not have a docs repo for every single project I have, though
I could have one docs repo for all of my projects?
toss them in a folder
that's what i do
https://plugins.auxilor.io hosts all the docs for over 10 different projects
sure do but i just let jitpack deploy them
I want to deploy them to gh pages, but I don't know how I'd do that with one docs repo
also about that, you're using docusaurus, how can you only enable the docs feature without the landing page?
uh i forget how i did that it's in the docs somewhere
just poke around in the repo ig
I don't see the javadocs here
wait seriously?
April 1st
But he did sell the NFT 
now the question is arch or fedora
Windows smh
i want as minimalistic as possible
🤦♂️
no
im sorry to tell you the naked truth but microsoft is spying on you
The requirements for Windows 11 include UEFI, Secure Boot, and a Trusted Platform Module (TPM). This is how Microsoft will make every piece of computing hardware submit to their whims within the next decade. Do you own your computer or not?
The correct pronunciation of Linux: https://mirrors.edge.kernel.org/pub/linux/kernel/SillySounds/english....
naa i dont wanna start a rant about linux vs windows im just giving a video and if they wanna watch it they watch it

I still use Ubuntu on servers though 😄
CentOS kind of died and Fedora isn't suitable for servers so...
afaik you can unless discord's AI thinks they're porn
128 days of uptime either means you're using one of those live patching services or you're running with known vulnerabilities
Arch if is only a personal pc
Oh no, they know what games I play and who I send stupid memes to, tragic
Otherwise Ubuntu
Is there even a livepatch service for Debian?
I don't think so?
either way i restarted it today because having such a uptime it can't be non problematic
I know Canonical has one for Ubuntu and I think others do to, there are some for RHEL, and Oracle has one for their RHEL fork
Oracle supports Oracle, RHEL, and Ubuntu
its not the only thing, 20 years ago people were warning about the tpm chips and stuff. so its really more about "you dont own your pc" rather the spying problem
I could not care less tbh
I can play games, I can develop stuff, I can do uni work. it works. thats all I need
its not like they own my life or something lol 
you can play games on linux too if thats your argument about why linux desktop is bad
lol
Yeah, like half of them because anti-cheat
i cant even run sandstorm on linux
nor tarkov
I mean, the reality is is that people don't give a shit
if your OS isn't tryna spy on you 200 other things are
I prefer having a system that works out of the box, were I don't need to spend half of the time fiddling with stuff to get it working
tbf linux does also have things like that; manjaro is quite nice (I'm biased)
there are linux distros that work out of the box
Yeah, as long as you don't want to do something exotic like connecting bluetooth headphones
but, the spying argument is moot: your phone exists
I can do that just fine
🥱
Linux is great until shit goes sideways
and then you're either reinstalling your OS, or
step 1) open a terminal
Ubuntu on my laptop did not like that without replacing some bluetooth system thingy first
seems to be hit and miss then; I haven't had really any issues with a bluetooth headset
bluetooth and linux is often kinda shakey as the bluetooth adapters themselves are kinda shit
ubuntu is trash just don't
and then the userspace BT apps are kinda shit
ubuntu desktop*
As soon as it starts with "run this and that command" to do something that just works on Windows, thats a big no for me
Linux is great for servers, but anything else. big meh
because you're afraid of the terminal by that hollywood films you watched
for development I really do quite like linux, package managers and terminal is nice
Im literally not, ive been administrating linux servers for a few years by now
I still prefer Windows for my Desktop
and ricing obviously, my desktop looks quite nice
They changed their weird behavior in 22.04
but for everything else, windows just works
But I use fedora
One day, there will be a linux mainliner who can accept that windows users for the most part can't care less about the OS they run or can't be fucked to invest the time into running a linux desktop
one day
okay you made me pull the power card: android is based on linux
there i said it
Linux server != Linux desktop
Yes, but Google added lots and lots of convenience stuff to make it actually usable for the average user
Isn't macOS based on an old BSD release?
whatever same idea
🤑
android uses the linux kernel, yes; but the entire userspace is literally different
on locked down hardware which is vendor tested, etc
Like, android is literally the exact opposite of linux desktop
Like, its just user experience. If I want to install something on Windows, I either download and double click an .exe or use the store.
On linux systems, if you are lucky its running one command. If you are not, you need to add apt sources, download a .deb or similar file (and mark it as executable first) etc. its just way more complicated
linux can have the strangest issues. I couldn't get into my desktop once and hung on the login splash, because I had installed kwin-low-latency, and an update broke it
oh sorry i forgot, windows has a package manager you don't have to go to a shady website and download shitty deb files or rpm files that might infect your computer with virus
At costs of security...
if you have any experience with the internet you won't be getting a virus
this isn't much of an argument, more of a rant
I'm aware, but I don't know if you can call it an argument if you change the topic every other message
Of course, but the best security you would get by not connecting to the internet at all. But that would also result in the worst user experience when installing stuff 
I mean, the security argument of trusted stuff only works when you stick to the main distros repos
install apps by sending the binary using IPoAC
as soon as you get to anything like the AUR that argument goes out the window
Do you use 3rd party antivirus on windows?
no
Nope
You are good
I mean, I rarely use windows, but most AV software these days is useless
I use dual boot btw
okay lets stop that more of a rant thing if you wanna use a toy os use windows if you want something that is better go linux that is it.
But in a two separate drives
back to my main question: arch or fedora
At least you can play games with a Toy OS 
depends on what you're doing
can gpu passthrough using a hypervisor bypass eac?
it seems like the best compromise between a dualboot and wine
bet i can start cs:go, cs 1.6, minecraft and even gta v (have to download gta v first though cuz i don't play it anymore)
start sandstorm please
play a valorant match
play Star Citizen please
at least Apex now works, but just because Valve is pushing the steam deck
also; hades doesn't even run for me on linux, even though it's apparently got quite good support on linux (no native build though)
If you're asking here use fedora
No experience = no arch
never played valorant and i'd probably won't play it. its a mesh of cs:go overwatch and LoL if you ask me
deflection
and that's not what the discussion is about at all
tbf, in case of Apex, "works" is a bit of an overstatement. Its quite laggy and you get weird mouse jumps
steam deck is a win-win situation here
which you can probably fix by running five commands in terminal, but I can't be bothered to do that if I just want to play a game lol
i ran linux for a while and still have endeavouros dual booted with win 10 but just went back to win 10 for compatability
and idk why but i jsut prefer windows
I don't mind windows 11's new ui theme (shoot me)
I used to main windows, but, then I needed stuff like word for college which was a PITA otherwise
also, personally, I never found a linux desktop that looked and felt good to me. That is very subjective of course, but that was my impression
I mean, main linux
I quite like the centered taskbar and rounded edges
i hate win 11. I had it for a long miserable time
I like it as well. But I moved the taskbar to the old place
also, the right-click menu sucks and that you need to change the registry to revert is annoying
out of curiosity what have you tried?
I got tired of tryna mess with the UI to make it look respectable, gnome 3 pissed me off, unity pissed me off even more; and this was before stuff like i3 seemed to be the latest hipster trend, etc
I think the rounded edges make it harder for me to just push my mouse into the corner to press start becaause if they go too far they don't focus on start
pt 1: https://www.youtube.com/watch?v=dePr2PPT898
pt 2: https://www.youtube.com/watch?v=2GBs1GapIvw
please watch kthx
Hello, my friends! Let's hit 10000 likes? Check out my website! https://malwat.ch
Today I am going to show you how Microsoft used backwards compatibility as a tool to kill Windows. In this video I dive deep into Windows' ever growing layer issue. This is the first part of the series (Windows 10 → Windows 7)
Links:
PART 2 - https://youtu.be/2GBs...
Hello, my friends! Let's hit 10000 likes? Check out my website! https://malwat.ch
Today I am going to continue showing off Windows 11's shameful leftovers. That operating system is not as modern as you think it is. In fact, there are many 20 year old applications and references in it. This is the last part of the series (Windows Vista → MS-DOS)
...
and the animations feel very slow
I mean, literally irrelevant
Literally 0 surprise that windows 11 is a basterdisation over 10
for the most part, it literally doesn't affect end users except people more involved with IT
Gnome, Budgie and KDE Plasma




