#🍁・general-2

1 messages · Page 157 of 1

shrewd pendant
#

so well I actually needed a new data provider. and in the US often the providers do deals on phones if you change to their service

void parrot
#

okay

shrewd pendant
#

so my brother and I both switched our lines to a group plan and now we both have unlimited data and both got $99 new iphones wolfThugLife

void parrot
#

hackerman

#

sooo ur learning spanish too?

shrewd pendant
#

sort of! I learned it a long time ago and am refreshing my knowledge, more like

#

how long have you been learning?

still radish
#

todavía estoy aprendiendo español

void parrot
#

how long have you been learning?
@shrewd pendant umm bout 2 weeks haha

hot shard
#

@still radish ¿Hay una pelicula hoy? ¿Cuándo?

still radish
#

@hot shard 4 minutos

old shell
ashen mist
#

Jajajajaja

#

Así reaccionaron los estudiantes en mi clase de criptografía

cursive wave
#

woah I love CLRS

#

i got a physical copy of it right next to me 😄

#

right next to my handbook of theoretical computer science

median trail
#

@abstract scaffold is there a guide to graphic parametric curves?

#

I'm using a book that doesn't tell me how to graphic them in a... consistent way

#

like all my book does is to find how each parametric equation is related so that they can plot the graphs easier

abstract scaffold
#

@median trail there isn't really a distinct way to graph parametric curves.
One could be just table of values.

graficar = graph
graph puede ser un sustantivo y un verbo.

solo he usado esas funciones paramétricas para las funciones cónicas (las secciones cónicas) iirc

ocean skiff
#

alguno de ustedes usa php?

ashen mist
#

Creo que @past harbor lleva bastante tiempo usándolo

#

@ocean skiff

past harbor
#

Dime @ocean skiff

#

He trabajado con php puro y duro y con un framework

#

Necesitas ayuda con?

lavish estuary
#

alguno de ustedes usa c#?

still radish
#

toco por el piano

orchid spade
#

Hey question do you think Spanish is easy or hard

lavish estuary
#

Easy to learn, difficult to master

past harbor
#

Conozco a alguien que sabe, @lavish estuary qué necesitas

lavish estuary
#

Quiero imprimir una lista en pantalla como en python. Solo lo puedo hacer con un bucle for

#
//Find the factors of a number
            Console.WriteLine("Enter number: "); 
            int number = Int32.Parse(Console.ReadLine());
            int count = 1;
            List<int> add_list = new List<int>();
            
            for (int i = 1; i <= number; i++)
            {
                if (number % i==0)
                {
                    add_list.Add(i);
                }
            }
            Console.WriteLine($"The factors of {number} are:");
            foreach (int j in add_list)
                Console.WriteLine(count+": "+j);

Aquí está el código por si te sirve

past harbor
#

no te sale?

#

o quieres pasarlo a c#?

lavish estuary
#

No no, lo quiero imprimir tal cual

#

pero me sale eso

past harbor
#

ah

#

¿quieres recorrer la lista?

lavish estuary
#

No

past harbor
#

qué intentas hacer entonces

ashen mist
#

querés imprimir la lista en un solo string? como "1,2,3,4"

lavish estuary
past harbor
#

tu metes un numero y te dice los factores

#

no?

ashen mist
#

existe la función ToString()?

past harbor
#

intenta esto

#

Console.WriteLine(string.Join("\n", tuArray));

lavish estuary
#

A ver

#

:O

#

Perfecto

#

Gracias Adri

past harbor
#

a ti

fallow dock
#

qué es esta weá que usan tantos usuarios de MacOS en interné para mostrar snippets? el programa este sin título de ventana ni nada 🤔

lavish estuary
#

Carbon

fallow dock
#

sirve sólo para eso?

#

veo que está escrito en JS así que no es exclusivo de MacOS

#

pero casi siempre son usuarios de MacOS usándolo lol

#

thx

lavish estuary
fallow dock
#

veo que está para Emacs

lavish estuary
#

De nada

fallow dock
#

taba viendo el GitHub

vale quarry
#

@calm flax ehh i know one guy in my spanish class that's sorta spanish but he's far from fluent

#

other than that no, no one

fallow dock
calm flax
#

Wow

#

Then you’ve done amazingly well to be this good without actually knowing anyone irl

vale quarry
#

pikawut what would make you say that?

#

ive felt shit at spanish lately n all, like everything i say sounds unnatural peepoWhy

calm flax
#

the grammar, the vocab you've learned

#

you'd do really well if you moved to spain or something

#

part of the sounding natural is just exposure i'm sure

vale quarry
#

wow, wouldn't have thought that about myself, i appreciate it tho gatoamor

#

motivates me to do better as well aha

calm flax
#

I remember distinctly being behind this guy in the estanco (tobacco/stamp shop), and him saying "solo quería un mechero" and thinking "oh yeah, you can totally use the past tense like that, like I just wanted a lighter"

lavish estuary
#

Spanish and English have some scary similarities

last needle
#

its almost like they're derived from the same languages

dense loom
#

indo european 😳

lavish estuary
#

of course lol but i'm referring to more niche stuff

#

