#general
3141 messages Β· Page 1866 of 4
enable anti xray mode 2, if they lag tell them it's their fault for xraying in the first place
ok
Don't spawn any ores
They can't x-ray if there are no ores

\π
kenny changed
Not really.
I've seen a few servers that do
I think it's only a legal requirement in China? Could be wrong though
I mean big servers don't have that.
be the change you want to see
If they see the chance is low for the item the player wants. He don't buy it.
It's basic human decency
Any gambling elements should have the chances listed
More and more countries are making this a regal requirement
glances at trading card boosters
Allowed? What? π
Why not?
Sign me up
What's wrong with being girly? Other than enforcing dum stereotypes
We have a MC server just filled with copyrighted books and magnet links, is that allowed?
Oh that would be so cool
A sci hub Minecraft server
Granting access to the knowledge of the human race
There is one like that, but that's for politics AFAIK.
It's the banned library iirc
Yes, that.
not just you
pretty sure the site is not actually scrolling
it's some fancy javascript stuff
tl;dr: is to get better hardware
(because it's not lagging for me π )
No it is scrolling
Well, depends what you call scrolling I guess
The sections are translated up if you scroll down π
Mmh, I wish I could disable JS after loading, pretty sure it would still somewhat work
But yeah, using that website without hardware acceleration is gonna be a bad time since they use webgl for the 3d stuff
well middle click doesn't work for scrolling this is pretty annyoing lol
Guys I need some feedback. What do you think about the stone palette I chose? Is it too much or any other suggestions?
why are you using concrete? 
the complete smooth texture just throws it off imo. just use stone
Idk I just threw stuff in there that kind of has the colour of stone xd
it goes for the mobile game aesthetic
it looks like it's using perlin noise too, which for stone coloring kinda throws it off
either make everything smooth or don't have it if it's supposed to be stone. but don't mix and match imo
it's moving away from realistic inspired terrain, to more game like
I personally prefer a combination out of clean stone, andesite and gravel
hold on a sec
@dapper escarp if it IS using perlin noise, you can get some tips from Henrik, he recently went over step by step how the terrain gen works, really insightful: https://www.youtube.com/watch?v=CSa5O6knuwI
wow you're the first one that recognised him
Is that hard to recognize?
I do recognize that too
I just didn't feel it's worth pointing out, lol
I just used the #simplex from worldedit to mix in more than one block
Well then its because no one of my friends give a shit about the beatles or stuff from that time in general xD
ye
He wrote the game test framework
But he's coming from an agile coach background iirc
He did stuff at Spotify
Ye
What they use for integration testing
He has a video on that too it's pretty cool
And I convinced Mojang to allow us to use it too
Oh to his video
He's also ADHD iirc
Watch this embedded Streamable video.
omg minidigger, didn't realize you had fixed game test framework
I had seen decomp errors and assumed it was unreachable for modders
I gotta test this out
Henrik Kniberg shares why and how the developers at Mojang built a visual framework to bootstrap and enable end-to-end test automation of Minecraft. The talk is followed by a Q&A.
Henrik Kniberg
Twitter: @henrikkniberg
GoClimate: https://www.goclimate.com/
Blog at Crisp: https://blog.crisp.se/author/henrikkniberg
Support this channel o...
It's newish
No it's really powerful
Ye
It's basically full integration testing
Ye
with tick control
It's really important and I would argue it improved the stability of the game
E.g. say if your plugin has cooldowns, or animations, and you need to test to make sure a corner case doesn't come back
you can define the test case, setup a schematic, and assert results
and do the exact ticking you need
Explaining how people test software to plugin devs is really hard
Lol
But in the real world, you wanna cover every single non trivial line of code by tests
I mean, testing in general is usually not something done in the game dev world π
Have you seen a decent mocking framework ?
That's what they do in team city
I mean, part of the horror is that mocking is generally a flaw of design
Start a server and run the tests
Aaron tried it once for Sponge, but no one implemented the tests, made me sad. the Cause system really, really, REALLY needed integration tests to take off
for version stability
Mocking using a lib means you failed to design your software properly
Good architecture means you can mock just by using interfaces
Right, but my issue is I rarely know how bukkit is 'supposed' to behave with just looking at the JD
so unit testing for plugins is near useless
Well, I mean, that's part of the flaw especially when it comes into plugins
ChestShop actually has some unit tests for parsing π
you basically start writing mobs asserting what the behavior of craftbukkit, and by extention, vanilla is
I've written tests before for contained systems especially for the purpose of rewriting stuff and tryna retain behavior
That's something I came up with, the JS stuff
@void void Some of it is in the game, but it looks like a whole bunch of it got ripped out by proguard.
thus why minidigger made the library
But, you specifically gotta cater your design or pull out stuff in order for effective unit tests inside of plugins
Mojang just has the tests in src/test/java I would assume
it used to, regularly
No longer, since I asked Mojang to not do it, they have disabled proguard code stripping fully
β€οΈ
I just asked for the game test framework and they just went, meh, just have everything ^^
probably just classes strewn between src/main and src/test then
Well yeah test code isn't part of the jar that would be silly
I think thats my final block palette. It has that bit of marble in it which I think looks kinda nice
Yeah that's much better
feels like a flatter sonic green hills a bit, or zelda
like wind waker, or psomething
thats up to everyones interpretation xD
@void void You gotta remember, this is 'just' stone
it's not necessarially supposed to be the eye catching bit
I might get a slightly darker touch in on the cliffs near the water. Have to take a look into that later
Nah, I wouldn't change it. But I would vary it by biome
What's the biggest code base you have worked with?
It's the team environment that gets me
Oh I don't understand all side effects in my own code either, lmao
unless every dev, reviews every commit, your doomed to changing something someone is relying on, even if you are a 'perfect' dev which no one is
How am I supposed to know what I wrote 5 years ago
Code devs? Like 20?
seen the credits lately?
There are 10 that I know on the top of my head by name
that's the naunce though, how often do you do something which is like a one line trivial fix which ends up causing some change elsewhere
chunk border lag is not a trivial issue
And many that don't appear publicly
where?
They can't possibly out compete the entire modding community, + unless they sign a CLA...
It's not that easy, they can't just pull in the code, because they have other quality standards
last I saw was mostly mitigations and there are legal implications of copying code from the issue tracker
Like even when we submit code to Mojang they don't always use it 1:1
Speaking of, can someone convince them to fix the wither detector not doing it's job
More often than not they just take it as inspiration to understand the issue and apply a slightly different fix
BlockPatternWhateverIt'sCalled simply doesn't iterate over the blocks it think it shoudl
- that's an over-simplifaction of the way legalities work
And we explicitly licence our changes as MIT for Mojang
code is focused on the flow and behavior, not the line by line
- Most of the fixes mitigate issues, not exactly fixing the underlying issues
other benefit of obfuscation = all those comments about stackoverflow answers don't appear π
Since when are comments retained in the jar?
the real fix here is to basically replace the lighting system so that it's not slow as balls
but, ofc, that's a good chunk of effort
and then they've also gotta deal with the bad accesses which was causing the stalls
etc
I'd be keen to see the gitblame tbh, I wonder what gnembom and Panda get up to
wish I knew why this was wontfix
I probably explained it badly
or explained the only logical solution, blocking them from a 1 line fix, legally
Yeah I'm aware
it's also exposed in command arguments
But AFAIK they convert it at compile time, and if it's anything like the way they handled other baked in resources, they are quite happy to write their own converters to upgrade, spit the data out, and publish again
that said, they also made that sort of stuff available now, so
we guchi
I want to use sNBT, just it'd be nice to have API / trust
rather then knowing I'm yolo'ing
also you were curious about credits: https://www.minecraft.net/en-us/credits
Also, regarding gameTestFramework, I've had to run/write manual integration tests professionally for life-critical software
I'd rather tear my hair out
skull emoji

I've said this before but they can't beat modders because modders only have to worry about niche communities; whatever Mojang does, every line of code they write affects everyone and everything
anytime someone told me they were a technical player they ended up banned off my server within a week

farms OP? lag induced by too much redstone? dupe bugs? all of the above?
yes
they thought building those 100k item villager farms was a good idea in multiplayer
depends on player count + as long as it has a switch + if they share
that said, if it was ruining your econ
I hope you mean TPS, by 'ruining'
Otherwise it's likely a game design issue that you introduced by introducing other mechanics, or not nerfing villagers if you wanted it to be harder then vanilla.
idk exactly where to ask this but what the heck are people talking about when they beg for something to have "Legacy support" or "legacy version"
What does legacy mean
lol
So it just means 'not current'?
Generally the term means different things to different people. But it's usually combat focused people who hate cooldowns
or people with very high player counts 'stuck' on the last version they deemed to have suitable performance
@halcyon horizon
generally it's due to 1.13 changing a TON of stuff
Gotcha, so most people use it to describe the classic combat style of <1.13
Didnt sound like an overexplanation to me π In fact that was super helpful
it would help if you knew what legacy meant
don't worry, just say pokimane sucks to trigger nomana
Old habits from running support channels for Sponge, it saves time to not be misinterpreted.
Also been visiting my parents for like a week, who don't listen to what people say, and answer your questions with an answer to a question NO ONE asked.
kinda frustrating
Makes me resonate with autistic peoples experience living with them. But it's just their nature.
If you have a better answer that would help me understand more, I'd still want that too btw
yes allow me
legacy version meaning legacy is the adjective and relating to computing
if you're talking about paper legacy version would be anything older than 1.17.1
so that'll be $50 usd
wtf
this was the correct answer. everything else just gave me a brain bleed
correct, yes, but not as it's commonly defined by the people requesting it.
@halcyon horizon https://bstats.org/global/bukkit , https://bstats.org/plugin/server-implementation/Paper/580 may interest you
I require monthly trident layers gum watermelon
you will be paid nothing

That makes sense! Thanks! I looked up the definition online but mine doesnt show me the computing version
Generally it means they want 1.8 for combat or 1.12 for performance. If you're supporting those but not all the other legacy versions someone will still complain though π
Unless you're charging money for the thing I'd say no to them
Even if you're only using the API supporting <1.13 at the same time as 1.13+ isn't trivial
Well, unless you just write it for the 1.8 API and everyone on newer versions will get a warning telling them to blame you for performance problems and bugs
mullvad client doesn't work on silverblue due to some SELinux fuckery 
seems like i have to do manual wireguard stuff
That isn't just a modified RPM, it also has some pretty simple instructions to make the official RPM work instead
opened bstats and its a little brokey
oh im glad whoever this was brought it down a little bit.
think i tried those instructions and it still doesn't work, will probably try again
whats the best backup storage that can health 20years and more and is secure?
like is an ssd good?
ssd, no
hdd, no
anything flash based, no
that's more DVDs and ensuring they stay out of the sun
Tape
Oh, they make DVD-Rs that use gold and last 50-100 years
The standard cheap ones you pick up at the shop are 10-20
Yeah just get DVDs and replace them after 10 years
5 years for safety
Not sure how long tape would actually last tho.
Like, if you keep it somewhere, with regular temperature cycles, probably not forever.
Look to Verbatim UltraLife Gold Archival Grade DVD-R media to preserve your family photos and home movies as well as critical corporate data. Each disc is manufactured using proprietary unique dual reflective layers to maximize both compatibility and longevity. To further extend media lifetime, V...
It's amazing when people have too much spinning rust and they have to restart everything at once. 
Some of it doesn't restart at all and some of it burns out VRMs, PSUs, breakers, etc from inrush current
TIL commercial DVD and Bluray discs (like, movies and such) are kind of crap
They last 10-20 years
Do expect some UPS beeping tho. 
There are probably DVDs in this house that don't work anymore
Mh that looks more complicated then i thought, They only have 7gb
Uh, yeah, it's a DVD
How do most people do backups then? i never heard of dvds in this case
For some reason rewritable Bluray lasts longer than write once, BD-RE is 20-50 years
You're not talking about backups, you're talking about archival
are u sure there is a difference?
Backups don't need to last a long time, you keep making them π
Google drive. π
Archival is "I want to preserve this thing in its current state forever"
But yeah, the answer is generally to pay someone else to do it, back up less stuff so it fits on the easier DIY answers, or get really serious about it and get a tape setup and climate controlled storage
Although even then tape only lasts like 20 years so the real answer is to keep making new copies before the old one dies
But it could be a file that i save one time and then dont change it for years ...
Or build a DVD robot since apparently they can last 100 years if you buy the archival ones and store them in a cool environment
And making a full backup of all files ... such a mess ... the last time i did that I couldnt sleep for days bc my computer was running 24/7, i think the copying to an ssd took 50hours
But on dvds i can only write once, right?
You probably wouldn't want to write to the tapes again either
But yeah
iirc data on an SSD bitrots after like a year
HDD might not bitrot but they also just randomly disintegrate themselves
So you're going to be looking at optical or magnetic storage if you want to be able to store it and forget about it
Or just pay someone else to care about these things, they'll have 3 backups of your backups and cycle them to new hardware as the old wears out
mh
But are there filter programm to not always copy the whole C:\ ?
only what have been updated or something
no system files
In my backup o have a lot, but only few files i probably realy need
There is a whole industry for this, I guarantee there is such a program
But on Windows I just use backblaze so... no idea
could use rsnapshot from a linux server too to backup windows π
on Linux I use borgmatic docker, and back up to borgbase.com
backblaze is pretty good value but its windows only
[1.17.1] is it possible the threaded world upgrader only uses one thread?
inan environmeny where only 1 core is available, yea, but, otherwise, no; the key word is threaded
Yeah... with Borg I loaded the full backup only a few folders excluded but not all π network settings broke and server stopped. With errors you remember it good and don't make mistakes twice:)
It's literally using 2+ cores of workload
yes but most of it runs on a single core, while a small part of it runs on others
int threads = Runtime.getRuntime().availableProcessors() * 3 / 8;
Welcome to Minecraft π
from that's screenshot it looks like its maxing out the disk io
whats it bound to then? its not disk io for sure
I mean
at least the root disk
it's not designed to hammer the disk
it's loading stuff off the disk,deserialising it, running it through DFU, and then shoving it back
speed is irrelevant
Yeah but io percentage is what matters in this case
So it'll only try to do three chunks at a time but your SSD really wants like 32 at once
And you aren't using much CPU time so you could probably get away with changing that to use 2x cores or something
Dunno if that's configurable or if you have to patch the server
Where i download paper 1.8.8
scroll down
enter key is not punctuation, read the page
lol
Im very new to this, can I use "datapacks" on my paper server, alongside "plugins"? And whats the difference between them and "mods"?
Yes but note that there are often plugins which are more performant and some packs can have compat issues
mods are deeper leveled than plugins and don't work in a bukkit plugin environment
So I may want to do a backup before I test out a datapack's compatibility with my current plugins?
Thanks guys!
loot tables are also a thing you can only do in datapacks, afaik
All the API can do is read the vanilla ones, it can't make new ones
That was 2017, I don't think they sell those anymore
true
Even if they do you can see on https://www.target.com/p/boys-minecraft-creeper-costume-fleece-sweatshirt-green/-/A-54479943 they removed the logo
yeah i saw that too
that wasnt just a typo too
they consistently spelled it creaper
this feels like a personal attack ;-;
Hi
i remember when "everyone" still used IRC here and they'd go out of their way to ban you for flooding because it looked really bad on their side 
circa 2018
#paper-help used to be the general chat
Hmm looks like this one user DiscordBot keeps posting, I think I'll kline it.
Imagine thinking https://i.stack.imgur.com/A4Rd1.jpg is how the orbits in our solar system work
Seems reasonable to me! Backed by observation.
i am not seeing proof it isnβt
Anyone here know much about DNS?
I was wondering if there is a record I could set up that would allow me to run an application on a linux server of mine that would set the IP of the specified sub domain whenever the linux server IP changed?
lmfaooo
man velocity is fast lol
Hey all!
Are all of the versions part of the api ref https://papermc.io/api/v2/projects/paper stable builds?
not all, no
Is there any way to know?
latest is the best.
Is it possible to get respawn protection like u get ah 15 seconds invincibility when u respawn
it would probably be done best by a plugin
@pookleblinky We basically sent nudes, a mixtape and directions to our house
No wonder we haven't had a reply

Is there an easy way for me to take a file like temp.txt: ```
Server: resolver1.opendns.com
Address: 208.67.222.222#53
Non-authoritative answer:
Name: myip.opendns.com
Address: 0.1.2.3
and get that last bit out?
Just the IP?
In shell script
grep
I did grep Address temp.txt but that gets me two lines. I need just that IP by itself.
Is there an easy way to tell if a string is a IPv4 or IPv4 address in shell?
Regex. π
stackoverflow has all the answers
yes lol
I did $VAR =~ ":"
?
what's outputting that temp.txt file because this could be an XY problem
ok but why are you not directly reading the record type from the return? 
?
ok apparently nslookup doesn't contain that info, lol. I guess that's one of the reasons to prefer dig π
dig +short google.com
142.250.179.238
I don't know what you are talking about. It also seems I need to tell it to remove the old record if it's flipping from one version to the other
function RECORD {
if [[ $1 =~ ":" ]]
then
return "AAAA"
fi
return "A"
}``` Would something like this work?
I am talking about getting the record type directly from the nameserver instead of trying to parse it from the IP which could break if any other record type is returned
dig returns that kind of information, no idea if nslookup has a parameter for that too
Without an example you're just speaking gibberish to me.
use google?
Thatβs gonna be $400 an hour for Michaelβs rate if you want example 
we ar enot going to write your step by step guides for random administraion issues...
You're suggesting I change something that is working for me.
If you don't want to give me an example, I don't see why I'd want to spend more time struggling to change working code.
it's your system Β―_(γ)_/Β― I just hope it's nothing important or that you are willing to fix this at 5am on a sunday
runs
btw. the "why fix it if it's working?" mentallity is extremely common (especially in the money-making) software/sys admin industry and leads to interesting issues like millions of personal data from credit card holders being publically available π
and then break things when you feed an IPv4 with a port value
Well this is personal and will only get used by me. If it breaks then the worst that will happen is that I can't use the sub domain anymore as it's pointing to an old IP.
can someone link me to the pr kenny made (the one that tried to change license in one plugin)
If I learn more about the random commands that exist in bin then I might update it in the future.

damn.
Brother.
thanks

cuz well umm
not my fork
eww
L< this GPL
yeah, it uses the LGPL
i mean, you're talking with someone who is a law enthusiast at the very most, not an actual lawyer
but uh
it can
it can use the LGPL
CraftBukkit is LGPL right? π
but the whole combination must be under GPLv3
so using LGPL for your bits of the code is useless
LGPL is basically "GPL but you can link with the library without disclosing your source"
when you're developing against Bukkit, it's useless
you end up linking with Bukkit at all times
Yes π€‘ , so it means i can change license if im using CraftBukkit as library π€‘ and i am doing that π€‘ i am using craftbukkit api
craftbukkit is LGPL but Bukkit is GPL
and the entire combination must be under the GPL
so basically, it doesn't matter what jar you're using
Question for 1 milion dollars (in roblox)
A) you use bukkit api
B) you use craftbukkit as library
it doesn't matter, because JavaPlugin is a Bukkit class
and you have to extend it to develop a plugin
thats what im talking bout
this seems like a plugin
by extending JavaPlugin, you use a Bukkit class and not a CraftBukkit one (the difference is in the license they use)
but uh
what would you mean by this, then?
that you can publish a plugin with a proprietary license? no you can't, for the reasons I've said
anyways I'm not a lawyer
Best Logics4
well, that's it then
tl;dr
(and this is where i either feel like a smartass for being able to discuss this or like a no-lifer for spending so much time on the internet)
I discussed this exact thing with a copyright lawyer a few months back and he seems to believe that bukkit plugins have to be licensed GPL.
(Note: not your lawyer, mine, this isnβt legal advice, itβs simply what Iβve been told from somebody who knows what theyβre talking about)
So would I but I donβt hold the copyright so I canβt do shit
my stuff to spigot is CLA so idk and my paper stuff is MIT
Iβve DMCAβd several mc-market forks so far though lol
Sorry bro. I don't have 10 years to wait for international court to do stuff.
oh it would just be for the lolz, lol
Maybe we should encourage people to violate it, so we get at least one person sued. π
I was thinking (kinda jokingly but kinda not) about getting a bunch of patents on IP and doing some patent trolling on servers that inevitably will copy what weβre doing without checking if itβs patented
Just make a patent for something that a server is already using and then force them to pay up.
Tho, owning a patent is a nice way of getting your email spammed daily.
How so?
Bots trying to buy it from you, asking you to pay to "keep" it or to publish it in a catalog or some BS.
So I've ended up with this. I believe it works perfectly.
Or even better, random students spamming you with: "Your company has patents, I want to work for you.".
Regardless. Daily reminder: https://twitter.com/USCPSC/status/1493043342732574720
Do not eat soap.
19124
143618
thanks for the tip
Really?
Yeah. Even EEVblog has like 2 videos on just that.
this is why Bukkit should've been under the Hot Potato license

