#🧊-off-topic-iceman-only

1 messages · Page 915 of 1

unique wyvern
#

it's time for

#

meow :3

daring cloud
#

😭

smoky girder
#

bum property title

quiet salmon
#

am dumb

daring cloud
#

wait does this work
👍

sudden sun
#

its just not localised lol

daring cloud
#

👍

#

can't underline emojis \☹

quiet salmon
#

no

#

you cannot

smoky girder
#

butr it makes it smoler

quiet salmon
smoky girder
#

whgar

quiet salmon
#

web web web

smoky girder
#

no thats 3web

quiet salmon
daring cloud
#

technically web³ = webbb

smoky girder
#

yea

#

ig

#

because no parenthesis

quiet salmon
smoky girder
#

(web)^3

#

wwweeebbb

quiet salmon
#

it reminds me of decentralized web

#

web 3

smoky girder
#

yea

glossy swallow
#

where can i download fir lang

quiet salmon
#

not to be confused with web^

smoky girder
#

under there

daring cloud
quiet salmon
#

language

#

ever

daring cloud
#

do not decompress the tarball

quiet salmon
#

even mroe than

#

asm

fickle cosmos
#

fuck it im moving databases again

feral flower
glossy swallow
#

a good language tries to have one way to do something imo

quiet salmon
glossy swallow
fickle cosmos
smoky girder
#

add backdoor pls

quiet salmon
daring cloud
fickle cosmos
quiet salmon
#

my database of mongolians got hacked once cause it was local and had no password

glossy swallow
#

🙏 not mongo. use folder filled with json files

quiet salmon
glossy swallow
daring cloud
#

the trait Name(arg-list) for T syntax defines a trait that is implemented on types of type T

sudden sun
#

meow

#

@glossy swallow

bronze nebula
#

nya

daring cloud
#

the for T syntax is optional if the type is of type type

feral flower
sudden sun
#

gn chat

quiet salmon
lapis lava
#

@glossy swallow if i make an android app and call it z³ is it good name

fickle cosmos
quiet salmon
daring cloud
#

functions are defined with zero or more sets of arguments

quiet salmon
quiet salmon
daring cloud
#

each set can have zero or more arguments within the list

sudden sun
#

true

glossy swallow
#

also rewrite in java

lapis lava
#

never

#

i wanna make compose project

#

and they still didnt release compose for java

quiet salmon
#

isn't the recommended language for android called chotlin or something

daring cloud
#

e.g. rs fn identity(a)(x: a) { x }

bronze nebula
#

kotlin

#

???

quiet salmon
daring cloud
lapis lava
#

isnt it rust

quiet salmon
#

it looks like rust

#

cause

#

fn

#

fn

daring cloud
#

```fir doesn't exist, so I use ```rs

quiet salmon
#

but instead it's hell

daring cloud
#

that highlighter does well enough

quiet salmon
bronze nebula
fallow pawn
#

meowmeow

fickle cosmos
bronze nebula
#

is this an imaginary language?

