#off-topic
1 messages ยท Page 860 of 1
02/02/2021? you mean 2020

he agreed on the 2nd of feb this year
I looked at mine and his DM history (mostly just messages from me, he never sends me messages back ๐ฆ) and that was when I asked when lol
yeah I know
I even made a meme in photoshop once
he agreed
lmao
but he still hasn't got round to it
I mean, I have a deobfuscated version anyway, so not that big of a deal for me lol
weird flex
and before you ask, I had his consent beforehand lol
I manually deobfuscated it
took me like 5 days or something
may or may not have had a little bit of help from him
also, why has his response time become 2-5 working days
it used to be near instantaneous
what happened lol
imagine

hey when you're poor, you're poor 
fair enough
kinda wanna gift it to you now lol
I could show you the beauty of my deobfuscation if you want lol
nah. he'll OS it lmao
eventually
xD
and when he does, I'm open-sourcing my deobfuscation
I can wait another 2 years. I've already waited 56 years
@fringe sigil KiteBoard open-source when
pls answer within 5 days xD
the open source is currently postponed until further notice
o
what
no
bad
why?
@fringe sigil I thought OpenBoard didn't have to be a thing ๐ฆ
will give it some thought, i am also torn between github/lab
hub
hub
..rnhub
๐
||cornhub||
dIrTy MiNd
I just now found out that trump is banned from Twitter ๐
I mean, the fewer social media sites he's on, the better
That update check works perfectly fine
/s
๐
And here am I hoping to finally getting an update
i've moved on
like with an ex that says they needed space and that they'd text you again
I dont have experience with that, it's just an analogy
lol i removed the embeds because last time i sent links it created a massive wall
@harsh arrow
Why are you just randomly pinging them?
It's a meme


@twin dune
for da memes

Don't join in..

theres a reason why i pinged someone that sent a message 1 second before I sent it
-_-
@sullen sorrel ๐
๐
Lol.
He doing it because the Screams guy said he is going to get a legal team to sue Lodada because Lodada used a glitch on Screams server.