Amazing idea
What text editor for linux would you recommend? I used notepad++ on windows, but, there's no version for linux
SublimeText.
paid
vscode
electron
so
vscode is one of the good electron apps
if you care about it being a native app go use neovim
but pvp
It's not entirely clear what license CraftBukkit uses, btw π
It started life as GPL, "switched" to LGPL but didn't do most of the stuff you're supposed to do for that, and of course the project as a whole is just illegal because Mojang's stuff isn't open source in any way and definitely isn't GPL
nice
so it uses the amalgamate license 
amalgamy? amalgamation?
idk the word
issa joke anyway fuck it
I mean, seeing as CraftBukkit patches implement the Bukkit API which is GPLv3 and we assume that the inheritence of it actually holds true in that case any patch touching Bukkit code/interfaces would also have to be GPLv3
and tbh as long as you use CB code under the assumption that it's GPLv3 one should be fine imo Β―_(γ)_/Β―
issue mostly comes into play with the "grey area"
technically the license is invalid in some respects
and the best part is is that on day 1 they knew that
"we'll fix it later" type deal
I mean they directly published decompiled, proprietary code...
I doubt anyone really cared about the legal aspect (and I can't fault them, everything should be open source to begin with anyways. Not our fault companies don't follow suit ;P)
I mean at this point MC practically is open source lol. Only thing we're missing is their maven stuff, and jd/comments
and a proper license, yes
thank you Phoenix
thank you Broc
oh lord π
vscodium π
Yeah, no. SublimeText gang.
sublime text is closed source lmao
Ok and?
Again. Ok and?
and doesn't have as good of extension support. most people use vscode/vscodium
what's that
fork of vscodium without microsoft telemetry
You what?
what?
yes
I think there is enough plugins for me.
no
it uses openvsx (iirc that's what it's called) but you can make it use the official microsoft store
I remember there being this other vscode fork that got rid of Microsoft stuff but 90% of extensions didn't show up
Still, the most important extension I need: https://posili.me/i/quTf9DaD-2022-02-15_19-34-08.png

