#general
3141 messages ยท Page 1212 of 4
if the code was much cleaner id perhaps be less critical but lol
the algorithms are quite complex for determining prices and i want to have control over who can use the plugin to ppl cant steal it

stop judging my black box u fuq
the Best way to obfuscate is not proguard or some other crazy thing like that. it's...||extracting core functionality into a separate private repo running an api and handing out API keys to people for cash||
quite ingenious
ITT: We write an OSS alternative to the backend
how the hell do these launch with a different path https://sulu.me/2856df.png
kek
well i'm done with this. time to try iterm
this is a real thing, Ive seen this advice given to software devs and startups. How fun that its finding its way into MC
@spare venture are you going to have huge ass world-length portals on each side of the map so that you can walk around it in a huge circle like god intended
lol a circle? earth is flat
.kill machine_maker
gags and ties machine_maker then throws them off a cliff to their death.
that one was particularly descriptive
bot should be banned for rule breaking tbh
wow, seamless tp pls
i want you to pay for that to be engineered
why not top to bottom
yes it does
yes
stabs machine, ties his intestine to a bridge and pushes him off
๐
why is it scientifically impossible to go north so far that you end up south
or vice versa
yes
alr
plugins, and yes
theyre not mods theyre plugins
plugins*
brb, posting a forge mod to spigotmc
starts sharpening his pitch fork
Sigh...
;-;
why sigh at me
I thought we took away your pitch fork
One day, I'll rip mikro's launcher apart and make it work with any rando version of paper
btw, They'ren't mods worked there
I hate this immensely.
I had to add netherite tools handling to the own special tools for the dude i do stuff for
I had a feeling people where gonna do that shit
Plugins are mods from my POV

At a simple since, it's what are you "modding"
mod is the right word
i mean i guess they are mods for the server but...like...they've always been called plugins. if thats what theyre searching for thats the term they should use
i mean yea, they're mods, but for laymans sake they're plugins and forge/fabric are mods
Well they fit my definition of game mod no matter how they are loaded
We don't care about the game but how it interacts with the software
if you're modifying the base code, that's a mod
I feel like this is re-discussed every couple of days
if you're using pretty hook points and bootstrapping that the platform provides, that's a plugin
I think in our sense it's a "plugin" because it uses existing functionality to create new stuff.
its just the terminology that we use here, mods/plugins...but yea sure they are all mods in one way or another. i was just telling the user that when searching spigot the term plugin is used lol
And if it changes behavior in the game itโs also a mod
A "mod" adds MORE functionality to create new things and edit existing things.

so does a plugin
we don't care about what the user sees in our technical perspective
sorta like we don't care what simple has to say
no offence bb
how did this begin simply from advising a user to use the correct community specific jargon
Well, a mod adds something. I explained it to my dad that:
"Modding adds things that didn't exist (by default), with a plugin I'm limited to what already exists"
plugins can hook into apis and shit though
Yeah but thatโs also not true
therefore expanding the capabilities of it
not really
minecraft:party_dirt
Like, theoretically, yes, but, you'd also need something for the client
"disco dingus"
hence where forge comes in as you can literally rewrite the entire bytecode of the game with it
texture 
like yea i get it they're mods but the jargon of this community has always been mod=client, plugin=server...unless that's being changed?
I refuse to participate in that jargon 
all i did was advise someone to use 'plugin' when searching for a spigot 'mod' and i get sighed at
lmao
There is no reason that somebody couldn't create a mod for the client which supported plugins
just bc you refuse to use the jargon doesnt mean its not widely used in the community everywhere
"theyre not mods"
Like, craftbukkit is a mod, because if modifies the code of the base game
yeah... in this sense.

