#đă»general-2
1 messages · Page 148 of 1
it's alright we are just beginners in my class
Okay so here, I'm creating an instance of IngresoPersonasGUI
and there I created a person (the one with only ones)
and I don't understand why the info that's stored is still there
if this method I'm using for the button "closes" the instance as far as I understand
like after I close the window
the info in ventana shouldn't be there anymore
but using a static method it's still there
if your constructor doesn't do anything with personas, then it will be preserved since it's static
the idea of an static member is that it's not bounded to any specific instance. It's just there
that's why your programs usually contain public static void main(...)
this is pretty much why it works
let's take a look at that
are we learning about static variables and instance variables?
and global and local state?
ehmmm
public class Whatever {
String text = "Hello";
void sayHi() {
System.out.println(text);
}
public static void main(String[] args) {
sayHi(); // won't compile
}
}```
sayHi() there is a method for instances of Whatever. But right in main, there aren't any instances of it
you might think you're running in one, but Whatever.main(...) doesn't need an instance of Whatever
sayHi(), on the other hand, depends on one to work
so it would work like this:
public class Whatever {
String text = "Hello";
void sayHi() {
System.out.println(text);
}
public static void main(String[] args) {
new Whatever().sayHi(); // -> "Hello"
}
}```
oh
I have a question
let's say I have sayHi2
which is another method of whatever
note the distinction between
Whatever.staticMethod()
and
(new Whatever()).nonStaticMethod()
why can I use sayHi() inside sayHi2() if there aren't any instances of whatever
note the distinction between
Whatever.staticMethod() and (new Whatever()).nonStaticMethod()
yeah
if they aren't static, you can't. But it wouldn't let you call any of them if that's the case
when you type
sayHi2()
inside a (non-static)method then you are implicitly writing
this.sayHi2()
ooooooooh yeah I thought it was somehow related to "this."
also: you can use static and non-static methods from a non-static method
so in some time you'll find out about singletons by yourself. And you'll say "damn what a great thing"
then you'll regret
hmm, stored, do you mean allocated?
yes
yeah thats good stuff
I don't know the correct terms đââïž
they are good to know, they help clarifying stuff
allocation, intialization and assignment are words that come to mind
declaration
I talk like poopies
haha, in this case you didn't make up a word though xd
anyway it depends on context whether its important to use the correct terms
I was thinking of List vs ArrayList. But not the interface vs the class
C#'s List vs Java's closest equivalent ArrayList
yeah, it can get confusing
Alright Iâm doing stuff with logarithmic equations and my calculator keeps screwing up
Itâs giving me domain errors
But I know what I typed in is correct
And I can work the stuff out by hand fine and get the correct answer
Okay now I got to the point where Iâm using the natural log and thatâs gonna be a pain in the ass to do by hand
Because Iâll have to approximate
Okay I just put in
log base 6 (x) = 2
(Formatted for the calculator itâs log(x,6) = 2)
And...
It said domain error
Like, I literally asked it what 6^2 is, in the format of a logarithmic equation
This thing is kinda stupid ngl
are you sure you made it explicitly solve for x?
Yeah
Well, what I did was I went into the equation solver and typed in log(x,y) = z, then I gave y and z their respective values, then asked it to solve for x based off of that
Which calculator?
Also you can always use the base change formula if your calculator is fucking up doing it that way
There's also lots of log calculators online if you want to go that route
I don't dare to assist with networking, sorry. What you're learning now is too specific for me.
maybe if you ask the question someone can weigh in
I probably cant help
but I still like seeing your questions
" There are 50 dorm rooms with two drops each that will be on one sub-subnet"
what are drops
I assumed it meant host
I assume it's this definition I found:
A connection point in a network. The term generally refers to a local area network (LAN). Network drops are typically wall outlets with an Ethernet jack that a computer or other network device can plug into.
both of my colleges were full of those outlets
double check though
Yeah it means that each dorm room will have two places to plug in
@crystal kraken Esta webada?
speaks
@safe ravine cuåntos años tienes?
Ahora no estudio. Estaba en un intercambio en Finlandia, pero causa de la corona estoy ahora en casa en Bélgica. Vendré a la universidad en septiembre. ||That took a long-ass time to type||
Ahora no hago nada. Estudio finés e español. Estudiaba al colé secundario en Finlandia, en finés 
physics question, does anyone know how I can compute the refractive index of water with this sort of a setup?
like, actually compute it, not just explaining what is happening
||r u writing glsl||
me? no
a friend got this physics question and I'm trying to help
I understand the underlying laws
but I cant see how you can arrive at the answer with just household items
Well the gray one is cuter so give the brown one more pets so he doesn't feel bad
subnetting this was painful
@grim lava how do i know if an emote is banned here?
can i put it n u tell m?
@grim lava
i refer back to what i said
if you have to ask, then the answer is probably no, you probably shouldn't post it
But this one?
Or other like that
Cuz iâve seen some of them but I bought one that it looks pretty good, i dismiss that
not this specific brand, no
I bought this one
Oh yeah, iâve been watching some videos on youtube about âhow to do a fadeâ
Lol
do it
it's going to be time consuming though
and there's a high chance of you botching up your hair if it's your first time
but if you never start, you'll never improve
Thatâs so motivating.
I donât feel bad if iâll botch up my hair, that would be great to learn about what i kinda like for haircut
Did you try it?
Oh yeah turtle, they seem like when they do that itâs so simple and easy haha
A crime bossâs translator proves heâs not up to the task.
About Alternatino:
Alternatino is a sketch show that follows Arturo Castro (âBroad City,â âNarcosâ) as he attempts to navigate life as a modern Latino man â whatever that means.
Subscribe to Comedy Central: https://w...
Whoever made the server logo change flags when you hover over it, that's a very nice little feature! Kudos đ
thx it was a lot of effort but im glad it paid off
don't listen to bizzle it wasn't him