you just put:
{
"extensionsGallery": {
"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
"cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
"itemUrl": "https://marketplace.visualstudio.com/items",
"controlUrl": "",
"recommendationsUrl": ""
}
}
in .config/VSCodium/product.json and it uses the official store which is more updated
ok...?
Just proving your point about extensions wrong. π
vscode has over 6x more lol
...you're proving that by saying "an extension that I use supports it!!" very convincing
Exactly.
vscode has literally everything
the limit is your imagination
lol
All those extensions and no Cisco syntax. π
what?
Look. I require that Cisco ASA syntax.
idk what cisco has to do with an IDE...
You don't understand bro .
Bro.
BRO!
Semantics moment
Not really semantics, if you forget what the original convo was about. π
it kinda is semantics lmao
vscode/vscodium is both an IDE and text editor
it can be both
you're nitpicking words lmao
apparently it does: https://twitter.com/yorkitsec/status/1338735568574885890 lmao
there are extentions
lmao
Looks scuffed.
(that was also a post from 2 years ago lol)
maybe do your research before making claims
lol
2 years ago
I did search for extensions, saw it wasn't there, said that it doesn't exist.
good for you
Thank you.
some people lmao... βοΈ
It is in the VSC section that I didn't check.
Bruh.
Yeah, I'm sticking with my original choice, not some stuffed thing.
jettison Jerry moment
only thing i miss about sublime is its fast
(dude, this again has nothing to do with the guy asking for a text editor recommendation)
completely tangential
jesus...
Look. They asked for a text editor not a whole IDE that needs longer to start up. π
so.. you're recommending someone who's using notepad++ to use a paid piece of software.... that has 6x less extensions... because it has support for something that you personally need?
Duh
and it starts up quickly
- It's free.*
- Yeah.
- Yeah.
- Some people value time over arguing.
why isn't he allowed to recommend software he's had a positive experience using?
Sublime Text may be downloaded and evaluated for free, however a license must be purchased for continued use.
Have you ever used it?
You get to save like 20 times, it tells you to please buy it, for it to no longer nagg you about buying it, you click no.
Same as WinRAR, except less annoying.
Just use notepad. Itβs lightweight and come with windows!
Regardless, it's an amazing product, that starts up instantly, allows you to edit a single little bit of text and be done with it.
Takes like 2s in total to do that. π
Pss, don't tell them that we are just boosting the activity.
lmfao
that doesn't make it free...
WinRAR also isn't free, yet how many people bought it?
me
that has nothing to do with the subject
lololol
sublime is free, iβve never paid for it
anything is free if you don't pay for it lol
thiefs
How not? They use the same marketing model.
sighs
bro you know what would be sick
(that's basically krusic22's logic) would also extend to people who pirate software, sounds like: "Minecraft isn't free, but I have it"
It's not piracy, if you are using the free trial.