Ye
the biggest aspect of CB is that it provides the framework for a plugin interface for the server
forge provides the tooling to be able to modify the code of the game pre-init, vs predefine hooks
when searching spigot for something to mod the server you use the term plugin, which is all i was saying. sorry for a single miswording that screwed ya up lmao
its horrible I feel so bad for the original developer
tldr: epic world gen "author" stole an open source mod and sold it for years at 40 dollars without consent of original author
Hit em with the "yoink"
so ewg dude stole code, posted it, made huge bux, and then everyone found out he stole it and now hes trying to save his ass to make more huge bux before he gets banned
The Minecraft way.
^ pretty much yeah
lmao 200k??
also he violated the licence on the og code cause epic world gen wasn't open sourced but did used open source code
which was apparently under gpl
yes but he got caught
all I can say if I see someone put epic world gen on mediafire im def not report it
Tldr:
"Everyone is complaining about your shit, fix it - md_5"
"I a mtrying - this guy"
The thing with licenses is that it's down to the owner of the license to hold it
So, your average server owner can't really do too much about some plugin dev not following the bukkit license as it's not really theirs to enforce
I found a statement
https://www.spigotmc.org/threads/epicworldgenerator-1-8-8-1-13-2-25-off-black-friday-sale-support-all-update-aquatic.71172/page-383#post-4036644
fabric shader mod?
still looked cool
maybe they're saying it's fast in comparison to other world gen plugins...
.wa 400000000/27/60/60
(DiscordBot) Exact result: 1000000/243 - Decimal approximation: 4115.2263374485596707818930041152263374485596707818930041152263374... - https://is.gd/qdJaRO
4115 hours for iris to do a 10k radius world
approximation

has 972391 decimal places
lmao
is it wrong
that would be counting blocks not chunks right
oh wait no i counted blocks and not chunks and that fucked the time up
i will not shutup .
kekw


https://pastie.io/itbnlj.bat who do i blame for the following error? seems like essentials but i'm not 100% sure
bungeewidewarps