@glass dragon quién fue?
no recuerdo
estĂĄ bien
no me acuerdo vs no recuerdo
discutid!
no
no what?
what is the difference, which one fits better?
do they mean the same, are they interchangeable?
I'm joking 
I assumed so
this depends so much on the country that having a discussion would be pointless
ok so then they are basically interchangable
I don't see recuerdo often
I am satisfied with your answer edsel, thanks for the negocio
you're next 

no lo entiendo
yo me he quedado en mates de 2 de la eso
lo siento
bueno cuando mande lo que necesita ya lo pasaré
en que curso estĂĄ?
1Âș bach
can someone please help me with my science homework
What level of science
Oh shit I'm exactly where you are, cannot be much help because I haven't had any further lesson on it oof
Liz en otros canales wowowowowowowowowow
Don't you just have to multiply the heat capacity with the mass and that times 10 for 10 °C ? @gusty ermine
There's a formula for it, I can't think of it right now
Or maybe I'm thinking too simply đ
my pc is lowkey crying for help*

no necesariamente
eres programador?
eso son los procesos, no las pesta;as
q mania con abrir tantas pestañas
chrome abre un monton de procesos a la vez
ah
independientemente de las pesta;as
no siempre es asi
sera coincidencia
sobre todo con extensiones
yeah I mean, every tab has an ID and its own process
but there's like a root process
so i don't think this number is accurate all the time
I learned about this in my networking class
yeah it's interesting
I learned about this in my networking class
yeah it's interesting
@median trail que raro, por que ense;aron eso?
Because it's important when you are learning about UDP and TCP in the transport layer
since each process has a port
but there are ports for different purposes and such
and our teacher showed us each process has its own port
and when you install a program on your pc, and it asks you to restart the computer is because it wants to make sure the port it registered on your pc is available for use
at least that's the reason most of the time
ah
en bachillerato, en la clase de taller de mantenimiento, dimos redes pero no vimos eso
dios, como me canse de redes
dos a;os seguidos
ñññññ
agora sim kkk
Cisco CCNA course is very thorough, but sometimes there's so much to learn that becomes overwhelming
yeah it's nice. I've learned a lot
ese profesor era muy cool
me dejĂł llevar mi torre para enseñarme a instalar la nueva grĂĄfica que habĂa comprado
ticko
q
I went from knowing nothing to knowing more or less what everyone expects me to know
dime la razon por la que usa tanto ram mi pc por google chrome, discord, y spotify
y...
I went from knowing nothing to knowing more or less what everyone expects me to know
@median trail cuĂĄnto cuesta el curso?
son estos?
no, son procesos
no
https://community.spotify.com/t5/Desktop-Windows/Spotify-uses-too-much-RAM/td-p/1133963 literally just google bruh
I don't know to be honest. I'm taking it because my university decided to make us take Cisco courses instead of normal networking classes
utilizas todos?
diria que si
you are like a grandma
deberias quitar alguno que no uses
installing everything they see on the pc
for example, next semester I'm taking the next course after the CCNA one
adblock doesnt even block everything 
I don't know to be honest. I'm taking it because my university decided to make us take Cisco courses instead of normal networking classes
@median trail ohhh que genial
but did it consume as much ram
no
hardware acceleration*
no se por que debes de escuchar musica en spotify, si te soy sincero
te puedes hacer una lista en youtube
xd
y gasta menos
nah
youtube music is much better than spotify premium
es que me gusta spotify
yo toda mi musica la escucho en yt
even free youtube music is better than spotify
also if you team up with friends you can pay as low as less than 2 dollars for youtube premium
which is what i do
y si tienes que escuhar por tu celular
te creas una cuenta, te haces una lista
y ya
pues tu movil es tu movil
pero el pc es otra cosa
xd
y si tienes que escuhar por tu celular
@rain ermine mobile yt music app?
es una mierda
?????
no se, a mi me gusta yt
y me va muy bien el pc
your opinion is wrong tho
pues, tendrĂĄs que comprarte mĂĄs ram đ
si quieres satisfacer tu opinion
cuanta ram tienes?
8gb
normal que se te muera el ordenador
uyy quiero 16
es suficiente para hacer cosas basicas y jugar unos juegos
con 5 o 6 pestañas de chrome ya son casi 4 gb comiendo en memoria por lo que lei
le sumas extensiones y spotify
mas el sistema operativo
en serio wow
normal xd
depende mucho...
claro, depende
pero en su caso que tiene mucha mierda
lo normal es que le pase lo q le pasa
...
q es eso
que cojones es keyword
no se
parece una abuela
actualizalo, limpia caché, etc
que pasaria si limpio mi cache
como que nada?
since it was already once downloaded
si que ayuda xd
jmm
se limpia y actualiza seguido, no cambia casi nada limpiarla o no
a menos que tengas errores, por alguna razon
pero que la limpie, si igual se va a descargar de nuevo
tu herman
habia trojan
troyano
si lol
por que teneis cosas asi
y 4k viruses o algo asi
como podeis tener viruses
extensiones
si solo escuchais spotify