oml lmfao
i installed sublime from their website and it just works
"adobe is free, just use the free trial"
No, because the Adobe trial has a limit.
"minecraft is free, just run in offline mode"
that doesn't make it free
cat the voice of reason is here he can settle this
You're supposed to pay for it if you're using it, while they don't enforce a timer because of their kindness, etc, doesn't mean that it's "free" to use
Exactly.
so you agree that you're incorrect? because you've been arguing that sublime is free lol
When did I say it was free?
See that *?
I cant read
...you didn't put a footnote so I assumed you were correcting me. as that's how asterisks are used lol
if you're just a normie who uses it once in a while they probs don't care so much, but, if you're gonna use it in an area where you're actually earning from it, either directly or indirectly, you shoul probs pay for it
Itβs like oracle java but with less lawyers
what?
^^ itβs a very nice tool and i will probably end up giving them money for it one day
just wanted to be a little contrarian π
that's literally the opposite of free
having to pay for something
is the opposite of free
and you just using the free trial, doesn't make the software free
you're still expected to pay
Do note the fact I compared it with WinRAR.
ok?
noted
You are just arguing with yourself at this point.
no?
Like, I made it quite clear, yet for some reason, you just want to win a finished argument with repeating points.
Kin?
Yes bro.
What's he doing now, bro?
...lmao
Not being here.
Fair point.
Regardless, thank you for helping me pass time while compiling.
Bring back Gordan.
You laugh a lot, Jettison Jerry.
what can I say, i find many things humorous
jettison Jerry joker moment
u just lucky u guys weren't talking about this on a subway
Why do you say that, bro?
Compiling on that poor Surface 3.
Need to replace the battery. Still waiting for it to puff up enough to pop out the screen. 
just poke a hole in it to let out the pressure
i read the discussion
someone never heard about the word "freemium"
that's all i have to say
distcc ftw
Never heard of the word freemium or free in my life.
I only use Windows and IntelliJ idea ultimate among other things.
I was about to make a politics joke
if everything is free, then nothing is 
Oh, and I use office 365. Someone tried to get me to use Google docs and I yelled at the top of my lungs.
And all Adobe products?
good way of describing it
Slight deviation from the standard user.
I'm a balkan user.
So I don't pay a dime.
Let me guess, Windows 10 Enterprise? 