everyone except yourself because you do not make errors
kotlin smh
what the fok, i check if the warp is null and it throws an NPE on it 
thats not how that works
paste the line
if(warpName == null){
try catch instead 
u put them there
thanks
md_5 be like: not enough spaces
if ( warpName == null )
{
don't. please. it's too early for that.
if (
( warpName == null ) == true
) {
what have you done, kashike :3
oh and here's kash to bring is joy once again thanks kash
I'm currently nestled inbetween a ton of stone blocks hiding from skeletons
cursed, you say?
mojang buffed them to infinity and now they hit you quite hard even with tons of iron ;p
BungeeCord will refuse to compile if you violate its fucked up style.
https://u.dejay.dev/๐๐๐ป๐ฌ.png
Adventure will fail to compile if you don't follow codestyle too
As do many opensource projects
Yes but is yours that bad
the amount of times i had essentials fail to build cuz i had a line too many whitespace

The only difference between "normal" Java and my code is the lack of spaces
if(, for(
if ((
warpName == null )
== true ){
doThing ;}
Pythonic Java ๐
oh wait shoot the semicolon is supposed to be hidden too
you mean this brian?
public class Permuter {
private static void permute(int n, char[] a) {
if (n == 0) {
System.out.println(String.valueOf(a)) ;}
else {
for (int i = 0; i <= n; i++) {
permute(n-1, a) ;
swap(a, n % 2 == 0 ? i : 0, n) ;}}}
private static void swap(char[] a, int i, int j) {
char saved = a[i] ;
a[i] = a[j] ;
a[j] = saved ;}}
precisely, thanks kash.
I actually made it to the gym today and Iโm very happy with myself
I feel like absolute garbage and I wish I was somewhere else tho
im proud of u
why do something if you dont like it?
I like it. I like it a lot. My body isnโt very happy rn tho lol
i see what you did there, barty ๐
Iโve felt like shit for the last month and havenโt gone here, but not working out is a big blow for my mental health
Autoimmune issues r fun lel
Iโm just happy I had the energy to get out of bed today. Itโs neat
not me. i hate it. but i've always been highly active so exercise was always double work for me. now that i'm not working, though, i probably should start :3
^
doc should release me in march to start activities again \o/
I sit in front of my computer 12 hours a day
I need dis shit
Plus Iโve noticed that Iโve gotten significantly less buff this last half a year and now the guys on Grindr are gonna call me a twink
Which is very upsetting
Fukin twink
ded is grindr? 
also @heady spear I think ur hot 

also I need a new avatar because. shockingly. it isn't 2020 anymore. if anyone has a suggestion I'm open
Billy have you always stuck with "BillyGalbreath" for your online username?
Lol thatโs easier said than done
I changed mine a couple years ago and I remember it being quite painful, but I absolutely hate the name "TehBrian" so I think I might
anyway, have a nice night y'all
No... It's pretty ez
the trick is to surround yourself with like minded people. get rid of the haters in your circle
Haters never get in in the first place
Change ur name to TheBrain
kash y u no spaces in if( and for(
whats the default randomtickspeed
yes its 3
ok thx
ok yw
guys i need a hella stupid plugin idea
something that is a slight challenge but absolutely stupid
make dolphins fly arrow trajectories
and then make a custom bow called dolphin launcher
^^
#NewGameMode
yay physics
hmm, stupid plugins?
yessir
fawe
RoboMWM is the stupidest plugin of them all
lol
Bad bot
Easy ๐ just give it nogravity:1
i rarely come to this server but when i do, i get the good stuff
Make an armor stand dab and then make that an emote/on command or something
cringe
make the command /cringe
or something that makes random sentences for the server list message
I need more ideas to put in the server ping list event
MOTD Pong.
lmao
space invaders on the scoreboard lmao
that wouldn't be bad. or something where you can pick up and throw players
lmao
ok
ok
smh imagine
should've just said ok
ok
ok
ok
ok
๐
just a small town girl 
shut creepercry04 
sing with me robo

Why not

do not say anything bad about the Swift
hmm, don't think I have a mashup of that, I kindof remember one maybe but it's prolly bad and idk where I'd even have it saved
we even have #swifties-club

100% of them are
pwoxi is cute
simp
thats my name

im gonna make a list of the emotes that should actually be here

bruh
nice


that just looks so dumb in IRC
also glad I see none of it
ok boomer
s/good/bad
.kill Imagine
beheads Imagine with a chainsaw and uses their head to play soccer.
can u add s/ 2 ur bot
idk what module it ius
.kill myself
grabs a AK47 and riddles DiscordBot's body with bullets.
ill look
just use lax's fork
smh
lax? the creep?
the guy who sends pics of girls every so often
what
LaxWasHere?
yes
he musnt be a creep in papermc then
he is in the spigot disc tho
is mentioning spigot bannable here? 
no?
k
The mods are sometimes overkill but wut
may i ask why these guys are surrounding their messages in forward slashes?
Irc command shit
ok i get it
the correction module relies on the history module
but ofc no clear concise errors in this thing
just exceptions
ya, once I saw python, i wuz like o no
just seeing if history also depends on o ther modules
think I'll just build my own or find a better one instead of trying to get this bot working with rando versions of python n stuff
Isn't running a bot fun
id just write my own as well but i thought they wanted cloudbot
bots dont need to be this convoluted lol
can use mbaxter's lib
Do they care if it's cloudbot or just does all the same shit xD did?
i would assume just as long as it did the stuff xD did lol
Same stuff, thing that the real big things are stuff like .g, tbqh
i remade that g command just to use ddg
because whatever xD had was not google. they cost way to fucking much lol
and their CSE option was def not what he was using
nah it was google
cuz he had .b which did bing
and used my key afaik
could always invite cafebabe heh
i couldnt find a key for bing like that (nor google) that wasnt going to charge hundreds of dollars
there's a free tier, it's in azure
I could prolly give u mine
I only use keys for translation
i mean i looked but i guess i dont understand the azure panel enough to find a search api key
it's in cognitive services
s/ / :clap:
Correction, <RoboMWM> it's** :clap: in :clap: cognitive :clap: **services
s//
Correction, <RoboMWM> ** i t ' s ** ** : c l a p : ** ** i n ** ** : c l a p : ** ** c o g n i t i v e ** ** : c l a p : ** ** s e r v i c e s **
:o
I did come across a node thing which just scraped google
anyway i quite like the ddg .g i made, although if yall wanna use smth else you can. mine just gets the first instant answer, has seemed so far to do quite well
and bang commands work on it
.tr en es this is test
.g !gt-english Kumusta ka na?
Google's free service instantly translates words, phrases, and web pages between English and over 100 other languages.
'?{รฑ
is it just gonna be an earth and thats it
or is it some alternate reality party earth
what
wow
this is VERY good, nicely done bro :)
Don't center it, if you wanna add smthn more there it may be more convenient.
mm i like it centered
ยกยกยกiii
great
Hey Camm
Yeah, but our health authorities are 56571x better than the US
Time to accept it
So we'll have it under control quickly
I wish I lived in europe :(
do you though
The best place to live is Iceland
I have a swedish citizenship which is pog, so at least if/when I move to europe I won't have to deal with getting a citizenship
but I live in the US
ok
S to the I to the M to the P
ya dats me
S to the I to the M to the P
https://www.youtube.com/watch?v=OID7gA8fcaw
banger tho
classic
Hi simp
Hi Nomana
stargate is...interesting so far
The movie or series?
thats about all i can say about that
(Or something else entirely?)
i watched the movie and started sg-1 following https://www.gateworld.net/news/2009/05/stargate-recommended-viewing-order/
Huh. I didn't realize there was more than one series.
sg-1, atlantis, universe, origins
I tried watching a bit a while ago but never got into it
Yeah it always felt like campy sci-fi which I never loved.
I mean initially I thought it would be star trek-ish (I love star trek)
i have no idea what campy implies tbh
Ha
When it comes to TV it usually means lower budget, over the top acting, corny dialogue and plot points, etc.
But a friend of mine puts a lot of stuff on in the background and barely watches it, including Stargate, so I kind of associate that kind of campiness with stuff he watches. Which isn't always fair.
I should also add: I say all that as a matter of personal preference. I like lots of things that other people don't. I have no issue with anyone liking what they like.
Apparently the UK discovered its corona variant because of its rigorous testing, therefor it may not have originated in the UK at all
no table?
None at all.
is your pc on your bed or smth
yeah we don't do tables here
CSS all the way.
tables are pretty offensive tbh
They're handy for tabular data.
Anyone familiar with the airplane fork?
Vaguely.
the one that's a joke?
It's not so much a joke as it is a fork of unsafe compromises
Evenin' proxi

I h8 chemistry
sux 4 u
sux in general
@cosmic raft uwu
Michael 
bloodstone 
Did you see: https://www.brainboard.co/

Hmm, discord embed sucks for this website.


Broccolai I decided to go with Sharkoon instead of Keychron for my keyboard. Thanks for recommendation though.
Now I need to learn how to type on it lol
sharkoon ew
i hear sharkoon and i think of cheap $20 rgb cases
idk, the keyboard feels good.
Itโs all good, Iโm glad I could be of some help :p
Aluminium back plate or whatever you call it. Quite low, just how I wanted.
A must have.
Two of my trains were cancelled and the only one that wasnโt has been delayed by like 30 mins
@mossy vessel uwu
I love travelling
Michele ๐
Welcome to India
Hello people who are better at hosting than me! After our (mildly disastrous) attempt at a MC tournament in December, me and my buddy tried to chop our behemoth server up into a few servers linked by velocity. I was under the impression that would improve performance, but it seems to have increased our RAM overhead considerably. When we used to be able to run the one giant server, now the individual components all running at once use up all of our RAM (and then some). Is that normal?
improve performance how?
velocity just allows you to connect up multiple servers into one network
e.g. have a creative server & have a survival server and a lobby or something
1 server vs many smaller servers with velocity Michael.
So that they have separate main threads etc ๐
So I guess it's all up to how much RAM you assign to each server.
But many smaller servers will use more RAM, but cost you less CPU bottlenecks.
That was the theory haha
Ah gotcha. We may just simply not have enough ram then ๐ฆ
time to upgrade
Thanks guys. At least I know itโs not something Iโm doing wrong haha
Can always try to find a middle ground - if you servers are tiny, just run a few together and use Velocity for bridging them?
as my functional programming prof always says, buying better hardware is cheaper than other solutions
Or see if you can reduce the RAM you assign to them.
But yeah - hardware is often cheaper than your time spent optimizing shit.
Thatโs what Iโm thinking. I was under the impression more division was better, so I set up a few single minigame servers. Iโm thinking it might be better if I try mashing them all together
@minor badge ๐
@twin lagoon wtf
wtf
why my michale pensive
๐
Hello
I have been looking for a plugin that allows me to configure how keep inventory works
So that people keep their items upon death but lose their EXP
EssentialsX
EssentialsX should be able to do that with permissions.
tho should just turn it off and stop playing like a wuss 

I have essentials installed but I donโt know how to do that
see their website
I said that to my friends and they are like nooooooooo
So Iโm trying to find and inbetween
Thanks
search "keep"
Ok I found both but it says the command for both of them is โbackโ
woo my hacktoberfest tshirt is out for delivery
wooo woooooo wooo
Late
how do i make so that keeping inventory is the permission for everybody
@twin lagoon 
๐

add a permission to a default group or something
like in luckperms?
yes
ok tahnks
Duck so nice today

don't test me
Hello duck!
The pan isnt heated yet dont need to test
Best friend
Hello brocc
duck just spoke to me without insulting me ๐ณ๐ณ


I'm practicing self control
Iโm so proud of you
thanks
Are you gunna change your nick
Hmmm
https://owo.whats-th.is/1p4XsRd.jpg absolutely nailed the landing
Cat seems to enjoy changing nicknames
someone changed it to Quack! and then I just added few hashtags to address the current situation in paper
I see you landing in Kennyโs house Michael

the game spazzed out and just nosedvied out of the sudden
then flipped my plane somehow
Rite it was the games fault rite
Amazing. Time to optimize SQL again.
SQL 2.0
SQL 2.20
BukkitCarbonChatPlaceholderRegistryImpl
IMp
Cimp!

my own mustache just stabbed me

this betrayal
Stab it back to gain dominance
wtf
k
k
k
k
k
...k
k
Who
gif ploogin id
42
@viral hornet go to bed
wat
anyone have arguments to run the server?
.flags
Optimized & Recommended JVM Startup Flags: https://mcflags.emc.gs
just replace 10 with 5
I tried them on my server does not even start immediately 5GB of RAM uses
does not start
What error does it show?
INB4 32 bit.
also #paper-help btw
Oh, right. Forgot we are in general .
shows nothing, just stops and that's it
Go to #paper-help - but it should show some error in the console.
channel police!
idk why help in general is bad but k
I get it if it's the other way around sure
Usually I thought help not related to paper is ok here
Robo needs help getting off irc
more like dumcord needs help using an appropriate amount of RAM
speaking of websites using ram, an ez way to hang your machine is to render a bunch of transparent blocks with bluemap and view it
sus
idk why browsers now allow websites to use an infinite amount of ram so my computer goes endlessly thrashing, but k, good to know thx
iirc old edge will just crash if it consumes so much so quickly
I can send you a few old ram sticks you can use for discord 
Need a new motherboard to have more sticks
eeeee
replace your current sticks
I the brian has some ddr ram u can buy off him
.g bluemap
I think*
(DiscordBot) https://www.spigotmc.org/resources/bluemap.83557/
still tho, how come browsers allow that now
Blue is in rocket league overtime robo u coulda lost them the game
yes thats him
do I need yet another extension to have a tab crash on exceeding memory
dumcord presence
wat
ya and it's crazy expensive on client and moderately on server
idk about .obj or w/e da hek u talkin about tho
what but isnt the client a web browser
exactly
Wtf this bluemap browser is cool
I just told u wut it can do
consume so much ram while rendering that it causes the entire machine to thrash
Nice webhook
fortunately it was on my dumcord machine so I just force shutdown
which is using a webhook
Say it
^
Say the line auto
what is this bs why irc ping so high
irc is ass
wut
that's normal for bridges
plus your messages don't get echo'd back to you
so you don't know if you sniped someone else, only a third party will know for sure
Quick question, what is a dev?
on my side, it's the same as dumcord
Robo, why u still on spoogoot netwรถrk?
Why not?
inspircd is still kewler
It's dead anyways
better spam flags n stuff
HUH
@void void put me in your giveaway!!!
RoboMwM: Aren't IRC pings with ':' instead of '@'
irc pings are just the username
but you can also change them in your client
you can make it ping on whatever you want in ur client
u n l i k e dumcord
and I was doing that to ping him back
?kick @void void You won my giftcode giveaway too: redeem KICK_ME at your local proxi
Not_Apoorv#2420 was kicked | You won my giftcode giveaway too: redeem KICK_ME at your local proxi
๐
i want a local proxi ๐
guys you know bannanas are gonna disappear
ThreadLocalProxi localProxi = ThreadLocalProxi.current();
@minor badge uwu
what methods does localProxi have

uwu
huh? wasup? :D
doWhatMasterSays
As you will, oskar
uwu
what
ur bluemap dev rite
redmap wen
ya
redmap rtp addon wen
lol basically when u render transparent blocks on client side ram usage goes way way up and to my surprise the browser just let it all go, go all the way to thrashing my machine and making it hang :c
actually somehow made my theme revert out of aero to basic too before I just force shutdown the machine
Browser -> ram restrictions lul
reality can be whatever i want it to be ded
ok
bruh
what does this mean brocc
that's the 12th day of the 29th month of 2020 obviously
can dm u an example map if u wanna try for urself
Itโs when I was going to be back at my pc
however I trusted the British railway system!
A critical mistake!
lmao
what brocc lives in the uk
Im only 6 hours late now 
Going by train 
@waxen panther 
swim like a real chad
youโre right

canโt get delayed in the sea
what even is anime halp
who mentioned anime
for sad ppl
could get cought up in a storm tho
Go by car like sane people
i sold my cars
go by paper plane
@waxen panther 
And I donโt want someone in my family to drive me 6 hours lol
@minor badge I watched your name on the train where were you ๐
Call an uber
6h ride gonna be fun
go by flying bathtubhttps://th.bing.com/th/id/R8127550195821e247969d8b55b3d2e22?rik=YIMXynrfjnBvng&riu=http%3a%2f%2fimages.indianexpress.com%2f2018%2f01%2fflying-bathtub_759_igm.jpg&ehk=AIQog2YfIwoFReui4L2eigQAQCBbvsGU3jjWBspQKCk%3d&risl=&pid=ImgRaw
@minor badge wat
Not like our train system is any better 
I just factory reset my pc. Which Java would you guys recommend downloading for development and minecraft gaming? ๐
11
latest and target 11
lets raid broccs house we got the address /s
yes do it
Just to make sure, you have Hardware-Acceleration enabled on your browser, right?
java se development kit or just normal Java download?
dev
if you want to code you need the development kit
so java se development kit for java 11*
or openjdk or whatever it was called
I like train rides, but they are unreliable af and oddly expensive lol
Okey thanks! ๐
The newest version is Java SE 15 though? ๐ฎ https://jdk.java.net/
Use openJdk
like i said i'd run latest and just set your IDE to target 11
My train ride was really cheap but all the trains in my area were stopped
I only paid ยฃ20 for this journey and Iโll get a ยฃ50 refund because of the trouble 
pretty sure that's a default
LOL
That is really cheap, a couple of years ago I bought a couple of tickets for 90โฌ

haha, imagine not making your transport agency as public traded profit oriented company
imagine not making your healthcare like that as well 
Robo did u see what blue said to u
sweden did everything right, they saw their situation sucked and they created a gov agency that oversees long term planning of road, rail, air and maritime routes
mean while our train network is owned by stock company, where germany is the single shareholder
.g anders chydenius
(DiscordBot) Anders Chydenius was a Finnish priest and a member of the Swedish Riksdag, and is known as the leading classical liberal of Nordic history. Born in Sotkamo, Finland and having studied under Pehr Kalm at the Royal Academy of ร bo, Chydenius became a priest and Enlightenment philosopher. He was elected as an ecclesiastic member of the Swedish Riksdag of the Estates in 1765โ66, in which his Cap party seized the majority and government and champion
because that fucking makes sense
awesome that the text gets cut off but oh well 
Camm moment
is it storming for you kneny
brocc 
Are you excited for home time and epic gaming time
โ๏ธ
DamB bro just helping
bro just informing
Didnt know if irc could see the replies
it's there but no need to anyways
replies are a crutch and apparently an annoying ping for ppl from what I hear
you can disable the ping
You dum dum
nope, sadly not
Pings have never been an issue for me
Really? Even to opposite sides of the globe? ๐
baxy whats your os
Damn playing The forest in 2020 be like ๐คฏ
win10 1909
i thought you were mega linuxfoo
simple 
michale
michale 

@potent fossil ur cool and awesome and i hope u have a good day or evening or whatever the hell the time is where ur @ ok
eat that cream
yes daddy
hot

For servers sure, but I gotta get my videogames
same. im considering switching back to winders for gaming but also lub my linux
linux is ass i spent 8 hours setting up arch yesterday and now my display settings reset whenever i log out .
i miss ubuntu budgie D: it was so nice
then get better .
you have to install ur own fonts dummy !
at least the theme is cute
city stop
?
.kill city
stabs city in the heart a few times with a shard of glass.
also I did change fonts or whatever but it still looks like ass D: I followed this random gist
reason being light theme
that is not why the font rendering is bad .
yes
ur dum shit
help me fix my fonts :(((
wats ur os
idk how 2 fix ur fonts .
ya
wtf its city
look how sexy .
looks ๐
why is ur entire pc light theme .
because light theme rocks!!
u r disgusting .
he has issues, thats why
burning his eyes out is one of his kinks
wow thats so cool
i don't sit in darkness
light owl is the best intellij theme
material deep ocean ftw
ew that is disgusting
that is disgusting
ion remember askin
not as disgusting as the windows bar
eng bep
there's like at least 5 dialects of English or something iirc
I don't get people that can stand such a cluttered task bar
I was very confused when I learned that I am apparently in a minority with having my taskbar hiding automatically
its the number formatting iirc
no taskbar best taskbar
yeah, more than 3 programs on one monitor and non-hidden useless windows 10 icons
windows = clutter
cortana
oof
alt tab away
well in windows 8
the apps would not be in taskbar by default
which was fine with me cuz I'd just alt tab/win tab away
this is mine right now: https://is.paper.sexy/fUEn51V3.png xD
w i d e icons
of course
this has to be the most useless windows feature tho
kinda agree, I never use it. It's kinda nice to see stuff I did before
but otherwise I'm just alt tab
that wallpaper is amazing
well if you enable it ms knows what you do

the idea is nice, but there is just not enough useful stuff that uses it
so no thanks
where can i find that wallpaper
yeah, I completely disabled that overview ded

TPH wallpaper collection
google knows what u do
don't need that synced with MS so they can keep track of my activity lol
MS could care less
I need a good network latency testing tool.
ping ๐
mtr
No and no.
wrong
@meager tusk https://imgur.com/a/fBIpL73 found em
sus
very sus
This is an english chat
Tapos....mag-English...bobo 
Hoppla. Leg die CD wieder in deinen Computer ein.
Ian is a stinky slimy turd.
it was me i invented it
This is a lie.





.









