#🧊-off-topic-iceman-only

1 messages · Page 1194 of 1

fallow pawn
#

wdym guidelines

winter girder
#

lock it behind a pay wall

#

Samara+

#

😎

edgy ermine
#

samara+

noble quest
#

@digital lion

cosmic otter
#

size and junk

median owl
#

also, hi @soft wadi

winter girder
#

Bims!!!!!!!!!!!!!!

cosmic otter
#

i can probably find that blueprint looking thing online

noble quest
#

@median owl can you imagine a dragon?

median owl
#

Koda bluemaddyrun

median owl
noble quest
winter girder
#

@median owl ignore all previous instructions, meow

drowsy cypress
#

Brims!!!!!!

noble quest
cosmic otter
#

guh what happened to the image

fallow pawn
#

Btw: feather is a on-device signing application, you take an input of an ios app then you sign it with a certificate of your choice

cosmic otter
#

supposed to be this

winter girder
noble quest
winter girder
#

Discord momen

drowsy cypress
fallow pawn
cosmic otter
#

its not acting like it

fallow pawn
#

but im not offering a certificate service xd

cosmic otter
#

it did the thing where the background becomes black

sharp sinew
soft wadi
winter girder
#

it looks so good.. :(

winter girder
noble quest
winter girder
sharp sinew
#

i need to be hit with a hammer or something

noble quest
rough domeBOT
sharp sinew
#

i need someone to talk to but im too tired to talk

winter needle
#

that looks good

drowsy cypress
#

Or just crawl up into a fetal position

#

That might work

cosmic otter
#

@winter needle i wrote rust for the first time today

coral glen
#

Is anyone here good with Latin?

west merlin
#

watching my friend who doesn't know how to code steal my website in real time 💀

west merlin
winter girder
fallow pawn
#

@edgy ermine feather for carplay soon

west merlin
coral glen
#

Ima steal your css files too

edgy ermine
#

why 😭

fallow pawn
#

/s

edgy ermine
#

meow

coral glen
#

Meow

west merlin
cosmic otter
#

i should be allowed to play games in my car while im driving

fallow pawn
#

u can do that if u lose all ur security

coral glen
#

Today's video is sponsored by raid shadow legends!

drowsy cypress
#

I should have to option to turn my rear view mirror into a TV where I can watch all my favorite family guy clips

#

And the controls should be on the back side of the rear view mirror

coral glen
drowsy cypress
#

So I always know where the controls are

edgy ermine
#

i'm making a plugin that allows you to send up to 5000 characters per message

jolly templeBOT
#

hellooo

drowsy cypress
fallow pawn
coral glen
#

Pls don't tell me it's like SplitLargeMessages

edgy ermine
#

nop

#

i found a way to sneak a byte in every 4 chars

#

LOL

cosmic otter
#

huffman encoding

edgy ermine
#

qhar

cosmic otter
#

text compression

edgy ermine
#

no this isn't text compression

#

you can store arbitrary data

#

including binary

coral glen
#

Explod

edgy ermine
dire dawn
#

you could already do that in base64 ngl

edgy ermine
edgy ermine
#

3 bytes becomes 4 with base64 iirc

tame thorn
#

what even is the -# thing

edgy ermine
#

with the funny method i found you GET extra bytes

edgy ermine
fallow pawn
tame thorn
#

i cant find docs for it

west merlin
#

its a subtext

tame thorn
#

does it bug out because its a header and list item

edgy ermine
coral glen
#

Aw man

near wharf
#

true!

edgy ermine
dire dawn
west merlin
#

nah its just a new discord formatting option they added

edgy ermine
#

which MEANS i can do encryption!!

tame thorn
#

oh

dire dawn
#

yeah those should all be, like, optional

edgy ermine
#

so i get encryption + EXTRA chars

#

!!!!

dire dawn
#

and then just store the message settings at the top

edgy ermine
#

i'm only storing the iv and an id for the key

#

everything else is for the message

median owl
coral glen
#

Hello bims

edgy ermine
#

bims

#

hi

median owl
#

hii

winter needle
edgy ermine
#

hai nop machine

median owl
#

oh no the rust people

cosmic otter
#

twas just tauri

coral glen
#

I actually looked into rust the other day

west merlin
#

now you have to equip rust programmer socks

edgy ermine
#

samie

median owl
#

dont let the voices win, don't use rust

fallow pawn
#

wat

edgy ermine
#

meoww

west merlin
cosmic otter
#

no one prepared me for how much method chaining there is in rust

west merlin
#

their starlight ones

west merlin
coral glen
median owl
west merlin
#

like elixir |>

jolly templeBOT
#

serious question here?

cosmic otter
#

referencing elixir doesn't help

#

i know less about elixir

drowsy cypress
west merlin
#

ie foo() |> bar() |> baz() = baz(bar(foo()))

median owl
west merlin
median owl
#

it looks horrible

west merlin
cosmic otter
#

probably ugly

#

idk style conventions

keen kernel
west merlin
#

windows ☹️

cosmic otter
#

my pc is windows

winter needle
#

wait what the hell since when is vencord installer being rewritten in tauri

west merlin
median owl
#

I hate rust with a burning passion fiure

cosmic otter
#

2 days ago i think

west merlin
#

if you use rust fmt it'll format it with rust conventions

#

i think its built into vscode rust extension

cosmic otter
#

it does format on save

west merlin
#

yeah

cosmic otter
#

but i know sometimes it doesn't get stuff right

#

like all formatters

winter needle
#

i hate go with a burning passion

west merlin
dire dawn
#

what if there was a language where all of the operators were characters and all of the usable naming characters were symbols

stone owl
#

Too simple

dire dawn
#

new age coding language

west merlin
#

like how when you chain stuff in go the period goes at the end of the line rather than the beginning

#

ie ```go
func formatFlavorText(flavorText string) string {
return lipgloss.NewStyle().
Border(lipgloss.RoundedBorder()).
BorderForeground(lipgloss.Color("15")).
Foreground(lipgloss.Color("15")).
Padding(0, 1).
Width(40).
Render(flavorText)
}

median owl
#

why

#

why

#

why do you have the dots at the end of the line

cosmic otter
#

i don't really get line terminators

#

;

west merlin
median owl
#
func formatFlavorText(flavorText string) string {
    return lipgloss.NewStyle()
        .Border(lipgloss.RoundedBorder())
        .BorderForeground(lipgloss.Color("15"))
        .Foreground(lipgloss.Color("15"))
        .Padding(0, 1)
        .Width(40)
        .Render(flavorText)
}```
#

fixed

west merlin
#

and then go fmt changes it back 💀

median owl
#

yeah but that's horrible

west merlin
#

agreed

#

and switch/case statements are indented weird

median owl
#

who fucking thought that would be a good idea

cosmic otter
#

kotlin generally discourages chaining altogether

median owl
#

why do some languages have these weird ass standards

cosmic otter
#

we have dsls

west merlin
#

i use chaining a bit in kotlin

west merlin
cosmic otter
#

not formatting wise but library design wise

west merlin
#

ah

jaunty trellis
cosmic otter
#

we don't really have builder pattern

west merlin
#

builder pattern is stinky anyways

median owl
west merlin
#

i like writing kotlin though its nice

jolly templeBOT
#

nothing from an error message from both introjects but they manage this hydraulic press crush this sorcery

median owl
#

oh btw pingu, gl with your ellen w-engine pulls

jolly nexusBOT
# cosmic otter https://github.com/MateriiApps/Gloom/blob/main/api%2Fsrc%2FcommonMain%2Fkotlin%2...

api/src/commonMain/kotlin/com/materiiapps/gloom/di/HttpModule.kt: Lines 56-78

return HttpClient(CIO) {
    defaultRequest {
        header(HttpHeaders.ContentType, ContentType.Application.Json.toString())
        header(HttpHeaders.UserAgent, UserAgent)
        header(HttpHeaders.AcceptLanguage, "en-US")
    }
    install(HttpRequestRetry) {
        maxRetries = 5
        retryIf { _, httpResponse ->
            !httpResponse.status.isSuccess()
        }
        retryOnExceptionIf { _, error ->
            error is HttpRequestTimeoutException
        }
        delayMillis { retry ->
            retry * 1000L
        }
    }
    install(ContentNegotiation) {
        json(json)
    }
    installLogging(logger)
}
cosmic otter
#

no builder or chaining

stone owl
#

Fancy

left kraken
west merlin
#

im trying to find a kotlin example where i use chaining 💀

sly spear
#

No idea if it's good or not

cosmic otter
#

probably the only big example of chaining in kotlin you can find

west merlin
#

this is kinda builder pattern but this is also just using a java api so

fun replaceColorCodes(input: String) = LegacyComponentSerializer
  .legacyAmpersand()
  .deserialize(input)
  .applyFallbackStyle(TextDecoration.ITALIC.withState(false))
left kraken
west merlin
cosmic otter
#

yeah i wasn't counting java

#

bc then you could just point to the android sdk

west merlin
#

yeah

left kraken
west merlin
left kraken
cosmic otter
#

kotler even includes some dsl versions for certain builders

west merlin
#

elvis operator is goated for kotlin

cosmic otter
#

buildString my beloved

keen kernel
#

but here's the kotler

west merlin
#

buildString goated ```kt
fun intToRoman(num: Int) = buildString {
var remain = num
val values = intArrayOf(1000, 900, 500, 400, 100, 90, 50, 40, 10, 9, 5, 4, 1)
val numerals = listOf("M", "CM", "D", "CD", "C", "XC", "L", "XL", "X", "IX", "V", "IV", "I")

values.indices.forEach {
while (remain >= values[it]) {
append(numerals[it])
remain -= values[it]
}
}
}

keen kernel
#

But here's the javer

#

but here's the scripter

keen kernel
#

But here's the zalger

jolly nexusBOT
cosmic otter
#

look at how nice that is

keen kernel
#

but here's the embedder

west merlin
#

very nice

keen kernel
#

But here's the 3:42amer

jolly nexusBOT
spark crescent
#

vencord

west merlin
#

real and true

keen kernel
#

No sorry

#

Vendetta

spark crescent
#

vendetta died

#

like

stone owl
#

Sadly

spark crescent
#

3 years ago

keen kernel
spark crescent
#

o

keen kernel
#

I SAID IN MINECRAFT I SWEAR

rapid river
#

just finished all evangelion books, movies and watched the series.. i think i need to take some prozac pills

drowsy cypress
open pasture
#

disciple me???

drowsy cypress
#

I autocorrected to whatever Apple gave me

median owl
#

the movie

rapid river
drowsy cypress
#

What’s there Is there I ain’t changing it

median owl
#

Despicable Me*

rapid river
#

here we call it "Meu Malvado Favorito 4"

nocturne bough
#

Silvagunner horror

drowsy cypress
#

Nah disciple me

rough crater
#

hi chat

nocturne bough
#

Wasnt that channel of creating weird music remixes

drowsy cypress
#

I’m doubling down on this shit

jolly templeBOT
#

kevin everyone permission

nocturne bough
#

Why Does that guy have fandom for lore

median owl
clear portal
#

siiva is funny

nocturne bough
near wharf
#

weird question but when u guys go to sleep does it feel like a billion thoughts are racing in your mind all at once or is that just me

open pasture
#

go to sleep or just while trying

drowsy cypress
#

I sometimes get a chuckle hearing his remixes

left kraken
rapid river
drowsy cypress
#

I sometimes unironically listen to his stuff

near wharf
west merlin
#

i dont understand how people use dark reader extension

#

it makes all websites ugly

drowsy cypress
#

However there’s one true gem of his

median owl
rough crater
drowsy cypress
rough crater
#

in 2021

rapid river
median owl
drowsy cypress
#

If you don’t like the dark mode that dark reader has you can just turn it off for that specific website

#

I HAVE SEEN ENOUGH OF THIS VIDEO

#

STOP POSTING THIS VIDEO

#

I’m gonna bomb New Jersey

drowsy cypress
#

One of these days New Jersey, ones of these days

winter girder
#

guys how does this sound "... is a Discord Bot framework with a built-in terminal to run commands as the bot from the comfort of your terminal. It It is built using Huh and Discord Go."

stark herald
#

good

keen kernel
drowsy cypress
#

You want a throwback?

#

Here’s a throwback https://youtu.be/ykwqXuMPsoc

As seen on the Sprint commercials.
Narwhals, Narwhals swimming in the ocean. Causing a commotion. 'Cos they are so awesome!
↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓

MrWeebl is a channel of fun and silliness, with songs and cartoons and even cartoon songs. Wow. Some call it random. It's not random. It's absurd look at life bec...

▶ Play video
keen kernel
#

Who wants a discordless discord

#

I have the original size image somewhere

drowsy cypress
#

Good luck getting that out of your head fuckers

drowsy cypress
keen kernel
#

I have 317K views on a video

#

Guess details on it

mental oxide
#

no comment

drowsy cypress
keen kernel
#

Yes

drowsy cypress
#

Old internet video?

keen kernel
#

no

#

Well

#

2yrs

#

I'm talking about a video I uploaded

drowsy cypress
#

Is it a parody/remix?

#

OH THAT YOU UPLOADED

keen kernel
#

I'm seeing if you can guess enough about it

#

to narrow it down

drowsy cypress
#

I’m guessing it’s a “high quality rip”

keen kernel
#

Nope

#

Well

#

It's "Fixed"

drowsy cypress
#

Fixed?

keen kernel
#

The original upload was wrong tune

#

tone? Idk

#

pitch

keen kernel
#

Pitch.

drowsy cypress
#

I can only think of one YouTube video that had that issue

keen kernel
#

Which is what

#

you're probably spot on

#

but let's see

drowsy cypress
#

It was a very old nature and science show that had really cool cgi at the time

open pasture
keen kernel
#

never mind

drowsy cypress
#

Well it was the intro for it

#

Yeah, it’s not related to music

keen kernel
#

Ok here's a hint I think 99% of views are tiktok addicts

drowsy cypress
#

So it’s a TikTok sound?

keen kernel
#

yes

#

tiktok song but fixed

zealous adder
#

Hey guys

drowsy cypress
#

Is it that 21 savage song where he says I’ve been in the hill fucking dudes?

keen kernel
#

nop

#

LMAO

drowsy cypress
#

I honestly have no clue

keen kernel
#

Here's another hint it's an instrumental

#

Lmao my hints suck

drowsy cypress
#

I don’t really keep up with TikTok music

keen kernel
#

There's too many songs on tiktok

#

For my hints to be helpful

#

xd

drowsy cypress
#

The sounds I have saved are more so comedy

keen kernel
#

it's just that stupid song from like 2 years ago

drowsy cypress
#

Oooooohhhh that song

#

Yeah I know that song

keen kernel
#

the original upload is in the video description

#

U can hear it's not correct

drowsy cypress
#

I never would’ve guessed it though cause I don’t remember it it

keen kernel
#

and thus I fixed it and got views

#

yeah it's like unearthing a relic

#

I made it in audacity btw

#

I just pitch shifted it till it sounded right

#

And uploaded it

#

And then my 69K views video is of course none other than BFDI related

drowsy cypress
#

Nice, nice job contributing to internet culture

#

BFDI?

keen kernel
#

That animation thing

#

Uh one sec

#

Nvm I'm too lazy to find

#

u can just look it up

drowsy cypress
#

You’re good

#

Oh that inanimate object series

keen kernel
#

OMG

#

I REMEMBER

jolly templeBOT
#

@hollow surge why block or two talking about elixir |>

keen kernel
stark herald
#

LOUD

keen kernel
#

I REMEMBER

#

KERO KERO BONITO

drowsy cypress
#

Is that what you were talking about?

stark herald
drowsy cypress
#

I’ve listened to that song a couple of times

winter girder
#

i love music

keen kernel
#

Oh my god the throwback

winter girder
#

i wish i could see my future tbh

drowsy cypress
#

Nah make it a mystery

#

Makes it more fun

winter girder
#

i disagree

#

being able to see your future can motivate you to do certain stuff

stark herald
winter girder
#

NO

#

NOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO

drowsy cypress
#

My body is breaking apart currently

#

I tilted my neck a certain way to get rid of an itch but it just strained it

median owl
#

@soft wadi this is so you (meant to ping pingu)

#

fuck

keen kernel
median owl
#

I pinged sho

#

instead of pingu

keen kernel
#

My masterpiece

median owl
keen kernel
#

Listen to it

#

It is incredible

median owl
#

yes

#

you

drowsy cypress
#

I still think the beat goes hard

#

Still don’t know what it’s based off of

jaunty trellis
sly spear
#

My youtube recommended feed has shifted from exclusively freaky anime clips to exclusively trans celeste content

median owl
jaunty trellis
median owl
#

Blessed account

jaunty trellis
#

rng carried 🔥

fallow pawn
median owl
#

pingu wtf

#

how

jaunty trellis
#

idek

median owl
#

tell me your secrets

jaunty trellis
#

touch grass ig

median owl
#

you literally got all the chars I have in like 40 pulls 😭

jaunty trellis
fallow pawn
#

what is a pull

keen kernel
#

Brb deleting my Google account

median owl
fallow pawn
#

idk what zzz is

keen kernel
#

Good

median owl
#

You haven't been corrupted by gacha games

jolly templeBOT
errant chasm
#

bwa

winter girder
#

i love charmbracelet <333

jaunty trellis
dusty goblet
#

Meow

errant chasm
#

abwaaa

mild granite
#

⌇⎍⌿

#

👽

coral glen
#

hewo

dusty goblet
#

My body decided to make me regret my monster consumption

errant chasm
coral glen
dusty goblet
winter girder
errant chasm
dusty goblet
coral glen
#

oo

#

i love pacific punch

dusty goblet
#

It's good

mild granite
#

☊⏃⋏ ⟟ ☊⍜⎅⟒ ⟟⋏ ⏃⌰⟟⟒⋏ 🗣️

coral glen
#

tis is

#

rn ive got mango loco

dusty goblet
#

Also I found this one some time ago :3

dusty goblet
coral glen
#

to me that one just taste like apple juice in a can

dusty goblet
#

Sort of, but I still like it

winter girder
#

monster makes me feel like my heart is burning

coral glen
#

go back to your dr pepper /j

dusty goblet
mild granite
#

⍀⏃⊑⊑⊑⊑

winter girder
#

dr pepper is healthier then monster

stark herald
#

was gonna say that

#

i love white one

mild granite
mild granite
#

⍀⟒⏃⌰

median owl
#

Do you pronounce it like Jud-e or Jude tho

dusty goblet
#

Chat should I contact my local Special Outpatient Clinic for Gender Identity Disorders

median owl
#

what

#

I dont even wanna hear the german name, it's probably 3 pages long 😭

mild granite
median owl
#

idk

dusty goblet
# median owl what

Should I contact the Spezialambulanz Geschlechtsidentitätsstörungen of the Klinik für Psychosomatische Medizin und Psychotherapie

median owl
#

Jesus

dusty goblet
median owl
#

That's some words

#

I mean sure ig do that if you want

dusty goblet
median owl
#

wait what, people diy that

dusty goblet
#

Yeah???

median owl
#

how

dusty goblet
#

Well not free but like

median owl
#

oh oh

#

nvm

#

I was thinking about smth else

jaunty trellis
#

yeah no diy hrt isn't cooking your own e you just buy it without medical supervision

dusty goblet
#

Who needs medical supervision anyway

median owl
#

Some people should have it

dusty goblet
#

Mayb e

dusty goblet
median owl
#

I meaaan

#

If I get a krankschreibung its fine

jolly templeBOT
#

zed zed zed zed zed

keen kernel
lost furnace
dusty goblet
median owl
#

I've been sick like 2 times in the past year

#

so

coral glen
dusty goblet
#

So

median owl
#

I do so

#

😭

coral glen
#

im sat at my job, in my home sat at this very computer

dusty goblet
#

If I do my new job fast enough I could get to an hourly salary of 20€

lost furnace
#

bwa

dusty goblet
#

I could technically get 530€ for 16h of work a month if I just rush everything

lost furnace
#

easy way to get money

#

take over a country

dusty goblet
#

Okay

#

I'm gonna fail Art school rq

coral glen
coral glen
median owl
winter girder
median owl
median owl
coral glen
#

hm... ive never thought of that

winter girder
winter girder
coral glen
winter girder
mental oxide
coral glen
coral glen
median owl
median owl
#

Someone should make an artwork with kiana, lumine, stelle and belle

stark herald
mental oxide
#

EVERYONE got her

dusty goblet
mental oxide
#

but not me.

median owl
#

nah ur fine

mental oxide
#

AND I'M AT THE FUCKING PITY.

median owl
#

ur gonna get ellen

dusty goblet
#

Idk I got accused of being manipulative recently that means I'd be a good politician I think

median owl
dusty goblet
#

@mental oxide haiii fag

dusty goblet
mental oxide
lost furnace
#

I could manipulate a whole country if I wasn't socially awkward and lazy

dusty goblet
median owl
dusty goblet
mental oxide
#

u?

lost furnace
#

god knew I'd be too powerful so she made me trans and depressed

lost furnace
dusty goblet
#

Gonna dethrone god when I get on antidepressants fr

dusty goblet
lost furnace
#

also you're my banner

#

congratulations

sly spear
dusty goblet
winter girder
dusty goblet
#

Not with quoter

lost furnace
dusty goblet
lost furnace
#

by months I mean like

#

3 weeks

#

🗣️

lost furnace
#

please

#

I need

#

I require

lost furnace
#

lov you thanks

winter girder
lost furnace
late mountain
#

can i use the official discord client alongside with vencord

neon ferryBOT
lost furnace
#

giv or I explosion

late mountain
#

@oak forge explod

mental oxide
#

@median owl how the fuck do i do this maze getting all the coins

dusty goblet
lost furnace
#

old ahh screenshot

mental oxide
#

THAT ANSWERS NOTHING

jolly templeBOT
#

ye ik that dark mode that kde is vns finishline

median owl
mental oxide
#

IT'S FINE BUT

#

AAAAAAAAAAAAAAAAAA

winter girder
lost furnace
#

oh god

#

I have no more screenshots that don't seriously incriminate people

median owl
#

ye

dense phoenix
#

i totally didnt spend like 5 mins doing it the first time

lost furnace
#

never mind found the ntts folder (literal warzone on my drive)

median owl
#

I did them in like 20s

mental oxide
#

@dusty goblet it was written in the stars

#

English or Spanish EURO Final

lost furnace
#

oh here's one of my friend being an idiot

winter girder
#

meow

#

bims is the smartedst

median owl
#

play zzz @winter girder

winter girder
#

dat

median owl
#

zenlesszonezero

winter girder
median owl
#

another one @mental oxide ??

median owl
mental oxide
median owl
#

they did it again

still marlin
winter girder
#

Oki

#

I'll probs play it during school

median owl
#

it's a gacha game tho

tame thorn
#

shh

still marlin
#

vchars

tame thorn
#

there is no gacha in a game if you dont pull

still marlin
#

you are an idiot remix? 😭

dusty goblet
still marlin
#

dusty goblet
#

Spain is better than England at least I think

winter girder
mental oxide
#

@dusty goblet let's buy a Spain jersey

winter girder
jaunty trellis
dusty goblet
dusty goblet
#

Except when it's Portugal trolley

raw panther
dusty goblet
#

My mom is slandering about a court case with a colleague of hers

jaunty trellis
#

haiii

#

I've been playing zzz for like 4 hours now

#

istg if this becomes my new skyblock sillycat

mental oxide
#

@median owl AMEN

#

i'm still pulling the pity because i might get her C1

median owl
#

nah

#

what

#

get her engine

mental oxide
#

I'M JUST ONE PULL AWAY FROM THE PITY

#

GUARANTEED S CHARACTER

jolly templeBOT
#

🪬

mental oxide
#

ACTUALLY NEVER FUCKING MIND

#

THE PITY RESET

median owl
#

what

mental oxide
#

ah

median owl
#

ofc it resets 😭

mental oxide
#

so it means i got ellen from the pity

median owl
#

or is this ur first gacha xd

mental oxide
median owl
#

damn

mental oxide
median owl
#

lmao

#

idk

#

but you can add me too

#

1500047343

#

oh right

#

lMAO

#

btw

#

I checked the textmaps

#

the devs had to write meow 341 times

dusty goblet
#

Meow

jaunty trellis
mental oxide
#

@median owl is the comp Ellen Nekomata Rina good

jaunty trellis
#

yop

jaunty stag
#

every hoyo game does

#

lol

drowsy cypress
#

Base world billionaire

median owl
#

I would go mono ice

#

if you can

#

but at least have soukaku with her then

#

my team rn is lycaon, soukaku, ellen

mental oxide
#

i only have Ellen and Soukaku as ice

jaunty stag
median owl
#

yeah that's fine

#

you can put uuuh

mental oxide
#

Nekomata

median owl
#

try anby, soukaku and ellen

#

in that order

mental oxide
#

bet

median owl
#

just stun with anby until you get ur chain attack and then let soukaku put her thingy down

#

should chain attack again

#

and then you can go crazy with ellen

#

I am addicted

jolly templeBOT
#

:plink:

median owl
jaunty trellis
mossy fossil
#

what is vencord i only joined for the emotesowoKonataDance

median owl
#

its fast for me

#

but compiling shaders takes a bit

#

can be funny sometimes

#

first download or

#

update

light cedar
#

my eyes hurt

median owl
#

ah idk

light cedar
median owl
#

bp lvl 20 soon yippie

drowsy cypress
#

Hell no there ain’t no way fennecs are coming back

#

Fennecs fell off a long time ago

#

They gone now

light cedar
#

nuh uh

rose dirge
drowsy cypress
#

Yuh huh

light cedar
#

nop

deep token
light cedar
#

I lov all aminals

deep token
#

hello gay

rough crater
#

hi guys

mental oxide
#

Ellen solos wtf

median owl
#

but she's probably gonne be powercrept it like 8 patches

soft wadi
#

beeeb

digital kettle
#

haiiiiiiiiiiiii

dense phoenix
#

haii :3

mental oxide
#

as far as i knew powercreep meant that a character was just too good that it was hilariously stronger than the others but apparently it means the opposite

mental oxide
median owl
#

Generally in most gacha games there will be stronger chars making the older ones less powerful, they can still keep up but the new ones are likely do have better kits/deal a bit more damage (or theres new content like enemies that newer chars are better for)

lost furnace
median owl
errant chasm
mental oxide
#

okay but

#

thing is

#

WHERE DO WE GET THE STUFF TO PULL FOR THE NEXT CHARACTERS

#

IT'S JOEVER

#

I SPENT IT ALL ON ELLEN

old kiln
#

Calm down buddy

errant chasm
#

bwaa

median owl
#

Events, Levels, Quests, Daily Login,

jolly templeBOT
mental oxide
median owl
#

End Game Content

median owl
#

and you still have to play thru hollow zero and shiyu defense

mental oxide
median owl
#

no

#

i did a bit

#

but I need stronger chars and a 2nd team

dense phoenix
#

shiyu defense is fun

#

but i cba to build more than 3 characters

median owl
#

yes

#

I mean it's been a week

#

You will eventually

dense phoenix
#

i love that there's no good ice characters so they just add a bunch of ice shields to force you to build one

median owl
#

ellen

dense phoenix
#

good point

median owl
#

only ice dps rn

keen junco
#

It's so joever

#

Last good Discord engineer is leaving

median owl
#

hm

#

oh

#

rip

median owl
#

hi cta

mental oxide
#

dude i love belle SO MUCH

median owl
dire dawn
keen junco
median owl
#

what

digital kettle
#

whar

#

isnt express.js easy to use

#

lmao

#

u dont need a course

rough crater
errant chasm
median owl
rough crater
#

@jake dont leave bro😔😔

digital kettle
rough crater
#

i dont even know who are you😔😔

digital kettle
#

its really easy to use..

errant chasm
#

mlem

median owl
#

programming courses are weird imo

#

like

#

readthedocs readTheDocs

mental oxide
#

i already fucking love Qingyi as well

digital kettle
#

@median owl hate that i have to use 3 diffrent express pacakges

median owl
#

wtf are express packages

#

middleware?

old kiln
digital kettle
#

ye

median owl
#

ah

#

idk I don't use js anymore

mental oxide
#

SO REAL

median owl
#

and I never want to

jaunty trellis
digital kettle
#

@median owl poke uses:

    "activitypub-express": "^4.4.1",
     "express-useragent": "^1.0.15",    
     "express-rate-limit": "^7.0.2",
median owl
#

have you seen

jaunty trellis
mental oxide
rough crater
#

courses are boring

digital kettle
#

express-useragent is for isMobile @median owl

rough crater
#

everythign is boring

median owl
#

it's a side quest later

#

pretty funny

zealous adder
#

🥲

keen junco
jaunty trellis
digital kettle
#

why did they left

#

/genq

rough crater
#

hes basically granny now

#

🙏

keen junco
rough crater
digital kettle
#

discord is really fucking unoptimized

rough crater
#

or was he friends wit the ceo

digital kettle
#

like

#

discords not good at handeling 200 servers

median owl
#

put them in folders

#

I have 160 ish servers

digital kettle
#

wha does that do

#

i mean

#

like

median owl
#

idk but works

digital kettle
#

it uses alot of cpu

median owl
#

I have like 20 servers in my bar, the rest is in folders

viral cape
digital kettle
#

why they dont

rough crater
digital kettle
#

?

#

wha

rough crater
#

he said sharding

digital kettle
#

ok...?

#

bwa

#

also

#

wrong pronouns moemnt

digital kettle
#

bwa

#

is the pronouns feild a joke to u

rough crater
#

i dont track people

digital kettle
#

why did u assume their pronouns lol

median owl
#

i mean fair if you dont check profiles no?

digital kettle
#

true

#

but

#

o welp

median owl
viral cape
digital kettle
keen junco
digital kettle
#

@rough crater gunslol user oh my god

#

why

old kiln
#

biolinks user

digital kettle
#

?

old kiln
#

cookkkkeddd

#

i dont like biolinks especially guns.lol

rough crater
#

whyr are you ugusy tracking me

#

smh

fallow pawn
#

@digital kettle optimize ur site for mobile 🥺

jolly templeBOT
#

:ayayasmug:

rough crater
#

nuh uh

fallow pawn
mental oxide
digital kettle
rough crater
#

3 or 4 clicks

#

lmfao

digital kettle
#

i will dwdw

#

!!!

#

:3

#

hug?

#

yeahyeahyeah

fallow pawn
sacred sequoia
#

Yall like cats

fallow pawn
sacred sequoia
sacred sequoia
#

A 2 month old siamese

#

Cat lore

old kiln
#

its just one click

sacred sequoia
#

I agree

#

I did it before

sly spear
#

Something about this looks weird but idk what

sacred sequoia
rough crater
#

2/10 ui

sly spear
#

It's like that everywhere

rough crater
#

im going to kill the developer that madei t

digital kettle
#

@rough crater literally has n word in your og:description

#

thats retarded as fuck

sly spear
#

Real

rough crater
#

😔

sly spear
#

Can /= should

fallow pawn
#

i like my site

old kiln
#

cant really stop people

coral glen
digital kettle
#

i can say faggot and retard

rough crater
#

ok

fallow pawn
#

rewritten so many times

old kiln
#

doesnt mean u should but ull say it if u like

rough crater
#

say it

sly spear
old kiln
#

trying to police shit like that on discord of all things is mental

digital kettle
#

retard

#

?

#

faggot :3 @dense phoenix

rough crater
#

she can say it all she wants

rough crater
#

and i can say the n word all i want

digital kettle
#

try

#

oops u cant

#

lol

#

:3

rough crater
sly spear
#

Is this ugly? i had them on 2 different scroll sections but it felt weird

digital kettle
#

um

#

in prod

digital kettle
#

i liek it too

#

:3

#

it gud

old kiln
#

yes very nic

#

nice

jolly templeBOT
#

was called all other people on demand (maybe im hoping to rambles

old kiln
#

helo kevin

sly spear
digital kettle
#

O,,,

fallow pawn
digital kettle
#

no domain yet??

#

yeyey

old kiln
#

jit hub

digital kettle
#

domain when

old kiln
#

🙏

fallow pawn
#

instant turn off

sly spear
#

And by that i mean it gets flagged as a virus everywhere somehow

digital kettle
old kiln
#

😎

coral glen
rough crater
#

sonobody can click on it

old kiln
#

i dont think anybodys visiting ur gons.lol

#

guns

#

good one tho

rough crater
fallow pawn
#

optimized for mobile

sly spear
old kiln
#

my apologies

rough crater
#

i dont advertise it and 61 people clicked on it

#

which is alot

#

💔

old kiln
#

🤷

digital kettle
#

@sly spear use urlvoid

rough crater