quiet salmon
#
i do not understand this language```
bronze nebula
quiet salmon
#

how is there two sets of args????

daring cloud
quiet salmon
#

what???

quiet salmon
daring cloud
#

you pass it a type and it returns a function

glossy swallow
#

a programming language should be typable on a normal keyboard

quiet salmon
daring cloud
glossy swallow
#

The compiler is angry.
Tip: His favourite emoji is ☺. Try adding ☺ to your code. ☺

quiet salmon
daring cloud
lapis lava
quiet salmon
daring cloud
#

Comp - >

quiet salmon
#

more like

#

chain literal

daring cloud
quiet salmon
#

make slave moan "word"

#

that language is insane

daring cloud
quiet salmon
#

on a different planet

bronze nebula
quiet salmon
#

that's what it is

#

it looks like the devil made this language

#

worse than brainfuck

glossy swallow
#

i came up with a crazy language feature but i forgot it

bronze nebula
#

im pretty sure if i understood it it wuld make sense

#

tho i prefer to think about what i want to do ratehr than worry ab code

#

prefer to stay simple >w<

quiet salmon
glossy swallow
#

strnig90 args

daring cloud
noble quest
#

strmgh 123

quiet salmon
glossy swallow
#

pointer?

daring cloud
#

what your functions don't take types as arguments?

quiet salmon
quiet salmon
#

<T>

daring cloud
#

i prefer c main(argc, argv) char** argv { printf("%s", argv); }

glossy swallow
#

oh i almost started crying because i thought zeet left

#

:(

#

it's not the same

quiet salmon
glossy swallow
#

:(

daring cloud
glossy swallow
#

is this old c

#

non-ansi

quiet salmon
glossy swallow
#

idek any more

daring cloud
bronze nebula
quiet salmon
bronze nebula
daring cloud
#

hmm should I add [|] patterns

glossy swallow
daring cloud
glossy swallow
#

/run

#include <stdio.h>

main(argc, argv) char** argv {
  printf("%s", argv);
}

hollow flumeBOT
#

@glossy swallow I received c(10.2.0) compile errors

file0.code.c:3:1: warning: return type defaults to 'int' [-Wimplicit-int]
    3 | main(argc, argv) char** argv {
      | ^~~~
file0.code.c: In function 'main':
file0.code.c:3:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
    3 | main(argc, argv) char** argv {
      |                              ^
file0.code.c:3:1: warning: type of 'argc' defaults to 'int' [-Wimplicit-int]
    3 | main(argc, argv) char** argv {
      | ^~~~
file0.code.c:3:1: warning: type of 'argv' defaults to 'int' [-Wimplicit-int]
file0.code.c:6: error: expected '{' at end of input
    6 | 
      | 
chmod: cannot access 'a.out': No such file or directory
/piston/packages/gcc/10.2.0/run: line 6: ./a.out: No such file or directory
quiet salmon
glossy swallow
daring cloud
#

just -Wno-error

quiet salmon
#

that is so cool

#

how do i do that

daring cloud
#

shit forgot the ;

glossy swallow
#

i think c functions are int by default

quiet salmon
glossy swallow
#

wait that type of param declaration still works?

#

😭

daring cloud
#

/run c main(c, v) char**v; { printf("%s", *v); }

hollow flumeBOT
#

@daring cloud I received c(10.2.0) compile errors

file0.code.c:1:1: warning: return type defaults to 'int' [-Wimplicit-int]
    1 | main(c, v) char**v; {
      | ^~~~
file0.code.c: In function 'main':
file0.code.c:1:1: warning: type of 'c' defaults to 'int' [-Wimplicit-int]
file0.code.c:2:3: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
    2 |   printf("%s", *v);
      |   ^~~~~~
file0.code.c:2:3: warning: incompatible implicit declaration of built-in function 'printf'
file0.code.c:1:1: note: include '<stdio.h>' or provide a declaration of 'printf'
  +++ |+#include <stdio.h>
    1 | main(c, v) char**v; {
./a.out```
glossy swallow
#

i think that's super legacy

#

you do main(int argc, char**argv) now

stark herald
#

omg toad in chat

glossy swallow
#

oh

quiet salmon
#

/run cs public static Main() { Console.WriteLine("test"); }

hollow flumeBOT
#

@quiet salmon I only received cs(6.12.0) error output

Cannot open assembly 'out': No such file or directory.
glossy swallow
#

i thought i was t alking to you earlier

#

but it was your clone

daring cloud
#

/run c #pragma GCC ignored "-Wall" main(c, v) char**v; { printf("%s", *v); }

hollow flumeBOT
#

@daring cloud I received c(10.2.0) compile errors

