#general
3141 messages · Page 1887 of 4
Just tell me a single reason why wouldn't you use KDE
or LXQt
So you have two bug reports that are waiting for someone to do the work, one where the thing you're asking for makes things worse for animated things or on hidpi displays, one where they're exploring the problem still but will either have a generic volume control thing or add it to the app, and one you can point to as "they won't do the obvious thing"
Well, I wouldn't use them because I don't want to use Qt 😛
I hate writing C++
Yeah, aside from the most popular Linux DE and the most popular web browsers who even uses GTK anyway? 😛
Saying that gnome is the most popular DE is a very bold claim
KDE also always just feels like it's a proof of concept or a demo of how you could use all these pieces to make a desktop
But not a very good desktop
u sure?
Like, it always feels half baked
It does a lot of things but they didn't put a lot of thought in to them
I mean with kde apps it's always hit or miss
I dunno, I suppose I haven't tried it since 2014 😛
you should
It has come a very long way
I haven't seen any sign they've actually improved things
What do you want to improve?
Like it might be technically better and more polished but from a design perspective... do they even have a design?
ok we have a runner thats cool
anyone else having trouble getting minecraft java to load today?
Like, where is the KDE HIG?
the point of kde is: it is your design
Right so that gets back to KDE being a desktop construction kit and not actually a desktop
You can use what others have created
and then adjust it if needed
I suppose it doesn't help that something about all the KDE themes (or maybe just the widgets themselves) has always just felt off to me somehow
not like you cannot download hundreds of them...
Like, even with a Windows or GTK or macOS theme
Which is why I think it's the widgets themselves
I want to say it felt like I was using a modern version of Windows 95 but I don't know why
???
I just said I don't know why
That sounds very weird
Something about KDE has always felt weird
maybe the naming of their apps seems weird to you? ;)
It was what I used when I first tried to switch to Linux
I think that was KDE 2 but yeah
I didn't stick around for long
wtf you are the first guys I've seen shitting on KDE
Isn't KDE 5 like the current?
What's the one that looks like a knock-off macOS?
Also, you should probably give up on trying to convince me, I still have a GNOME gitlab account 😛
damn, I got someone hooked into LXQt, that's a win 😄
gnome
Gnome looks nothing like macOS
Elementary
I used to maintain an application in the default GNOME desktop
I remember using KDE 4 in an old laptop and it seemed fine, KDE 5 looks pretty as it is imo
ok i probably should NOT have changed lxqt's language to bulgarian, now it feels weird
I have 5.24.3 running currently
And it is so nice
It is reasonably lightweight
far from lxde
but not heavy like gnome at all
yeah
when i tried running kde it was closing easyeffects
I was bored today, so I spent my entire morning and afternoon trying to install plain arch + KDE on a very old cheap mini PC I have
- if you use KDE you get to be able to use my friend's theme totally not shamelessly plugging http://gitgud.io/wackyideas/aerothemeplasma
and when i wanted to configure something id search through menus for a bunch of time
I've had 600MB total memory usage with konsole opened
that's solid
lol they are
like a lot convincing
this is the only sussy part
but the less, really like windows 7
amateur. I have open easyeffects, chrome, firefox and discord and its using 3.27GB
well it's pretty configurable so you could probably change that by yourself if you wish
but it looks better than most Aero themes for KDE out there
I mean, I have that mini PC plugged into a TV, so it's only use is playing videos.
I just wanted to try to install Arch. It was hell of a ride. But on 4th attempt, it worked great.
because he's actually programming stuff and not just slapping some QML file
now the only thing i have to find is how to bind changing keyboard layouts with Alt + shift
and we are rollin'
this is sus
easy on kde :)
those are the icons from Office 2007
they're not knockoffs
I mean, the sus part is, that there's office on linux
I've heard that it is possible
ye its not hard to do the keybind, problem is what command do you run
But I've never seen someone actually do it
LMAO i mean, Wine does wonders
do you run any command?
Running fusion360 in wine is really weird/funny lol
i dont know yet
it's the more recent versions of Office that give problems
Huh, I think gnome's system monitor is giving memory usage in 1000s instead of 1024s
It says I have 33.2 GB total RAM so... yeah
makes sense
it would report GiB otherwise 
Anyhow, fresh boot after everything has settled I'm using 2GB
This movie is so hipster, the chick is wearing a wool hat in a fucking sauna
Very
Y tho
and how does obfuscation help with that
why would you obfuscate a compiled program
jars can probably only be decompiled with a specific tool that i forgot the name of
because bytecode is easily decompilable with most if not all the symbol names intact
what?
it follows a defined structure
wrong
you don't even need symbol names to get readable code tbf
it's not like x86
I'm smooth brain, i need them 
what a horrible language
i'll never use java
No obfuscation protects your credentials
Ever
No
It gives you a false sense of security
If computers can read the code, so can humans
String obfuscation is just one step above base64 encoding your password, lol
maybe don't make it hardcoded, most plugins i see straight up tell you to put the password in config.yml lol
are you able to get x86 assembly code from an exe
yes
have you ever heard of a disassembler
believe me, they do exist
That would be too easy
c code from an exe?
not directly
that's what's harder because compilers don't follow a defined structure for the assembly they generate
but decompilers exists, although not as good as bytecode langs like java or c#
Converting Assembly to C is relatively straightforward, though.
probably very optimized depending on the compiler settings that were used lol
But even then, you don't need C code to understand the code, you can also just read bytecode directly to understand what the code does.
Same for Java, reading JVM bytecode is pretty easy, don't necessarily need to convert to Java for that (although given how easy decompilation is, might as well turn it to Java).
personally I like it
if I hold the binary then I want to see what it does
¯_(ツ)_/¯
i literally have that right as a EU citizen haha yes I'll decompile your program brrrrr
Hey, small question, what is a good minecraft fork for 1.8 Servers?
none
sick, I wanted to make a small trashy 1.8 minigame server for friends
???
"haha this language is bad because you can obtain java out of bytecode"
i don't know ¯_(ツ)_/¯
sad python noises
the folder structure is horse shit too
???
I'd rather have it than the C way where you just put everything in the same directory and at some point you get a thousand source files
when I write C++ i organize my shit in folders too
haha #include "./yourmom/YourMom.hpp" brrrr
i'd rather have a thousand folders than a thousand files
this is good
yes, i would literally rather have this
so your gripe is with the long package names?
If you don't make your package names unique, stuff could break if you run two programs with the same package names.
fair enough
that's pretty much only a problem if you run them in the same classpath
e.g. Bukkit server and its plugins
Yes
two standalone programs will run in a process each
Yes, but also dependencies.
Although then the build tool would start to complain. (I hope at least, otherwise you have even more fun issues at runtime.)
Which is better than at runtime I suppose, but still an issue.
the way.domain.reversed is what ends up making package names too long imo
it could be for instance developername.projectname
Names are not very unique though
and... enterprise conventions 
AbstractFinalMainExecutionProceduralIterationExtractionInjector.java
nest it into 30 other subpackages
Well, that's just Spring
SomeCustomSpringBeanAnnotationPostProcessor
if there's any other developer that goes by the nickname of Logics4 AND with the same project name as me then I'd rather have my app conflict with theirs and start a petty war with them 
Most of the classes I see don't contain more than four or five words.
btw on a Fedora 35 Live USB instance when running gnome-terminal my system is using 671MB RAM
Didn't someone say KDE was ~600MB?
but idk
I mean, you're right that the package name convention has issues. E.g., what if you don't have a domain name (see every YT Bukkit tutorial ever made where people use me.devname.pluginname), but even with some of the other systems in use the package names are still quite long.
I used to use e-mail address in the past (I can be sure that that is unique to me), but Maven Central for example doesn't accept that.
btw, why people use "me"?
that's also a point yeah
because I'm the developer, why wouldn't it be me? 
I'm joking but i legit feel like this is their reasoning
i just made a basic GitHub Page so i could use io.github.logics4 and follow the convention
otherwise i wouldn't care
its a nice domain thats less likely to be taken
I too often see people naming their packages with "me", and idk why
packages are based on domains, eg. papermc.io -> io.papermc
I use "io" cuz input/output is cool
io is expensive
I'm not sure how the tradition of using me in the Bukkit space started, but people kinda started doing it and it's now quite common.
~~also some domains are blacklisted in many places because elitism
my sweet .tk 😔~~
im guessing its more likely spam/scams for .tk
and... the most important question, why Aikar uses "co"?
I find it listed in Bukkit wiki
`No domain? Here are some common conventions
- This is used by many plugin developers. For this, use the Java package me.<name>`
but the wording makes it sound like it started before the wiki
Yeah, the oldest commit by Adamski11s from 2011 already contained that in there.
Well, written differently, but the me. thing
could it have started with hMod?
sounds like propaganda
and then just passed along to bukkit
Could be
additionally I think students get me domains free from like GH student plan or something
Seems like the original tutorial from which the Bukkit wiki page came from is here: https://bukkit.org/threads/plugin-development-a-huge-tutorial.15167/. Dates match and the account has comments calling them "Adam".
Look who I found 🙂
nossr looking cute
interesting
have you heard of the seven seas, sir?
just kidding, i do not endorse it
get hired as a teacher?
Wasn't education edition a classic clone written in python?
Minecraft Classic, you probably weren't born yet 😛
it's based on the Bedrock codebase
I was
I just was more into flash games until like 2015
well i got to play GTA VC prior but then my pc was formatted and i lost it for a while :p
anyways it's a real thing
i just don't know why they'd want to use it since it's kind of a more locked down version (unless you use teacher mode)
maybe find a mod that adds the blocks from Education Edition into Java? idk @void void
that's pi edition
Ah
I still got to try Minecraft Classic back when browsers still supported running Java through them
which was for a very short while from the moment i discovered it until they actually cut it tbh
hmm
Were there any kind of forums for hMod or something back in the day? I can't find anything, but I'm still curious about the me package name.
Bukkit will be superseding hMod. Once Bukkit is ready, hMod will no longer be updated. I no longer have an interest in Minecraft, so this change is for the b...
apparently it was http://forum.hey0.net ?
but you'll need to use the wayback machine for it because it's long gone
forum.hey0.net doesn't seem to contain anything from back then, at least nothing saved by wayback
Lost piece of history😩
habbo .
not the original Habbo though, i probably played it for like one week until my friends found unofficial servers 
from then on that was where the real fun began
oh and Club Penguin
ive heard that paper isnt updating 1.17.1 anymore is this true?
yes
yea I mostly played unofficial hotels
alr thanks
Everybody gangsta until jumping pufferfish appears
am i the only one who has never seen calcite generate in stony peaks like this?
i like it
but never noticed?
(snapshot btw)
never seen what generate?
calcite
I don't speak 1.17/18
ok?
A nice white stone in 1.17/.18
Frog
🐸
Spot the difference
Probably squids or something
Green wool drop
what version do you speak
idk. maybe 1.16
you achieved C O M E D Y
I haven't been keeping up with changes as much for a while now
Lol it's always funny checking mutual servers and realizing you're in another server with most people in here
Lol you are one of the people I don't share any with
I'm in 52
Hello fellow mindustry player 👀
Did someone say mindustry
no
Ok bye then
No u
does anyone know a good plugin for custom items?
no plugins like knokkos custom items and executable items work
i just was wondering if there was any other way
it conflicts with geysermc
I mean
depends on your needs
but, any "custom item" plugin which does 'pretty' is gonna break on geyser
if you just want attributes on existing items in that game, that would work
i was thinking a plugin where I could put playerheads on the items
idk if thats too much to ask for
hm
maybe let me look it up
ok
ok
I mean, if by "charge somebody", you mean, on a web store
no lol, i tend to avoid prison servers, as they tend to be p2w
you configure that stuff on the web store
No idea then, probs deluxe menus or something
don't mention