como aimbot
tenia algo de yahoo
uh
tienen que dar ciberseguridad en secundaria
antes de descargar cosas, es importante que mireis
es estupido que no se de
si la fuente es fiable, comentarios
ver si n es un anuncio
pasar el antivirus
etc
ah
los gurisitos estos van a ser mis abogados un dia
y van a tener un virus en la pc con mi info
y si quieres descargar
cosas si o si
con virus
deberias de tener un pc secundario que te importe una mierda lo q le pase
đ
nunca queria descargar un virus
hablabamos de los viruses
y decidi que queria hablar del pc de mi hermano
pq tenia muchos viruses
tienes un hermano? 
ya no
alguien por curiosidad tiene alguna idea
de pq un mismo trozo de codigo no funciona en una pagina idéntica a otra
si @alpine cradle
oye
@quiet gull buena cocciĂłn
Interview Questions and Answers! Letâs take a look at some of the most obvious and common interview questions you may be asked during your job interview and how you might respond to them.
https://7esl.com/interview-questions-and-answers/
---------------------------------------...
What an useful video đđœ
a useful*
any discord expert around who can confirm me discord changed its people limit for the screen sharing option? 
hace mucho tiempo, desde el once de marzo.
gñal, gracias
I think they changed it around the time coronavirus started, so that more people could use it
ÂżAlguien sabe algo acerca de ĂĄcidos nucleicos?
No, es un ejercicio que tengo que hacer de la escuela xD
Kulrox#6133 You now have SesiĂłn de Lectura role.
Deoxyribonucleic acid