cultural things (?

calm flax
#

give us an example then!

dense loom
#

city ciudad città

#

xD

#

velocity velocidad velocità

#

probably

lavish estuary
#

cant really think of a good example lol but the first one that comes to mind is how Spaniards use the imperfect as the conditional.
Yo que tú, me quedaba con la otra
In english we use would too but obviously it's clearly conditional

calm flax
#

lol

#

that's a good example

#

wait

#

that's not how we say it though

#

they should use the condicional

#

but they don't

lavish estuary
#

I know, I just found it interesting haha

dense loom
#

should zoop

calm flax
#

right

#

i had a friend that would say "pilla" when he wanted me to give him something

#

proper weird

lavish estuary
#

xDD

calm flax
#

wtf are you watching lol

lavish estuary
#

Me?

thin copper
#

I've heard it before xd

#

"Pilla esto"*

#

Or something like that xd

calm flax
#

pero para decir "dámelo"?

thin copper
#

No. It's more like "look at this."

calm flax
#

right, but my friend says it like "dame"

thin copper
#

With "pilla"? Ah ok

little grove
#

Quién va a ver las peleas de UFC este finde?

still radish
#

quizá yo

fallow dock
#

@ashen mist para Python usás Jedi, o un LSP?

median trail
#

@abstract scaffold why is it y(x(ti)) and not y(ti)?

#

I thought when we used parametric curves, y and x are not necessarily intertwined

#

they are just functions of t

ashen mist
#

@fallow dock no sé qué es ninguno de esas dos cosas

fallow dock
#

okas

#

ambos son motores de autocompletado y otras cosas para Python

#

I mean

#

LSP es un protocolo nomás

#

pero no sé cuántos usables haya además de el de Microsoft, que no estaba usable

#

incluso VSCode usa Jedi por defecto

#

yo sólo estoy harto de esta weá```python
from typing import List

class C:
def init(self) -> None:
self.x: List[int] = []

def func(self) -> None:
    self.x[0] += "asdf"```
#

mypy o cualquiera se enteran de que hay un error de operandos en self.x[0] += "asdf" por ser x una lista de enteros y sumarle un string a uno de ellos

#

pero Jedi por alguna razón ni se da cuenta de los typehints que son atributos de clase

#

self.x[0]. no sugiere nada (el autocompletador)

#

ha sido así siempre y me da paja ya

#

el hecho de que mypy pueda me dice que es posible que infiera los tipos

#

:/

#

es decir, cuando son atributos de instancia (el primer parámetro, self o cls) a la que le asigno algo no se da cuenta

#

sino sí funca ^

main hatch
#

Reinstalling some DLC that got deleted when I had to factory reset my Xbox. I know I complain about my internet a lot, but yeah... this is what I’m dealing with.

#

And that time estimate is if I’m lucky and it doesn’t just decide to stop downloading for some reason.

main hatch
#

Or do what it decided to do today, which is move another random item in the download queue in front of it for no fucking reason at all, despite me explicitly making sure to download this one first so I could play the game it’s for.

sweet cape
#

Does anyone know about how to code a program to fill a work calendar as company’s uses to know about those employees work in the week?

abstract scaffold
#

@median trail es para ser mas específico, se puede escribirlo como y(ti), pero y(x(ti)) te dice que es una definición paramétrica.

median trail
#

I don't get it wolfsneaky

abstract scaffold
#

it just technically is x(t), y(x(t)) the parameterisation.

#

because y(x(t)) todavia es una funcion de t.

median trail
#

but we are using x(t) instead of t peepoCozy that's what I dont get

fallow dock
cursive wave
#

Looool I came home to a lovely note from my little sister this morning 😂😂

alpine cradle
#

what a cute creature

cursive wave
#

It's actually pretty big but hard to see in the picture

#

I once had a black widow as a pet

alpine cradle
#

wow

cursive wave
#

I had to return it tho... So I doubt I'm allowed to keep this one as a pet

old shell
#

I can't read the note

#

the contrast is perfect enough to hide the text on the paper lol

#

also that thinig is huge..

vale quarry
#

'only open if you want to kill him =)'

last vault
#

🙂

old shell
#

does anyone know if vpn access be blocked on a wireless network? for example, can a wireless network stop me from connecting to a VPN that I set up at home?

main hatch
#

I don’t believe it can.

#

I’m not an expert though like some people here XD

past harbor
#

¿Alguien sabe qué tecla es la que te desconfigura el teclado y empieza a "comerse" letras de una oración ya escrita a la hora de intentar editar?

median trail
#

insert

past harbor
#

No sé qué he pulsado y ahora ya no me funciona la edición

#

A ver

#

Muchas gracias

median trail
#

that happened to me a lot 😅

#

in my programming classes

past harbor
#

Estaba escribiendo en MarkDown y no sé qué pulsé

median trail
#

@abstract scaffold are you there?

still radish
#

hello ed

median trail
#

hi

still radish
#

are you well?

median trail
#

@abstract scaffold

#

yes I'm fine, and you?

fossil cipher
#

@old shell yes, vpn can indeed be blocked via firewall.

old shell
#

nice

abstract scaffold
#

@median trail lo siento. estuve haciendo speedcubing.

... motion... se me olvidó mucho. is this circular or conical motion?

median trail
#

yes

#

circular

abstract scaffold
#

@median trail vi y vf son tangentes del círculo, así que son perpendiculares a los radios.

si rotamos los vectores de velocidad por 90 grados tal que estén mirando a la misma dirección como los radios, ya ves el mismo ángulo theta

#

en el movimiento circular uniforme, las velocidades tienen direcciones distintas pero la norma de cada vector es la misma.

#

no he estudiado el movimiento circular etc... desde 2016.

median trail
#

hm wolfsneaky doesn't this happen with any vector? like if I rotate a vector, then this same thing will happen

abstract scaffold
#

creo que funciona porque tuve que rotar ambos por 90. si hago una rotación de 60 grados a uno y 30 grados al otro, es otra cosa.....

#

o sea, rotar ambos vectores por el mismo ángulo

#

porque puedo "deshacer" la rotación otra vez por 90 grados para hacer que estén en sus posiciones originales

median trail
#

no

alpine cradle
#

I've been desperate recently and want to start learning Hungarian GWslippyPeepoH

#

thinking about using some app just for dabbling a few mintues a day

#

but I personally don't like duolingo. Tried it a few times and it's not for me. Memrise doesn't have any course, Busuu neither rip

fossil cipher
#

Why hungarian?

alpine cradle
#

it is the other way around, she have chosen me GWmythicalGrandCat

dense loom
#

hungarian is very pretty

#

you should learn siculo arabic

still radish
#

Lo has probado @vestal pine

marsh linden
#

any mathematicians around?

#

i have a quick notation question

glass dragon
#

The first one or the second one?

marsh linden
#

within the brackets

glass dragon
#

Such that

marsh linden
#

the first one I imagine is just punctuation

glass dragon
#

Yes it is

marsh linden
#

😅

#

ahh i see

glass dragon
#

x is an element of X such that x is not an element of Y

#

In brackets it always means such that

marsh linden
#

is there a symbol for "for which" btw?

glass dragon
#

I'm having trouble deciding the difference between such that and for which

marsh linden
#

I always do this, rather than me trying to explain in words (which i cant do very well)

#

lemme just explain what I want to write

#

haha

glass dragon
#

Every sentence I can think of in my head, I reworded it with such that

marsh linden
#

So in short I want to say that a person will lie if there exists an r for which r - theta > omega

#

will if ∃r "for which" r - θ > ω

#

would a colon work there do you think?

glass dragon
#

Yeah, I feel like "an r such that r -..." still means the same thing

marsh linden
#

∃r : r - θ > ω

So like this?

glass dragon
#

Yeah

marsh linden
#

Ok thanks a lot, you're a lifesaver

#

😅

#

this is my first time doing formal proofs

#

need to write a relatively simple one for my thesis

abstract scaffold
#

sometimes you may see | instead of : for "such that"

marsh linden
#

👍

#

I might ask one of you to read through what I've written, it's not anything too complicated but I certainly feel a little out of my depth haha

vestal pine
#

@still radish q

still radish
#

@vestal pine esto

marsh linden
#

we used to sell that at the pub i worked at, so good

vestal pine
#

nunca he visto estowhatthink

marsh linden
#

the reddish/pinkish one (cant remember the name) is also really good

vestal pine
#

no vendemos en nuestro bar

alpine cradle
past harbor
#

@ocean skiff ¿Sigues necesitando ayuda con PHP?

ocean skiff
#

blobthink @past harbor recomiendas algun libro de php?

past harbor
#

Sí, es para beginner

#

¿Te sirve, @ocean skiff?

#

Tengo de PDO, pero no sé en qué punto te encuentras

#

Si no, dime qué sabes de php y te busco

#

Tengo un par

ocean skiff
#

boi pues busco mas que nada alguno de ejercicios faciles

#

ya me se la sintaxis

lavish estuary
past harbor
#

Si quieres, te puedo dar ejercicios que tenía yo cuando aprendía

#

¿Sabes hacer formularios y eso?

ocean skiff
#

peepoOkay si por favor

past harbor
#

Tengo un libro que te da a veces ejercicios

#

Y te explica cosas, a ver

ocean skiff
#

si

past harbor
#

Tengo 5 o 6 libros más pero son demasiado avanzados

#

Te paso el de Beginner

#

Te paso también una página que explica bien las cosas

#

Esta página es muy buena, lo único, todo en inglés

#

Si tienes dudas de algo, dime, te lo explicaré sin problemas

#

Si después de un tiempo vas a empezar a usar un Framework, y es Laravel, me lo dices

#

Sé de Laravel y tengo libros y apuntes

#

propios

ocean skiff
#

peepoez @past harbor @lavish estuary gracias dioses de la pirateria

#

ya tengo para entretenerme

past harbor
#

1. Imprime "Hello World" por pantalla
2. Concatena dos cadenas de texto e imprime
3. Define una variable e imprime
4. Define una constante e imprime
5. Define dos variables y súmalas, imprime el resultado
6. Crea una variable y muestra el tipo de dato que es
7. Crea un número aleatorio entre 5-10
8. Crea una cadena de texto que contenga comillas una palabra y se impriman
9. Crea un fichero que contenga las distintas formas de comentar en PHP
10. Crea una condición que devuelva si es mayor o menor el número almacenado al número 5
11. Crea un bucle que muestre 5 números por pantalla de manera aleatoria
12. Crea una función que devuelva "Hello World"
13. Crea una función que pasado un nombre, lo imprima
14. Crea una función que sume dos números
15. Crea un array escalar y asociativo con 3 valores y accede a su posición de forma manual
16. Crea un array escalar y asociativo y recórrelo
17. Crea un array con dos dimensiones y recórrelo imprimiendo una tabla

#

Si necesitas más, dime, esto es lo "básico"

#

@ocean skiff

#

Cualquier duda, me dices

ocean skiff
#

boi i will

past harbor
#

Así me gusta y además en inglés

median trail
#

@abstract scaffold are you there?

abstract scaffold
#

median trail
#

I'm covering uniform circular motion, and I don't understand why there's acceleration when the magnitude of the vector stays the same

#

I don't understand why changing the direction creates acceleration

abstract scaffold
#

speed y velocity son cosas diferentes.

#

la definición de una acelaración es cuando el "speed" cambia, o cuando la dirección de la velocidad cambia.

#

la acelaración también es un vector

median trail
#

hm

abstract scaffold
#

accelaration is just pointing in a different direction each time, thus different.

#

if you just think about it in terms of speed, then sure there's no acceleration

abstract scaffold
#

otra manera de explicarlo es que las velocidades son tangentes del círculo. necesitas una fuerza perpendicular a las velocidades, o sea una fuerza centrípeta en este caso para que se mueva la partícula.

f = ma , si la aceleración fuera 0, no habría fuerza.

hay acelarción en la dirección del eje x y del eje y.

median trail
#

@abstract scaffold

abstract scaffold
#

your notations seem a bit wonky but overall the assumptions seem ok

median trail
#

hahah why wonky

abstract scaffold
#

e.g. there was no need to differentiate with respect to t.

#

to prove dot product is 0

median trail
#

well I dont know another way to find the acceleration vector 😅

abstract scaffold
#

if u really wanted t then you could've introduced angular velocity

median trail
#

ah

#

I don't know what that is yet

abstract scaffold
median trail
#

hm I see wolfsneaky

#

that makes sense actually

#

I already knew that theta was a parametric function of t

#

is there an intuitive way to understand why tetha changes linearly?

past harbor
#

Necesito q alguien me ayude con algo de discord

#

Q sepa de filtros

edgy quarry
#

¿Qué necesitas?

past harbor
#

Sabeis como buscar literal o sea

#

Si yo pongo 'manzana'

#

Encuentre manzana

#

A veces filtro palabras y no busca eso

#

Si yo meto 'manzana' saca

#

'Madera'

#

Saca... letras de la palabra que puse

edgy quarry
#

¿Qué?

#

Qué raro, creo que nunca me ha pasado.

past harbor
#

Uh

#

Hmm

edgy quarry
#

Acabo de buscarlo y de momento sólo veo "Manzana".

#

Como mucho el plural.

#

No hace falta filtro para buscar palabras, por cierto.

#

Si es que el canal o la fecha no importan, claro.

past harbor
#

Mete 'basics'

#

Verás que aparece basically

#

No se pq

edgy quarry
#

A ver...

#

Ostras, verdad.

#

Qué raro...

#

Pues entonces necesitarás a otro, supongo. uwu

abstract scaffold
#

@median trail tengo que buscarlo. se me olvidó el porqué.

#

ah. ya recuerdo.

#

@median trail theta es el ángulo. "puede ser una distancia". "angular displacement".

d(theta)/dt = "angular speed/velocity"
sea "la velocidad angular" igual a "omega"
d(theta)/dt = omega
integrar ambos lados
theta = omega * t + C

#

inicialmente, la partícula no se ha movido, cuando t = 0, theta = 0
esto implica que C = 0
theta = omega * t,
QED

#

la velocidad angular es constante, también la distancia angular.

#

si hay una persona en la circunferencia del círculo y otra persona más cerca del centro del círculo. "la distancia angular" es constante, por lo tanto "la velocidad angular" es constante también.

copper fox
#

Necesito a alguien que sepa usar Excel doge

#

por favor hacedme ping

past harbor
#

@copper fox q necesitas

copper fox
#

espera, te paso una foto

past harbor
#

vale

eager wagon
copper fox
#

he hecho una lista de los albumes q he escuchado

past harbor
#

Aparte del muy mal gusto musical que tienes, qué necesitas

copper fox
#

LOLOL

past harbor
#

JAJAJAJAJA

eager wagon
#

Beatles, The eyel

past harbor
#

"Arctic Monkeys"

copper fox
#

Suena muy profundo asi

past harbor
#

Madre mía

#

Dinos qué necesitas

#

Nil es la diosa del Excel

eager wagon
#

Arctic*

past harbor
#

ah, siempre le he dicho artic

#

gracias wolfhug

copper fox
#

Pues, como puedes ver, hay muchas veces que se repiten unos artistas. Hay alguna manera de hacerlo un "drop down menu"? Si no, como puedo hacer otra lista que vaya a escribir los nombres de los artistas solo una vez?

#

tiene q ver con programacion creo y eso no me va bien

eager wagon
#

Puedes hacer un drop down de dos formas

#

Bueno, tres formas, pero la tercera es con VBA

copper fox
#

ke es VBA

past harbor
#

Haz caso a la señorita

eager wagon
#

El lenguaje de código de Excel

#

"Macros"

copper fox
#

Pues, no te voy a hacer caso a ti seguramente, payaso

past harbor
#

que tienes mal gusto

#

fracasao

copper fox
past harbor
#

ojala se te crashee el pto excel

#

desgraciao

copper fox
#

Que son las otras maneras, Nil

eager wagon
#

En la validación de datos, puedes poner las opciones manualmente o puedes tener una lista en una hija y referirse a ella en "Formula"

past harbor
#

cuales son *

eager wagon
#

hoja*

copper fox
#

ojala se te crashee el ceiling en la cabeza peepoweird

#

como abrir Data Validation

eager wagon
#

En la tuya puede ser con una coma en lugar de ;

#

porque la mía está en español

copper fox
#

where do you find the data validation thing

eager wagon
gusty ermine
#

Aparte del muy mal gusto musical que tienes, qué necesitas
what did you say about the beatles?

#

:triggered:

alpine cradle
#

qué tipo de élfico es esa lengua

gusty ermine
#

I don't even know how to make a Powerpoint

copper fox
#

Ooooh Nil I got it

#

thank you so much!

#

do you know how to program in VBA? @eager wagon

past harbor
#

what did you say about the beatles?
q eso se escuchaba en la prehistoria 👀

copper fox
#

q buen argumento, gilipollas peepoweird

gusty ermine
#

^

#

estos jóvenes de hoy en día no aprecian buena música

eager wagon
#

do you know how to program in VBA? @eager wagon
@copper fox Sí

copper fox
#

That's so cool

#

Do you mind if I ask you a question from time to time? I'm trying to learn some things about Excel

eager wagon
#

Claro, no hay problema

copper fox
#

Oh one more thing before you go, how do you make a list automatically sort

#

I want it to sort alphabetically

#

but i have to do it manually all the time

alpine cradle
#

go to bed, he's just exploiting you blobangryglares

eager wagon
#

Si lo has hecho manualmente, debes hacerlo manualmente también
Si lo sacas de una lista, puedes usar los filtros para organizarlo desde A-Z (o al revés)

copper fox
#

t!rep nil

exotic kiteBOT
#

🆙 | Puzzle has given @potent lotus a reputation point!

copper fox
#

t!dailies nilfirith

exotic kiteBOT
#

🏧 | Puzzle has given @eager wagon 💴 374 daily credits!

eager wagon
copper fox
rain ermine
#

who knows any good apps that can get rid of watermarks

vale quarry
#

wyd that for

main hatch
#

@rain ermine Photoshop

#

XD

rain ermine
#

im on phone

#

blobglarehiding
@vale quarry if ur really that nosy I’ll dm u it

vale quarry
#

sure wolfsneaky

hot shard
#
  • Zedress, why are you awake?
main hatch
#

@rain ermine There are Adobe photoshop apps for the phone.

#

And they’re free

rain ermine
#

link them pls

main hatch
#

I can link to them on the IOS app store, but idk if you got an iPhone.

rain ermine
#

I do

main hatch
#
App Store

‎Create anything you can imagine, anywhere you are.

Use the official Adobe Photoshop Mix app to easily create and share professional multilayered images and designs in minutes.

New feature: Now, add text layers to create stylish typographical designs for everything from In...

App Store

‎ENHANCE, STYLIZE AND SHARE YOUR PHOTOS WITH EASE.
Tap into your creativity on the go with Photoshop Express–the fast and easy photo editor–used by millions of creative individuals. Edit pictures like the pros with this easy-to-use digital studio full of photo editing features...

App Store

‎Adobe Photoshop Fix enables powerful, yet easy image retouching and restoration on your iPad or iPhone. Heal, smooth, liquify, lighten and make other edits and adjustments that give you the precise look you’re after. Access edited photos within other Adobe mobile and desktop ...

#

There’s the big three

#

Mix or fix would probably be the best ones to remove a watermark

rain ermine
#

ok

#

thank u

main hatch
#

Np

#

For future reference, there’s also sketch

https://apps.apple.com/us/app/adobe-photoshop-sketch/id839085644
But it’s not really a good drawing app

App Store

‎Are you an artist on the go? Adobe Sketch captures your creativity wherever inspiration takes you. We stole the mighty Photoshop brush engine and stuffed that power inside your iPhone and iPad. Pens, pencils, and watercolors feel real, including favorites from the brush maste...

rain ermine
main hatch
#

Photoshop mix is great though

#

You can do all sorts of image blending and overlay things with that

rain ermine
#

dang I think it worked

gusty ermine
still radish
#

removing watermarks is illegal in 21 states

glass dragon
#

What do you know about our glorious states

main hatch
#

@still radish meme apps add watermarks to shit. Sometimes you wanna remove em

glass dragon
#

si pero por que tendria verguenza de hacer un meme

main hatch
#

You wouldn’t, but it’s annoying having “made with mematic” on everything. Makes it seem immature.

#

Well... more immature than memes already are by nature XD

unreal pagoda
#

i wish i were illegal in 21 states

glass dragon
#

Yeah but epic was embarrassed to share why he needed it, so I don't think it was for memes

rain ermine
#

y’all are nosy

main hatch
#

English is a great language. “Inflammable” means the same thing as “flammable” and “irregardless” means the same thing as “regardless”

rain ermine
#

irregardless isn’t a real word smh

main hatch
#

Look it up

rain ermine
#

regardless supremacy

vale quarry
#

just like 'me' means the same thing as 'a disappointment' peepofeelsbad

lavish estuary
main hatch
#

You can’t spell “disappointment” without “me”

#

You also can’t spell it without “disa” and disa funny joke.

rain ermine
#

haha

main hatch
#

Buffalo buffalo Buffalo buffalo buffalo buffalo Buffalo buffalo.

#

That’s a perfectly grammatically correct sentence in English.

lavish estuary
#

You want to see weird grammar?

#

Tweedehandsemotorverkoopsmannevakbondstakingsvergaderingsameroeperstoespraakskrywerspersverklaringuitreikingsmediakonferensieaankondiging
The longest word in my native language (Afrikaans) peepokek

main hatch
#

How long does that take to say?

lavish estuary
#

Let me try to record myself

snow compass
#

I think this might open a portal to hell

unreal pagoda
#

"yall are nosey" he says on the internet

lavish estuary
#

I think this might open a portal to hell
xDD

unreal pagoda
#

rip

lavish estuary
#

I don't know what that's called but it's a thing in some germanic languages

#

where you can just link words

gusty ermine
#

i heard the word german

snow compass
#

agglutination I think

main hatch
gusty ermine
#

so im here

lavish estuary
#

yeah

unreal pagoda
#

um

still radish
#

smh jaleel you couldn't even say it without hesitating

lavish estuary
#

Hey, man. That's tough to read lol

icy pollen
#

Jaleel ha vuelto? wolfcheer

gusty ermine
#

@alpine cradle isn't there a Expert English tag or something?

alpine cradle
#

;iam Expert English should work, I think

main hatch
#

Whoever the editor was for this needs to find a new line of work.

#

Then again, so do the two authors of the book itself

vestal pine
#

@past storm *has visto far cry 6?

past storm
#

yep

vestal pine
past storm
vestal pine
#

Con *gus fring

#

;hc

merry riverBOT
#

I've removed hardcore from you.

vestal pine
#

fuck this

past storm
#

I'm gonna play Far Cry 3 when I can

#

they all say it's sick

vestal pine
#

nunca has jugado?

past storm
#

nope

#

nunca lo* has jugado

vestal pine
#

f

past storm
#

i never owned a ps3 so

vestal pine
#

quizás es en ps now

past storm
#

some ps3 games I played some I didn't

thin copper
#

The grenade peepoOkay

vestal pine
past storm
#

está and meh I cant use ps now anymore

vestal pine
#

Pq

past storm
#

those bastards did some switcheroo and now you can't use it for free illegally ffs

vestal pine
#

lmao

#

estoy jugando assassins creed 4

past storm
#

es bueno?

vestal pine
#

#

juegas como un píratehalal

thin copper
#

Pirate gang

vestal pine
#

^

past storm
#

pirata

vestal pine
orchid prairie
hollow wedge
#

I think you just call it compounding usually, unless you wanna get all fancy

#

l8 to the party

crimson haven
#

noooooo

#

grant? peepocry

gusty ermine
#

@past harbor wolfthinking

#

👁️ ?

past harbor
#

👀

gusty ermine
#

I wanna be the one you're calling

#

👁️

#

1+1 = 2

#

sherlockthink 💡

past harbor
#

JAJAJAJA

eager wagon
marsh linden
median trail
#

@marsh linden this reminds of my mom asking me if some calculations the architect of her project did were okay, and the architect used a wrong formula for the length of the circumference

marsh linden
#

exactly

smoky comet
#

What do you guys think of name translations?

#

Shoud they be translated or not?

main hatch
#

When the anime itself is translated, I do think the names should be translated so they’re no longer レゴシ and ハル

#

And instead, they’re “Legoshi” and “Haru”

smoky comet
#

Sorry. I meant names like Scratch, Grunt or Page...

#

Because I dunno.

#

Our translators usually don't translate. It feels wrong. But translating also feels wrong.

#

Or Katniss for example.

main hatch
#

I think the names should keep the same pronunciation as in the native language, just translated into a phonetic spelling for the new language.

smoky comet
#

Hm...

main hatch
#

Unless that name/phonetic spelling in the new language means something bad.

smoky comet
#

And if there is a lot of content with name translation? Like characters mentions meaning if name etc.

#

Good point.

main hatch
#

So it should stay the same verbally and essentially be the same name, just translated so it can be read in the new language.

#

Like Legoshi or Haru from Beastars.

#

Though Legoshi is a weird example because based on the Japanese spelling of his name, the English version could be either Legoshi or Legosi.

#

But in that case, I would say... pick one XD
That’s basically what they did for the English translation

smoky comet
#

Variants are another problem)