depends on what you're doing
like, some stuff you can use a stupidly large cooldown
stop mentioning

welcome to the no support list
this guy
Well, there is a rule
I'm also asking for a basic adjustment to your behavior to accomidate my disabilities
if you can't do that, I'm not willing to interact with you
the rules applied more generally
pinging and mentioning are considered interchangable words
Mention is ping on discord in case you don’t get it.
Ok he’s gonna be trolling 
That’s not what’s being asked though
and I asked you to not
If you can’t have basic respect and put it all in it being a habit of yours idk what to tell you
if you don't want to do that, okay; I just won't bother providing support or whatever to you
You don’t have to be an older person to gain respect
It should automatically be applied to everyone
He did though from very beginning twice
Scroll up
You are the one continuing to make up excuse as why you dont want to do it
there needs to be a "don't be an ass" rule, as much as it shouldn't be needed
drop your attitude
you come in here for support and are rude overall
because you are being one and I am calling you out because cat is too nice
I mean, in general
no
Drop it.
I don't see where anybody harassed you
I told you to drop your attitude, and then I told people in general to drop it
You don't get to act like an ass and then cry about being called an ass
I mean, if we wanna enforce the rules down to a T, I can do that
I asked you multiple times not to ping, ping is generally accepted as another word for mention, if you didn't understand what I meant, you're more than welcome to ask instead of acting like an ass
But, this is the end of the discussion