alguien dijo virus?
Se bugea
O se me bugea a mĂ nomĂĄs?
Luego lo toqué, apareció 1, y luego lo toqué de nuevo y desaparecieon las reacciones
En las reacciones de Ryan
Del mensaje de Ryan
Supuestamente habian 2 reacciones
@ashen mist why is UDP used for live streaming but TCP used when watching a video whose audio and video is stored?
con UDP, no importa si algunos paquetes de datos se pierden
o sea, puede sacrificar la garantĂa de transmitir todos los datos correctamente para obtener mĂĄs movimiento
TCP tiene que trabajar mĂĄs para enviar los datos porque tiene que asegurarse de que todos los datos lleguen bien y en orden
garantia*
Oh so that's why when we watch a video the order of the frames is important, thus TCP is required?
no se va a notar mucho
no estoy seguro, pero dirĂa que si quiere descargar el video, hay que obtener toda la informaciĂłn
oh wait, te referĂs a los videos de youtube por ejemplo?
hmmm but when we watch a video in youtube the video is being downloaded, right?
yeah
ah, pensé que hablabas de grabar una llamada de skype o algo asà jaja
creo que youtube usa HTTPS para reproducir los videos, no?
eh, no creo que eso tenga nada que ver
parece que servicios como youtube quieren las garantĂas de servicio que TCP puede ofrecer
hmmm
wait
ese post se subiĂł en 2013 lmao
si me acuerdo bien, youtube ahora usa algo como QUIC
well my cisco ccna couse content says "when you watch a video, and it stops and says "buffering" TCP is reordering the segments received, and waiting until the network has enough bandwidth"
tiene sentido
oh
to be honest in some cases whether to use UDP or TCP seems confusing
I can understand when downloading stuff on the internet like a rar file or any file TCP is used
but when using VoIP like Skype(I think) UDP is used, but one might think TCP would be better since hearing everything what people is saying is important
but my teacher told my why this is not the case
I would assume the idea is to avoid a significant delay
if you start losing packets over TCP you'll have to wait and the rest will pile up
I taught my cat how to sit on command.

Since when does pi equal 3
when u cba with decimals
Real chads approximate
since some engineer said so
Engineer... So true
oh I actually wrote a program to stream over HLS once
so that's over HTTP(S) which uses TCP
Twitch and YouTube work in the same fashion
you basically have a manifest listing the available video chunks which your clients asks for periodically
the delay is noticeable
g = pi^2
can someone help me understand
a math problem
=wolf integrate 0 to 2 ln(x^2-3x+3)dx
@inland bobcat
Assuming 0 to 2 is referring to referring to variable ranges. Use "0" as đŠ a decimal number.
can someone explain this in integration by parts please
@gusty ermine que has intentado antes? you completely stuck?
try LIATE
aqui hay un ejemplo mas facil.
I tried and i did first integration but then i got stuck
@young torrent de dĂłnde eres?
es que you seem also very anti vosotros xD
I am not against vosotros lol
I just dislike that people think that all Spaniards use it.
bueno pero es verdad que vas a oirlo en españa
Mexico?
SĂ Mexico es un conjunto de estados
Oh
No lo sabĂa, perdĂłname por mi ignorancia .x
xD

Iâm the only weirdo who uses UMS instead of Mexico on Discord.
le
What matters here is that I think that tĂș and vosotros should stop existing,
es una posiciĂłn radical, no piensas?
Pero hay gente que se siente ofendida por eso, Kwasi porque es parte de su cultura e idioma.
lo crees eso porque crees que el idioma serĂĄ mĂĄs facil sin tĂș y vosotros, Âżno?
Puedes tener opiniones pero no significa que debas expresarlas aquĂ
Nope
No me gusta el voseo pero no voy a desanimar a otra gente si lo quiera aprender
Actually I love Colombian Spanish just because they use usted as informal some times.
I never said he shouldnât learn vosotros for his entire life.
I just recommend that he not be that focused on it right now.
y por qué no?
yo aprendà español con el vosotros desde el principio.. qué hay de malo?
serĂa lo mismo que aprender el voseo desde el principio
si te interesa, por qué no?
Luego la raza se confunde
para mĂ el voseo no tiene ningĂșn uso
Vosotros estĂĄn
es algo que se usa muy lejos de mĂ y no me interesa
Esta bien que hubiese aprendido vosotros entonces.
EstĂĄ*
Iâm too lazy to write Spanish :fjriekejri
Bien.. y creo que cada persona puede elegir lo que quiera, no?
As well as the other guy was, I was just recommending him to not be focused on vosotros right now.
Me parece un poco dudoso empujar tus opiniones en alguien que estĂĄ buscando respuestas neutrales para poder tomar una decisiĂłn en lo que quiera hacer
Nada es objetivo
Kwasi, it's not what you said, it's just how you said.* Just be a little kinder if you can
Ambos estĂĄbamos dando opinions
It just seemed a little aggressive and out of place* as if you actually had something against the use of vosotros which is a little glottaphobic
Mmm
Just understand that new people are looking for guidance and need a little more sensitivity and help when trying to make a decision*
that's all Nil is trying to say*
I could say he had something against America.
You could, but if you read that log, it doens't support such a claim as he kept agreeing with what you said*
Just be a little kinder* the sever is for learning and everyone wants to feel comfortable
I wasnât rude to him.
No, perhaps, but again. It's not what you said, but how it was said*
In English?
Nevertheless, kindness doesn't hurt.
*
Para mĂ es importante que alguien se sienta seguro elegir lo que quiera, fuera de nuestras opiniones, nada mĂĄs
@gusty ermine puedes postear lo que has hecho ya para que pueda ayudarte?
could you post the steps you've done so far so I could lead you in the right direction?
intĂ©ntalo tĂș y luego podemos ayudarte en #đă»correct-me-please . no podemos darte las respuestas sin que lo trates de hacerlo nunca.
Alguien sabe como poner playlists de soundcloud en el bot
clozemaster*