#

Remember I was shocked when in Dracula they pronounced u almost like yu or how it is spelled?

main hatch
#

“Drac-yoo-la” instead of “Drac-oo-la”?

smoky comet
#

Yep.

main hatch
#

Yeah, I could see how that would be weird.

clear steeple
grim lava
#

back up right down

#

that is ur algorithm, slaisito

#

burd burd burd burd

#

the secret to solving the rubik's cube

#

@clear steeple whatthink

clear steeple
#

bahahah

#

yeah i was solving and that popped up so i had show it to you

alpine cradle
#

It looks like some OLL wolfsneaky

abstract scaffold
#

unfortunately does nothing. Why would you even do a B move in speedsolving. it's so inefficient. trynna FMC here?

#

seems to be part of a scramble actually. like the first quarter.

alpine cradle
#

oh yeah lol, it's a scramble

#

maybe it's for 2x2? the scrambles don't need that many moves

#

but aren't they just F/R/U moves

abstract scaffold
#

U2 F2 does sweet fa to a 2x2

#

wait nvm

#

i thought it was U2 D2. lmao

#

still. 2x2 is usually FRU

#

yeah. L2 R is so inefficient.

main hatch
#

The word “instantaneously” means the same thing as “instantly”

marsh linden
#

If I have a list of 10 binary choices, how would I mathematically represent the set of all 2^10 combinations?