file0.code.c:2:1: warning: return type defaults to 'int' [-Wimplicit-int]
    2 | main(c, v) char**v; {
      | ^~~~
file0.code.c: In function 'main':
file0.code.c:2:1: warning: type of 'c' defaults to 'int' [-Wimplicit-int]
file0.code.c:3:3: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
    3 |   printf("%s", *v);
      |   ^~~~~~
file0.code.c:3:3: warning: incompatible implicit declaration of built-in function 'printf'
file0.code.c:1:1: note: include '<stdio.h>' or provide a declaration of 'printf'
  +++ |+#include <stdio.h>
    1 | #pragma GCC ignored "-Wall"
./a.out```
daring cloud
#

/run c #pragma GCC ignored "-Wimplicit-int" #pragma GCC ignored "-Wimplicit-function-declaration" main(c, v) char**v; { printf("%s", *v); }

hollow flumeBOT
#

@daring cloud I received c(10.2.0) compile errors

file0.code.c:3:1: warning: return type defaults to 'int' [-Wimplicit-int]
    3 | main(c, v) char**v; {
      | ^~~~
file0.code.c: In function 'main':
file0.code.c:3:1: warning: type of 'c' defaults to 'int' [-Wimplicit-int]
file0.code.c:4:3: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
    4 |   printf("%s", *v);
      |   ^~~~~~
file0.code.c:4:3: warning: incompatible implicit declaration of built-in function 'printf'
file0.code.c:1:1: note: include '<stdio.h>' or provide a declaration of 'printf'
  +++ |+#include <stdio.h>
    1 | #pragma GCC ignored "-Wimplicit-int"
./a.out```
stark herald
quiet salmon
#

it's not working

stiff urchin
#

/run

public class Program {
  public static void Main() {
    Console.WriteLine("test")
  }
}
hollow flumeBOT
#

@stiff urchin I only received cs(6.12.0) error output

Cannot open assembly 'out': No such file or directory.
stiff urchin
#

o

quiet salmon
glossy swallow
#

@lapis lava can you at least make your impersonation slightly less convincing

#

its confusing

#

😭

quiet salmon
#

why is it not working on c

#

3

#

c3

#

c3

#

c#

daring cloud
#

/run hs import Char(toUpper) main = putStrLn $ toUpper `fmap` "Hello, world!"

hollow flumeBOT
#

@daring cloud I received hs(9.0.1) compile errors


file0.code.hs:1:1: error:
    Could not find module `​Char'
    Use -v (or `​:set -v`​ in ghci) to see a list of the files searched for.
  |
1 | import Char(toUpper)
  | ^^^^^^^^^^^^^^^^^^^^
chmod: cannot access 'out': No such file or directory
/piston/packages/haskell/9.0.1/run: line 4: ./out: No such file or directory
daring cloud
#

/run hs import Data.Char(toUpper) main = putStrLn $ toUpper `fmap` "Hello, world!"

quiet salmon
#

whatever is making this bot isn't working

hollow flumeBOT
#

Here is your hs(9.0.1) output @daring cloud

HELLO, WORLD!
quiet salmon
#

omg

stark herald
quiet salmon
#

what is hs

#

is that haslek

#

hasklee

stark herald
#

@glossy swallow make new language

#

we should make a language with lots and lots of syntax

digital kettle
#

@stark herald

quiet salmon
#

but the language version

glossy swallow
#

mouthful

stark herald
quiet salmon
#

the overly verbose

noble quest
glossy swallow
#

oh yea i think i wanted to make a language called "suffer" because it seemed appropriate

quiet salmon
#

it's from facedeveloper

stark herald
#

is £ okay for language syntax

glossy swallow
#

british

stark herald
#

it's typable in my keyboard

glossy swallow
#

you will scare people

quiet salmon
#

i have

#

$

stark herald
#

what even is that

quiet salmon
#

i cannot type point

#

point

#

pund

stark herald
#

$ is in some language syntax I think

#

php?

quiet salmon
#

btw i have very important question

#

how do you declare a variable in html

stark herald
stark herald
glossy swallow
#

French Format Strings
Surround format string with french quotes «» and use € to add the string value of an expression anywhere

stark herald
#

you don't do that

#

you can use things like astro svelte react or

#

that other thing I forgot

quiet salmon
glossy swallow
#

«Hello €{name}»

quiet salmon
#

rackjs

quiet salmon
bronze nebula
#

i hate the french quotes

quiet salmon
#

i cannot type the french quotes as i only speak javascript

glossy swallow
#

wait i thought of something really smart

stark herald
#

what if we use kanji for syntax

glossy swallow
#

you know how you can't do quotes inside quotes

stark herald
#

\

bronze nebula
glossy swallow
#

it would be so easy so solve if you used “ and ”

quiet salmon
glossy swallow
#

instead of just "

glossy swallow
#

c++ is crazy

#

R"(hello world)"

stark herald
#

guys you all can type Celsius registered and TM symbols right

quiet salmon
stark herald
#

©®™

lapis lava
bronze nebula
#

i dont quite remember

quiet salmon
#

also that's copyright you freaky individual

stark herald
#

hop off impersonation

glossy swallow
#

/run

#include <iostream>

int main() {
    std::cout << R"(Hello, world!
more stuff
)";
    std::cout << std::flush;
}
hollow flumeBOT
#

Here is your c++(10.2.0) output @glossy swallow

Hello, world!
more stuff
glossy swallow
#

i forgot to

quiet salmon
#

i don't wanna get an ssd

#

i mean

#

std

#

from c+++

lapis lava
#

@stark herald there

bronze nebula
glossy swallow
#

i was talking my friend and they said they don't wanna write c, c++ or c+

stark herald
quiet salmon
glossy swallow
#

i don't think there is a c+?

lapis lava
#

nop

#

isnt

stark herald
#

make c: language

lapis lava
#

c; language

quiet salmon
glossy swallow
#

the compiler c:c

#

gc:c

bronze nebula
#

and string

glossy swallow
stark herald
#

it depends

quiet salmon
glossy swallow
#

i use this because it 's like increment c intsead of c increment (it makes sense)

stark herald
#

c = 0; c++ returns 0. c = 0; ++c returns 1

quiet salmon
#

for()

#

FOR()

stark herald
#

yes maybe idk

vale carbon
#

is there any real benefit to using vesktop over vencord

quiet salmon
daring cloud
glossy swallow
#

++lvalue i think adds 1 and returns the same thing as rvalue

glossy swallow
feral flower
quiet salmon
daring cloud
#

quotes can be “curly”

vale carbon
glossy swallow
#

3hwhtkuh3oIWr*WY(%"Q%

#

lmao

quiet salmon
glossy swallow
#

where is the website for fir

daring cloud
#

they also work inside "straight “string” literals"

unique wyvern
#

meow :3

stark herald
glossy swallow
#

not really a selling point. they do in every sane language

daring cloud
quiet salmon
glossy swallow
#

because i want to have a word with you /lh

daring cloud
glossy swallow
#

head explodes

daring cloud
#

they can also be “ne“st”ed”

quiet salmon
west ore
#

sad
(also that was intended as /j)

daring cloud
#

and \“ restores normal character behavior

lapis lava
#

chat am i cooking

keen pike
#

gn people <3

lapis lava
#

gn korisu

quiet salmon
glossy swallow
#

oh yes

stark herald
#

what's that

lapis lava
glossy swallow
#

my idea was the garbage collector only collects instances of object Garbage

daring cloud
quiet salmon
#

pin

stark herald
#

is the http protocol hard to implement from a TCP socket

lapis lava
#

nop

daring cloud
quiet salmon
glossy swallow
lapis lava
#

im not racist, but

quiet salmon
lapis lava
glossy swallow
#

no

bronze nebula
daring cloud
glossy swallow
#

it has a garbage collector

fickle cosmos
#

I wished I never would of moved databases fucking hell it was hard to implement

glossy swallow
#

it means everything gets deleted slower

west ore
quiet salmon
daring cloud
#

OH SHIT i forgot multiplicities on my functor traits

west ore
glossy swallow
#

i think i could create a pretty bad language if i took a few ideas from kotlin

quiet salmon
glossy swallow
#

and php and javascript

lapis lava
#

maybe

daring cloud
fickle cosmos
quiet salmon
daring cloud
#

uhh

quiet salmon
#

fso i can undrestand

daring cloud
#

do you have a .map?

quiet salmon
#

with my puny c# .net brain

feral flower
quiet salmon
daring cloud
#

basically anything you can .map is a functor

fickle cosmos
daring cloud
quiet salmon
daring cloud
glossy swallow
#

Functions
Functions in suffer do not have names, they have a list of hashtags.

quiet salmon
glossy swallow
#

functions are sorted in autocomplete based on how many likes and dislikes they have

daring cloud
#

actions are values in Haskell and Fir so ig we need a different name

grand crypt
#

whats up idiots

glossy swallow
#

want to get rid of a function?

#

report it in a loop

quiet salmon
#

this isn't programming this is social media

#

functional social media platform

#

only the purest functions

harsh minnow
quiet salmon
stark herald
#

windows that open vertically would be terrible

quiet salmon
glossy swallow
harsh minnow
#

they don't open fully

#

they just open like 20cm

bronze nebula
fickle cosmos
harsh minnow
#

so you can let some fresh air in without opening it fully

quiet salmon
stark herald
#

oh

fickle cosmos
quiet salmon
#

i am so trustworthy

#

i mean look at my middle name

fickle cosmos
quiet salmon
#

my middle name is literally ""

harsh minnow
#

it was so funny to find out that americans apparently don't have this

fickle cosmos
#

even the UK has them

#

(some times)

stark herald
#

my windows just slide

fickle cosmos
quiet salmon
#

how do i send images

unique wyvern
fickle cosmos
#

google confirmed transgender

unique wyvern
#

like what vee said

#

it doesn't open fully

feral flower
unique wyvern
#

it opens just barely

glossy swallow
unique wyvern
#

so you can let in a little bit of air

quiet salmon
quiet salmon
feral flower
#

monero

unique wyvern
glossy swallow
#

do %xp in #🤖-bot-commands to see your venniepoints

daring cloud
glossy swallow
#

i am not at level 10 at 40k messages blobcatcozy
(the bot was added recently)

daring cloud
quiet salmon
unique wyvern
daring cloud
#

(light mode right?)

quiet salmon
unique wyvern
#

yep

#

so you're a whitename

daring cloud
feral flower
#

crackername

glossy swallow
#

you can earn roles such as brain rot by being annoying

unique wyvern
#

thanks discord

quiet salmon
unique wyvern
glossy swallow
#

(not a suggestion)

daring cloud
unique wyvern
#

what does brain rot do anyway, does it just take away your typing perms again

open pasture
#

When is discord mobile getting those clan tag thingies

unique wyvern
unique wyvern
#

i have the experiment on but doesn't work

quiet salmon
#

how is someone streaming video in yap is equal to explode

mental oxide
unique wyvern
feral flower
#

screamer do not click

quiet salmon
#

clan

#

how many years of being a discord kitten do i need to get to level 01

#

10

mental oxide
unique wyvern
#

i'm able to tell lmao

quiet salmon
#

who are you telling these mythological tales to

lapis lava
#

improved signin trolley

cerulean fog
#

one of the 0 people

unique wyvern
quiet salmon
unique wyvern
#

i know you know you have them blocked but you just have a weird obligation of informing everyone that you have them blocked

quiet salmon
quiet salmon
lapis lava
#

use your brain for a second.

quiet salmon
quiet salmon
#

can i install those 60 years

#

3*

unique wyvern
rapid aurora
#

I just realized how shy and embarrassed I get whenever I'm in vc

quiet salmon
rapid aurora
quiet salmon
unique wyvern
#

dw

#

i was the same when speaking english in a voice chat foer the first time

quiet salmon
unique wyvern
#

shy, embarrassed with a sucky accent

quiet salmon
#

mute is best

unique wyvern
#

it eventually got better

quiet salmon
#

i lvoe mute butotn

unique wyvern
#

you can do it :)

quiet salmon
#

they need to make a version of discord which you cannot unmute

quiet salmon
#

plug

#

plug

#

plus

#

pluscod

#

e

west quiver
#

?

quiet salmon
#

shorter

west quiver
#

sure

#

but that's a link to the streetview

#

there isn't a closer one

#

but

#

it does the job

quiet salmon
#

staticresource accentbuttonstyle

rapid aurora
lofty fractal
#

i used to be able to read arabic

#

i forgot the letters now

unique wyvern
#

does it suggest you apps considering other people or are they like customized for you

#

if the former then why does appstore think i’m a woman

open pasture
#

"This weeks favorite"
Might be the apps getting more downloads that week

#

Not necessarily personalized

unique wyvern
#

that might explain why my friend has been acting a bit icky this week

unique wyvern
#

true

bronze nebula
lofty fractal
signal rose
slow brook
#

remember guys

lapis lava
bronze nebula
slow brook
#

thanks, it’s not mine

mental oxide
slow brook
#

no

last sky
unique wyvern
unique wyvern
crude fern
#

ohckhcgjxdgkdhkfkjgdhdk

crude fern
#

i dont get it

#

those two statements unrelated

odd wave
unique wyvern
#

they are related

#

don't worrry

#

i'm just not going to tell you

crude fern
unique wyvern
crude fern
unique wyvern
#

also i love how my reviews are just a hive mind, one person says something and the other person just follows

crude fern
#

utssutufsyfsgjzhffjzgjzgxkjvi🇲➰ ®️gd,tdts2 >~<

sharp sequoia
#

do you mean touché?

bronze nebula
#

fuck this means

sharp sequoia
#

idk

crude fern
#

review me

#

or ill bite

sharp sequoia
#

i head it i think

bronze nebula
#

touché means touched but

#

why

sharp sequoia
#

oh

bronze nebula
#

why people say it dont get it

sharp sequoia
bronze nebula
#

it doesnt mean anything

sharp sequoia
#

my friend once yelled "shut up i hate you" into my face, than we went outside

sick portal
#

asdkfasjdlfjaskjdfklsjdfsdf

bronze nebula
sick portal
bronze nebula
#

yum

sharp sequoia
#

bazinga. disrespectfully

noble quest
#

in a vc

i had brisket mac and cheese
whats that
is that the guilty gear character

sick portal
#

why

#

coffee sucks

bronze nebula
sharp sequoia
sick portal
#

no guys coffee sucks

#

esp starbucks

open pasture
#

so many plugins are dying

sick portal
unique wyvern
#

it’s eepy time

bronze nebula
bronze nebula
unique wyvern
#

time to turn on my water sounds

sick portal
#

thats my friend, hes a car LMFAO

sharp sequoia
sick portal
sharp sequoia
#

cabbage

#

:D

unique wyvern
#

what’s y’all’s sleeping quirk

unique wyvern
#

mine is sleeping with a blahai and water sounds in the background otherwise i can’t sleep

sharp sequoia
sick portal
mental oxide
#

rythm has a mobile app now

open pasture
#

vee is may from guilty gear?!

sick portal
sharp sequoia
mental oxide
sick portal
sick portal
lapis lava
sharp sequoia
#

riddim

lapis lava
#

also who needs music app when you can listen along

mental oxide
unique wyvern
#

%xp

sick portal
#

@dark phoenix clyde's back

lapis lava
#

then what do you use

lapis lava
neon ferryBOT
sharp sequoia
mental oxide
#

every popular music platform is dogshit

crude fern
mental oxide
bronze nebula
lapis lava
bronze nebula
#

monei beep

sharp sequoia
unique wyvern
sharp sequoia
#

very no no

lapis lava
#

piracy so good blobcatcozy

sick portal
#

nuh

lapis lava
#

unless I actually wanna support author

#

in this case i pirate and buy

stark herald
#

@lapis lava hey

sharp sequoia
#

i love downloading from steam unlocked i love it i love it!!!

crude fern
#

v

sick portal
#

stob yapping 🙅‍♂️

bronze nebula
#

i buy cds even tho i dont have a cd drive :3

crude fern
sharp sequoia
crude fern
neon ferryBOT
sharp sequoia
#

you guys like cabbages?

unique wyvern
crude fern
neon ferryBOT
crude fern
sharp sequoia
crude fern
#

ya

#

your whitename

stark herald
#

i need to crack a hash

sharp sequoia
#

or hydra

#

idk

#

i don't dabble anymore

#

no

unique wyvern
# sharp sequoia how likely would it be that i get hacked because of something on there

when you go up to an apple tree and touch see that a lot of the apples on the tree are rotten and this specific apple tree has a problem with rotten fruit, you wouldn’t search for an unrotten one, you’d just move on and search for a tree that’s guaranteed to not be rotten

it’s not about likeness, it’s about general safety, steamunlocked has a reputation of hosting malware, sure you might find some files that are safe but it doesn’t mean the entire website is safe

sharp sequoia
#

nuh uh

golden swan
#

Rick ross is not street

#

at least 5

crude fern
#

easy

#

its

#

2

golden swan
#

at least 6

sharp sequoia
#

i thought it was cabbage

golden swan
#

at least 0

bronze nebula
#

2x + x

#

?

golden swan
#

2

crude fern
#

there is more than one answer?

sharp sequoia
#

my math isnt mathing i give up

crude fern
#

what am i solving for

sharp sequoia
#

x?

crude fern
bronze nebula
#

i forgot calc

#

uh

copper turtle
#

meow

sharp sequoia
#

will this be in the test?

sharp sequoia
bronze nebula
#

oh yeah mb i did the derivative

unique wyvern
#

[
\int (x^2 + 2x - 3) , dx = \frac{x^3}{3} + x^2 - 3x + C
]

#

you’re welcome

bronze nebula
#

@wide leaf give another one

#

i rememberd now i think

unique wyvern
#

your mother is begging you to take a shower

sharp sequoia
#

the hell am i looking at

bronze nebula
#

uhh what was the primivite for sqrt

#

ok ik

unique wyvern
#

[
\int \frac{4}{\sqrt{9 - x^2}} , dx = 4 \arcsin \left( \frac{x}{3} \right) + C
]

sharp sequoia
#

my class talks about alcoholism and cars i can't understand math venniesad

bronze nebula
#

(1 / ((9-x^2)^1/2 + 1) / (1/2+1)) * 4x

#

probably unreadable

unique wyvern
#

how

#

?

#

oh

sharp sequoia
#

no thats mean

unique wyvern
#

weaponize what

if i wanna insult them i can just pull up their birth certificate

sharp sequoia
#

you can point at your screen and laugh ig

unique wyvern
#

that’s what im doing

#

this guy makes me feel smart

#

see thing is

#

some trolls are funny

bronze nebula
unique wyvern
#

@mossy raven is just retarded

bronze nebula
#

or is it straight trash what i wrote lmao

#

i didnt really think thru i just intuition

sharp sequoia
bronze nebula
#

id draw it

#

but uh

#

no pencil

unique wyvern
#

use chat gpt 4.0

#

it unironically makes it into an image for you

bronze nebula
#

i cant write latex (yet)

sharp sequoia
unique wyvern
#

but i’m on a trial lmao

sharp sequoia
#

it isnt alcoholism or cars, don't know what that is

unique wyvern
#

can’t be arsed to pay for it

sharp sequoia
#

what

unique wyvern
#

any alcohol percentage

#

in theory

#

but if we’re talking street smarts

sharp sequoia
#

sorry (hi for bad english)

unique wyvern
#

real alcohol is something you can get drunk off

#

how old are you

crude fern
unique wyvern
#

you’re pretty close to being banned

#

so

#

calm down

#

you’re not making anyone laugh

#

you’re just obnoxious

sharp sequoia
#

they aren't getting active

crude fern
crude fern
bronze nebula
#

maybe you can read this

#

lmao

crude fern
#

vp summeries

neon ferryBOT
crude fern
#

vp summaries

sharp sequoia
crude fern
#

vp Summaries

sharp sequoia
#

it barely works

neon ferryBOT
bronze nebula
crude fern
#

there

crude fern
#

you can use all same plugins

#

execpt its actively mantained

stark herald
bronze nebula
#

could simplify to 1.5

sharp sequoia
#

now it isnt

#

anymore

#

cuz no money

unique wyvern
#

didn’t you just say you’d behave

why do you keep going back trying to get reactions out of me

bronze nebula
#

tho is it any

crude fern
#

this is how i figured out SparkleGiggle

stark herald
#

what makes you think that you cant

bronze nebula
stark herald
#

its not that big of a deal to ban 1 user

#

no reason needed even

sharp sequoia
#

fundning is no more

unique wyvern
#

this isn’t like a company

crude fern
#

pyoncord is like vencord

#

but actively mantained

unique wyvern
#

janitors or vee can ban someone for just as simple as being annoying

stark herald
sharp sequoia
#

oh

#

what

#

oh

stark herald
#

my bad

sharp sequoia
#

whas a token

crude fern
#

:3

#

enjoy

unique wyvern
#

a special key exclusive to your account

sharp sequoia
#

oh

unique wyvern
#

it’s what is used to log in

#

act like a retard, get treated like a retard

drowsy cypress
crude fern
#

no.

drowsy cypress
#

☹️

unique wyvern
#

if you didn’t act like you came fresh off the short bus then perhaps i wouldn’t have to talk to you like you’re a 12 year old with untreated high functioning autism

sharp sequoia
crude fern
crude fern
stark herald
#

vendetta fell off exactly a year ago

crude fern
#

execpt its actively maintained

#

so like

#

new discord fetures will be avalible

unique wyvern
#

are you not being retarded?

sharp sequoia
#

mobile clients are hard to find (i only know the most irrelevant things)

crude fern
#

n shit

unique wyvern
#

i mean you’re saying stupid shit

stark herald
#

best member was BANNED from vendetta the 12 of june of 2023 💔💔💔💔

unique wyvern
#

constantly going back to my messages just to try getting a rise out of me

twilit portal
sharp sequoia
crude fern
#

its NEVER not like that

twilit portal
crude fern
twilit portal
#

that's why i stick to aliucord unless needed

sharp sequoia
sand citrus
#

Ur smile Is not so friendly😧

crude fern
#

aliu is missing stuff i use on a daily basis tho

#

so

#

like

sharp sequoia
crude fern
#

fair

unique wyvern
#

@mossy raven

sharp sequoia
#

does pycord's plugin browser work? assouming it has one

lavish owl
#

they're banned already

unique wyvern
#

lmao they’re gone

sharp sequoia
#

damn

unique wyvern
crude fern
#

ty vee

unique wyvern
#

they’re kind of expecting me to get mad

#

being calm helps

sand citrus
bronze nebula
#

@wide leaf
can you solve for b real quick and then for t

sharp sequoia
#

how well does windows defender provide security for your average joe?

unique wyvern
#

it does really well

harsh minnow
#

enough

harsh minnow
noble quest
unique wyvern
#

you don’t need any of the extra anti viruses if you’re just a guy browsing the web

bronze nebula
bronze nebula
unique wyvern
#

windows defender does its job

bronze nebula
unique wyvern
#

as long as you don’t disable it and install sus stuff; you’re fine

bronze nebula
#

im not fine then :(

harsh minnow
#

oop

sand citrus
#

doublekick

#

ouch

bronze nebula
#

here comes the kicker

harsh minnow
unique wyvern
#

i saw a sticker but i’m too tired and i already forgot what it was

sand citrus
#

me when i see the 1098612th Trojan:Win32/Wacatac.A!ml

harsh minnow
#

me when defender complains about CrackTool (dangerois virus!!)

sand citrus
#

lmfaooo that too

sharp sequoia
#

i went to a silly site and i don't think i should go there again

sand citrus
#

HackTool:Win32/crack

unique wyvern
#

windows defender once blocked easy anti cheat which made my computer BSOD

i hate kernel level anti cheats

bronze nebula
sand citrus
#

PUA:Win32/Keygen

golden swan
#

cracktool the crack crack tool crack keygen cracktool

bronze nebula
sand citrus
#

PUA:Win32/HackTool

golden swan
sharp sequoia
bronze nebula
sharp sequoia
#

give the computer some flowers idk

sharp sequoia
sand citrus
#

that is what they said

sharp sequoia
#

ah

unique wyvern
sand citrus
#

eac is kernel

#

so is battleye

#

so is faceit

unique wyvern
#

it starts before your operating system does

sand citrus
#

i dont think it does that

golden swan
sand citrus
#

but its still kernel

unique wyvern
#

eh

sharp sequoia
#

im gona get 2 hours of sleepcnow

unique wyvern
#

i just know i hate it

sand citrus
#

maybe depends on game idk

unique wyvern
#

yeah

sand citrus
#

but it is kernel

unique wyvern
golden swan
unique wyvern
#

good night gentlemen

golden swan
#

me personally i get 11 hours of sleep

sharp sequoia
#

bye bye

stark herald
#

i love valorant!

unique wyvern
#

and ladies

bronze nebula
#

im gonna hook all your kernel functions

unique wyvern
#

and everything in between

golden swan
#

#afternonn school# i love sleeping

bronze nebula
#

all whatever hackers do in the kernel space

sand citrus
#

vac my beloved

#

or something

unique wyvern
#

i like to think that they’re just in the process of training the anti chest

bronze nebula
sharp sequoia
sand citrus
sharp sequoia
#

bye now

sand citrus
#

not part of vac tho

#

just part of the game

golden swan
sand citrus
#

i reverse engineered most of vac

unique wyvern
sick portal
sand citrus
#

lmao

#

maybe not most

#

but a lot of it

#

ig its for trust factor

unique wyvern
#

good night yall

sand citrus
#

which is good

#

gn

bronze nebula
#

bai

sick portal
bronze nebula
sand citrus
bronze nebula
#

yeah i mean it makes sesne tho

sand citrus
#

yea

bronze nebula
#

because they dont want to fuck around in a race

#

so they do it sneakily

sand citrus
#

many ppl shit on vac but it prob does more than they think it does

sick portal
#

shiggy

sand citrus
#

lol

bronze nebula
#

dd

sick portal
#

is that rizz

bronze nebula
#

mewo

sand citrus
#

dfgfdgdfg

#

still brokey

bronze nebula
#

hello

#

no

crude fern
#

23 second wtf

#

wuts my delay

#

lol

bronze nebula
#

sadnoi]adnio]sadniosanodisaiondasiondsanio]]

crude fern
#

2 seconds

#

its over

crystal atlas
#

i love discord shitting itself

#

best

crude fern
#

pinkcord

#

i have the speed

grand crypt
#

hello?

crude fern
#

any delay is on discord api end

grand crypt
#

testing testing

crystal atlas
#

uhhhhh um allergic to oxygen

grand crypt
#

bro fuck discord

sand citrus
#

u are SUPER awsum..

crude fern
grand crypt
#

😭

crude fern
#

brrrrrrr

#

y'all in europe?

sand citrus
#

nvm

lucid yacht
#

Hi

bronze nebula
#

n

crude fern
#

how am i the only one w.out delay

bronze nebula
#

n

rugged anvil
#

test

sand citrus
crude fern
#

lmao

bronze nebula
#

n

crude fern
#

errors starting sessions and on some api endpoints
Subscribe
Investigating - Users may be unable to connect to discord or perform actions. We are investigating.
Jun 11, 2024 - 18:53 PDT

#

there it is gamers

#

we got that api error

glossy eagle
#

Thanks

#

I was just on a vc with some friends

crude fern
#

how is it my fault

glossy eagle
#

And couldn't do anything

crude fern
#

im not the discord api

#

im still not getting delay tbh

#

is it a europe thing?

glossy eagle
crude fern
#

mr. discords

#

he is very mean

#

called me mean words

bronze nebula
#

mdsmpodsamopd

#

snpidsnfifd

somber leaf
#

I hate this shitty fucking app i just wanna use IRC

crude fern
#

so true bestie

proud plinth
#

ian deployed :PANIC:

crude fern
#

wanna join xmpp?