don't forget to put limits.
it depends.
are you permitted to use any substitution in this question?
oh god integrals
whenever you see a fraction where top and bottom are just simple polynomials with integer powers
- try to do polynomial division (if you have a quotient p(x)/q(x) and the degree of p(x) >= degree of q(x))
- try completing the square on the denominator.
OR:
if substitution is allowed, then - complete the square (denominator) then do either trig-sub immediately or a combination of u-sub and trig-sub.
For more calculus solutions, algebra help, please see www.blackpenredpen.com
la sustitucion trignometrica


muy bien
Lmao.
Estas bien
es muy difĂcil
what's that? country placements?
Hola
@vale quarry it looks like "seterra geography games"
It's like "click on libya" or "click on Morocco" and you have to click on the country
nah, they'd be a darker green
Oh I assumed it was his saturation
and theres no timer in that
Yeah it times you
well there is but it's on the left and doesn't count down like most do
Is that counting down?
I'm doubting that took him 6 minutes but idk lol
I'm pretty sure it's not seterra tho
if he thinks Africa is hard he should try Oceania 
I think I'd fail to locate new caledonia and vanuatu, despite me being there b4.
oof the countries are hard enough
nevermind the tiny individual territories n islands
OceanĂa was so hard as to be a mere clicking game, which made it not very hard at all. Africa was hard because I knew generally where every country was, so I wasn't just clicking at random, which meant it felt much harder
here using python to check the % of error of my lab report measurements 
I love it
because I literally didn't want to open a program to execute my cose
code
and on top of that I would have to change it every time
I love I can just pull out cmd, and execute some piece of code
It's such a practical language
yes
Cheers!
hola Veraniega
Hola manusaurio
irb(main):001:0> []
=> []
irb(main):002:0> [_] * 2
=> [[], []]
irb(main):003:0> [_] * 2
=> [[[], []], [[], []]]
irb(main):004:0> [_] * 2
=> [[[[], []], [[], []]], [[[], []], [[], []]]]```multiplicaos y poblad la tierra
mejor sigo con mi tarea ,_,
the fuck
Me pregunto si se puede hacer algo semejante en powershell
HOLAAA
Hhhola
i don't even understand what that is
that's Ruby but you can do it in the Python REPL as well
_ is just an auto generated variable for the last evaluated expression
>>> 1 + 1
2
>>> _
2```
why
why does that feature exist?
idk, it might be easier to test something out if you don't want to declare variables
or you could do simple math, I guess
node does the same thing (with the _, not the JS arrays)
Is [[]] * 2 = [[], []] typical behavior for arrays?
>>> 1 + 4
5
>>> _ / 2 + 3
5.5
>>> my_results = [_]
>>> 50 * 100
5000
>>> _ / _
1.0
>>> my_results.append(_)
>>> my_results
[5.5, 1.0]```Hmhm. Idk, I never use this
Is [[]] * 2 = [[], []] typical behavior for arrays?
@shrewd pendant for Python lists, yes
in fact
Cool
>>> my_list = [[]]* 3
>>> my_list[0].append("hello")
>>> my_list
[['hello'], ['hello'], ['hello']]
>>> ```
the inner list is actually the same reference copied 3 times
>>> my_list[0] is my_list[1]
True```well, this also proves it
>>> my_list = [[]] * 1_000_000
>>> all(my_list[0] is current_list for current_list in my_list)
True```or this*
Ah, I remember an easy example I once used to explain this behaviour
or I think it's easy to get
>>> class Useless: pass
...
>>> [Useless()] * 3
[<__main__.Useless object at 0x7f280261c460>, <__main__.Useless object at 0x7f280261c460>, <__main__.Useless object at 0x7f280261c460>]
>>>
```if you have a class without repr/str, you can see its memory address
so you can appreciate that multiplying a list multiplies the references it contains
those 3 Useless are the same object @ 0x7f280261c460
so with [[]], the same thing happens
ofc not a problem with immutable objects, such as strings
Got it. Thanks!
I see hex values I cry
well
>>> f'{0xAA + 0xAA:012b}'
'000101010100'
``` cool way to use f-strings to compute hex and show binary!
0xAAAAAAAAAA!!!
brb in 20 minutes I'll finish my work
that took me some time
That is really cool I didnât know about that
I honestly just started using f strings pretty recently this semester
Nice channel 
i accidentally got myself in a duolingo xp war
ÂżAlguien sabe de AJAX?
el equipe de fĂștbol?
quiero unas series/pelĂculas en español basado en hecho
asĂ puedo aprender español y unas historĂas real al mismo tiempo
aha i dont solve these this way so,,,,
what a strange quesstion
yeah and i need help
I don't understand why x would = 12
he made a mistake somewhere
I'd say don't worry about that part, just solve it correctly
i cant read the question it requires too much from me
how do you mean?
i cant focus on anything long enough to read that
the mistake is not subtracting the 12*
you can only use that logic if the right hand side is equal to zero *
nice nice thank you egg
if x(2x+5) = 0 then either x = 0 or 2x + 5 = 0*
*it doesn't work if the right hand is 12
thank you you are lovely
yeah but he got x = 12
12 is not a solution for x(2x+5)=0
he/she
but I think you should just write what egg said
because it's a stupid question
focus on solving it
*I actually think it's quite a good question that forces students to actually understand why it works rather than just following the algorithm but that's just me
i dont like this math subject so fjfsjlkljkdf
lol
the tutorial is too long with so much not needed atuff