people who use linux should be arrested
internet is going down then π³
and android users
watch me using Windows 10 Pro Education 
and people with chromebooks
250gb data caps or we riot
You give too much importance to linux.
We can just replace it with TempleOS.
Easy peasy.
ezz
Most of the world is still ran on 2003 Ciscos. As it should be.
Got to keep up that high ping.
run everything on imacs
if it ain't broken don't fix it 
What happened to you?
I've only have had gnome crash on me maybe 2 times in the past few weeks, and I'm using dev builds lol
You're speaking awfully intelligently.
Don't worry bro. There is a reason the gap is so large: https://posili.me/i/mZZFaZTJ-2022-02-15_20-23-55.png

Got to make sure to overdrive those lasers.
I've seen the world like it should be seen
I've only had Windows crash when I ran games fully maxxed out and had no remaining memory.
I've only had MacOS crash never.
nomana stocked on some IQ when pokimane got banned
(I'm also using dev builds that aren't released lol)
he's using that IQ now
Sounds like a you problem.

what?
Pokimane got banned?

yeah, for streaming Avatar or something
copyright infringement
(I mean, by crash, I mean that it reloads automatically and i lose none of my applications that are open)
Lol.
lmfao
So that's why nomana's back on track.
Reloads automatically?
That's even worse.
yes. when it crashes
Is working.
so it fixes itself
Why did it just reload?
huh?
You said that it reloads automatically instead of crashing.
Which I assume means the whole screen does a bunch of funky stuff.
yea. so you don't reboot or anything
So nothing happens?
Like, nothing on the screen?
How do you know anything's happened then?
there's a fade affect for like half a second (while it's loading), then it's back to normal
but it's super rare, even on dev builds
lol what
yeah u cant have a headache if you dont have a head
Mana.
Idriz
Problem?
explorer.exe definitely never crashes
find a better explorer next time
Fact.
zzzzzz
looks like its running out of ram and then using SWAP which absolutely kills it lol
the moment i kill influx 
@lavish compass May have wisdom for that