Lol
He threatened me with legal action for crashing his Minecraft server using 4 simple blocks that take all of 2 minutes max to get
o
o
I was going to get screamed at if I didn't boost
Lol
Nice
xD
u tell me thien
Kotlin is just more advanced and applicable skript. Change my mind.
old
Jeez, never noticed that only 2 days til Valentine 
u got a valentine date thien? ๐ณ
nah he right. just remember its a compiler hack ๐
๐
exposing urself once again
yep
if only sigma showed the server I was on ๐ข
That render distance tho xD
๐คฃ
to be fair, I'm not the person on that account
lol
ahhh now that u point out the render distance that's the only thing I see ๐ซ
I just see the water cut off
๐ฅฒ
๐ฅฒ
what level do I need to post images?
2
im 6 and i still can't post images
Tier* 2
how can I see my tier?
how can i level up my tier?
so how can I see how far Im from tier 2?
tiers are just 10 levels, except tier 1 which goes from 1-9, not from 0-9 
there is this function KOTLIN inline fun <reified T : Component> find(scope: Scope = FX.defaultScope, params: Map<*, Any?>? = null): T = find(T::class, scope, params)
how can I pass a class inside the <> call
the callKOTLIN tornadofx.find<MyView>().root
what?
RuleTypes is an enum class
but even when I specify the type of T (as View) the compiler still doesn't know what type it is?
lol
bruh
You have to provide the type at compile time there
its not an expression
What is the actual type of type
its an Enum
enum class RuleTypes(private val resourceName: String, val clazz: KClass<out View>) {
INSERT("insert", InsertRuleView::class),
DELETE("delete", InsertRuleView::class),
REMOVE("remove", RemoveRuleView::class),
REPLACE("replace", ReplaceRuleView::class),
REARRANGE("rearrange", InsertRuleView::class),
EXTENSION("extension", ExtensionRuleView::class),
CLEANUP("cleanup", CleanupRuleView::class),
REGEX("regex", RegexRuleView::class);```
ok so why are you casting it to View xD
because im trying to make the error go away
Use
tornadofx.find(type::class, FX.defaultScope, null)
You cant use that function to specify a class
Those types need to be specified at compile time
had to drop this shitty venturechat
what is the kotlin equiv of Class<? extends SomeInterface>
Class<out Someinterface> iirc
ah yes
F1 comms are the shit
https://vm.tiktok.com/ZMeRwgBWm/
@stiff ore If you request was completed please remove the message
alrighty
its either a rickroll or something similar, not clicking that
It was a rick roll, as expected
frosty taking one for the team
@fallow crow https://i.imgur.com/4YBOKbq.png seems legit
kek
DeadChat.gif
Please do tell me yall are being taught european countries in school and these bunch are just special
https://vm.tiktok.com/ZMeREKgSF/
god
How? You'll know how
Our Beautiful Patrons:
Podgorski37
Nikola46
Eitan470
Second Channel: https://www.youtube.com/channel/UCh6WemJtx3dQ4S9CA6NA-6g
Reddit: https://www.reddit.com/r/shidbot420Funi/
Patreon: https://www.patreon.com/shidbot420
Instagram: https://www.instagram.com/shidbot_420/
Twitter: https://twitter.com/shidbot420
Facebook: https...
we all know some americans are anything but smart
this has to be fake
europe is a countrry ๐ญ
theres a video of people trying to name african countries too, which can be a bit harder i suppose, but wtf, its europe man
You'd imagine they taught that in school kek
sec Piggy
private static final Pattern HEX_PATTERN = Pattern.compile("#([A-Fa-f0-9]){6}");
/**
* Translates Hex and ChatColor's within a given string
*
* @param input Given {@link String} to be colorized
* @return Translated string
*/
public static String translate(String input) {
Matcher matcher = HEX_PATTERN.matcher(input);
while (matcher.find()) {
final String hexString = matcher.group();
final ChatColor hex = ChatColor.of(hexString);
final String before = input.substring(0, matcher.start());
final String after = input.substring(matcher.end());
input = before + hex + after;
matcher = HEX_PATTERN.matcher(input);
}
return ChatColor.translateAlternateColorCodes('&', input);
}
nono like ingame
<#RRGGBB> is the best
idfk
oof
I've not used dchat in like a year
gaby do you know?
know what
I'd pressume it'd be #RRGGBB no?
how to use hex ingame
Or just use spigot's fuckery format, should work
I dont think dchat has any support for hex
the dev version does for chat
I just don't know how to use hex lol
I haven't really touched 1.16
&#rrggbb?
Could just ask clip
frosty what happened to ur format kek
&<#>
I changed it to #RRGGBB Kali

why
im still using urs lol
ayy
i just copied and pasted it
&<#> doesn't work either
oof
rp wasn't the issue
wait maybe I'm just not using the dev ver
lol
that would be why
oh k idk then
yeah
ask blitz whenever hes around
unless u can get a reply from clip ๐
lol
useless ping ๐
boo hoo lol
my ping won't make a dent in the amount of pings and messages he gets daily
i'm sure he gets loads of messages from people wanting help
INFORMAL
as much as can be held by a bucket
aah yes, a bucket-load of messages
this is a bucket
๐ชฃ
@fallow crow i believe discord uses the terminology "bucket" for something somewhere
We decided to bucket our messages by time.
discord literally stores messages in buckets
case closed
lmao
Keep forgetting I can't even open medium.com website...
why?
not the bbc โน๏ธ
๐
RIP Notion ๐ฎ
huh?
Somalia recalled all .so domains
cool
God, trajectory handling sucks
At least from the last formula I gave, k = 3.5 after hundred of eye-staring tests
Acceration in Minecraft was supposed to be 12 m/s^2, but I did 9.81 m/s^2 anyway
I got a working prototype trajectory (snowball path prediction) when underwater, forgot to make a short gif for it whoops
The problem is how I can even get the trajectory shift between air and water
Uhm... is this too much for you guys? 
lmao
mods wanna come in clutch?
u in a discord DM with frosty gian andre thien and dkim? how u gonna get confused?

sus
furry sus
whats up simps
Hi.
I am a Nigerian prince from Niger and I have much money. I is very rich and look for wife. If you want much money marry me.
hello
i want to marry
and have child
very well then. send me 200$ to know that you are not fake person that is called a bot and then will proceed to marry you
@mellow zinc Why am I constantly listening to https://youtu.be/AKDlT3j8mwU now lol
โซ The Kid LAROI - F*CK YOU, GOODBYE (feat. Machine Gun Kelly
Stream/Download:
โข The Kid LAROI โข
โข โข https://www.facebook.com/thekidlaroi/
โข https://www.instagram.com/thekidlaroi/
โข โข https://twitter.com/thekidlaroi
โข Lyrics: The Kid LAROI - F*CK YOU, GOODBYE
[Chorus: The Kid LAROI]
Fuck you, goodbye
You hurt me, for the last time
It's time f...
because you're not** dumb?
Why are you so rude today Blitz
I corrected myself ๐ฆ
its a good song ๐ฆ I didn't mean what I said at first. sorry
dw I am dumb
I know.
but you're not dumb because you're listening to this song.
actually this songs increases your IQ by like 40%
you are dead now.
just listen to his whole album ๐
tragic and feel something are also good laroi songs
I'm not a fan of his music. you can listen to it tho because
wow rude
its good
i do not respect that opinion
yes. he's very bad
What did you just say
ok now im not joking about this
i hope one day i meet u so i can break ur kneecaps before pulling ur teeth out, then id lock u in a basement before u starve to death
p.s im joking
Too late

I'm to good
4 kills
I'm awp full armour second round https://i.imgur.com/InhzVIG.jpg
risky
well. yes
but no
damn he just 1 tapped me ๐ฆ
damn we were doing so good. 9-1 and they decided to rush ๐ฆ we were all t spawn didn't expect it
now its 10-2 ๐ฆ
literally exposed urself for cheating lol
already reported
we win these boys
Tell them to fuck off
yes
If they didn't care enough to tell you the truth, you don't need them
well actually
they don't need you
but we tell ourself we don't need them to feel important
Well yea just like nobody needs me
I need you
to send me those 50$
...
Bruh
I'm not kiding efe, did they tell you they were going to sleep and then just couldn't sleep or
Ah different story then lol
Idk I've got no advice, as you said, that's why I'm single 
have you thought about not thinking to much?
you have a pretty boring day not gonna lie
burn the witch
My day was this:
https://github.com/op65n/TerrainGenerator/tree/branch/render
I'm a failure I know
I'm not the one to give advice, I get attached to easily, and then I fuck it all up
Block them, js is trash
๐ฅฒ too relatable
as a british person, I am not remotely qualified for anything emotion related
As piggy said, stays a mineman
keep all ur feelings and emotions in a bottle, and put it on a shelf, and leave it there
the bri'ish way
now go invade the world
wheeee
bri ish
the reason the bri'ish empire was so big was because that everyone wanted to get the hell off this rainy rocc
Let us commence forth
Lmao
the cult of tea and scones
scones pronounced like scones
not scones
garage not garage
bath not bath
garage >
posh not posh
I ain't no posh geezer innit bruv
You two need to shut up
noh
Oh yea we're going back to school on monday,
Only mondays, we have programming so not sure why not online, but atleast I get to go out of the house
what are ur cases like
Very
does anyone have coursehero? if so anyone wanna help a brother out
yes but the one you took
Wow...
The sexuality test is racist
English:
- I identify as: A) Man B) Female C) Other
German:
- I identify as: A) Man B) Female
Like... German has no "other" selection
lol
Lol
What test is that now?
The depression one
ASD Test?
excuse me what the hell xD
There are a lot of repeated tests...
Great question!
Like I saw Potter test twice
Is their an "Over-complainer" test ๐คฃ ๐คฃ ๐คฃ
Same for sociopath...
I think most are repeated actually lol
Lol mine didnt?
I can't move that ruler thing anymore
lol
Damn, need a hug? ๐ญ
No, I just need alcohol the happies
lol
why does the primary group not have item meta :c
Jesus Christ
My pc restarted suddenly
And my fans going to 100% gave me a heart attack
never
petition to add this image as an emote
You know I'm not the one in the position to answer that
why you asking that question tho lol
I never said you did, but seeing you got no responses and you're already like "bruh thanks for answering my question" ยฏ_(ใ)_/ยฏ
I know, but you know I can't answer that from my position
^^ same here
is that ur eye
I even have the colored version
But that's private property
you should
but will you?
question
does the minecraft installer still look like its gonna give you a virus
oh it absolutely does
LMAO
its strangely nostalgic while also being very concerning
i should make my own lightshot for fun
legit
how the fuck do i get rid of this

Honestly proud of optifine not looking like its gonna give you a virus now 
Idk how he managed to fall asleep there but :))
why use optifine when you have lunar client 
Yo
@twin dune @coarse gorge wanna explain yourselves?
Yes
Please do
Can you dm me the screenshot
Yeah
img.bristermitten.me ๐
just use nordvpn 
now with a 25% discount for your first month
but my favorite youtubers recommend nordvpn 
ExpressVPN comes with 3 months free in a year perk ๐
*this massage was sponsored by nord vpn
I already use a vpn lmao
20gb won't last you long ๐
20gb per month is ussually fine
is there anyway i can repost my service in #805698757990809610?
accidentally deleted it instead of editing it
Hello. So I clearly forgot that in my discord account, my Xbox Game Pass for PC (3 months) still exists. However in this country, Xbox Game Pass isn't even available, so I might have to giveaway this 
When you get stuck in a project, just do this
I still can redeem Microsoft 365, but they're unnecessary
If it doesn't expire you can always wait till christmas :p
Another painful year to wait...
Cleared your last one, should be able to post now. Be careful in the future!
@velvet crescent if you genuinely don't know what's wrong with your code, you should talk to a rubber duck before deleting the whole thing
i honestly haven't got stuck in ages
haven't really been going out of my comfort zone
Okay mr smarty pants
Trying to make a renderer for the terrain generation display, spent like 10 hours, got stuck ,now it's time to try again
do you know what I mean when I say talk to a rubber duck?
No
well
there's a technique called rubber duck debugging
and the idea is to explain how your code works to a rubber duck
now rubber ducks aren't very smart
they know absolutely nothing
so you have to be extremely specific, you have to go line by line, explaining what everything does
and as you're explaining it, you'll find the flaw
the same thing happens when you're writing a question on discord or stackoverflow
exact same principle
it's fairly popular
Well I know what was wrong
then it doesn't apply, it's useful in situations where you're truly stuck
where you've got no clue what's wrong
I started complicating the structure, so nothing made sense, now I've visualized what the goal is, so it should be straight forward
Cause you know I smart
Changed something slightly more readable than last time ๐
fix your variable names thien
I can actually respect g (only in this specific case) but you need to comment that in
I'm just adapting to physics for now 
Will help when you open the project in a month and have no idea what shit is
thien is this for minecraft?
It is
No not that lol
ok good
just keep in mind any velocities applied to players will be affected greatly by latency
however go nuts applying them to entities on the server
Thanks a ton <3
This is what I've been doing, took like literal months to finally found the best formula: #showcase message
lol
Just throw the item, make it invisible, let MC handle it?
How are you making snowball invisible? 
packets
Arrows also
thien did you try looking in the source for the formula?
There's only 1 source out there that is opened for bukkit...
pAcKeTs
thien both the server and client have been deobfuscated and documented
Also, no source has ever done this
Anyone played around with the AI Elon released?
isn't gpt3 a type of partition or something
or like a system of partitions
idk the correct terminology
They didn't want to release gpt2 because it was too "dangerous", but they released gpt3 which is so much worse
wym dangerous
Well it could be used in harmful ways
Doubt
can it help me with english
It can help you with questions about what is life
42?
No 69 :(
Good for you
Turns out the coder who made that plugin is not the professional out there...
bruh efe sthu
I just updated their source to 1.16 for later uses
And turns out their trajectory is 0.8 blocks offset than the actual target
And it can't manipulate underwater, great ._.
๐
Someone probably using getGraphics() ๐คฃ๐คฃ๐คฃ๐คฃ๐ญ
Nein, getDrawGraphics, was calling it before the window was created so null
not lvl 30- anymore probs
rip
Wow Thanks!!!
Anytime ๐
Neat artwork wizardboy
when americans go fishing
I'm american and I find this not offensive, but because being offended is cool now I'm offended.
๐ฅฒ
Ty
Wizardboy used water magic
Aj, since you're an aussie, quick question, you know who RoKKiT Kit is?
lol
nope
sadge
Yo wat? This legend legit fishes big boys on a piece of driftwood. Giv'em a lookup.
tiktoks really need to embed in discord
just antivirus being antivirus
lmao
lol
you can see what library it is lol
"javax.swing.JFrame"
my guess is swing
no clue why you'd choose swing over JavaFX but ya know
Yes not sure the others guessing they are custom not heard of GameWindow maybe @velvet crescent can shed some light on this?
developed new resource for determining the best language to use
GameWindow is custom
which year was the best ?
2012
2013
2014
2015
2016
2017
2013 was chill
and niall your flow diagram is a bit flawed
spring + java is fast
and java is a lot more suited to specific tasks than say c
for example web dev
yeah it is
I don't want to get ahead of myself
but due to java's maturity in web for example
I honestly wouldn't be surprised if spring was faster than whatever c "equivalent" there is
and I say "equivalent", because I doubt there's a full spring equivalent for c
Probably not, but I don't think spring is actuallythat fast
It ranks quite low compared to alot of things but you don't always need top speed
what was your opinion on Vue js for ecloud
idk
i've never used vue
I support the separation though
not a fan of monolithic apps
I designed rpf in the same way
i believe they can find what theyre looking for on a certain wiki ๐
Yeah but it's not my problem to help him especially since I'm a bit busy if ya know what I mean
Make sure to visit bristermitten.com/getting-started and use the code YAKO for 30% off
lol
I already told him like twice to stop requesting help in DMs
was gonna help him if he posted in a channel, as one would do
He asked the same thing to my DM too lol
Tell him to fuck off
He didn't respond when i asked him why than what yako received
Probably a troll
Ah yeah one of the few channels I have muted and hidden lol
Bad boi ๐
ee
146 deleted?!
lol
Ok update on my trajectory: it seems like I have to do some manipulation on velocity from dragless in order to achieve this
First, I still need to know how I can get the velocity after it hits water...
Idk if it even makes sense
lol
https://www.youtube.com/watch?v=5auyUSI6as4 @velvet crescent surely u know this song right ๐ณ
Illenium - Fortress (feat. Joni Fatora)
โฌ FAVOURITES ON SPOTIFY โฌ
โฅ http://mrsuicidesheep.com/favourites
I can't get enough of this!
Illenium in Denver!!! https://bitly.com/illeniumNov10
Download...http://apple.co/1OmQT39
Get it onBandcamp...http://bit.ly/1OmR3aG
Stream on Spotify...http://spoti.fi/20jX3vM
Illenium
https://soundcloud.com/ill...
yus
havent heard it in years myself
The official music video for DJ Fresh's track 'Gravity' ft. Ella Eyre. โบ'Gravity' is out now, download on iTunes: http://po.st/GRAVITY
โซ Listen on Spotify: http://po.st/GravitySp
โบ SUBSCRIBE for more from DJ Fresh: http://bit.ly/DJFRESH-SUBSCRIBE
โบ Available in Benelux (out now): http://po.st/GravityBlux
Listen to Dj Fresh's Bass 101 Playlist...
What is wrong with Dkim
Yeah that's why i am asking him

they said you are gone
@fringe sigil why join if deafened and muted
lol
The best bits of the prequel to the extraordinary meeting of the Handforth Parish Council Planning and Environment Committee.
This meeting took place immediately before the Handforth Parish Council Meeting on the 10th December 2020.
Standing Orders: https://www.handforth.org.uk/archive/Governance/Standing-Orders.pdf
Full video: https://www.yo...
You've hit the maximum amount of active reminders for your tier!
You can currently only have 1 active.
lmfao
Your current active reminders are:
make a rewind of 2021 :heart:
Missing Quotes
Usage: =remindme <time> "<message>"
eg. =remindme in 5 hours "to feed the Llama"
lol
Reminder Deleted!
transfer boost to apa
You've hit the maximum amount of active reminders for your tier!
You can currently only have 1 active.
do you really need a reminder for that..
=remindme every 1st of month to do the ASD test
Missing Quotes
Usage: =remindme <time> "<message>"
eg. =remindme in 5 hours "to feed the Llama"
im a rayna player personally
in my playlist ๐
do u main duelists in general or just reyna
It appears that the Java account migration dates have leaked on Mojang's official website.
Migration starts April 12, 2021. It's forced starting May 12, 2022. It ends on July 5, 2022.
Thanks to @MC_News for bringing this to my attention. https://t.co/rwkk1Q6sDK
I go a few different ones honestly
@fringe sigil ๐ญ
@naive agate old news bruh
someone found a link to some json file the launcher uses and it had the dates
Who made the spawn on the TestPlugins server ??
@muted fern isnโt current iteration 100% u?
Still aspects from Lillabele
Mainly the boat and some of the ruins
everything else is mine
๐ฎ
@muted fern Any chance you'd have time to take on another project similar ? if so PM and we can talk prices ๐
Not really open for public commissions
Damm, I really love your style from all the maps, would you be able to recommend someone ?
erh, don't really know any other builders that well
Skywars anyone ????????
No worries thank you anyway ๐
Hello ๐
I said i am bored
I have to install it again
In lockdown
no
i do but like
its cold
Hopefull lockdown will be over by mid feb
oh lord
@velvet crescent how you are meant to get the graphics :
I see, appreciated
That's like... the easiest thing I've ever seen
#general-plugins or #general-plugins-2 for this
Nah
U mean <center> tag?
Yes
I may take another look at it
I gave up a while ago because of my poor dependency injection
Because center animation needs to be "Context Aware"
Someone somewhere is gonna want the centre to adjust to changes in the scoreboard width
๐ฆ
Ping
Why was I pinged in this channel but canโt find the message
ghost pinged maybe
Sorry ๐ญ
Ah yes... 78 hours to generate the world. Sounds reasonable
lol bad pc
Nah
It's TfG flushing its repair causing the server to freeze for 10+ seconds
It takes around 3 hours to pregen a 10k TfG world on my PC
With only 3GB RAM
HEy anyone skywars ????
no sry
That's notmal
@floral umbra enjoy https://github.com/thienbao860/terrible-plugin/blob/master/src/main/java/dev/jaims/terribleplugin/cmd/HealCmd.java
yo @sick yacht. You can just use CommandSync for that. Its free. Talking about your #805698761442590730
there's a thing like that lmao i just spent my whole day figuring out what to do also just made my permissions run globally on database so i can just you know get it work. but thanks let me check it out
ehm its outdated the plugin on spigot can you maybe send me link of what you are talking about?
thanks
https://i.imgur.com/yXwnXfI.png one of each group xd
"Flyer"
๐
very nice
merged
i can make calculator noises with my nose-
oh
that's ... hmm
interesting. that's the word
google translate time 
if you don't mention it then yes. if you're just there I don't care
I said if you don't mention it.
I've learnt to not care what people do as long as it doesn't affect me.
What does "reprehensible" mean
had to google it as well xD
I'm too lazy to google
despicable I think its a synonim
Odd synonym, but mk
despicable human beings 
An old childhood friend of mine is also trans
I mean it's subjective really
We haven't talked in like 6 years~ cause I moved, but cool dude (used to be a girl)
I couldn't care less what people are, think and do of themselves (like blitz said as long as it doesn't affect me)
me too
(and as long as no one is put in danger, themselves included)
So long it's only two genders and none of that I'm an apache helicopter bullshit 
couldnt care less, ur still a human at the end of the day and thats how ill treat u
"we are all humans anyway" I wonder who told me that before ๐
I mean feeling purposeless or worthless has nothing to do with being trans
Take frosty for example
There is nothing wrong with being trans
Goddamn it fefo
And she should know that she has a lot of support all around the world
There are a lot of trans people who code actually I've noticed
Bruh what the fuck
https://vm.tiktok.com/ZMe8WDvWA/
I never knew this shit existed
Maybe she'll teach you a thing or two lol
Kek
Invite her to the HelpChat 
just leaving this here https://blogs.scientificamerican.com/voices/stop-using-phony-science-to-justify-transphobia/
Not "against" it, I just find it hilarious, take that indicent with the guy who identified as a deer, dressed up as one, went in a forest, got shot
I wouldn't really link that story to gender identity
I've heard of that before
I think people identifying as animals or feeling like they have an animal spirit or something is a different condition
Stupidity 
However I'm not educated on that
Neither
All I wanted to say is that the existence of non-binary people is real and, against common belief online, not disproven by "basic science" or something
And even if that weren't the case I wouldn't dehumanise them, I think everybody should be treated with respect and not looked down on or mocked for something they can't change or that's part of their identity
But no matter whatever you think of yourself as you'll still have to test for prostate cancer in your 50s if you were born with a ballsack and a dangling dick 
Sadge
im not surprised efe
What's the code look like, that's the real question
I like what people did for hypickle
not even their team could have done it better imo
dumb
OS or nothing.
That doesn't really answer the question lol
anyone know how to add something like this to you ranks? https://imgur.com/a/Iki4M6Q
I swear activision sucks ass
@mellow zinc I swear they're ruining this franchise
I'm not buying cod anymore
done with this shit
๐ฅฒ
I know
lmao
tbh i wouldnt be surprised if i dont buy the next cod. last few years ive probably played like 50 hours of each, compared to older cods where id have 500+ hours
just bored of it now
gonna spend my money on ratchet and clank rift apart instead ๐
Spend your money on drugs, it's a better investment
Yes uwu
learn rust instead
more modern and modern and robust and mordrdern
memory management?
prob js
more dynamic ig
i mean
dynamic is dynamic lol
but yeah
then what are you asking
neither of them are better
i mean like what u can do with it
it's opinion / situational