#

Would that just be the power set?

#

Or would it be some subset of the powerset where all the elements are subsubsets (?) of cardinality 10?

cursive wave
#

Huj

#

Wtf u on about mate

marsh linden
#

idk

#

tbh

cursive wave
#

Lmao

#

What do you mean with represent?

marsh linden
#

so I have 10 binary decisions that someone makes right

cursive wave
#

Ok

marsh linden
#

After they've made their decision, that set of decisions will be like

#

1111100000 or whatever right?

cursive wave
#

Sure

marsh linden
#

and there are 2^10 different sets of those right?

alpine cradle
#

ah it's huh but misspelled

#

try to avoid it though

cursive wave
#

Well not sets

#

The set of choices contains 2^10 members

marsh linden
#

yes

#

Now my question is how I represent that

#

in my head that set would be some subset of the powerset of all the choices right?

cursive wave
#

Umm for what purpose... Can't you just say "this set contains 2^10 choices"

#

Ummm

marsh linden
#

lemme explain more

#

maybe then itll make more sense

cursive wave
#

Ye

marsh linden
#

my maths is pre weak at this point lol

cursive wave
#

Sure...

alpine cradle
#

wait I think I get it

marsh linden
#

So I have a model, and i have an experiment in which participants are given a binary choice that they have to make 10 times. When taking all 10 of their decisions, some are rationalisable in terms of the model and some aren't