yeah killed the thing and probably leaving it off forever 
prometheus >
had my fill with db shit for the past few weeks so i'll look at that in the future
having to touch Access databases has drained my will to live
victoriametrics or questdb >
@lavish compass 
@warm anchor 
Can anyone give me some support what laptop would be good under 1000β¬ with ssd and 17" screen (or bigger)? For Plugin development and Minecraft (with medium shaders)
But i need a type of computer that can be taken on travel...
my current laptop was 700β¬ before 4 years so I think i could get something better now with 1000β¬?
i never used apple
I mean if you want anything more than low shaders, you need a graphics card, and that's an automatic $1200+
(not sure what that is in euros though)
^^
igpu and dgpu
Integrated is not a graphics card
its part of the cpu/mainboard
But i dont have that much money and even if, i would pay so much for soemthing that could just fall out of my hands....
Not sure what to tell you /shrug
decent shaders require good hardware, and good hardware isn't cheap
I mean, cost of stuff has generally gone up
the intel gpu is literally built into the CPU

my extern gpu sadly is still to weak for decent shader 15fps with 8 chunks
even with windows 11! 
Yeah that's the one thing that's been annoying with my new laptop
Like there's honestly a shocking number of bugs
like taskbar icons decide to go take a coffee break sometimes https://f.u11.io/cZEAEX
Windows 11?
I did not run into any issues when I had it during like august - october
Yeah W11
I started a new job last March and panicked because they gave me a MacBook Pro with macOS on it
Also sometimes alt+tab gets "stuck" open, have to hit enter to make it actually chanage, really annoying
Three months later I bought a MacBook Air
Id be pleased to work on a Mac anytime
also they got rid of my precious RClick Taskbar -> Task Manaager
Have to pull it up in the bloody search
windows 10 was best os in years
Unfortunately itβs a 2019 MBP with that dismal Touch Bar and weird keyboard