All of you, drop it.
can you stop malding and pinging me
You literally got told to drop it and are continuing on
!warn 321868514032091137 You've been told to drop it multiple times
:raised_hands: Warned SpicyChicken#3080 (You've been told to drop it multiple times) [2 total infractions] -- electronicboy#8869.
i have this desk with a sliding compartment just for the keyboard and mouse and I realized the mousepad actually fits next to the keyboard in horizontal
I've been using it vertically for all this time
My landlord is pretty chill with me, known him for years
moved out of one of his student appartments to live with a friend for a few years, and moved into a "studio" appartment
He got me a desk, because he knows I have a proper PC and like, do a lot of stuff on it
and he got me a desk, with a SLIDE OUT DRAW
hope you made him some minecraft plugins as thanks
I mean, the draw is like, across the room cos it kinda encroached on me being a decent height, but, like, I kinda woulda liked having an actual mouse pad
wot, I've never seen those around here actually
yeah
and i just put it horizontally now because guess what, i can actually do that while still fitting the keyboard and the mousepad in
maybe this is why i've always sucked at FPS games
I'd set the sensitivity pretty high because my horizontal space was limited
Y'all haven't lugged around a CRT and it shows
I have used a CRT monitor before
The best mousepad is my highschool diploma.
just didn't carry it by myself 
at least you could use a CRT monitor to draw the outlines of something over it since the screen was literal glass
I have more crts than space
with an LCD and a display basically made of plastic, it's hard
I'm not playing older games with a flat screen it just looks off
Why the eyes emoji? I really don't care if you see 😆
I mean, am glad that flat panels have taken off
Eyes emoji = interest
Not so much "let me see"
you can't tell me that you don't miss the days of sitting around a screen going square eyes with the warm glowing glow of the CRT warming your heart
L-listen I'm taken 
60khz hum. Hitting the side of the crt so it's quieter. Fuckin flyback transformers.
what kind of CRTs did y'all have lmfao you make it sound like they were nuclear generators
Did I ping
I want to try switching to Linux when I get my new framework laptop. Not agreeing with windows lately. Anybody have a preference over Mint, Ubuntu, or Fedora? And why? (The distros I listed supposedly added better framework support)
I was debating even using reply there
Why? If I may
If you don't jump right to arch, you'll be distrohopping for long time
nah, that didn't ping
I'm seriously considering if Compaq monitors weren't premium for their time because I don't remember my monitor being noisy at all 
Mint is cozy
I mean, our screens where kinda small, and so we where often kinda close to them
it'd only make a noise when turning on, similar to a plastic bag being squished, but then it'd just be silent
Why is that? What makes it better in your opinion?
Ooo
I mean, they didn't warm your face up directly, but, like, he had the CRT ontop of the drawers where our panties, I mean, boxers, where; and like, the small of the thing and the heat radiating up
only thing I wish we could leave out was the bloody flyback
Arch is nice because I setup my own install. I know how it works. I know if something breaks I can Google the issue followed by "arch" and the wiki has an answer. I never have problems finding packages. Etc.
I am using Ubuntu server already on my server, so I was planning on trying their desktop version. But if you say arch is better, I might try that first
Arch is a weird one
I won't say it's better
Like, on one side, having experience with ubuntu in general is nicer because, it's gonna hold your hand a bit more while you figure stuff out
Look, if you don't have much experience with linux, Don't go arch, but if you would like freedom on software, take arch.
I mean, evne in my "I can't be assed with linux" stuff, I use arch for my general dev VM because I can install the latest crap that I need
Imagine an OS for the software developer, maker and computer science professional who uses their computer as a tool to discover and create. Welcome to Pop!_OS.
hello is there a way to make it so whenever a player joins your server they get a period of invicibility when they first join (because the texture pack has to apply and the player can easily get killed by mobs)
Once you Pop!_OS you can't Stop!_OS
I won't say any distro is necessarily better than others. It's all mostly what works for you and you like. I like the headache of maintaining arch when I don't update it in weeks.
ubuntu for servers, and quick VMs I just wanna mess around with something in, but, for arch just has a lot of stuff going for it in terms of being, generally, further ahead in terms of versioning
Pop os suffered recently for a LTT video.
the AUR is something I know people often miss when they ditch arch cos they CBA maintaining it
Watched that lol
For a server I'd still use debian or Ubuntu over arch 100%
#paper-help and they already do get it. If it is not enough. Pay for better pc for them
Like, the AUR is literally the biggest argument for arch
I hear that all the time, that's why I use it on my server
AUR?
Arch user repository
Servers and rolling release is basically a disaster unless you have proper pinning
Like, a NixOS setup for RR would be nice
it is not enough it takes like 5 seconds for the resource pack to load (and im on a R 5 3600 and a decent SSD) also were using custom mobs so thats probably the reason people get killed so easily
but, I mean, who cares to deal with that
Ill ask in help tho
Debian gang 😎
And arch wiki is the santo grial.
youtube
I have some experience with Linux, but would still consider myself a very beginner. I'll probably start with Ubuntu then as my server already runs it, and framework I hear lots of good stuff about Ubuntu and framework
lol, I read a good quote recently
The arch wiki is the best linux guide wiki, that just happens to have a distro
look up youtube guides there pretty decent and free
Thanks for all the feedback! I'll try arch as well
If I have an issue chances are the arch wiki has my back 
I wouldnt start out with C
Also I like how every Linux convo eventually has to bring up arch
I mean, you add it to the include/header path
But you can't trust arch wiki guidelines will work with other distro, you have to research
Easy solution
libraries and C is one of the many fun issues which there is a few tools out there for dealing with that but it's not considered an entirely solved issue afaik
If you get stuck I would ask people who are more experienced then you in coding discords , stack overflow , reddit etc
start low and work your way up
iirc C is easier then C++
C++ can be faster than C if you know what you're doing
to learn
Stack overflow is good only if you answer is already there
the compiler can also perform more optimizations
because templates
uh no i was talking about C++
C doesn't have template programming
The proper way to get real answer from any online forum is talk like you know what you are doing and you will get people to dedicate a detailed reply as why you are wrong
C++ is really powerful with hardware stuff
but idk i personally started with Java and trying C means having to work with pointers and pointers are the devil's doing
iirc, think generics
yeah, except more powerful because no type erasure
also aggressive inlining by the C++ compiler
I mean, iirc, for the most part, C++ basically started as an extention to C
at least heavily inspired by
So, if you learn one, it's often fairly easy to jump between the two
outside of some almost irrelevant edge cases, your C code will compile under a C++ compiler
I've seen arguments for starting with either or over the many years
well, not exactly
That's true, they have to know what you trying to do not just ambiguousness.
self-hosted?
there has to be C code somewhere though
unless they just compile java to native
self hosted, meaning no dependencies? not sure what self hosted means in this context
self hosted as in, it's compiled within its own tooling
the better word imo would be "bootstrapped", as in a bootstrap compiler, a compiler that is written in the same language as the one you're compiling
it's the case with java already
you compile the rust compiler with the rust compiler as it's written in rust
just not the JVM
ah okay
I was like am I doing something illegal? I am already self hosting java apps
tellin you
modern devs
r dum
Just wait till you find out
that websites aren't rendered in react
they're rendered in html!
runs
devs in 10 years; what's HTML?
😔
haha yes i just downloaded ReactElectronAngularJS and made my first hello world app that only needs 16GB ram to run
brrrrrrr
well, we went from no common tooling towards having stuff like bootstrap
then we got spinoffs like material bootstrap, etc
I think that there was a newer alternative to bootstrap which was kinda taking off?
but, I mean, much stuff these days is common react components, etc
Because the highlight color makes stuff harder to read
oh
cat runs lightmode
outside of it just being annoying when you're pinged in several places daily
thats why
sucks
Nah, I use dark mode
I wish more websites would look unique instead of adapting the same minimalistic design
throw rocks at me if you wish but Bukkit snd spigot forums look unique enough that i could recognize them "on the distance" despite technically being considered "old"... because... i guess light effects and shadows and other stuff in buttons and separators just isn't the thing anymore
i like their design
I use bd
I also lovingly have sensitivety issues with my eyes, so with light mode I often have to blind myself to be able to see certain things
it's rly fun
I like minimalism, but I dont like that people use 50 javascript scripts along with it
xenforo is kinda ass
but, to be fair, idk a piece of forum software which isn't
There aren't really many forum software options though
I think it would be too hard to write your own forum software too
I'd rather have a website like Vimm's Lair all day
I mean, most security issues with PHP stuff are people not understanding PHP
it was like vBulletin, IPB, and Xenforo, excluding the niche ones
I mean, forum software on the basis is trivial
it's all the extra stuff over the top of it
yes php can be secure if you know how to use it the problem is its easy so many newbie programmers use it(because easy) and leave blatant security flaws
bruh
problem with PHP in part is that it's just stupidly designed
and then people do stupid shit
cant you do everything with javascript that you can do with php
no
Well, yea, but a large part of it is rot and ecosystem
its gonna take a while before its phased out
I mean yeah, ignore me, I was comparing clientside js to php
bearing in mind that PHP only in the past few years finally agreed to formalise a method naming pattern which is consistent across the board
I forget server-side existed for like a 10 seconds there
then theres just various dozen odd traps which you have to be aware of
e.g. methods which don't exactly act as you'd think
lack of missing sanity around integrating with some stuff so exec() calls are not as rare as you'd hope
its easily exploitable by skid hackers too
yeah if php weren't around it would be quite boring for security researchers / pentesters etc
Composer is only 10 years old
laravel, 11
symfony is from 2006, but, I didn't recall hearing much about it until like, 2012ish
Like, I think that PHP frameworking is something which is only kinda relatively recent in the scope of things
LOL
which is why you see stuff like WP which doesn't really use anything
?><html here cos yolo><?php
tabs
can't really see, they're all transparent to me
and spaces are superior so i default to spaces
anyways why
like, much of this was pre-templating too
and, mirating codebases like WP over to a templating engine would be a nightmare
so everything all around the place is basically just PHP code shitting out html
everything is overly commented because it's the only sane way to deal with some of this mess
no real sanity around objects so stuff is often just tossing arbitary arrays around
like, classes are still a somewhat new addition in the scope of things
the type system is generally a joke and IDE integration with that is often shaky af
hello from the airport
PHP parser itself is often a headache and so shit can just randomly break due to path issues and general sensitivety there
Like, I love PHP for how easy it is to just throw crap out into a web brower, but god can it be a bloody horrible language to work with
what other language would you say would be better then php
To be fair, for websites? they all kinda suck
it's why everything these days is templating and frameworked to all shit
much f the merits for X a lang these days is down to the ecosystem and tooling surrounding it