#

So taking all the potential answers I could get to these 10 questions, some I can rationalise with my model and some I can't

cursive wave
#

OK

marsh linden
#

So I wanted a way to mathematically express the set of all potential answers

#

and then that it can be split into rationalisable and non-rationalisable subsets of that

cursive wave
#

Hmm I don't think you can call a your answers a powerset tho... Or at least I can't think of how to turn it into a power set

alpine cradle
#

this will probably not work blobnervous

marsh linden
#

Or at least I can't think of how to turn it into a power set
It's just something we had learnt about in class

#

idk if its fully relevant here or not

#

Hmm I think I'll just leave it to be honest

#

probably more trouble than its worth

#

thanks anyway haha

cursive wave
#

Lol aight

marsh linden
#

If something comes to mind that (in my head) makes sense then I'll post it 😄

cursive wave
#

Hmm I can only think of it one way...

#

But it's super convoluted I think

marsh linden
#

I'm just adding in a bunch of mathsy things to make my thesis look a little more refined tbh

cursive wave
#

Lool

marsh linden
#

none of it is probably strictly necessary but i imagine they like that kind of thing

cursive wave
#

Depends I guess... In my department they are very much against adding stuff just for the sake of it

marsh linden
#

I mean, it is still relevant

#

I'm saying I could get away with a verbal explanation for stuff as opposed to a mathematical one