Yeah but it's buried in the middle of the windows button rclick
on taskbar it was right in the bottom
I've gotten pretty fast at win -> task -> enter, but then sometimes the start menu doesn't actually launch it either
Yeah there's some things that feel much better
but then there's dumb things like there's the control center on the task bar, but then they put notifications with the clock/calender
Windows 10 already laggs as hell lol
I takes 5 minutes to let my taskmanger show something xD
sounds like a hardware user problem
My pc isnt windows 11 compartible lol
wdym?
But Iβd still do macOS over windows anytime
Even arch
Arch was really really nice tbh
Aside from the few times that it fucked the efi partition, it was nice
Arch?
Yes
Windows 8 was cool
Oh I loved Windows 8.1
it wasnt lagging
and only 700mb memory useage
just this windows modules installer was always on 40% cpu sometimes
that sucks
hackintosh?
macOS on non-Apple hardware
Look I love macOS but I wouldnβt get a MacBook personally
I think the M1 is somewhat limiting
huh I always thought hackintosh was running non macOS on apple hardware.
How so?
in what way?
So Iβd probably get any other laptop and install arch
Well being stuck in only macOS is one of the reasons
Dap too poor. Canβt afford mac 
You can install Linux on an M1
Shut up weeb
Yea, I mean, I kinda wanna like, get the new mac, build a rig in the corner for VMs and PCI passthrough
Not officially
Well, thereβs no jailbreak involved
With officially I mean so you can just boot straight into it
However, the upcoming Mac Minis look nice
I think Linux would be cool too, but what things i cant do there that i normally do in windows? Does it have a taskmanager? I didnt found one
And it doesnt let me install Minecraft π the worst thing
there is a task manager alternative
wat
htop, for tui
wdym it does not let you install Minecraft
then there was the activity thing which is somewhat bleh but worked
I tried it many many times... after installing java, the minecraft packet and this arm architecture (why?) I cant start the launcher
i double click it it doesnt show
Windows shouldn't have left 7
thanks bye proceeds to run
HAHAHAHAHAAH
everybody knows that XP is the best windows ever
When do it per command it shows me nothing, like empty
Something isn't working.
API works.
API doesn't work on the server.
curl the API.
The API: https://posili.me/i/fSLk3guR-2022-02-15_22-28-45.png
It looks like you mightβve installed it wrongly but you can always resort to multimc
krusic, β Spirekted Away
unironically? eh i find 7 more robust but more than that is just basically small QoL features that could be added into 7 + unnecessary crap you now have to deal with because it's not optional with 8 and up
I dont trust non official launchers
um
What did i wrong with installation?
I donβt trust official launchers
speechless
I mean, 7 got some refinements over XP but there was never anything 7 had xp didn't which I couldn't live without
I liked vista
at least not when I was using it back in the day, all of my games worked fine in XP,etc
vista was okay when they fixed it, but by that point people where already on underspec'd hardware or downgraded to XP and moved on
nomana master of funy
Found another API that just works. π
thanks
like, I do love the part where OEMs would literally let you downgrade to XP as vista was THAT bad
I used to have a vista laptop and it was so so nice
Whats the way i should install Minecraft on linux?
multimc
^^
multimc is lovely to use
-.-
i mean... im still on 7 and i use Steam which dropped XP so, i guess i could say there are things i can't live without :p
vista wasnt horrible so much as it was new and used a lot more resources than the shitboxes OEMs were making
I refuse to use the official launcher
if we're going for games
yeah the official launcher is a disaster
in windows it worked all the time fine for me
Oh thankfully I donβt have to go through that pain