oh
@still radish wait but can you explain to me how they ended up with 12 then?
it's a wrong answer because they performed an illegal operation*
there's no illegal operation in the first 2 steps
did they just assume cause 12 was alone then x must equal 12?
primero... intenta por ti mismo
i have stared at this for like 30 minutes and none of it makes sense
i cant do word problems. In fact i cant read half the time
anyone good at physics
poor @trail haven no one helped her 
Hola
buenas por quĂ© escribiste hola en #đă»general-2 @ashen mist ?
Por qué no?
@gusty ermine hola
@cursive dew lol
hola mi amigo
@trail haven did u mange to solve it?
jaja @fathom flame puedes ayudarla
Oh fuck I went to a papeleria (a place where you can buy all sorts of stuff regarding markers, paper, tools like pencils or print whatever you want etc) and I forgot to buy paper, because I love to make notes, or make drafts(? before writing smth on my notebooks
me pareces un perfeccionista Edsel!
stationery shop @median trail
donde las cositas como el papel y las plumas se llaman "stationery"
stationery (n.)
1727, from stationery wares (c. 1680) "articles sold by a stationer," from stationer "seller of books and paper"
crazy word
I always thought it was spelled with an a not an e
con la "a", es otra palabra @hollow wedge
At t = 0, the object is stationary (i.e. the object is not moving).
@still radish I just don't like to fail ;-;
cuĂĄl es tu promedio de las notas? @median trail
cĂșal es la nota de aprobar? @median trail
3
yeah I never realized they were different, I knew about the two senses of the word though
well they are very related
both come from station
hello.
i took a shower and made mashed potatoes
@trail haven haveu solved it yet?

Lol

Yo?
Anyone has some tips for using? Iâm still beginner
what do you mean
score
yes
nerd
why
ah
I'm not doing well this semester though. I got 3.4 on my linear algebra class midterm
Dude
3.4 is good
Last time I took linear algebra I couldn't even get a 2 out of 10
And that felt terrible
And no, I didn't turn it in blank
I did everything

I got a midterm next thursday
I really want to get a high enough score to not have to take the exam
But it may not happen
a midterm on what
Pre calc
I gotta study database shit for work and I cant be bothered
and the awful part about it is that my client's data depends on it

como cum astas
soy bien
Mi alegrar
@sweet cape don't give up just because your first haircut sucks! Just keep trying
No Mr.Trudeau, I'm not going to move to Canada
Lol esas fotos
How the hell am I supposed to play this chord without growing a sixth finger? XD
Without a capo
I understand that itâs a barre chord, but I donât understand how to hit the fifth fret on the high e string
Itâs a normal G barre chord otherwise
it seems the pinky is already on the D string.
That should be his ring finger
His ring finger should Barre the D and the A, with his middle finger on the G
yeah. i thought so. but i gave up afterwards. cos my poor fingers couldn't handle the steel string guitar too well.
You see... people donât normally fret both the A and D strings with the same finger, because that finger is very liable to mute the G string by accident
Thatâs what throws me off XD
Yeah I don't know why you wouldn't play it as an open cord
In the song I found it in, I think itâs for consistency. The G barre is apparently played a lot, with an occasional variation that adds that high e 5th fret note, making it the Gadd9
Oh yeah I see
Hereâs the explanation.
I think the guitar in the song plays a normal
G, but this way you can play the 5 on the e string to mimic the synth/keys sound; so only play that note when itâs normally played, donât just strum it throughout.
Also, as an aside... the text formatting on the GuitarTabs mobile app is horrendous
@storm lodge you can post it here
@old shell why can't in ping you like a normal person
Anyway, it turns out that big spike in cases is because a state prison tested all their inmates
@glass dragon oh jesus, i really appreciate that, i was just doing some haircuts but i choose like fade but that was good but i spent a lot of time haha, that was pretty decent in my first haircut
It isnât final product
Thatâs what i get
https://www.youtube.com/channel/UCMdFFm-TYf5N2gEUXGB_guQ/ sub to my new channel plez it will mean a lot there's no content yet but will be uploading very soon
Hey man, spamming isn't good :(
;iamnot <Cats>
etta#8714 No role found
etta#8714 No role found
https://www.youtube.com/channel/UCMdFFm-TYf5N2gEUXGB_guQ/ sub to my new channel plez it will mean a lot there's no content yet but will be uploading very soon
@rose egret nice one Iâll be sure to check it out x
@molten jacinth do it without the <> lol
;iamnot Cats
etta#8714 You no longer have the Cats role.
if ya gonna do it anywhere
or not

sorry I didnt ntoice that
itâs okay
just next time do it there lool
are you new here?
more or less, I joined a long time ago but am just now kind of getting back into it
@sweet cape hey that's really not bad for a first haircut! Looks great!
@still radish lol wtf did you even Google
@glass dragon no conoces a el artiste? por lo general eres muy conocedible aunque es algo europeo
este cuadro es intersante también
magnĂficio!
el mundo es un huevo
hay ajedrez y huevo en uno cuadro 
voy a comprar esta casa
alĂł?
No
Ah, i thought it was some dude imitating his style
I've never seen the egg versions of his paintings
¿Sabéis alguna pågina que sea, mås o menos buena, que mida tu nivel (a2-c2) de inglés?
Como una prueba online? @gusty ermine
SĂ, algo asĂ
Lo que no me gusta de tales recursos es que no se puede medir tu nivel de hablar en una conversaciĂłn espontĂĄnea
O sea, pueden medir tu nivel de vocabulario y gramĂĄtica y comprensiĂłn en cuanto al leer y escuchar, pero no te pueden ofrecer una conversaciĂłn viva con un hablante nativo
AsĂ que si realmente querĂ©s medir tu nivel, por ejemplo para una aplicaciĂłn de trabajo o docencia o algo asĂ, usualmente te conviene un examen oficial o formal que te pruebe todos esos aspectos del idioma
Que una prueba random en algĂșn sitio web te diga "sos b2" no significa que realmente tenĂ©s ese nivel
Esas cosas de a1-c2 son un estĂĄndar, lo cual significa que hay que usar recursos que calculan esos niveles correctamente
Aaah vale okeyy
Hay unos en #đă»learning-resources
escribe bien el vera
Hay unos en #đă»learning-resources
Ok gracias amaroq, no habĂa visto tu mensaje uwu
Can anyone translate this? I wanna find out the song
Es de romeo santos la canciĂłn
Heroe favorito - Romeo santos
||Estoy planeando un secuestro
Para robarme tu amor
Mis estrategias no marchan
Y crece la imaginaciĂłn
Vivo en un mundo ficticio
Con un solo compromiso
Conquistarte y darte toda mi atenciĂłn
Pero tus padres te entregan a otro hombre
Que apenas tĂș conoces
Y yo aquĂ sin soluciĂłn
Yo quisiera ser el Hulk y te protejo
Superman para exhibirte el universo
Si fuese Batman, no habrĂa noches de temor
La Baticueva, nuestro nidito de amor
Si yo fuera El Hombre Araña por un beso
Cien pies de altura escalo sin esfuerzo a tu balcĂłn
Y si alguien te pregunta por tu héroe favorito
Dile que soy yo
Veo un planeta en mis sueños
AhĂ nos vamos a amar
Con mi espada te rescato
De nada cuesta soñar
Yo hiciera lo imposible
Siendo El Hombre Invisible
Y te rapto tan ligero como Flash
Pero solo son escenas, historietas que no pegan
No hay poderes, yo no tengo agilidad
Yo quisiera ser el Hulk y te protejo
Superman para exhibirte el universo
Si fuese Batman, no habrĂa noches de temor
La Baticueva, nuestro nidito de amor
Si yo fuera El Hombre Araña por un beso
Cien pies de altura escalo sin esfuerzo a tu balcĂłn
Y si alguien te pregunta por tu héroe favorito
Dile que soy yo
(That's the golden touch right there
The king is back
I wanna be your super hero
Your paladin of love
You've got that baby?)
Yo quisiera ser el Hulk y te protejo
Superman para exhibirte el universo
Si fuese Batman, no habrĂa noches de temor
La Baticueva, nuestro nidito de amor
Si yo fuera El Hombre Araña por tus besos
Cien pies de altura escalo sin esfuerzo a tu balcĂłn
Y si alguien te pregunta, sĂșper hĂ©roe favorito
Pues dile que soy yo, pues dile que soy yo||
Translate
|| I'm planning a kidnapping
To steal your love to me
My strategies aren't working
and the imagination grows
I live in a fictional world
With only one commitment
To win you over and give you all my attention
But your parents give you
Another guy that you hardly even know
And I'm here without solution
I would love to be the hulk and protect you
Superman to you off to the universe
If I were Batman I wouldn't have nights of fear
The batcave our little love nest
If I was Spiderman for a kiss
I climb to your balcony one hundred feet up without effort
and if anyone ask you your favorite hero
Tell them that it's me
I see a planet in my dreams
There we're going to love each other
With my back I rescue you
Dreaming doesn't cost a thing
I would love to do the impossible, being The Invisible Man
I steal you as smooth as The Flash
But these are only scenes, comics that doesn't stick
There are no powers, I don't have agility
I would love to be the hulk and protect you
Superman to you off to the universe
If I were Batman I wouldn't have nights of fear
The batcave our little love nest
If I was Spiderman for a kiss
I climb to your balcony one hundred feet up without effort
and if anyone ask you your favorite hero
Tell them that it's me
The King is back
I would love to be the hulk and protect you
Superman to you off to the universe
If I were Batman I wouldn't have nights of fear
The batcave our little love nest
If I was Spiderman for your kisses
I climb to your balcony one hundred feet up without effort
and if anyone ask you your favorite superhero
Well, tell them that it's me, well, tell them that it's me
https://lyricstranslate.com/en/héroe-favorito-favorite-superhero.html#songtranslation ||
Translation of 'Héroe Favorito' by Romeo Santos from Spanish to Engl
@rapid swan
Aye thank you!
Que buena bachata pa azotar baldosa
Lmao
What kind of homework you have?
If you canât get this, youâd go to #đă»preguntas-lounge and you earn knowledge and save money
Lmao, what a tip
Who needs knowledge 


Que piensan de ese un youtuber que dice que no hay que estudiar las reglas gramaticales para aprender inglés y que en 3 meses ya vas a aprender a hablarlo?
yo no me sĂ© las reglas gramaticales de ningĂșn idioma
lo de los 3 meses suena para vender
alguien tiene idea de las fĂłrmulas que debo usar aquĂ? 
well
the sum of all the forces applying on a body is equal to cero if I'm not mistaken
also f = m*a
and a diagram where you represent all the forces using x and y coordinates
I think for the first one you'll get something like
50N - m*a = 0
I was thinking something like that yes
ok
Oh but you have to solve for force?
Ah yeah
Fuerza
oh
I just thought of it as a random opposing force
(maybe I could use the friction force formula?)
^
No sé si es un truco
Pero las opciones que tienen la unidad de medida parecen las correctas
If it isnât, just nevermind
âCyclists: it is of my own volition and desire to explain the current circumstance in which you find yourself. You are riding at a given velocity which may result in an impending collision with this pole.â
Haha dang love it
Oh, por cierto, resolvĂ los problemas
gracias @median trail @grizzled hedge @sweet cape 
lol. i forgot how to do projectile motion
You could summarize phys 1 as: âhey hereâs kinematics eqs,â âsum up forces in x and y directions, set =maâ âcentripetal motion is cool,â âenergy relationships?!,â âfdcos and work,â âtorque is a thing that exists đŻr X fâ
Ns laws
i had to derive the formulae via integration because "i'm a mathematician"


I learned something new today
@fathom flame