#

if that makes sense

#

Like I could just say "Of all of the potential answers participants can give, only some can be rationalised by the model"

#

But saying it with numbers might give me a higher mark (?)

#

But I enjoy this kind of thing anyway so I'm not too upset about it 😄

cursive wave
#

Lol alright then good luck

marsh linden
#

I spent a few hours or so a few days back proving one of my hypotheses (not sure if I wrote stuff well or not tbh) and found it pretty enjoyable

cursive wave
#

Well that's good then

marsh linden
#

I only ever had one class (like, one hour-and-a-half session) on writing proofs but it was good fun

#

was like puzzle-solving

cursive wave
#

It very much is

#

I think you would enjoy discrete maths then

#

It's very much puzzle solving

marsh linden
#

Yeah it sounds interesting, I wish my course had more maths in it

#

I had one course where my professor was just ridiculous when it came to maths and he handed out this pdf explaining a bunch of stuff that had things like this:

cursive wave
#

Well you could always pick up a book and study for personal interest... If that's something you're into

marsh linden
#

And I was like, I wanna be able to do this too pikacry

cursive wave
#

Lol fun stuff

marsh linden
#

Well you could always pick up a book and study for personal interest... If that's something you're into
very true, was thinking of seeing if I could maybe take evening classes at uni or something like that

#

once coronavirus calms down

cursive wave
#

You could do that too ye

unreal pagoda
#

Can I do it?

cursive wave
#

You can do whatever the hell you want

unreal pagoda
#

Orly

#

Miss you guys. Got called into the office today. Not feeling it

cursive wave
#

Aww shoot man

#

So you're at work too now?

unreal pagoda
#

No I'm standing in line at Wal-Mart to get in xD

#

But I have to be in my office in 2min lul

#

I'll most likely be remote for the rest of the month though

cursive wave
#

Oh you do managerial work or something?

unreal pagoda
#

Administrative yeah

cursive wave
#

Nice

#

I'm waiting for the day I get an office job

#

For now I'm stuck working in the factory

faint viper
#

@edgy quarry de cuál parte en españa vienes?

edgy quarry
#

Navarra, al norte. :3

faint viper
#

quiero ver españa, un día XD

edgy quarry
#

Haha

#

Por mí eres bienvenido. xD

faint viper
#

XD

#

ah, pamplona!

#

muy famosa

edgy quarry
#

Sanfermines. peepohide

faint viper
#

existen basquehablantes allá en Navarra?

edgy quarry
#

Sí, pero en el norte principalmente.

#

Se supone que vivo en la zona media (en la que se hablan ambos), pero casi nunca lo he escuchado. :v

faint viper
#

lo creo

#

pero que interesante, como idioma XD

edgy quarry
#

Sí, es casi completamente distinto al resto de lenguas europeas. xD

#

Aunque tiene préstamos y tal...

faint viper
#

sí! increible

#

4am, debo zzz y trabajar mañana. fue un placer!

#

(soy de Los Angeles)

edgy quarry
#

Oh, buenas noches.

faint viper
#

o si? cual parte

edgy quarry
#

Eso ya no lo sé, hace muchos años que no les veo. :'D

faint viper
#

entiendo. Los Angeles es muy grande. ojala que recuerdas antes de que hablemos lo proximo!

edgy quarry
#

Haha

#

El problema es que nunca lo he sabido.

unreal pagoda
#

I'm waiting for the day I get an office job
If there's something I can help with to get you there I will try :3

#

@cursive wave

cursive wave
#

Haha thanks lol

#

But I'm trying to get into research.. Can u help 👀

#

@unreal pagoda

unreal pagoda
#

Yeah probably

#

I might be able to help interpret job listings, and ive updated a number of resumes for myself and others

cursive wave
#

Oh lol nice

#

Idk I should probably make a resume one of these days

#

All I got is LinkedIn lmao

unreal pagoda
#

Omg you don't have a resume

#

See, I can totally help. Just ping me if you need me, we can work something out about starting one

cursive wave
#

Lol I think I wrote one once it was so shit I didn't even bring it to my job interview 😂

#

Still got the job tho

unreal pagoda
#

0:

#

Damn you must have shown some good leg

cursive wave
#

I kinda wanna do a coop but I'm scared to apply cuz my previous job experiences aren't relevant I think

unreal pagoda
#

A co-op?

cursive wave
#

Ye

#

In programming

#

I want to get some actual work experience

unreal pagoda
#

Oh ok, I've never heard of it (don't know too much about programming). What interests you about it over other options?

hollow wedge
#

what is a coop?

unreal pagoda
#

Hopefully it's not a chicken coop

hollow wedge
#

ejejej

unreal pagoda
#

How are you Thor

cursive wave
#

Oh a co-op is where you work as like an intern

lavish estuary
#

what is a coop?

cursive wave
#

It stands for co-operative I think

#

Co-op = internship

lavish estuary
#

Damn it. My discord is lagging today, joke has already been made

hollow wedge
#

oh nice, never heard that before

#

do you already have programming skillz?

cursive wave
#

Yes I do... Kind of

unreal pagoda
#

That's what I was going to ask, see about an apprenticeship

#

Internships are cool too

cursive wave
#

Ye but I need to make a resume for that tho 😂

#

Also co-op and internship is same thing

unreal pagoda
#

Oh theres a new music channel niq and I made. I know I can't send invites here but you're welcome to join. Idk if he sent invites

#

Server*

cursive wave
#

Music channel?

#

Or server

#

...

unreal pagoda
#

Music Server

cursive wave
#

Sure lol mandame invite por fa

unreal pagoda
#

Wooo

#

It's easier to play music there instead of bouncing around from server to server

cursive wave
#

Indeed

#

I think I will send you guys a DMCA tho for using the same Admin color as us

unreal pagoda
#

That's fine, we'll file it in the ignore bin 🗑️

cursive wave
#

Lol

fallow plinth
#

quien quiere hablar de matematicas?

median trail
#

i do

marsh linden
#

Maths wolfTired

crimson haven
ashen mist
#

Alguien dijo matemáticas?

cursive wave
#

its actually kinda fun to do lol

old shell
#

"Edna Mode"

cursive wave
thin copper
gusty dawn
#

@jolly wing invite

#

&invite @jolly wing

lone furnaceBOT
#

@jolly wing:
You have been invited to join @gusty dawn in voice chat in #596448416121225269.
Please join a voice channel and type &accept to accept this invitation.

gusty dawn
#

por si quieres

#

&invite @gusty dawn

lone furnaceBOT
#

(You):
You have been invited to join @gusty dawn in voice chat in #596448416121225269.
Please join a voice channel and type &accept to accept this invitation.

alpine cradle
gusty dawn
#