its kind of a nice flex to have a website that loads fast on a 100 kbps connection
and then theres some people with websites that are like 30 mb and take like 5 minutes to load 🤢
god, I remember the old days
when the standard was to basically design for 800x600, and dialup
nowadays it's like, everything has to be HD
Like, remember the snow.js phase of the internet?
I used to main a mobile hotspot and whenver I hit the data cap it was like dial up
I would get 100000 ms on mc servers lol
now I have fiber 250 down 250 up
damn, I remeber using broadband for the first time 😄
being amazed at how stuff like, instantly loaded
I lived in a rural area
It felt like, you'd never have towait for a page toload ever again
thats why I used hotspot
and then the modern web happened
next thing you know web pages are gonna be rendering like hd 3d models lmfao
someday there might be ps3 emulators that work in browser
I mean
when we're at the point where web pages basicallly need the resource requirements to do that just for the advertising, why not
metaverse moment
the metaverse sounds like a HORRIBLE idea
just zucc's plan to control the world if he can't control the real one
facebook is public so they have to innovate to keep stock price up
and I am sure the recent issues aren't helping
Dont advertise dumbass
sir this is a minecraft discord server
Yeah
hosting run server minecraft and web
ok
You know
the internet is really a sad place these days
cert expired, gotta press a button
Use cloudflare
My computer time is wrong
but whenever I set it to right time
I cant use any https website
because the certificate gets fucked up for some reason
background url
lmfao
no I dont think so
why is paper 1.16.5 support dropped
1.17 and 1.18 are not stable enough for production
not compared to 1.16
Because we don't wanna maintain multiple versions at once as we have enough issues as is?
Not been having any issues with 1.17 tbqh
this was peak websites
where you had to submit your site to a database
before crawlers existed
before bloated js
my websites work without JS :)
I dont see anything?
Nah ip isnt anything special
plus whos gonna do anything bad in this discord
i dont have beef with anyone
I mean my router has dos protection anyways
most routers have dos protection not DDOS protection
its not hard to block DOS attacks
all of cloudflare won't go down
tho
they have multiple server locations
when?
Some websites might stop working
Yeah
I mean thats kinda the nature of anything, if you ran your own DNS servers your DNS servers going down would be your single point of failure
nothing is 100% resiliant
another 2 weeks to slow the spread
tech in general had a boom during the pandemic, especially as "open dates" where pushed back, and various things like movies and such starting to hit streaming first, etc
Like, the pandemic saw a good number of "direct to streaming" releases which pulled movie goers towards netflix/amazon, etc
spotify had rogan
in general stocks where just going up and various things during that time helped boost a good few stocks
yeah but how many people use it?
and then now that stuff is opening up, those bubbles popped
rope stocks went up during the pandemic unfortuanetly
reminds me of the dead rising logo 😄
I played that years ago but got pulled out of it cos of work
was actually a pretty alright game
Oh god not that
just last I tried it had gotten buggy af
Like, crashing out here and there, which, I never recalled it doing in the past
or, wait, no
I mean dead island, not deard rising
I dont get why telegram is still used by hackers
they're all just discord clones that don't really improve on anything apart from them not being discord
imagine going all out with your money
That's a complete joke
yolo
lol if you want a decentralized chat then use Matrix
Matrix is pretty terrible too, I used to run a homeserver
Its so resource hungry
I'm gonna be the insensitive piece of shit and say that one was deserved
I don't know
next time don't go all out with your monetary posessions
wait
they just need to make a discord client where you can self host instances
the server or the client?
https://getsession.org/ this is pretty good decent chat app
i mean... I'd say that's to be expected of modern applications 
Yeah
- there's encryption on the mix too, IRC doesn't have to deal with that
where you can join someones private discord or public ones like this
But 2 GiB minimum to join some public rooms on a homeserver
option to self host
Nah the home server doesn't deal with encryption, its client side
they're still tryna ban encryption
Government is crazy
session is still better then signal
and phone number
yeah but im p sure they got it they use ur phone number to verify your account
Ik Ive watched it before
his black deepfake 💀
FBI after failing
to
backdoor your pc
👉 Free $100 Cloud Computing Credit https://linode.com/seytonic
0:00 Almost Sued Over F12
0:19 Pressing F12...
1:29 The Journalist Did Nothing Wrong!
1:54 The Government's Insane Response
2:33 The Ridiculous Press Conference...
4:23 Taking Insanity To A New Level
6:16 Victory!
7:24 Linode
7:59 Outro
Sources:
https://arstechnica.com/tech-po...
"Decrypted H T M L Source code"
even if it was encrypted leaving ssns on the index lol
old people shouldn't be politicians
Joe Biden Trump they all suck
I say
we need
presidents around 40-50
years old
still competent people
thats the problem
thats an L
Windows 11 is so disgusting 🤢
it looks they literally added 2 things
Centered d taskbar and explorer ads
what the children talkin about today
lots of words
cant really find a topic though, i'll leave it to the professional ( @cunning raft )
Whar
windows 10 honestly looks so gross
What do you like then
Mac and some linux distro
Mac OS looks nice
Wayland 
better than xorg
since i want to have two monitors with different dpis
only way to do it in xorg is through a sort of hack
@waxen panther 
Wayland is still partly broken on kde.
Nevermind the lack of a primary monitor designation
ew pokimane emoji
@left swift 🧑🌾
Hi @rose nova can u send me a friend request?
What's the recommended RAM usage for a Minecraft client?
Better way to put it, by which point is there no performance benefit?
Idk 4 GB is fine
The GC used is also important.
ZGC and Shenandoah are smoother than G1GC on the client
+8
Using 2GB on a 1.18.1 fabric client, no issues whatsoever (optifabric/optifine)^^ WIsh I had voxelmap, dev is inactive :x
eww, optifine
Any of you wanna travel in a RV
My Laptop really doesn't like going below 4GB
"eww, optifine' this guy
Sodium is cleaner, faster, and doesn't try to sell capes
whats wrong with selling capes
also Optifine has way more support with shaders and community
EULA, afaik
how does that violate the eula
From the very start of MC the one rule was don't sell capes
proof?
then literally all the pvp clients are breaking the eula then ig
I don't think mojang would really care anyways even if they actually started enforcing the EULA
Its selling a cape as a donation unlike the servers where you can buy 300$ kits
Here is people freaking out about Mojang clarifying this is something they're looking at for enforcement https://hypixel.net/threads/breaking-april-9th-capes-not-allowed-mojang-eula-update-bombshell.2752250/
Mojang's End User License Agreement was updated today at 05:31:09 UTC.
Among these changes, the most significant one, by far, is this clause:
"Additionally, the Commercial usage guidelines state that you may sell cosmetic items, except for “capes”"
This means that any capes that are not...
also techinically spigot and paper / bukkit also break the eula iirc
doesn't mean its bad tho
Apparently the clear wording that capes weren't allowed wasn't in the old EULAs, just a part of a blanket statement
I remember digging in to this in like 2013
wdym
Spigot violates copyright, not EULA 😛
I think thats worse lol
It's a grey area whether or not it's actually copyright infringement
CraftBukkit definitely was, Spigot and Forge and such might be
If mojang were to take it down though the backlash from the community would be too severe
Here is notch saying you can't sell capes, back when he was relevant https://twitter.com/notch/status/476477273424789504
We are going to specifically exclude capes, as we like the special place they have. Add another decorative new item instead of capes.
284
I feel bad for notch
Before this their EULA didn't really allow you to sell anything, except for access to your code/server
So when they started enforcing the EULA they also changed it to allow selling cosmetics but made it clear capes weren't a part of the allowed cosmetics
gn
Oh joy optifine still routes you through a malware distributor to download it
How? Doesn't it license only patches like paper?
People need to understand that what they think is the EULA is actually the commerical usage guidelines, lol
Eula has never defined any of this
The commerical usage guidelines straight up ban capes
I swear it used to be explicitly in the TOS too but I'm probably just remembering a comment from notch or Dinnerbone on reddit or something
[you may] sell cosmetic entitlements, except for "Capes," which we define as anything that attempts to visually emulate the feature of a Minecraft player Cape.
That's a quote from the CUG
By used to be I mean in the 2010-2014 time period
Back when it was TOS and not EULA 😛
Not the TOS or EULA
But the CUG also they you must advertise FCC compliant (aka influencers need to disclose sponsorship) and everybody sure is doing that, lol
hello from a plane
hello from a train
If mcp mods were modified reobfuscated minecraft classes, did they vioalte mojang copyright? (If I correctly understand what a copyright is)
You only shipped modified classes and copy pasted them into the vanilla jar
Oh and don't forget to delete meta-inf (aka the jar signature)!
So you could make an argument of it being fair use
Similar how our patches contain Mojang code and that's prolly fair use
i need a chair
how this one look guys
I mean, I'd personally avoid meshs
that looks like shit but if that's your budget go ahead.
anything under $300 ish dont really have any difference. They just look fancier one way or the other
recommend me one then please
Under about $500 just get the cheapest thing that looks like it'll feel good, you'll probably be replacing it in a year or two anyway
Well, maybe $300 is a better line but I've seen some trash at that price
Like, the same chair as your $80 thing but all fancied up so it looks premium
can anyone use anything to bypass paper's anti-xray?
Until my current chair I always just bought a new $100 chair every 1-3 years
Yes, but a competent anti-cheat can thwart most attempts to bypass it
I'm hoping this one will last long enough to make the extra price worth it, it's supposed to but we'll see
Oh I guess it was $150 but it's $200 now
Amaranth got the idea
anything below that price point is just you paying for their martketing
I wouldn't buy the $200 chair anymore, that's too expensive for a disposable item
yall chair destroyer or something chair is NOT a disposable item to me 
Or rather at that point I'd start looking up to the $300 range
Sometimes you can get decent ones used from business sales/liquidations, too.
^
Chairs that used to be like $800+ going for like ~$200
I am a very tall and very large man, chairs weep when I sit on them 😛
Ha
Welcome back ocelot
can somebody who is good at svg fix this for me? lol
<svg viewBox="0 0 1200 218">
<path d="M0 218h1200v-61.3l-40 0,961 V 0,480 C 268.5,456.5 537,433 857,433 C 1177,433 1548.5,456.5 1920,480 C 1920,480 1920,961 1920,961 Z"/>
</svg>
browser throws Error: <path> attribute d: Expected number, "…-61.3l-40 0,961 V 0,480 C 268.5,…".
I think its complaining about the moveto command but idfk why
?
218h1200v-61.3l-40
I mean
am not an SVG pro
but, at least, that's the point that it's complaining about
and, from a skim of the thing, that block just looks, wrong?
it renders right tho cat 😄
already reverted, never shipped, why waste energy on it?
Yea, that's the thing
I converted it into something it doesn't complain about
and it broke
Oh good

