#🍁・general-2
1 messages · Page 147 of 1
if you are using vectors then it's easier
mentira, si implica eso XD
porque te dan el vector com AB
y si AB=CD entonces las componentes son iguales
<x,y> = k<x2,y2>
I broke my internet modem
😅
I’m just connecting directly the cable with the plug on the modem
Por si le pasa a otro!
Tiene un pedazo de plástico que lo cubre, como un tubo entonces le pegue martillazos, definitivamente la entrada hembra del cable se zafó de la placa, entonces cogí el cable y lo deje haciendo contacto con la parte que la entrada hembra hacía
Haha
La parte negra de arriba a la derecha, que es el conector del cable se dañó por que el cable estaba muy pegado, cuando lo gire hizo que toda la parte girara entonces se partió
tal vez puedas pegarle para que se des-parta y se arregle
un buen zapateo y suerte cuántica, todo es posible
sabiondos te dirán algo de "resoldar"
pff
Ya lo quite
Es decir, salió esa parte y el cable
No tengo ni soldador, lo puse a que el viento y densidad hagan su trabajo de tenerlos en el mismo lugar haha, básicamente están haciendo contacto por inercia
https://www.youtube.com/watch?v=MHXO86wKeDY 3b1b will start to make livestreams for kids in high school 
Answer questions at http://3b1b.co/live
Another view on the quadratic formula.
Home page: https://www.3blue1brown.com
Brought to you by you: http://3b1b.co/thanks
Music by Vincent Rubinetti.
Download the music on Bandcamp:
https://vincerubinetti.bandcamp.c...
I will watch them anyway
chico listo
Raise your hand if you're also using italki.
I've started referring people to this Discord - such a great opportunity because of the huge community. 
have you been using italki?
I used it a few times
uh what is this supposed to mean
it says you used the GitHub API to "login" with Requests, which is a Python library to do HTTP requests (that's probably the default user agent python-requests/whatever)
you probably used some other program that used Requests as a dependency I suppose?
python-requests/someversion is just the default user agent for Requests
cool that I don't use passwords for GitHub what a pain though
hola
(c:=(lambda a:[a(v)for v in(2,-5,50,9)])(__import__('dataclasses').dataclass(order=True)(type('Wea',(),{'__annotations__':{'valor': int}})))),print(c),c.sort(),print(c)```I did it again
vile pythonese sorcery

I was telling a friend differences between languages and I got carried away
import java.util.Collections;
import java.util.List;
class Wea implements Comparable<Wea> {
int valor; // (no getters and setters)
Wea (int valor) {
this.valor = valor;
}
public int compareTo(Wea otraWea) {
return this.valor - otraWea.valor;
}
public String toString() {
return Integer.toString(valor);
}
}
public class RubMaker {
public static void main(String args[]) {
List<Wea> weas = Arrays.asList(new Wea(2), new Wea(-5), new Wea(50), new Wea(9)); // fixed
System.out.println(weas); // -> [2, -5, 50, 9]
Collections.sort(weas);
System.out.println(weas); // -> [-5, 2, 9, 50]
}
}```so, first I wrote this, in Java 8
data class Wea(val valor: Int): Comparable<Wea> {
override operator fun compareTo(other: Wea) = this.valor - other.valor
}
fun main() {
val arr = arrayListOf(Wea(2), Wea(-5), Wea(50), Wea(9))
println(arr)
arr.sort()
println(arr)
}```then Kotlin
>>> from dataclasses import dataclass
>>> @dataclass(order=True)
... class Wea:
... valor: int
...
>>> lista = [Wea(n) for n in (2, -5, 50, 9)]
>>> print(lista)
[Wea(valor=2), Wea(valor=-5), Wea(valor=50), Wea(valor=9)]
>>> lista.sort()
>>> print(lista)
[Wea(valor=-5), Wea(valor=2), Wea(valor=9), Wea(valor=50)]```then Python (ye, in the REPL, whatever)
and then I just wanted to go further in a single logical line lol
a fine addition to my collection of temp variable names
idk who came up with that but I find it confusing
isn't that a weapon
wouldn't surprise me if it were some weapon in a game

it says you used the GitHub API to "login" with Requests, which is a Python library to do HTTP requests (that's probably the default user agent python-requests/whatever)
@fallow dock dude i have no idea what you mean by that
like what did i do wrong
did i do anything at all
I dunno, did you use any program that identified yourself to GitHub?
>>> import json
>>> import requests
>>>
>>> req = requests.get('https://api.github.com/user', auth=('my user', 'my password'))
>>>
>>> json.loads(req.text)['message']
'Bad credentials'
>>> req.text
'{"message":"Bad credentials","documentation_url":"https://developer.github.com/v3"}'```it's something like this
basically talking to GitHub to ask it to do things. And it replies back with JSON
ah I fucked up the URL lol
it's /user
I dunno, did you use any program that identified yourself to GitHub?
@fallow dock no
am I getting hacked?
i literally only use github from the browser
and have only used 2 pcs
I remember coding something that opened up the browser on an instagram profile, and it also scrolled down while parsing the HTML code to get the links of each photo and then uploaded them
one from work (which is remote) and my personal pc
it's the most complicated/interesting stuff I've ever made using python
besides pixel of course uwu
I even bought a rasp pi for pixel lol
i need one
am I getting hacked?
idk man
idk.man
geetting.hacked
VV↚↬↬↪↥↢↢
they're git-ting hacked
😂
bruh
why
whyyyyyy
Porque
🅿orque
🤔
🕴🏼
@cursive wave the new post on languagejones is right up your alley
Yes I bet you know what all the words mean and everything haha
Lol yea I do... But actually
I hate phonology and phonetics 😂😂😂
What I do is way at the other end of the linguistic spectrum lol
Oh haha
I just thought it was neat how he was using coding with linguistics, because I know that's your section
I'm more into the formal syntax and semantics side of stuff
Yea that's pretty cool stuff
It's actually done a lot more often now so it's cool to see that stuff happening
@hollow wedge
some examples
to be honest I pronounce the vowels in ride and write very slightly differently
the beginning of a differentiation between idle and idol is interesting
I think I even have a slight differentiation on idle/idol too but it's super subtle

makes it all the more bizarre that spanish has the phonology it does
maybe I'll ask in the spanish one for examples of spanish diversion
that would be cool
they soemtimes have nasalisation happening with n's that end syllables
I don't think the ll thing is a split, since the sound changes for all ll's
conocer would not get nasalized, while concuerdo could.
so I think it's a split
yeah you're right
May I speak here ab problems with distance learning in my uni?
I guess so
/waits for an admin/
can always go to sens. topics lol
asks general question
passive aggressively targets admin
You can always just ask/talk about it :) admins encourage healthy discussions in every channel!
Te hiere mi guapura
Shield my eyes
I don't pronounce idle and idol differently, and spider rhymes with rider
But thought and trough are not pronounced the same
I pronounce warm and worm the same
And crayon and crown :c
@random acorn tengo una duda relacionada con química, me la puedes aclarar?
Can you perhaps say it in english?
yeah of course, ill send it to you via PM
And crayon and crown :c
@unreal pagoda you say crayon like crown? Now I really want to know which one you pronounce weirdly.
Tengo una pregunta para la gente que vive en España. Me gustaría mudarme a España y trabajar allí (soy de Eslovenia), como diseñador de front-end web, sé HTML, CSS (con Bootstrap) y algo de JavaScript. También tengo un poco de experiencia con C# y bases de datos y actualmente estoy tomando un curso de desarrollo web donde también aprenderé un poco de back-end con Python. También me encantaría trabajar (o prefiero trabajar) como reparador o técnico de computadoras.
Por favor, sepan que mi comprensión del español es básica y me estoy ayudando a mí mismo con "DeepL Translate", pero soy muy fluido en inglés, también pasé 4 meses viviendo en EE.UU.
Si pueden ayudarme de alguna manera lo apreciaría mucho, por ejemplo donde buscar esos trabajos, cuales son mis opciones, si es posible para mi o no.
Y por favor, mándame un mensaje en privado en inglés o en español, porque este canal recibe muchos mensajes y todo sería confuso.
¡Muchas gracias a todos!
@past harbor?
¿
Hay muchos trabajos de programador en España 😄
@pastel fable
Y buscan que sepas inglés :P
Muchas gracias!
@unreal pagoda i guess i am just to law-abiding. (And there was not supposed to be passive aggression)😅
With distance learning (or how it is called in English) we have twice as much homework as in ordinary days.
Hey, the fact that I have a lot of free time doesn't mean I wish to spend it all on homework.
I am tired of it. Like I want to watch series, read books, not to do homework all the time.
(And I have problems with microphone... So yep)
It's okay :) I understood @smoky comet
Good luck, we all expire
fue*
@unreal pagoda thanks.
Stroke
i hate this image so much
ive seen so many times
It's supposed to simulate what it looks like when you're having a stroke
I didn't watch the whole video before posting it, I think I should delete it since it's very unpleasant..
@brazen terrace https://discord.gg/DxSgKdP
and what about the sides, is there a possibility to have a figure that has perpendicular diagonals with non-parallel sides?
eso ya es una condición suficiente, no jodan
😂 xd
@abstract scaffold I have a question regarding sqrt, when we do something like
x^2 = 4 then we take sqrt on both sides
x = +/- 2
is the latter incorrect? I was reading stuff about taking square roots, and when we cancel out the exponents it's because I'm assuming the base which is x in this case is positive, right?
x = +/- 2 is not incorrect if you were given x^2 = 4 at the start
yeah, sqrt just means positive. thus need to include +/-
due to the definition of the inverse of a parabola
anyone here on Ubuntu?
yeah, sqrt just means positive. thus need to include +/-
what
I'm lost, I thought sqrt was for positive solutions
ohhh
I get it now
but I'm just confused because of the fact of the exponent of the x
x^2=4?
like
La raiz cuadrada de un número puede ser positiva o negativa
I know juan
I don't care about that
I mean
the thing is
doing this (x^2)^(1/2) = x, I'm assuming x is positive, right f14?
ah. yes. if x>=0
Hola
because if I do this (-2)^(1/2) = -2
I could get weird stuff like -2 = 2
Ahh si
Ahí es lo de valor absoluto
Ese tema me costó entenderlo cuando lo aplicaban a los limites 😅, con enteros es relativamente fácil
@real imp is ex.9 trying to tell you to find a sufficient condition?
if so, currently the statement is only necessary because it could still be a "kite"
i got it
it's not... the sides
it's the diagonals
i forgot everything about geometry
but someone explained it to me whoops
Whoops
basically it says that the necessary condition for it to be a rhombus it's that the diagonals intersect perpendicularly
which is true, and necessary
so a sufficient condition would be for example that it also intersects in the middle point of the line
yes.
wait wait wait I'm a bit confused
((-2)^2)^(1/2) = -2?
((2)^(2))^(1/2) = 2
but if (-2)^(2) = (2)^(2) so -2 = 2? this is what's confusing me f14 haha
Ohhh
or else it could be a kite.
((-2)^2)^(1/2) = (4)^(1/2) = sqrt(4) = 2
be careful with negatives.
we doing algebra?
sqrt(x^2) = x si x es mayor o igual que 0
yeah I get this I just don't get why taking the sqrt here and saying +/- is correct
x^2 = 4
the thing is... the notation sqrt is defined for positive numbers, that's why you can't do this ((-2)^2)^(1/2) as far as I know since this way you could get weird stuff like -2 = 2
because in x^2 = 4
we're technically not taking just the square root.
if we did, we're only looking at the positive solution.
it's like looking at x^3=1... i could take the cube root.... but that doesn't take into account the other 2 complex roots.
if we just reverse engineer it, a negative squared always is it's positive counterpart.
a more sound proof would just be to "factorise it"
I think I get it now, since the square root of a number a is a number b, such that
b^2 = a
so... if I say x = +/-2 I'm just listing the values of b, I'm not canceling out exponents
right?
yeah, you are just listing the values.
I’m trying to get it
Because you’re changing values and then f(-2) = f(2) => that’s incorrect in this case
ah now it makes sense
cancelling the exponents only just takes care of one solution
sea f(x) = sqrt(x^2)
f(-2) = sqrt((-2)^2) = -(-2) = 2
f(2) = sqrt(2^2) = 2
now, a parabola is pretty interesting because it shows this duality between the two values of b
f(-2) = f(2) in this case. even function. need to be careful which branch you're in.
yes, even function parabola
f(-2) = f(2) in this case. even function. need to be careful which branch you're in.
yeah in functions it makes sense, since we are not talking about the numbers themselves
we are like representing the output of the function
I learned something new today :)
yay
now i get it
an engineering student realizing what sqrt really is
inverse functions and inverse relations
I kinda wanna build a chair like this
https://www.reddit.com/r/blackmagicfuckery/comments/g39w9k/tensegrity_structure_made_with_knex/?utm_source=share&utm_medium=ios_app&utm_name=iossmf
@median trail se puede utilizar la raiz cuadrada en ambos lados de la ecuacion tambien, pero en este caso, necesitas tratarla como una ecaucion de valor absoluto.
why is it all math here
That’s a good question
anyone know any servers that teach javascript to beginners?
¿alguien conoce servidores que enseñen JavaScript a principiantes?
why is it all math here
@stoic bloom it's not all math, it's just a lot of it because we gotta study
maths is also a bit of a hobby too I guess
@abstract scaffold but in this case abs(x) would be a function, right?
or why is it correct to do it?
yeah, the only way to explain it is to go back to functions.
what do you guys think: https://pcpartpicker.com/list/C7zGNQ
going for another 9 year PC
why intel and not amd
because it's better for gaming
wb gpu?
And I'm not convinced amd has the longevity of intel
I already have a 1070ti, don't need to upgrade that
ryzens not as bad as their older lines iirc
my CPU is still going strong after 9 years. It's my RAM that is suffering
yeah 1070ti is still solid
and if I'm going to upgrade the ram, that means I have to upgrade my mobo, which means i Have to upgrade my cpu
might aswell go all out
yep, if it's going to last me another 9 years
that's only like $80 per year
that's a reasonable expenditure
got a big fuck off atx case?
if the case is atx yeah
yeah
lol
when I upgraded my shit last I got a new mob
o
n this one is tiny
way better
n much better bios
but tiiiiiny
i'm excited to actually invest some time into cable management this time
last time I Just said fuck it and was annoyed forever
yeah apparently this one I have is micro atx but I reckon i could fit it in a smaller case
I'm thinking about a case upgrade
well
i think it would be neat to have a lot of money and make my build look good
Oh lol
I use a paper clip to bridge the pins on the mobo
but I've got used to it
n this case is such a dodgy chinese make that I can't just order a new button
hahaha
you can tell my case is old from the website https://cougargaming.com/products/cases2/evolution/
COUGAR is particularly targeting enthusiast gamers who not only demand state-of-the-art PC chassis and highly efficient power supplies, but also want to express their dynamic gaming life style with reliable quality products.
very nice case still
yes. i broke part of it when I was first trying to install it so it's a bit annoying to look at, but it's very spacious
guess I ought to look for cases
I have the money n all rn
got out of like 2k in rent cos of corona
well then no time like the present
math is meh
N U M B E R S A R E H A R D
maybe they'll be flacid when they see me
haha self deprecating humour
Um
It just seems like math and computer engineering takes over everything in this channel XD
I've seen chemistry here
well, once at least
I assume if a topic is popular enough it can have its own channel under #362399814018924559
Hey guys I need some math and computer engineering help
Thought I'd hop on into the math and computer engineering help channel
syke got it under time
😳
I should try it with 100 cities lol
See what the time is then
One kid in my class got this seeded example to run in 7 seconds
I'm 2 lazy to get into that, but that's neat
I don't think I would have done it on my own, but this was required for my algorithms class
He always takes what seems like a simple algorithm and throws a curve on i that makes it exponentially more difficult lol
AAAAAAAAAAAAAAAAAAAA
I love subnetting
it's really fun
I've just learned how to subnet without changing the subnet mask
which is not an option in many cases
but
it's fun
I'm gonna cover VLSM tomorrow
or on Wednesday 
@river ivy @old shell almost done with the bottle
the one that was expired??
tirá esa cosa
Lo tiro poco a poco, después de usarlo jajajaja
amaroq is unaffected by expiration dates
Pero cómo sabes cuando algo como eso se expira?
En el lado de la botella
OHHH
A ver
Ok ok
I have never read them
LOL
XDD
They are incomprehensible
How so? It's just a date 
Those bottles aren't like food
How so? It's just a date
As it is the same as the battle you can barely see it
Or maybe it is because I never tried to do it
Here aren't like that
I meant a bottle like amaroq's
Yep
Any John Mayer fans? Like guitarists?
@midnight nexus I like this channel, there's subtitles https://www.youtube.com/channel/UCBIMW0ZhwULY_x7fdaPRPiQ/videos
This is quite interesting too:
https://www.youtube.com/channel/UCv05qOuJ6Igbe-EyQibJgwQ/videos
and this:
https://www.youtube.com/channel/UC-ihtKdODqNE7iPISJD3DnA/videos
is different than expired by?
@gusty ermine yes
che pero
esto está mal
la condición necesaria sería que su intersección sea vacía o infinita
but you have to complete each condition, if you think that one is incomplete
?
?
no entiendo a qué te referís
lo que hay que hacer es agregar texto para que la condición pase de ser necesaria a ser suficiente
pero es que de por sí está mal
porque esa no es una condición necesaria
es una condición falsa
no podés definir rectas paralelas solo como dos rectas cuya intersección es nula
porque estás excluyendo las rectas coincidentes
que también son paralelas
o no?
lo que hay que hacer es agregar texto para que la condición pase de ser necesaria a ser suficiente
if it's incomplete, you add what it lacks, right?*
no podés definir rectas paralelas solo como dos rectas cuya intersección es nula
exactly that's why you have to add what's missing*
hm
el tema es que me está diciendo que busque un sinónimo para una definición incorrecta
where? is it exercise 9?
la definición esa está incorrecta
y me pide que busque una definición que sea igual pero redundante
no sé explicarte, no importa
voy a seguir nomás con el siguiente
maybe something about gradient?
i'm not sure if coincident lines are considered parallel.
and i'm not sure what a "recta" really is. es una linea con el dominio para toda las x?
a recta is a line y = mx + b
if it also counts a "restricted domain line", then i could draw a really small line horizontally and on the other half of the page draw a long vertical line such that they don't touch.
i'm not sure if coincident lines are considered parallel.
@abstract scaffold they have always been considered parallel by my professors, at least so far
and yeah, a recta is a line
yeah my professors do also consider that
which makes sense specially when you go over 3 dimensions
we define parallelism in vectors as <a,b> = k <c,d>
oh god im terrible at vectors
yeah, tiene sentido con los vectores
Not(a<b) <-> a>=b
cool
haha
😏
@vagrant delta que marca de b12 comprás
hola
I'm taking up(? VLSM chapter today

yea, should have 105/100
OWO I JUST CAME UP WITH A RECURSIVE FUNCTION TO FIND THE ROOT OF A NODE IN A TREE UWUWUWUWUWU
Me devuelve string vacío y no sé qué le pasa 😄
diría que AJAX es algo que uno usa nomá. No sé si todavía tenís el problema
en todo caso fetch > XMLHttpRequest
si están usando jQuery me perdiste
I've seen waterfalls made using JQuery
las cascadas de las lágrimas
@ashen mist did they teach you type generics studying CS? kind of a random question
hm
como list<T>?
Python and Go don't have generics, idk if you know what I'm talking about
yes
like that or C++ templates
no
ah
creo que sì
you don't need to specify the type
creo que en mis clases de java nos enseñaron esa cosa de generic type
aunque no recuerdo mucho
ya no uso java lol
I actually never had Java in college. Or any language that supported generics
usaron java acà para presentar la programaciòn
I mean, many languages don't have it. It's not part of the "fundamentals" I suppose
tiene sentido
basically the compiler doing some trickery so the programmer doesn't go insane casting types
but at the same time it's kind of everywhere in several languages.
I'm so frustrated with CS. lol
estás tomando una clase?
negative oil prices 🤔
🤔
darn corona
negative futures prices
can't give it away 😂
nos van a pagar? 😄
👀
yes
cool thanks
Nice vectors, victor
@real imp compro dulzura natural, que tengo entendido es un emprendimiento chileno. Pero también hay neurobionta en pastillas y en inyección (mcg de B12 para meses). Si no has consumido B12 y consumes de mantención (diaria o mensual) estás manteniendo una deficiencia (según me dijo el nutri) así que puedes excederte un poco porque se elimina con la orina porque que la cianocobalamina es hidrosoluble (dado que estamos en tiempos de cuarentena y salir hacerse un exámen es más recomendable para ser un foco de contagio y eso no lo recomiendo). La B12 es barata, mucho más barata y sana que consumirla en animales inyectados o llenos de colesterol LDL y grasas saturadas (dependencia de estatinas como la atorvastatina en un futuro)// no olvidar eso si te hacen ese punto, que hay un estereotipo en suplementarse súper grande por más que sean consumidores de chocapic/ animales vacunados y suplementados/ leche nido. En las tiendas vegan de tu zona deben vender/dietéticas/farmacia neurobionta o B12 sola en polvillo (y ahí fíjate en las unidades y tu necesidad diaria, que hay B12 en polvo cara pero que es para todo un año).
^lo edité varias veces
Vale decir que en la actualidad no podemos sacar B12 de los ríos, dado que están llenos de antibióticos, microplásticos y fecas de ganadería como también porque vivimos lejos de ahí (también con mucha sequía). Vale decir también que en argentina ese problema está estudiado, deja mandar un post.
solo hay una marca que puedo pagar
Saturn
no sé si la conocés
ignorá el título de mierda del post
por que necesitas B12?
porque no como carne
ah, entiendo
Otra cosa, las personas que comen carne también pueden tener deficiencia de B12, por eso se suplementa a los animales.
ya sé
@real imp me parece muy extraño que solo exista eso, estás en uruguay o argentina? porque la fórmula es siempre ver páginas de nutris de tu ciudad/país que sean vegan y ver sus recomendaciones de lugares donde compran
en uruguay
ya, deja buscar
oka
Welcome back to Instagram. Sign in to check out what your friends, family & interests have been capturing & sharing around the world.
busqué vegan uruguay, pasé a buscar “nutri” en seguidores
pero eso es comida nomás, no?
conoces chucarro?
queda en montevideo
A la cresta tengo entendido
siempre venden en las dietéticas, tiendas de suplementos
o emporios
Welcome back to Instagram. Sign in to check out what your friends, family & interests have been capturing & sharing around the world.
tengo esto
que barata la b12 wtf
en mercadolibre 100 tabletas por 800
en esa página 200 por 900
ah...
básicamente es cacota
cual es la razon por la calificacion tan baja?
el multivitamin que compro es bastante barato
well it says a lot of things i dont understand
https://instagram.com/etosha.uy?igshid=1g4ahvfkouufm
métete aquí y a puntos de venga
Welcome back to Instagram. Sign in to check out what your friends, family & interests have been capturing & sharing around the world.
venta*
ahí deben recomendar ciertas marcas los perfiles (donde venden queso vegan también venden suplementos, porque son emporios generalmente)
usas instagram para compras? 🤔
yep
bueno... mañana me contacto con whatsapp
y cuánto hay que consumir por día?
solo una?
busca tu requerimiento diario en internet
te sale en ese formato
tipo una pastilla puede tener para una semana
Welcome back to Instagram. Sign in to check out what your friends, family & interests have been capturing & sharing around the world.
este tipo de tiendas
me acuerdo que vos tomabas unas que era para toda la semana
pero solo encuentro para tomar diarias

la mayoridad de los nutrientes no funcionan asi, creo
que se pueden guardar un semana, por ejemplo
ah si?
parece que él tiene razon
sinceramente no sé de procesos metabólicos, pero que existe b12 para semana y día en función de cantidad es cierto
@halcyon steeple what progamming languauge?
@gusty ermine Mostly java but I've used c, python, and php
how bout javascript? @halcyon steeple
@real imp sublingual b12 liquids are the most effective
ah you use b12 as well?
I've read about that yes
I just don't know where to get them or the price
I can't afford it if it's to expensive...
Does Amazon ship there?
odio javascript
@still radish it's because the 9700k doesn't have hyper threading
Does Amazon ship there?
@glass dragon yes but it's too expensive
javascript es lob
es qué?
lobject oriented banguage
@glass dragon super impressed you actually got back to me on this!
Yeah man it's so annoying when you and another person are talking about something and then a while later you get back to them and they're like "yeah I figured that out weeks ago"
just another license someone actually used for their library or whatever so it's in https://discordapp.com/licenses
@grim lava oh I think I know why they put the Emojis on the right. Now I can put my keyboard on one-handed mode and still be able to choose Emojis and being able to send the message easily

@sacred harbor on Amazon and stuff it was cheaper. I'm sure Intel will always sell their newer one for more
Oops yes
pero igual, supongo que el 8700K está más caro por falta de stock? 
ha de venderse más que el 9700K
No it's because it has hyper threading
porque, normalmente, al salir las nuevas gen, las anteriores bajan de precio
que no es por eso, que si fuera por eso Intel mismo lo anunciaría a mayor precio 
y sí, puede que por eso sea por lo que se vende más
y también el 9700K tiene 2 cores más
The price is set by demand and the 8700k is more in demand because it has hyper threading
The 9700k has 2 cores more but 4 threads less, and thread count is usually more important than physical core count
depende para qué
Yeah por eso dije usually
The price is set by demand and the 8700k is more in demand because it has hyper threading
Y eso es lo que te estoy diciendo, pero hay un precio oficial

Eso es lo que yo he estado diciendo

y ya vas a actualizar tu cafetera? 
You're the one who literally said the opposite
First it was they're expensive because they have less stock, then suddenly you said "y esk es lo que te estoy diciendo" un reference to the hyper threading
Pero, qué es mi cafetera?
que yo dije lo contrario? que no ves la imagen que puse donde tú lo dijiste o qué? 
tu dices que está más caro por el HP, yo te digo que Intel (que es quien pone el precio oficial) dice que el 9700K está más caro
Yeah, that's a picture of me saying it's because of hyper threading and you saying it's just because of low stock. Remember, I'm Amaroq and you're dll
que si ahora está más caro el 8700K ha de ser por el stock
I'm the purple one in the picture
No, it's because it has hyper threading and thus is more in demand and thus vendors can charge more
NO.
Yes 
Yes³
NO³²
pues eso, que si ya vas a actualizar tu tostadora 
Ah sí
Mi tostadora sí
No mi cafetera por supuesto, por eso me confundiste tanto
Voy a decirle adiós a mi 2700k 
No puedo tostar el pan con una papa
tiene más hilos, a ti te gustan los hilos xD
No, Intel es mejor para lo que quiero hacer
pero, prácticamente, con OC
Y también, mi 2700k ya anda como champion, así que confío mucho en intel
le vas a hacer OC 
Sólo tengo que comprar un nuevo cpu porque mi mobo está fallando
y sí, a mí usualmente me gustaba más Intel, pero cada que veo una noticia de una nueva brecha de seguridad, se me pasa xD
Bueno.... Sí, cosas que pasan
te vas a comprar una 2080ti? 
No, tengo una 1070ti
😮
Eso es suficiente
no creo xD
Sólo estoy comprando la CPU, mother, y RAM
que yo al final, ya que actualicé monitor, me di cuenta que mi 970 le hacia cuello de botella hasta a mi antiguo 4690k
Sí, eso me pasó con le 950 que tuve
Literal nunca he tenido ningún problema con el 2700k que tengo
Es una lastima tener que echarlo
Sí, pero a 144
porque no estoy seguro de que otros juegos más recientes te levante los 144Hz
Bueno overwatch y division 2 juego a 144hz
Supongo que cod tambien, pero no lo sabré hasta que arme la pc nueva
ultra? 
Eh, quizás no te entendí

que si OW / D2 te da los 144fps en ultra?
pero supongo que sí, que a mí con el 4690K me llegó como a 120, creo
y era porque la GPU andaba el 100%
Oh, no creo que necesites jugarlo en ultra para poder jugarlo en 144
Juego en low para hacerlo
Pff
I’m trying to figure out how to work an amp
I’m trying to reproduce the guitar sound in a specific song, but I just can’t get it right xP
Maybe you need an effects pedal
y por cierto, si dices que tu CPU todaví va bien, por qué no buscas una MOBO nada más? 
Miro qué?
Los precios?
Porque me parece un malgasto de dinero comprar un mobo que solo puede tener 16GB DDR3 RAM
no hay mobos nuevos con ese socket tampoco. Tendría que comprar algún knock off usado chino
no viste el link? 
ahí hay un review del 9700K vs el 8700K y otros
y por cierto, si no lo necesitas urgente, pues creo también están por salir los de la siguiente get de Intel. Ya sea que mejor compres uno de esos nuevos o que bajen los precios de generaciones pasadas
I've already looked at comparisons, so I didn't feel like reading another page about them
yeah, the pre-release information about the next generation looks horrible
I don't think those CPUs will be any good at all
Escribí un blog post sobre aprender persa durante una semana si alguien está interesado 🙂 https://polygloss.app/posts/one-week-learning-persian/
Finally got some time to blog about the latest Language Jam, my favorite event in the language community. This edition happened at the end of March and it was exactly what I needed as a pandemic distraction. I knew this event was awesome because this was the second time I was ...
@narrow phoenix wtf you've been to college? I thought you were like 16 this whole time hahaha
I'm 23 
lol why
I mean I haven't spoken much out loud in general outside the occasional vc/sesión de lectura/aotw

people think I'm a girl more than that I'm young because of that fact haha
but I graduated in 2019
I mean that's pretty normal with ppl online
unless you're speaking spanish then you need to choose

yeah but e.g. "Niquel" doesn't sound feminine at all
although it's still an assumption
ngl I used to call you "they" until I heard your voice in s.d. lectura
@alpine cradle That's kinda the polite thing to do in English lol
now that I'm thinking about it, my name is feminine in English 
now that* I'm thinking about it

sometimes people confuse me for human
eggcellent

aaaaaaaaaaaa why is electronics so boring
this is what your whatsapp photos look like if you major in engineering
but where are the memes
Electrical engineering?
Because I generally think of general engineering as more machine learning than circuits
Thanks, but the command doesn't work / isn't working *
/invite
You can invite me by going to https://ardentbot.com/invite - thanks for using Ardent!
@old shell @river ivy omg my new bottle is already expired
Maybe I need to stop buying such large quantities
Costco
It was a three pack, but I bought a three pack thinking we were almost done with our last bottle, but we really had two more bottles that I only found when we moved
Nah, we just accidentally had way too much lol
Hey, anyone know how to literally become perfectly fluent in speaking Spanish in a month? No? Welp imma die
Without any immersion? I doubt it's possible
UWU NOW I GET IPV4 SUBNETTING
OMG IT WAS HARD
BUT NOW I GET ITTTTTTTT
it's not difficult per se, it's just that binary places were messing me up
because it made no sense to me why the first subnet of this ipv4 address 128.168.0.0/16 when subnetting 128.168.0.0/26 (for my exercise purposes) would be 128.168.0.0 and the 9th one 128.168.1.0
and then I realized it's because this address in binary is like this
. .00000000.000(networks) 00000(hosts)
and if we isolate the network binary number and get rid f the dot notation we get:
00000000 000 which can be interpreted as just one number
and since each network is (position - 1) then the first one is 1 - 1 = 0 so
00000000 000
then 10th one is like
00000001 001
again assuming this is just one binary number that was split because of dot notation
00000001 001 = 00000001001
and representing this using integers would look like this 128.168.1.32
voila

I realized this because I didn't understand why the first network was only zeros in the last octect, but the first network that uses the third octect starts with a 1 instead of a 0
but now everything makes sense uwu
Edsel I have no idea what you're talking about, just know that I'm proud of you
tldr uwu
@woven salmon tienes que matar un nativo y asorbes su alma
La verdadera 'fast track learning'
no he hecho
Siente como si parpadeé y de repente Edsel hable mejor inglés que yo 
I am pissed, I just tried to tune a string on my guitar up ONE note, and it snapped
How long should guitar strings be replaced regularly anyway? Because I bought the current ones (one of which just broke) at the beginning of January.
Follow up question, can anyone recommend some good Light/Medium guitar strings for an acoustic guitar? XD
It depends on how much you play them, whether or not your hands are clean, acidity of sweat
It will also depend on the material
But once every 3 months is probably fine if you're playing a moderate amount
I had a professor who went through $800 in strings a year 
he used fairly expensive strings, as I recall
Damn, I’m just using cheap strings off of amazon atm XD
Honestly guitar strings are cheap, and there are good ones for cheap
Violin strings can run you upwards of $100, though they typically last much longer
Ha, that’s how much I paid for my guitar
I'm not particularly well versed in traditional steel string acoustic, so I can't really provide many suggestions other than that you try some and decide which suits you best.
I’m probably just gonna reorder the same strings I got last time because I guess if they lasted 4 and a half months, they were alright
You can google around for what type of strings people playing whatever genre you prefer use, and jump around from there.
For the most part, especially early on, one set of strings is going to be as good as any other
Alright, thanks
I fixed it XD
I had a little bit of that size string left over that I had clipped off when I stringed it the first time. So I just tied it together to extend it a bit so it would reach the turret and I could tighten it back up
Tbh, I did the same thing last time a string broke until I could order some replacements
Ha, I guess I chose right then. The ones I got last were elixir nanoweb light/medium (I like a richer bass for folk-ish kind of music)
They're also one of the more expensive brands
Really? It doesn’t seem that expensive, though I guess I don’t have any reference, being new to this, so I have no way to really know https://www.amazon.com/dp/B0002E1O86/ref=cm_sw_r_cp_api_i_evMOEbSFMM68H
USELESS_ELVIS is the funniest warning you'll ever have
- Dentro de las fases de la transcripción no corresponde la *
A) elongación o crecimiento de la molécula de RNA
B) maduración o transformación del RNA transcrito.
C) iniciación o ensamblaje de moléculas
D) ubicación o encuentro del codón de inicio AUG
E) terminación o conclusión de la cadena de RNA. - Se llama transcripción: *
A) La replicación de RNA.
B) La biosíntesis de DNA empleando RNA de molde.
C) La reparación del ADN.
D) La síntesis de RNA empleando DNA molde.
E) La elongación del ADN - ¿Cuál de los siguientes procesos ocurre en el núcleo de una célula eucarionte? *
A) solo replicación
B) solo transcripción
C) solo síntesis de proteínas
D) replicación y transcripción
E) replicación, transcripción y traducción - A continuación se presenta una secuencia de la hebra no complementaria de un segmento de DNA 5’ T A C C T A G A G C C 3’ . Al respecto, ¿Cuál sería la secuencia del RNA transcrito? *
A) 3’ A U G G A U C U C G G 5’
B) 3’ U A C C U A G A G C C 5’
C) 5’ A U G G A U C U C G G 3’
D) 5’ U A C C U A G A G C C 3’
E) 3’ T A C C T A G A G C C 5’ - ¿Qué proceso implica la eliminación de intrones? *
A) El aumento de codones en el RNAm
B) La formación de la transcriptasa inversa.
C) La formación del RNAm eucariótico maduro.
D) Una reacción catalizada por la RNA polimerasa
E) La inhibición de la enzima helicasa

gracias
a ver
no voy a hacer los problemas por vos, pero te puedo ayudar si tenés alguna duda 
voy a leerlas. a ver si sé las respuestas
ya
creo que sé las respuestas para el número 1, 2, 3, y 4 pero para 5 no sé qué son intrones 
cuántas de esas preguntas sabés vos? @hearty shoal
La 3 y la 4
https://www.khanacademy.org/science/biology/gene-expression-central-dogma/transcription-of-dna-into-rna/a/stages-of-transcription
ahí tenés algo para ayudarte a contestar la 2. (la primera frase lo dice lol)
ah esperá, sabés inglés? 
Si, poco pero si
bueno, la primera frase de ese sitio lo dice
Gracias!
y uhh para la 1 sabés las fases?
Creo que la 1 es la C
sé que no es A y que no es E
pero eso es bien obvio lol
mmmmm
según lo que encontré online, el codón de inicio AUG es para traducción, no transcripción. creo que es la D
y para la 5 no te puedo ayudar porque no sé qué son intrones lol
pero bueno i didnt really help you in the first place too much either
según lo que encontré online, el codón de inicio AUG es para traducción, no transcripción. creo que es la D
@grim lava I read ||condom||

@past harbor do you like what I did here?
Haha that's what I was referring to
I just wasn't paying attention to how I was naming them

Yay
what does it mean to be deprived
Hahahahahah
oye, i have a question for the programmers
we're not short on those
so im really interested in starting to learn about algorithms on Khanacademy
but would it be better if i start learning a programming language first
since you mostly apply algorithms while coding. i mean, you do it irl as well but not as categorically and not in an organized way really
programming languages are a way to implement an algorithm
yeah but would i be able to understand them better if i knew about programming
How do you want to do algorithms if you can't code?
or is it more vice versa
but really an algorithm is a mathematical construction
I studied algorithms 5 years before I learned any programming
we all did in maths class
Then it depends on what he wants to do with them
not necessarily do algorithms, just to be able to understand how they're made and how they're applied in a logical sense
well you could study https://en.wikipedia.org/wiki/Discrete_mathematics
but it probably is a good idea to start programming along side
to practise putting the ideas you learn into practice
we did stuff like this at school https://en.wikipedia.org/wiki/Route_inspection_problem
In graph theory, a branch of mathematics and computer science, the Chinese postman problem, postman tour or route inspection problem is to find a shortest closed path or circuit that visits every edge of an (connected) undirected graph. When the graph has an Eulerian circuit ...
Gracias huevo
I would recommend trying both out, they complement each other, if the goal is to learn both eventually
note that to be a programmer you don't really need to know a lot a bout algorithms, although it can be very useful sometimes.
oh absolutely. the number of people that need to do real mathematics (i.e. intellectual work) is tiny. the rest of us are just cogs in a machine
and that's fine
alguien dijo mathemáticas?
the thing I most often use from algorithms is time complexity "intuition"
basically approximately how long will this take to run? @hollow wedge
or like, if I have to do this with more than a handful of items will it take forever?
OK got you. It's pretty easy to write a program that runs forever
I remember when I was trying find prime numbers
I started by just iterating over literally every number and checking it's factors lmao
I remember I did one like that, but I first checked if it was divisible by the first couple of primes
every time I improved it, I just added another prime to check for before doing the general check lol
yeah, if you know beforehand how high you want to go there are different methods too
Yeah as a programmer you don't need to know exactly how algorithms work, you just need to know that they exist and when you should use them
Cause all the most common algorithms have already been written a million times in a million ways in a million languages
big O notation
print out the names of items in a list - scales linearly with your list size
print out the unique pairs of items in a list - scales quadratically with your list size
I don't understand how abstract classes work in Java
something in particular?
the idea of anything "abstract" in programming is that you're supposed to inherit from implement it yourself first, instead of instantiating it directly
so if you have an abstract class of LivingBeing, you can't make a LivingBeing directly
but you can have a Human that inherits it
abstract class MyAbstractClass {
void method() {
System.out.println("Hello");
}
abstract void eat();
}
class Child extends MyAbstractClass {
@Override
void eat() {
System.out.println("Om nom nom");
}
}
public class Exmaple {
public static void main(String[] args) {
// this isn't allowed:
// MyAbstractClass abc = new MyAbstractClass();
Child child = new Child();
child.method();
}
}```
it goes kinda like this

I can't new MyAbstractClass();, but I can implement a Child class that's MyAbstractClass
what is this wizardry... you can create children?
no, I'm sterile
and when it comes to abstract methods - you need to implement them as well

you can't extend MyAbstractClass without implementing eat()
I'm gonna read this later on thank youwuwuwuwuwuw
@median trail es como un "template"
No tiene sentido tener una plantilla vacía, así que para usarla tenés que rellenarla
I just don't understand why when we are using interfaces we can just use call the GUI attributes without instantiating
GUI attribute?
yeah like let's say I have a class called GUIPeople, and it stores people in an attribute called people, inside a different class I can use GUIPeople.people
and get the info stored in people
Y dónde está la interfaz?
they are all in the same project
No recuerdo si en Java hay class variables
Tal vez te referís a esto? https://www.tutorialspoint.com/What-is-the-difference-between-class-variables-and-instance-variables-in-Java
Following are the notable differences between Class (static) and instance variables.
Instance variables
Static (class) variables
Instance variables are decl ...
no, my teacher told me it's related to abstract classes
I don't quite understand what the classes and instances are in your program
Me encanta que los nativos de español hablen en inglés con este tema jaja
could you give us a minimal reproducible example?
maybe by "without instantiating" you mean "without setting the fields from the inherited class"?
like so:```java
abstract class ABC {
String text = "Hello";
}
class ChildOfABC extends ABC { }
public class Whatever {
public static void main(String[] args) {
ChildOfABC child = new ChildOfABC();
System.out.println(child.text); // -> "Hello"
}
}```
okay I don't have an example but I can tell you what I wanna do
I have to classes that extends JFrame
and one of them stores people
oh noes Swing
but I want the other to get what's stored in the variable that stores people
which is an attribute in the other class
and my teacher did something weird
(I forgot to mention that both interfaces belong to a main interface like a menu)
and my teacher told me I had to create a method in the class that stores people
and by using it I can get this info in the other interfaces
and what I remember she did was to literally do classThatStoresPeople.getPeople()
getPeople returns the attribute that stores people
let's say I have this
if that classThatStoresPeople is actually a class, then getPeople is static
and in MainGui I have a button that displays the IngresoPersonasGUI when clicked
but I want the people stored in IngresoPersonasGUI to be in the main interface
(IngresoPersonasGUI has an attribute called personas)
I'm not 100% sure I'm following
those two classes that extend JFrame could also share an interface to pass the data you want between them. Or you could make them share a common ancestor
like
I don't see how this is related to abstract classes at all
LOL YOU ARE RIGHT
A STATIC METHOD SUFFICED
wait what the fuck
I don't understand this
okay let me make sure we are both on the same page
I'm gonna show you
I wouldn't use a static method for this, unless you declare in in a sort of God class
this is the mainGUI
when I click RegistrarPersonas
the code above runs
and displays this
and I'm gonna put 1 in every text field and store it
done
then I close this interface
and click mostrar personas
which runs this piece of code
And voila
it's stored
I mean I haven't changed the toString method
of personas
but you understand
but
I don't even understand why this is possible