&invite @gusty dawn
@gusty dawn Quiero agradecer a mi mamá y a jesusito

#

Ah perdon

#

Ya veo

alpine cradle
#

It's been a while since you posted this message, but I think it wasn't appropriate nor necessary and would like you to avoid it in the future. We normally allow slur words but I found it excessive.

#☕・general message

@earnest zenith

lyric sierra
#

Does anyone know a good YouTube video for drawing? Like for anatomy, because I want to draw characters but I want to draw the characters in different poses and I’m terrible at anatomy wolfthinking

unreal pagoda
#

You want to draw cartoons of construction sites? thinky

lyric sierra
#

Uhh what? wolfthinking

#

Changed it, hopefully it makes sense wolfcheer

lavish estuary
#

There's this YTer called Miss kerrie J. She had a playlist on it that I followed years ago. I'll see if I can find it

#

Ah

#

Hopefully it's not too advanced

lyric sierra
#

Thanks a lot wolfcheer I saw it before but I didn’t know if it was good, did it help and did you do a lesson a day or did you just watch them all? @lavish estuary

lavish estuary
#

It definitely helped but it's been ages since I've drawn 😅 But it's very good, that I can assure you. Also check the comments section for more tips

lyric sierra
#

Thanks a lot wolfHug

lavish estuary
unreal pagoda
#

Ohhh lol my bad

#

Silly me

trail basin
#

how much it is in the states $35,356?

#

per year

unreal pagoda
#

Hmmm a good job

median trail
#

how much is $35356 per year in the states*?

unreal pagoda
#

Like an entry-level office job

lavish estuary
#

Damn

unreal pagoda
#

That's maybe like working in a call center, or processing applications, or maybe a regional manager to some stores.

median trail
#

I've heard that working in a call center is a bad idea haha

#

and you also learn how to be patient

rotund vigil
#

Yeah, I think $35k is more than a call center would make

unreal pagoda
#

Some places yeah. @rotund vigil others might offer $18/hr but there are places that offer less

ashen mist
#

35k cada año acá....

unreal pagoda
#

What brought up this topic?

still radish
#

I wish I was in the US

glacial compass
#

por qué?

still radish
#

🤑

unreal pagoda
#

Hah yeah ok, living expenses ⏫

glacial compass
#

depende del lugar donde vives

#

como cualquier país, supongo

still radish
#

ganaré mucho más dinero en EEUU

unreal pagoda
#

If you live in the south, it's cheaper. However, your income goes down too

gusty ermine
#

¿Es posible que el libro en pdf, si cada "página" tiene dos caras, se pueda editar para que cada página sólo tenga una? Es decir, como hago para convertir esto:

still radish
#

no sé

#

pero quiero saber la repuesta

#

in general pdf editing does not seem good

gusty ermine
#

Ik, but I don't know if there's a way

#

I hope so

lavish estuary
#

The long route would be to take snapshots of every individual page and then merge them together :/

gusty ermine
#

Is that the only way?

lavish estuary
#

That I can think of 🤷🏿‍♀️

eager wagon
#

The other way is to subcontract it out

lavish estuary
#

True xD

vital ginkgo
#

I love your eye Nil gatoamor

eager wagon
#

it's the eye of little Nil

#

when she was about 9 years old

gusty ermine
#

The other way is to subcontract it out
How come?

#

How come or how?

#

Hmm

eager wagon
#

How come?
@gusty ermine Stop worrying about it and let someone else do it for you 😄

gusty ermine
#

I want to do it myself so I don't cause any trouble

eager wagon
alpine cradle
#

there was a program on Linux. I can do it for you if you won't manage to do it yourself gatoabrazo

eager wagon
#

told you to subcontract it out :D

lavish estuary
#

Excelente. Guardaré esa página por si acaso

gusty ermine
#

I will try to do it using briss, thank you all so much peepolove

eager wagon
#

@gusty ermine también lee la manera debajo con adobe

#

quizá es aún más fácil

gusty ermine
#

mission failed xD

eager wagon
alpine cradle
#

@gusty ermine lo hago por ti?

gusty ermine
#

No quisiera causar molestia, pero si tienes tiempo y ganas claro

#

Te hago un templo

past harbor
#

Qué necesitas, @gusty ermine

gusty ermine
#

Qué se necesita?

#

Necesitaba dividir el pdf para que en cada página hubiera una cara en vez de dos, para que así se leyera mejor el libro, pero ya me lo ha hecho loxi

#

Gracias a todos smolBean

unreal pagoda
alpine cradle
#

de nada

unreal pagoda
#

Thanks

vestal pine
unreal pagoda
median trail
#

@abstract scaffold is there a way to check what a limit is equal to in multivariable calculus without proving it? because I've seen so many examples when we think a limit is equal to something, but then when check using a parabola and we get a different result wolfscared

abstract scaffold
#

@median trail idk tbh. nunca necesité buscar un límite de una función multivariable.

median trail
#

I see

#

by the way

#

I have another question

abstract scaffold
#

ok

median trail
#

Topic: Partial derivatives chain rule

#

okay

#

my question is

#

=help

#

=tex \frac{\partial x}{\partial u} + \frac{\partial y}{\partial u}

rotund pawnBOT
median trail
#

^Can we assume these two are the basis of a coordinate system, and

#

=tex \frac{\partial f}{\partial x} + \frac{\partial f}{\partial y}

rotund pawnBOT
median trail
#

are the amount by which those two basis vectors have to stretch or shrink?

#

I'm gonna draw something

#

wait

#

never mind

#

my reasoning is very illogical, but I just want to know how linear combinations are linked to the chain rule

abstract scaffold
#

i dunno. i think it has something to do with dot producting of gradient function vectors.

median trail
#

yes exactly

#

:0

#

why's k is approximately equal to dg/dt * h @abstract scaffold?

#

(there's the explanation above, but I don't get it)

lyric sierra
#

Quick question what maths is that and does it have a name? wolfasustado

median trail
#

what are you referring to

hushed bolt
#

Quick questions what maths is that and does it have a name? wolfasustado
i believe its called "math"

lyric sierra
#

Wait is it actually called math?

median trail
lyric sierra
#

what are you referring to
@median trail Everything wolfthinking

median trail
#

Yes, it's called calcukus

#

calculus

lyric sierra
#

Oh interesting wolfsneaky What's it used for? wolfthinking

abstract scaffold
#

@median trail lo siento. no sé tampoco

median trail
#

f14 is a mathematician. He knows why it's useful

abstract scaffold
#

calculus: find how steep something is. (which in turn can be used for optimisation problems, min max things)
or find areas under curves.

lol, im just a pure mathematician. i dont do applications.

#

there's probably other things, but that's the main gist of calc i guess.

lyric sierra
#

Is it hard? wolfthinking

abstract scaffold
#

depends. i'd say most ppl find it hard or "useless"

lyric sierra
#

Look interesting though, I want to learn it wolfcheer

median trail
#

I think understanding why the concepts are true is the hardest part of it