Good thing the Enterprise version doesn't have ads... oh wait. 
idk why people have so much problems with stuff
I never seen an ad in windows
idk if people dont read the settings on install or whatever
Do you count urging you to update to windows 11 as ads? 
I mean, you/it omitted the classifier for an svg browsers can look for e.g. xmlns="http://www.w3.org/2000/svg" smh
its a minimal example
<svg class="fill-background-light-10 h-240px min-w-full" dark="fill-background-dark-80" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 218" preserveAspectRatio="none"><path d="M0 218h1200v-61.3l-40 0,961 V 0,480 C 268.5,456.5 537,433 857,433 C 1177,433 1548.5,456.5 1920,480 C 1920,480 1920,961 1920,961 Z"></path></svg>
happy?
lol
I mean, without certain browsers wont display it lol
iirc, edge and chrome never got around to smart detect em
Yeah, it just displays the xml on chrome lmao
@mossy vessel 
good morning
https://eco.ovhcloud.com/en-ie/?xtor=CS1-2-[ie_int_2022_ovh_enterprise_managedbaremetal_Eco_Range_awareness_reach]-[dimg_social_1080x1080_V1] seems like OVH is slowly merging kimsufi & SYS
hm didn't even know about kimsufi before now
that's because KS isn't worth looking at
the only reason people use them at this point is seedboxes 
kekw
asshole maintainer added https://github.com/RIAEvangelist/peacenotwar to popular lib
whats the best way to setup an environment for resource pack dev, rn we have a repo with all the other git and worflow junk and a "Pack" directory for the assets png and mcmeta stuff. This works great, but when working with block bench and using vanilla resources we have to manually edit the model.json to put the block/red_concrete.png or whatever. If we just include the vanilla assets directory in the root of the repo and gitignore it it works, but now blockbecnh tries to do vanilla-assets:blocks/red_con...
Whats the best way to do this, do we just have to have the textures folder in the root of the repo? Thanks
good rundown
Daily reminder to not use Node.
Daily reminder to versionlock your dependencies
^
No need for npm, if you don't use node. 
why?
Vulnerabilities mostly.
Let's say something like Log4j happens again and you were locked on a very old version...
Now after a bunch of years, you are forced to update it and somewhere in the middle the API changed and you have no idea what changed and how.
well, of course you gotta regularly update your dependencies
we do every other spring at work
you also never get major updates automatically, even if you dont lock
thats not how this works
Depends on the lib I guess.
if you not follow semver you should be executed on the stop
I'll call the French museum for the guillotine.
Cat, why do you hate pings so much?
Iirc NPM is also used on the frontend side of things
the color discord uses makes it impossible for him to read the message
Oh God you hate it too?
That kinda makes sense. Thanks, I really wouldn't figure that out without you. (No sarcasm intended)
Idk I just don't care.
Someone pings me -> I read it and then answer
It reminds of a server I worked on where we had a discord bot for logs in some channel, if some exception occured this bot pinged all developers, it really motivated us to make our code less buggy...
Couldn't that be solved with some browser extension tho?
Ikr yikes, but it ain't that bad
When you get around 30 pings per day, work with clients, work for work and have to do other stuff, it gets a bit annoying.
I need help FAST!
And they didn't even read the error msg.
only 30? 😄
Technically speaking, yes. But I don't think someone would ban him for that.