abstract scaffold
#

in my state/country, we have a course called Mathematics Standard... i prefer to call it the "non calc course". these students don't ever learn calc in that course.

Mathematics Advanced is where peeps start to learn basics of calculus.
Extension 1 goes into it into more detail, like projectile motion "a projectile thrown at an angle always follow a path of a parabola, and you can use calculus to find out about particle's velocity, displacement, acceleration...."
Extension 2 goes into calculus super hardcore. like these are just high school students in year 11/12 but the things they do in Extension 2 (and even extension 1) are what like first/second year uni maths students do.

lyric sierra
#

Sounds scary but fun, thanks for explaining it wolfcheer

median trail
#

haha

abstract scaffold
#

I did extension 2 and I was dying. It was difficult.

median trail
#

tbf real-world applications of calculus usually require other fields of math

#

like modeling

lyric sierra
#

Oh wait is your year 11 the same as the UK?

median trail
#

I want to join a math group at uni, and all they do is modeling

abstract scaffold
#

applications. not in my dictionary.

#

year 11 students tend to be 16-18 years old here

lyric sierra
#

To be in year 11 in the UK you would around 16 years old wolfthinking

abstract scaffold
#

more commonly 16-17, 18 a bit rarer

#

18 is like the december babies

lyric sierra
#

Oh 17-18 would be college for us wolfcheer

abstract scaffold
#

i was 16/17 years old (16 at the start then birthday happens) in year 11, but I did repeat kindy.

lyric sierra
#

Interesting wolfsneaky Is maths your favourite subject? wolfthinking

abstract scaffold
#

i guess so

#

i am a maths graduate i guess.

lyric sierra
#

That's awesome wolfcheer If you don't mind me asking, what do you work as?

median trail
#

he's a superior being

abstract scaffold
#

i dont have a job as of yet. bachelors degree in maths doesnt do ya much.

#

so im probs gonna do a masters of secondary teaching next year

lyric sierra
#

Teaching, so you want to be a teacher? wolfthinking

abstract scaffold
#

ye.

#

gonna be a bit of a bumpy road tho.

lyric sierra
#

AH I want to be a maths teacher too!! wolfcheer

median trail
#

same

lyric sierra
#

I find helping people so cool, but I've heard that it takes up your holidays because you mark so much, but helping> holidays gatoabrazo

#

@abstract scaffold @median trail Why would you like to be a teacher? wolfthinking

median trail
#

because by teaching I can learn more

#

and I've had good experiences teaching other students

vestal pine
#

shout at all the little cunts who think they’re boss

#

but id just put them down like it was nothing

lyric sierra
#

@median trail I like the dedication some teachers have because some are willing to always help no matter what and that just means so much blobaww

median trail
#

🙂

#

Yesterday I realized why I like math-related degrees

lyric sierra
#

Why? wolfthinking

median trail
#

because you can find an answer that's objectively true most of the time

lyric sierra
#

So do you like english questions? wolfthinking Where it's all opinions

median trail
#

I don't like learning languages in general because I suck at it

lyric sierra
#

You're english is really good catThumb

median trail
#

well learning stuff we don't like is fine, I guess

abstract scaffold
#

@lyric sierra well for me, there seems to be a shortage of maths teachers, so i want to fill that hole and explain to students why maths is useful, beautiful, and fun.

lyric sierra
#

Both of you are awesome gatoamor

median trail
#

I'd translate 3b1b videos for my students if it were necessary

#

(I don't have students)

lyric sierra
#

What's a 3b1b video? wolfthinking

median trail
#

3b1b's a very popular youtuber amongst math students

lyric sierra
#

From the Uk we use Khan academy wolfcheer

median trail
#

Khan academy's great blobheart

lyric sierra
#

Edsel do you know coding? wolfthinking

median trail
#

yes, my degree's all about coding

lyric sierra
#

:O

#

I did computer science but we used python so I know barely anything xd

abstract scaffold
#

im a pleb. i dunno how to code

median trail
#

I love python

lyric sierra
#

I don't know much either xD

median trail
#

We use java at uni thinky

lyric sierra
#

I think I know more about hardware than code blobnervous

#

@abstract scaffold did you learn computer science?

abstract scaffold
#

no necesariamente. no sé mucho de eso.

#

not really.

lyric sierra
#

Would you like to learn it? wolfthinking

abstract scaffold
#

don't think i have that type of passion

#

the only things i did that are maybe computer science related are like logic gates and network and combinatorial graph theory optimisation.

lyric sierra
#

Well best of luck with the teaching career, you too @median trail , I hope we can talk more about it soon catThumb

abstract scaffold
#

I did have an IT sub-major where I learnt about operating systems, business models, etc... but I dropped the sub-major and switched to free electives cos I didn't wanna do java programming or python.

#

I did partial differential equations and non-linear optimisation instead.

lyric sierra
#

What's that? wolfthinking

abstract scaffold
#

they're both related to calculus.

lyric sierra
#

Oh cool!! wolfcheer

#

I've got to go but hopefully we can talk again soon gatoabrazo

abstract scaffold
#

laters

past harbor
#

@vale quarry estás ocupado?

haughty sierra
#

is there anyone here who majored in linguistics?

gusty ermine
#

try reddit/r/linguistic

vale quarry
#

@past harbor ive been away, but do you still need me for smth?

unreal pagoda
#

i need you for it

vale quarry
past harbor
#

@vale quarry donde estabas

#

Desgraciado

vale quarry
#

sleeping

#

doing very important stuff of course foxdisapprove

past harbor
#

Tocarte la pandereta

#

Como siempre lol

vale quarry
#

does that have another meaning or wolfthinking

past harbor
#

Tocarse la pandereta = tocarse la panza

#

Tocarse la panza = no hacer una puta mierda

#

= hacer el vago

#

@vale quarry

vale quarry
#

oh i see how it is peepoweird

past harbor
#

JAJAJAJAJA

vale quarry
#

i gotta take a break from my breaks sometimes, sleeping makes me tired, i gotta sleep some more peepowtf

#

but on the side i was doing producive things believe it or not, well if you count art as productive

past harbor
#

Me alegra q hayas tomado descanso

#

Deja de dormir tanto

#

Es malo

vale quarry
#

i dont suppose you're any better with your undersleeping huh wolfban

#

but anyway, why have you summoned me wolfsneaky

past harbor
#

Pq queria cagarme en tu estampa

#

Ayer vimos una peli y queria q la vieras

#

Te la perdiste

vale quarry
#

i remembered in the morning, or at least when i woke up, but then i blinked and it was already 10pm and i realised i missed it, i was planning on watching it i swear peepowtf

past harbor
#

Jum

vale quarry
#

wasn't the film in turkish? instead of spanish? xd

#

or english.. wolfthinking

past harbor
#

El audio sí

vale quarry
#

im confused entirely as to where this film is from, i see it says it's korean but it's actually turkish? with a spanish version? sweats

thin copper
#

Zed is alive peepoOkay