#🍁・general-2

1 messages · Page 135 of 1

rain ermine
#

But money is made out of cotton

lusty widget
#

Norteamericanos

#

Can you confirm?

#

The second vid

last vault
placid flicker
#

I clicked on "buy it now", and the discount code automatically applied itself and skipped me to the payment page

#

I put in fake information for the shipping info, and now I'm here

#

So you're automatically paying $14.49

#

After clicking "Continue to payment", I get this

#

"Complete order" goes here

#

This is as far as I'll go, but here's my guess as to what happens:

#

You pay with whatever method and the order goes through

#

Nothing else happens

#

Congrats, you've been scammed for $14.49

#

Their website has multiple capitalization and grammatical errors

#

@lusty widget To conclude, it's a scam.

fathom flame
#

Domain age: 16 Days

shadow blade
abstract scaffold
#

my wristy hurty

lusty widget
#

Lo que me temía @placid flicker

#

Gracias

median trail
#

oh wait

#

I can't make out what's written on the whiteboard

#

but we're learning about stacks

#

haha

gentle heath
#

He really out here stackin

old shell
#

Lool

#

Beautiful

#

Pilas y colos?

median trail
#

colas*

#

queues(?

old shell
#

Oh probably

#

That's another data structure

ashen mist
#

Last in first out

safe igloo
#

Me imagino que eso es por la influencia de Estados Unidos, aquí también dan así como la impresión que el británico es 'mejor', pero todos pronunciabamos a lo estadounidense

eternal karma
#

Yeah I think that's very possible

#

Even here in the US while no one talks like British people the general opinion is that it sounds fancier or more refined

#

when it's "proper" at least

junior thicket
#

Yeah
In fact you know how we mostly learn "textbook stuff"? (No slang and stuff), if I remember well they mentioned that those things are more like the english in England because Americans use a lot of slang

safe igloo
#

Jajajaja

eternal karma
#

I can't comment on British English but yeah a huge chunk of American English is slang haha

junior thicket
#

Alguien debería enseñarles a Bizzle xd

safe igloo
#

Los ingleses usan capaz más jerga todavía

junior thicket
#

Yes, they use a lot of slang

eternal karma
#

I know why they don't teach slang in school but I wish that it would be talked about at least a little bit

#

because that's one of the things Im having the hardest time with right now

#

is not sounding like a textbook when I speak Spanish

junior thicket
#

What type of spanish are you shooting for?

severe vortex
#

I think british english sounds fancy to us because that's just our stereotype of brits in general

#

that british people are fancy and snooty

#

It's a reflection of our institutions

eternal karma
#

Sorry for late response

#

Most likely Mexican because I live in Arizona

#

@junior thicket

vestal pine
#

I am quite the opposite of fancy

severe vortex
#

It's a stereotype of course

vestal pine
#

Of course

median trail
#

@ashen mist could you please explain me what the application layer is?

ashen mist
#

A ver, cómo explicarlo... @median trail

#

Es la última capa del modelo OSI, y trata de los protocolos para la comunicación entre procesos (especialmente de diferentes computadoras), y también provee servicios para el usuario (ya que es la capa más cerca al usuario)

#

Por ejemplo, HTTP es un protocolo de la capa de aplicaciones, y tu navegador (por ejemplo, Chrome o Firefox) va a enviar mensajes de HTTP para obtener información de páginas web

#

Y vos también podés enviar mensajes de HTTP con herramientas como curl o con lenguajes de programación

#

Y los protocolos de HTTP usan los servicios de las capas de abajo. Por ejemplo, HTTP puede usar TCP (de la capa de transport) para establecer una conexión con otra computadora y enviar datos

#

Creo que HTTP también puede usar UDP, pero igual UDP se encuentra en la capa de transport

median trail
#

but what stays in that layer?

ashen mist
#

Los protocolos de comunicación que muestran y obtienen información directamente para el usuario

#

Es básicamente la interfaz para el usuario

#

Por ejemplo, hay un protocolo de la capa de aplicacion que se encarga de transmitir correos electrónicos (SMTP)

#

Hay otro protocolo que busca información de hostnames en las redes (DNS)

median trail
#

I don't really understand

ashen mist
#

Ok, cada capa del modelo OSI o del modelo TCP/IP tiene su propio propósito

#

Por ejemplo, la capa física se encarga de transmitir datos a través del medio físico (los cables, por ejemplo)

median trail
#

okay

#

and what's the purpose of the application layer?

ashen mist
#

Proveer servicios y aplicaciones al usuario para que pueda comunicarse con otros procesos y maquinas

fallow dock
#

@median trail keep in mind this is totally an abstraction, there are no hard rules on this. Humans like typologies

ashen mist
#

Seh, es un modelo abstracto

median trail
fallow dock
#

in fact, you can split HTTP's behaviour in several layers if you wanted to

ashen mist
#

Tal vez si te doy un ejemplo en la vida real, va a tener más sentido

fallow dock
#

so don't worry too much about it

ashen mist
#

No estoy en una computadora, así que no te puedo mostrar una imagen, pero te lo explico en texto

median trail
#

I have to worry about it

ashen mist
#

Digamos que querés visitar www.misitio.com. para hacerlo, tu computadora va a usar varios protocolos de la capa de aplicacion, ya que esos protocolos están disponibles para hacer cosas así

median trail
#

I have an oral presentation tomorrow and one of the points is about HTTP working in this layer

ashen mist
#

En primer lugar, tu computadora va a usar el protocolo DNS para determinar dónde se encuentra la computadora que tiene la información para www.misitio.com (suponiendo que esa información no está disponible a nivel local o que se necesita actualizar esa información)

#

Usualmente, DNS va a usar el protocolo de transport llamado UDP para transmitir información

#

Así que tenés un ejemplo de un protocolo de Capa 7 (aplicaciones) usando los servicios de un protocolo de Capa 4 (transporte)

#

Cada mensaje de DNS va en un mensaje de UDP

#

Y los mensajes de UDP va en los packets de IP

median trail
#

So... this layer just executes protocols to exchange data between the host and the server?

#

like to start those protocols that also take action in other layers?

ashen mist
#

Las capas no hacen cosas. Se usan para categorizar los protocolos

median trail
#

OOOOOOOO

#

That's it I get it

ashen mist
#

Se describe un protocolo como "un protocolo de capa X"

#

Para que se sepa a qué cosa (a nivel alto) se dedica ese protocolo

median trail
#

So the protocols in the application layer are the ones that exchange data between programs running on the source and destination hosts.

ashen mist
#

HTTP se encuentra en la capa 7, así que la gente sabe que el usuario usa HTTP directamente para enviar y recibir información de algún tipo

#

Seh

median trail
#

Like HTTP using GETS to receive resources for the webpages?

ashen mist
#

Exacto

median trail
ashen mist
#

Y esas peticiones de GET usan TCP como su método de transporte

#

Ya que TCP se encuentra en una capa abajo de la capa de aplicaciones

#

Y por eso TCP provee servicios para los protocolos de capa 7

#

Y si examinás el tráfico de tu computadora cuando visitás una página web, vas a ver muchos mensajes de HTTP y DNS, y ellos son protocolos de la capa de aplicaciones

median trail
#

blobaww Omg I get it now

ashen mist
#

Usualmente, HTTP va a usar TCP, y DNS va a usar UDP, así que vas a ver muchos mensajes de esos protocolos también

median trail
#

thank you blobaww

ashen mist
#

De nada

#

Hay, deseo estar en mi computadora para poder enviarte un ejemplo

median trail
#

haha

ashen mist
#

A ver si puedo encontrar una imagen

median trail
ashen mist
#

Ah, encontré una

#

Sí, las cosas a la derecha son protocolos de la capa de aplicaciones

median trail
#

omg thank you vera

ashen mist
#

Domain Name System se encarga de buscar información de hostnames en una red, HTTP ya lo conocés, Simple Mail Transfer Protocol es para transmitir email

#

Post office protocol y Internet Message Access Protocol te dejan leer tu email

#

File Transfer Protocol es para transmitir archivos a través de una red (el nombre lo hace obvio jaja)

#

Y dynamic host configuration protocol es para administrar y configurar máquinas en una red (por ejemplo, asignar direcciones de IP a una computadora)

#

Hay muchos más protocolos por supuesto

#

Encontré una imagen que ojalá te ayude a entender el tema mejor

#

Esto es un screenshot de un programa llamado Wireshark

#

Y ese programa captura el tráfico de y para tu computadora, y te muestra los protocolos usados, los datos transmitidos

#

Es muy útil para analizar la comunicación de tu computadora

median trail
#

I have a question. There's this particularity about HTTP that's called Stateless, and in my oral presentation I want to say something like

Stateless just means that webpages can't keep track of us, so that if we make some changes, like changing the background color, and refresh the webpage all changes will be lost. This is why we use cookies, and they are just information stored in our computers that lets servers know who we are and the changes we have done to a certain website among other things

#

is that correct?

ashen mist
#

Para mí, stateless significa que el protocolo en sí no requiere que los participantes recuerden cosas del otro participante

#

O sea, el estado de la comunicación no está guardado durante la comunicación

#

HTTP transmite los cookies, sí, pero el procesamiento de los cookies tiene lugar fuera de HTTP

#

Creo que lo dijiste bien, pero quise aclarar eso

#

Brb me voy a duchar

fallow dock
#

la idea de que sea stateless es que no hay nada en el protocolo que requiera "recordar" información para funcionar

#

lo de usar cookies es una consecuencia de eso

#

un sitio podría keep track of you mediante otras formas, así que no sé si lo expresaría de esa forma thinky

#

por ej. si hay una transacción de HTTP, tiene que ir encima de una conexión TCP/IP, y de esa conexión puede tomar tu dirección IP

#

y si quisiera podría hacer que la respuesta se ajuste a esa IP

#

(lo cual en principio no tiene ningún sentido de hacer, pero se puede)

#

like changing the background color
esto es medio ambiguo también

#

es por mi ejemplo del modo oscuro?

median trail
#

ehmmm no

fallow dock
#

oh, okay

#

es que podés cambiar lo que quieras sin necesidad de cookies, tonces no sé si se interepreta al leerlo como una opción del sitio (?)

#

btw, también podés ver y alterar valores de cookies en dev mode

gusty ermine
#

Hola

glass igloo
#

Does any1 have expierence w printers

eager wagon
#

Depende

fallow dock
#

my experience is that they don't work

desert crystal
#

my experience is that they work until you need something real quick

mellow laurel
#

help my answer was Mao but he starved to death

smoky comet
#

Joseph? What? Oh sorry can't get used to translation.

#

Sorry don't understand question.

median trail
#

@ashen mist in an hour I have the oral presentation of the thing we were talking about yesterday

#

Owo

hybrid hull
#

good luck

ashen mist
#

Buena suerte

#

Lo vas a explicar en inglés?

median trail
#

I don't know if my teacher lets me do that

#

but at least all I used to learn about networks is in English

#

like the material

ashen mist
#

Ah

ashen mist
#

Ekshziwownycilqnwjejfic

#

No hice git commit lolosospañdofoeolwlw

#

Gracias a git stash

#

Panic

fallow dock
#

o wait no lo stasheé

mortal dagger
#

git reset --hard

#

siempre funciona

ashen mist
#

Nah, lo stasheé

#

es que hice "git add muchas cosas" y luego hice "git push" sin hacer el commit porque no estaba prestando atención

#

Luego cambié las ramas

fallow dock
#

oh, nunca escuché a nadie decirles "ramas" por alguna razón

#

en otras noticias, me duelen los intestinos peepocry

ashen mist
#

Oof, espero que te mejores

#

Y no les decís "ramas"?

fallow dock
#

no, branches

mortal dagger
#

acá sí le decimos ramas

fallow dock
#

en el manual de git también lo traducen

#

en el sitio web

#

LANG=es_AR.utf8 man git me lo da en inglés :c

#

mis intestinos son una batalla constante de IBS (?)

#

pero gracias por tus bendiciones

mortal dagger
#

pero en una conversación informal

#

o sea, en una conversación normal

#

acá tienen el gusto de decir palabras en inglés para todo

#

por ejemplo, no tienes un negocio o una empresa, tienes un business

fallow dock
#

mis círculos son todos hípster (?)

mortal dagger
#

los míos también creo

#

o sea, todos programan en cosas "raras"

fallow dock
#

lenguajes funcionales? xd

mortal dagger
#

creo que lo más normales somos los de Erlang/Elixir

#

generalmente sí

fallow dock
#

JAJA

mortal dagger
#

ahora con un amigo estamos bien metidos en Prolog y él está en una cosa que se llama constraint programming

#

que no he leído ni el artículo de la wikipedia

#

pero me dijo que estaba interesante

fallow dock
#

nunca lo escuché nombrar

ashen mist
#

Prolog wtf jajajaj

#

Hay gente que realmente lo usa fuera de la escuela?

#

Hice como 2 cosas en Prolog hace muchos años

#

Ocaml también

mortal dagger
#

mhm, es que están justo en el borde de la academia y lo aplicado

#

él está trabajando para una empresa de trenes

#

no entiendo bien el problema, pero tiene que ver con horarios y formas de ordenarlos

#

y están haciendo un paper en Prolog, la implementación probablemente la haga entre Prolog y C/C++

fallow dock
#

yo ni idea de lenguajes raros, siento que debería conocer las bases de uno wolfsneaky

#

vi algo de Erlang y me espanté

#

pero me llaman la atención sobre todo lenguajes como Haskell, ni idea de cómo será la experiencia con esos que son verdaderamente orientados a programación funcional

mortal dagger
#

Haskell es muy bonito y muy exigente

fallow dock
#

tipo

#

"oh, no hay for" wat

#

medio que me lo imagino igual, incluso en Java podés hacer por ej. algo como

#
IntStream.range(0, 3).forEach((n) -> System.out.println("Hola señor wzrdd"));```
mortal dagger
#

usar for o if no es cool

fallow dock
#

pero no sé si es lo mismo (?)

mortal dagger
#

mhm, se pueden hacer cosas así pero no es la idea

#

yo creo que Elixir es mucho más friendly y te saca un poco del cuadrado que es OOP

fallow dock
#

podés escribir un programa para mí que diga "Este es el número {n}" en una secuencia?

mortal dagger
#

me costó la vida acordarme cómo era

fallow dock
#

no worries

mortal dagger
#
Enum.each(0..100, fn i -> IO.puts("Este numero es el numero #{i}") end) 
#

Dios mío

#

no tiene syntax hi para elixir

fallow dock
#

hm, pues se ve igual que mi snippet de Java

mortal dagger
#

claro, pero porque un trabajo así generalmente no es lo que buscas

fallow dock
#

pero más especializado

mortal dagger
#

la idea es que trabajas manipulando datos

#

o sea, no especificas un rango o que quieres hacer algo 100 veces

fallow dock
#

sha veo

mortal dagger
#

quieres decirle "mira, acá tengo una lista, aplícale un map a toda la lista"

#

la data moldea el software y no al revés

#

por ejemplo, sí hay condicionales, pero uno de los primeros ejercicios es hacer un fibonacci sin usar ninguno

fallow dock
#

sha veo

#

suena muy científico (?)

#
Enum.each(0..100, fn i -> IO.puts("Este numero es el numero #{i}") end)
#

ahí ta el colorcito

mortal dagger
#

con cuál lo hiciste

#
Enum.each(0..100, fn i -> IO.puts("Este numero es el numero #{i}") end)
#

Ruby se parece

ashen mist
#

Jajaja sí

fallow dock
#

intentar programación funcional en Java siempre se sintió re hacky

#

aunque aprecio .stream()

mortal dagger
#

yo me he mantenido lo más lejos posible de Java

fallow dock
#

aer

mortal dagger
#

ahora tengo un par de ramos que hacer en Java

#

así que pensé en estudiar este verano, instalé Eclipse y lo dejé ahí

ashen mist
#

Jajaja

#

No recuerdo cuándo fue la última vez que usé java

fallow dock
#
import java.util.ArrayList;
import java.util.stream.Collectors;
import java.util.Arrays;
// ...
ArrayList<Integer> arrayList = new ArrayList<>(Arrays.asList(2, 3, 6));
arrayList = arrayList.stream().map((e) -> e*2).collect(Collectors.toCollection(() -> new ArrayList<Integer>()));
```yikes, acá te hice el "mapear todo a *2"
#

podés reemplazar () -> new ArrayList<Integer>() por ArrayList::new (o cambiar <Integer> por <>, Java puede inferirlo)

mortal dagger
#
[2, 3, 6].map{ |x| x * 2 } 
#

qué dolor, pero sería súper injusto juzgar a Java como un lenguaje funcional o uno bien diseñado

#

si la idea es hacerlo funcional, mejor usar Clojure o Scala que conviven súper bonito en la JVM

#

el tipo de Clojure, Rick hackey, me agrada bastante

fallow dock
#

no sé, Java no es mi lenguaje favorito y tiene muchas mañas, pero a veces lo disfruto (?)

#

en todo caso me parece sabio no haber incorporado cambios súper radicales desde que fue creado

#

pero ciertamente tiene una obsesión con el uso de interfaces, hasta las lambdas son en realidad sugar sytanx sobre interfaces

#
@FunctionalInterface
interface MyInterf {
    void run();
}

public class YanPro {
    public static void main(String[] args) {
        MyInterf funcA = new MyInterf() {
            public void run() {
                System.out.println("Sup wzrdd? From an anonymous class");
            }
        };
        
        MyInterf funcB = () -> System.out.println("Sup wzrdd? From a lambda function");

        funcA.run(); // -> Sup wzrdd? From an anonymous class
        funcB.run(); // -> Sup wzrdd? From a lambda function
    }
}```
mortal dagger
#

Dios mío santo.

fallow dock
#

"pasar una función en Java" es una mentira peepohide

mortal dagger
#

pucha, no lo encuentro taaaan terrible, un poco wordy e innecesario los especificadores de acceso

#

cada 2 palabras

fallow dock
#

pues en realidad ese es el mayor inconveniente de Java, que es increíblemente verbose

weak marsh
#

Oh mio dio, JavaScript...

median trail
fallow dock
#

por ej. en otro lenguajes, si querés tipado fuerte...

#

y que sea para una lambda, pues lo ponés en donde especificarías el tipo del parámetro

#

(o sea, bueno, una lambda... una función)

weak marsh
#

Isn’t “idomas” languages? Why did you say lenguajes

fallow dock
#

en Java tenés que importar o declarar interfaces para esto

mortal dagger
#

C++ para agarrar lambdas tienes que importar también una librería

fallow dock
#

en vez de algo comokotlin fun funcQueRecibeFunc(func: (text: String) -> Unit) { func("hola") }

median trail
#

@weak marsh idioma is used for languages like Spanish, we use lenguaje for programming languages

mortal dagger
#

<functional> y basicamente un lambda es un tipo

weak marsh
#

Oh

#

Gracias gracias

fallow dock
#

realmente no confío mucho en que C++ se sienta moderno, se me hace que por eso existe Rust

median trail
#

how do I say you are welcome in Italian

fallow dock
#

@weak marsh that wasn't JavaScript btw

weak marsh
#

Idk man

#

Everything looks like JavaScript to me

mortal dagger
#

la verdad, el único problema que tengo con C++ es que hay demasiadas formas distintas de hacer las cosas

median trail
#

CryingPanda how do I say you are welcome in Italian

weak marsh
#

Prego

mortal dagger
#

pero Rust lo siento demasiado hypeado para lo que es

median trail
#

ah

#

okay

#

prego uwu

weak marsh
#

For example, “Grazie Mille!”

“Prego, di niente.”

mortal dagger
#

si tuviera que aprender Rust o Go, elegiría sin dudar Go

fallow dock
#

no lo niego, o sea, no tengo ni idea del lenguaje

#

pero siento que existe por algo xd

mortal dagger
#

a todos les molesta C/C++, se les ocurre tratar de arreglarlo, se dan cuenta que quedaron en los mismos límites y vuelven

fallow dock
#

[tiene lapsus mental] "pregnant!"

mortal dagger
#

por mucho que quieran matar a C, falta mucho todavía

fallow dock
#

🤔 C no va a morir

#

C ain't C++

mortal dagger
#

pero a nivel de industria, todo el software de ese estilo es C/C++ o C#

#

por ejemplo, trabajar con strings en C es algo súper común

#

pero que pocos lo harían

fallow dock
#

dudo mucho que C++ vaya a morir tampoco

#

I mean

mortal dagger
#

entonces mezclas un poco de C++, porque no tiene overhead

#

o es mínimo

fallow dock
#

son... cuántos años de librerías y projectos en eso?

mortal dagger
#

¿40?

fallow dock
#

Rust puede crecer, seguro

#

pero no a costa de C++

mortal dagger
#

no, Rust trató de meterse en muchas partes que ya no las ganó

#

no aprovechó el arrastre del primer hype

#

embedded system ya lo perdió, sistemas operativos no ha hecho ni cosquillas, network-related o concurrente ya lo perdió contra Go

fallow dock
#

dije projectos y nadie me corrigió

mortal dagger
#

yo también siempre digo projectos HJKSLA

bold gull
#

May anyone help me to solve this problem?

#

(-√21)²

rough lava
#

Is it (-√21)(-√21) = (-)(-)√(21)(21) = 21?

What level of math class are you in?

bold gull
#

I am in 10th

#

I solved it like you have just did it.

#

But she told I was wrong, but I didn't understand why, and that is why i am asking.

rough lava
bold gull
#

I am starting to think She isn't as smart as she thinks...

rough lava
#

Can you take a picture of the problem?

#

Like it's written?

bold gull
#

You wrote it well.

rough lava
#

I'm wondering if there's some trick in the way your book wrote it though

#

So I want to see your book

#

Or homework or whatever

bold gull
#

Well, My camera is broken 😦

rough lava
#

Ouch haha

bold gull
#

Well, but the only thing I wanted to know if it was positive or negative.

clear tartan
#

if someone here speaks chinese, a little of help here please! how would you translate/adapt this idiom 铜筋铁骨? i went w “resilient” but idk man it ain’t convincing me

bold gull
#

Are you learning chinese?

clear tartan
#

mmh nooot quite, it’s difficult to explain

bold gull
#

What hentai comic are you trying to translate?

clear tartan
#

@cloud frost ✧#1628 could you please help me gatoabrazo

#

LMAOOO

#

that’s not it

#

even if it was

#

i would be asking japanese

#

not chinese help

bold gull
#

Why? are you weeb?

clear tartan
#

i have an anime in my profile, ain’t it obvious

#

it’s just a retranslation im working on

bold gull
#

actually no

clear tartan
#

the title of certain chapter used that idiom

#

and english translator translated it literally

#

when idioms are not supposed to be translated literally

bold gull
#

Ow, the google translater doesn't work very well when you trying to translate to chinese, japanese or korean.

clear tartan
#

pq estamos hablando en inglés

bold gull
#

No sé, pensaba que eras inglés.

clear tartan
#

si :// pero tengo un sitio que es muy bueno y te “explica”, por así decirlo

#

pero mi coso es verde

bold gull
#

No lo sé, suelo tener problemas distinguiendo colores.

clear tartan
#

oh, eres daltónico?

bold gull
#

No, pero sí que tengo muchos problemas distinguiendo colores, los veo todos.

clear tartan
#

oh sherlockthink

exotic kiteBOT
bold gull
#

Casi no puedo distinguir el morado y el rosa.

clear tartan
#

y qué ves en su lugar?

bold gull
#

Cuando veo rosa veo morado.

#

Cuando el color es muy fuerte sí lo puedo distinguir.

clear tartan
#

oh peepohide

rough lava
#

Well I assume the current translation is already this, but it's muscles of copper and bones of iron, and it just means you have a really strong body, we can't translate it for you naturally without knowing the context it was used in

#

It's your job to retranslate it so just pick a good word

#

There's no "right" answer

#

Also

#

Please don't post Chinese in the server

bold gull
#

How many lenguages do you speak?

eager wagon
#

👀

rough lava
#

I speak Japanese

#

Therefore I can read your expression

#

We don't use it in Japanese but the characters are pretty much the same

bold gull
#

Do you speak another language?

eager wagon
#

Language*

bold gull
#

There it's!

clear tartan
#

google also said it was like a metaphor for a strong person but “psychologically”, that’s why I used resilient. thanks! can’t help with context bc it’s the title of the chapter, but i can link that if you want

#

why can’t i post chinese

eager wagon
#

Es un servidor para hablar y aprender español e inglés

clear tartan
#

ah, pensé que preguntar en el off topic estaba bien

#

ya que estaban resolviendo un problema matemático

eager wagon
#

No, las reglas cuentan en todos los canales

clear tartan
#

entiendo, no lo volveré hacer sadcat

bold gull
#

pobrecita, yo sí le doy un abrazo.

clear tartan
#

soy mujer tho

fallow dock
#

@clear tartan muchos servidores prohiben otros lenguajes porque se vuelve imposible de moderar

#

no hace mucho vi a un troll insultando en ruso

bold gull
#

Allí está.

clear tartan
#

si, es entendible, pero no me daba el cuero para mandarle un mensaje privado a la persona que mencione

fallow dock
#

y la moderación tuvo que discutirlo como 15 minutos en privado porque nadie conocía ruso o el contexto cultural

bold gull
#

xd

fallow dock
#

(porque a veces un insulto no es un insulto)

clear tartan
#

sisi, recuerdas qué era? sé un poco de ruso y me dio curiosidad

fallow dock
#

(esto en otro servidor btw)

bold gull
#

Si te digo que te voy a tasajear, es un insulto?

fallow dock
#

decía "fucking pythoneers"

#

en un servidor de Python

#

o algo así

clear tartan
#

superó mis conocimientos

bold gull
#

Conocimientos de qué?

clear tartan
#

de ruso

bold gull
#

A ver, cuantos idiomas hablas pues?

clear tartan
#

solo 1

bold gull
#

:?

clear tartan
#

técnicamente solo hablo español

#

sé inglés

#

un poco de ruso

#

muy poco

#

no puedo leer algo sin un traductor/diccionario al lado

bold gull
#

Bueno, entonces hablas dos.

#

Español e inglés.

clear tartan
#

mi pronunciación es asquerosa

#

no lo cuento tbh

bold gull
#

Puedes pronunciar todas las letras del español?

clear tartan
#

obvio que sí, soy nativa

bold gull
#

Entonces de que te quejas, al menos tu sí puedes pronunciar todas las letras :,,,(

#

Why do I always end up talking about misfortunes? xd

clear tartan
#

eeeh? me cuesta pronunciar la r, si eso te hace sentir mejor

bold gull
#

Puedes darme un abrazo para consolarme?

clear tartan
#

wrong pic peepohugright

bold gull
#

Thank you, You made me feel handsome for 2 minutes

clear tartan
#

LMAOOOO

bold gull
#

Now, Excuse me, but I have to go to the bathroom

rough lava
#

It’s the title of the chapter yeah but probably something that happened in the chapter caused it to be named that

#

Whether a character showed strong spirit or was physically strong or something

#

That’ll influence the translation

clear tartan
#

I thought so, and read it very carefully but not really, the prince is a lazy ass, he’s just idling around YET is extremely intelligent

#

thank you very much for you help even tho i broke a rule blobheart

rough lava
#

What’s the name of the story?

clear tartan
#

“Lord Seventh” by chinese author, Priest

rough lava
#

I see

#

I only read up to sixth so I don’t know

clear tartan
#

ARE YOU FOR REAL

rough lava
#

Hm?

clear tartan
#

like, you read that novel? pandayay

#

rip english there

rough lava
#

I didn’t read lord seventh

#

Only lord sixth and before

clear tartan
#

i don’t think we are talking about the same novel then

rough lava
#

No we are I’m just bullshitting sorry lol

#

But this looks interesting

#

Maybe I’ll read it

clear tartan
#

it is! & really heavy in court politics

#

i like this author a lot

#

sadly i can read just translations

rough lava
#

In the chapter you said the prince is super lazy?

clear tartan
#

12

rough lava
#

Maybe they are referring to not his body being strong but more jokingly like heavy so he can’t move

clear tartan
#

oh,

#

yeah, that makes sense

#

but he can move

#

he’s just lazy

#

soooo i guess i will dismiss resilient as a possible adaptation then

mellow laurel
#

notlikeblob ahhhhhhhh I can't tell him

vestal pine
clear tartan
#

sighs, hang it there pikacry

ashen mist
#

Hola

narrow phoenix
plucky ibex
#

Buenas

sweet cape
#

Que se cuece por acá?

ashen mist
#

El arroz

fallow dock
#

comedy gold

ashen mist
#

Qué pasa? El tiempo

still radish
exotic kiteBOT
bold gull
shrewd pendant
#

@still radish good shit bro

bold gull
#

Brain: Did you understand? Me: Yes, I understood everything. Brain: Me neither.

#

-Sr Comedy.

median trail
#

@ashen mist what's an aux cable?

eager wagon
#

para las conexiones de sonido

median trail
#

no thinky, in networking an aux cable is different, I'm just not too sure how it works

eager wagon
#

oh

ashen mist
median trail
#

Owo

lusty widget
#

A Spanish man who spoke no English went into a department store to buy socks. He found his way to the menswear department where a young lady offered to help him.

"Quiero calcetines" said the man.

"I don't speak Spanish, but we have some very nice suits over here." said the salesgirl.

"No, no quiero trajes. Quiero calcetines." said the man.

"Well, these shirts are on sale this week." declared the salesgirl.

"No, no quiero camisas. Quiero calcetines." repeated the man.

"I still don't know what you're trying to say. We have some fine pants on this rack." offered the salesgirl.

"No, no quiero pantalones. Quiero calcetines." insisted the man.

"These sweaters are top quality." the salesgirl probed.

"No, no quiero sueter. Quiero calcetines." said the man.

"Our undershirts are over here." fumbled the salesgirl, beginning to lose patience.

"No, no quiero camisetas. Quiero calcetines." the man repeated.

As they passed the underwear counter, the man spotted a display of socks and happily grabbed a pair. Holding them up he proclaimed "Eso sí que es!".

"Well, if you could spell it, why didn't you do that in the beginning?" asked the exasperated salesgirl.

eager wagon
#

😄

median trail
#

@alpine cradle do you want to play a game about watching three videos and transcribing what you hear, the first one will be the easiest and the last one the hardest

#

in Spanish of course

alpine cradle
#

no HideThePain

median trail
#

why not

alpine cradle
#

I'm sorry, Edsel. I don't feel confident enough yet, but I promise to try it someday gatoamor

median trail
#

okay Sad_cat

vestal pine
alpine cradle
#

I love you gatoamor

#

as a friend

median trail
#

@ashen mist do you wanna play?

ashen mist
#

Jugar qué?

median trail
#

Read above

ashen mist
#

Ah, dónde está este juego?

median trail
#

I send you the videos and tell you from which minute to which minute you have to transcribe

ashen mist
#

Ok

#

Ok

median trail
#

Okay

#

Let's start with a series from Argentina called Violetta

#

transcribe from 0:00 to 0:30

#

This one os pretty easy

#

@ashen mist

vestal pine
mellow laurel
#

Stages of Corona virus by the news/Media:

Jan: it's not bad, it won't do anything
Feb 1st: it's spreading massively in China, BUT the flu is deadlier
Feb 10th: it's slowing in China
Feb 15th: I lied it's expanding in China
Feb 16th: China is lying about their numbers.
Feb 17th: WHO is curropt as fuck and paid off by China.
Feb 25th: it's infecting the world

vestal pine
#

we’re all just fucked mate

#

Might aswell start planning ur funeral

median trail
#

https://youtu.be/8-Lkc93ZCKE this video is from Spain, transcribe from 0:11 to 0:40 @ashen mist

Muchas gracias a todos por el apoyo durante este último año, un abrazo y nos vemos en los siguientes vídeos.

Quiero agradecer a Benjamín por dejarme su casa y hacer fiestas en ella, y por cierto que si alguno de málaga quiere ir a alguna fiesta de esas que se apunte esto: h...

▶ Play video
ashen mist
#

Lo hago cuando regrese a casa

median trail
#

ok

#

This one has different accents https://youtu.be/TeRGCaOOd2g transcribe from 0:30 to 1:10

This is the hardest one blobsmilehappy

Capítulo Completo:
https://www.telemundo.com/shows/2019/09/06/caso-cerrado-me-acoste-con-mi-cunada-y-la-deje-embarazada-tmvo9157566

Video oficial del controvertido programa de Telemundo Caso Cerrado. Eduard se acostó con su cuñada y le dejó embarazada. Lamentablemente su her...

▶ Play video
ashen mist
#

Oh no, caso cerrado jajajaja

#

Wtf el url jajajaja

median trail
ashen mist
#

"me acosté con mi cuñada y la dejé embarazada"

#

Weeeeyyy

median trail
#

hahahahah

#

Well I just want you to practice and this tv show is pretty good for that

#

:)

ashen mist
#

Gracias, me encanta ver porquerías en youtube

#

Por cierto, se dice weón en colombia?

median trail
#

When you are done with those two, I can give you a video with difficulty godlike 👀

#

Yes

ashen mist
#

O sea, una canción de Bad 🐰

median trail
#

it's not super common but it's a thing

ashen mist
#

Ah

median trail
#

hahaha nah

ashen mist
#

Es que estaba viendo un video de un canal colombiano, y un personaje llevaba todo el día diciendo "weón weón weón"

#

Tan pesado jajajajaja

median trail
#

hahaha

ashen mist
#

A ver si lo puedo encontrar

median trail
#

I see, I think I have never heard of anyone who said that word that many times

#

interesting

ashen mist
median trail
#

Ohhh I've seen that cartoon

#

sometimes it's funny

ashen mist
#

No hay que saber la historia entera, pero ese tipo con las gafas es el que dice weón todo el día

#

Quiero verlo otra vez cuando esté en casa jaja

median trail
#

lovehug I'm glad you enjoy colombian cartoons

ashen mist
#

Jaja también sigo el canal de Camilo Gaviria, quien es de Medellín, creo

median trail
#

I'm going to check

#

yes, he is haha

ashen mist
#

Decime qué opinás del personaje que dice weón constantemente jajaka

#

Su voz me choca también

median trail
#

I was watching a video when the guy said 'entre las parejash', that sh sound is common in Medellin*

ashen mist
#

En vez de "parejas"?

#

Pueees

median trail
#

yes

#

hahahha puessssss

#

that's the first step to become paisa

ashen mist
#

Ajajajajaj

median trail
#

it's not that hard to imitate a paisa

amber schooner
#

So when finding this discord server I also found out that there is a Japanese-English support discord as well

#

I couldn't get the invite to it though

#

Does anyone know where I could find it?

eager wagon
amber schooner
#

Thank you

bronze burrow
#

Oh yeah zoop

eager wagon
#

@amber schooner he visto tu mensaje en el canal de las introducciones. Sabes que puedes cambiar tu nombre en Discord?

ashen mist
#

@median trail intenté el video de caso cerrado jaja

median trail
#

hahaha did you make the transcription?

ashen mist
#

#

||Demandante: para mí, esto es un negocio. están haciendo dinero con mi hija, ilegalmente.
Demandada: muchas veces, en la vida, te pone la ficha, pero uno mismo hace su jugada
Juez: buenas tardes (demandante y demandada: buenas tardes), y bienvenidos. Eduard, tú eres el demandante del caso
Demandante: sí, señora
Juez: Dime quién es Diandra, y por qué la demanda, y qué pide para resolver el caso
Demandante: bueno, Diandra, es la esposa de mi hermano Difunto? y yo vengo aquí para que usted reconozca que yo soy el padre legimante de Valeria
Juez: el padre qué? el padre qué?
Demandante: I'm sorry, my my
Juez: It's okay, it's okay
Demandada: él él es padre de mi..
Demandante: I'm, I'm the legitimate father
Juez: of the, the biological father,
Demandante: the biological father, yes maam,
Juez: es el padre biológico
Demandante: de la criatura
Juez: de qué criatura
Demandante: de Valeria (demandada: de la mía)
Demandante: de la hija de ella
Juez: ahh, so viene aquí a que yo te haga, te declare, el padre legal de la niña
Demandante: también que me dé la custodia legal para que me la lleve yo a Duwyon? y usted trabajando ahora, en una hora constructiva? ??
Juez: ahora, explícame los hechos
Demandante: Diandra y yo éramos novios hace muchos años, 17 años,
y, en ese trámite de novios, yo estaba en unos pasos, equivocadomente
Demandada: él cae preso, él cae preso
Juez: okay
Demandante: me cogieron traficando marijuana de mexico a california. me cogieron con 30 libres de marijuana
Juez: ya tú sabes
Demandante: okay, me dieron una condena de 5 años, y en ese, en ese trámite de 5 años, conocía a Dios? bueno, conocía al Padre que venía, que era católico, que daba la misa en la prisión
Juez: mhmm
Demandante: when I get out
Juez: cuando sales||

median trail
#

omg I'm gonna take a look at it after going out of uni :)

ashen mist
#

ajaja ok

amber schooner
#

@eager wagon Sí, pero no puedo crear un nombre ahora

eager wagon
#

@amber schooner No tienes que crear una nueva cuenta, puedes cambiar esta

amber schooner
#

cierto...

#

Haré un nombre de marcador de posición (This sentence may be wonky. I used google translate for this one but only this one. The other ones I was able to create in my own.)

strange basin
#

This just cracked me up

eager wagon
#

@marsh linden has escuchado la vida moderna de hoy? 😄

marsh linden
#

nop

#

de que va

eager wagon
#

Llaman a una madre de un chico en la audiencia

#

Tienes que escucharlo, era muy divertido 😄

gusty ermine
#

The Sims 4 is $5.99 on Origin (https://www.ea.com/games/the-sims/the-sims-4/buy/pc) and supports the following languages:

  • English
  • German
  • French
  • Russian
  • Polish
  • Swedish
  • Italian
  • Dutch
  • Norwegian
  • Danish
  • Finnish
  • Brazilian Portuguese
  • Spanish
  • Czech
  • Chinese (Traditional)
  • Chinese (Simplified)
  • Japanese
  • Korean

Reddit thread: https://www.reddit.com/r/languagelearning/comments/faawbf/finally_i_found_a_game_in_my_target_language/

exotic kiteBOT
eager wagon
#

aaa

marsh linden
#

ok

#

lo hare

eager wagon
#

@gusty ermine Qué es eso?

gusty ermine
#

Un juego de simulación

eager wagon
#

👀

gusty ermine
median trail
#

I got 100/100 in my cisco ccna chapter two test UWU

eager wagon
#

mi nerd favorito blobaww

exotic kiteBOT
#

🆙 | Nilfirith has given @median trail a reputation point!

eager wagon
#

uwu

alpine cradle
#

t!cookie Nilfirith

exotic kiteBOT
#
Cookie 🍪!

Loxi has given Nilfirith a cookie!
What a tough cookie!

alpine cradle
#

t!cookie Edsel

exotic kiteBOT
#
Cookie 🍪!

Loxi has given Edsel Di Meo a cookie!
That's how the cookie crumbles!

fallow dock
#

\📥 13 | \📤 68
y esos numeritos qué representan?

alpine cradle
#

obtener/dar ratio, creo. No sé cómo se dice en castellano E_PeepoWide

fallow dock
#

oh

#

eso significa que el mío es 0-0

#

yo tampoco sé cómo se dice en español (?)

median trail
#

@ashen mist we are covering stuff about the ISO model hahah

#

why is this so complicated

#

||I see the way you are acting like somebody else... 🎵||

fallow dock
#

en realidad, las redes son un montón de tubos con pequeños gnomos corriendo muy rápido

#

es todo una mentira

median trail
#

my teacher just told us about errors in layers above 7 hahahah

fallow dock
#

uh

#

como por el 2005 conocía a un tipo que siempre decía "el error está entre la silla y el teclado"

#

rip

#

||era bien pesao||

mortal dagger
#

el famoso error en capa 8

#

pero el modelo OSI no sirve de nada, es una abstracción tan rara e impráctica

#

espero ansioso el día que se deje de enseñar así

fallow dock
#

@past harbor buena suerte con los exámenes pue!

#

confío en usted

past harbor
#

Gracias, mañana es el de Python

rain ermine
#

@narrow phoenix yay I broke my pc

narrow phoenix
#

what did you do?

rain ermine
#

The OS hasn’t booted and it keeps making this high pitched noise

#

Idk

#

I just cleaned the fans

narrow phoenix
#

could be your drive, idk

rain ermine
#

I just plugged it in to the psu

#

Wait

#

I plugged in the cable that went to the psu

#

After weeks

#

OMG

#

That’s gotta be it

#

Why won’t it work

fathom flame
#

Epic's gf is like √-100

rain ermine
#

What

fathom flame
#

A perfect ten

rain ermine
#

Ok wtf I broke my pc I’m a genius

#

Alex what should I do

fathom flame
#

But also imaginary

#

Jk

#

Ily peepolove did U buy a new pc?

rain ermine
#

No

#

This is my pc I wanna upgrade

fathom flame
#

How did u clean ur fans?

rain ermine
#

With a q tip

#

I’m just gonna hard reset it

#

See if that works

#

Nope

#

Something must not be connected

grizzled hedge
#

Lol

#

Sqrt(-100)

fathom flame
#

Then connect it thinky

rain ermine
#

No

#

Idk what is it

#

And also isn’t it unsafe to touch your pc when it’s been plugged in

fathom flame
#

Then unplug it thinky

rain ermine
#

I did

#

Pero cba sabes

severe vortex
#

@rain ermine What exactly is the issue

rain ermine
#

Watch the video

#

Also

severe vortex
#

doesn't tell me what the issue is

#

It's just flashing lights

rain ermine
#

Everything is plugged in and the OS won’t boot up

severe vortex
#

Can you get into the bios?

rain ermine
#

Nope

#

Nothing shows up

#

Just black

severe vortex
#

The high pitched noise is probably coil whine

rain ermine
#

Uhh

#

What’s that and where could it be happening

#

This is why I don’t trust myself to upgrade my pc

severe vortex
#

So all you did was open the case to clean the fans and that lead to this?

rain ermine
#

Yes

#

Maybe I accidentally tilted it over thonk

#

I didn’t know they were this sensitive

severe vortex
#

Do you get the motherboard boot screen at least?

rain ermine
#

No

#

blobnotlike I broke it

#

Could it be an HHD problem?

severe vortex
#

Nothing on the screen at all, just black?

rain ermine
#

Yes

severe vortex
#

Does it ever say no input?

rain ermine
#

Umm

severe vortex
#

on the monitor

rain ermine
#

No

#

It just shows HDMI-1

severe vortex
#

sounds like a GPU issue maybe

rain ermine
#

Oh no

severe vortex
#

cause if it were the hard drive I believe you would be able to boot into the bios you just wouldn't be able to boot the OS

rain ermine
#

Oh

#

Well

#

I did touch the gpu but it wasn’t that hard

severe vortex
#

also what's with the LEDs

rain ermine
severe vortex
#

is the floor carpet and are you wearing shoes?

rain ermine
#

Yes the floor is carpet

#

And no I have socks on

#

Could I wear my crocs

severe vortex
#

😬

#

did you ever feel static electricity?

rain ermine
#

No

#

Also

severe vortex
#

that's good

rain ermine
#

Prior to this

severe vortex
#

but yeah put on shoes

rain ermine
#

My pc had been unplugged for several days

glass dragon
#

You broke your computer?

rain ermine
#

I guess

#

Now i really have a reason to replace everything

severe vortex
#

take note of the lights that are on on your motherboard and check with the manual to make sure everything's ok there

glass dragon
#

Well bunny said it could be the GPU. Try plugging your monitor into your Mobo instead

rain ermine
#

I think it already is

severe vortex
#

not your graphics card?

rain ermine
#

I’ll go check

#

the lights on the mobo

#

It’s making that noise again...

glass dragon
#

That noise didn't seem relevant

severe vortex
#

If the noise is coil whine then it's no issue

exotic kiteBOT
severe vortex
#

just annoying to listen to

glass dragon
#

Try plugging your monitor into the motherboard instead of the video card

rain ermine
#

I don’t know if I can do that

glass dragon
#

Why not?

rain ermine
#

I don’t see anywhere to connect it to

#

sigh

glass dragon
#

What motherboard is it

rain ermine
#

Some trashy one turtleverysad with no hdmi cable

#

Port

glass dragon
#

Specifically though

#

Which motherboard is it

severe vortex
#

does it have DVI or VGA?

rain ermine
#

I believe so

ashen mist
#

@median trail ah genial. Prefiero el modelo de TCP/IP pero está bien conocer los dos

glass dragon
#

Do you have any different monitor cables?

rain ermine
#

No

severe vortex
#

Ask your parents if there are any in the house

fathom flame
#

Just buy a new pc thinky

rain ermine
#

No

#

It’s not that easy

#

Uhh

#

About that

glass dragon
#

What motherboard is it?

rain ermine
#

The um

#

Gigabyte GA-78LMT-USB3 R2 🗿

#

Trash

glass dragon
#

That has an HDMI port

fathom flame
#

Help him so I'll see him playing Minecraft

rain ermine
#

I don’t see it

glass dragon
#

It's right below the vga port but above the USB ports

rain ermine
#

Wait a second 💀

glass dragon
rain ermine
#

Also I found another hdmi port

#

On the gpu

#

Should I plug it to that

glass dragon
#

No

#

Try the motherboard first

rain ermine
#

You sure that isn’t the motherboard one

glass dragon
#

Is that what it was plugged into this whole time?

rain ermine
#

Yes

glass dragon
#

Have you not been using your gpu this whole time

rain ermine
#

YOO

#

I-

glass dragon
#

Epic

rain ermine
#

IM STUPID

fathom flame
#

LMFAO

rain ermine
#

IT WORKED

fathom flame
#

Ur so epic

rain ermine
glass dragon
#

Wait did you just build this?

rain ermine
#

Nah it’s shit prebuilt

glass dragon
#

Or have you been not using the GPU for the whole time?

rain ermine
#

Idk

glass dragon
#

So... How long have you not been using the GPU?

rain ermine
#

All this time 💀

glass dragon
#

But how long is that

rain ermine
#

A year idk

#

I hope my pc isnt fucked

#

Ah yes

#

Proof that I need an ssd

glass dragon
#

Dude you're gaming experience is going to be so much better now

rain ermine
#

100% disk

#

Chrome as always takes forever to load on this crappy system

glass dragon
#

Maybe your computer isn't shitty at all

#

Yeah man chrome sucks

#

It's a known ram hog

rain ermine
#

I have 8gb

grizzled hedge
#

Wow haha nice

rain ermine
#

Probs gonna upgrade

glass dragon
#

Anybody who still uses chrome is stuck in the past

rain ermine
#

I love it tho

#

I have all my things saved on it

fathom flame
#

Overclock ur pc 🧠 you'll see the diff

rain ermine
#

Uh no ty

glass dragon
#

You can save your bookmarks and import them into other browsers

#

But you can't complain chrome sucks and not switch

fathom flame
#

What browser du recommend

glass dragon
#

Literally anything else

rain ermine
#

Chrome is my friend tho turtleverysad

glass dragon
#

Edge is supposedly the most secure still

grizzled hedge
#

Chrome is gross

glass dragon
#

But I know people who are stuck in the past using chrome don't want to hear that edge is hood

#

Good*

rain ermine
#

My monitor is a poopoo

grizzled hedge
#

I don’t use edge just because windows keeps pressuring me to use it

#

Like leave me alone

glass dragon
#

What speed is your drive epic

rain ermine
#

How can I check that

glass dragon
#

Maybe in your device manager

#

But maybe also just in your PC properties or whatever it is when you right click my computer and choose properties

rain ermine
#

Wow my disk really slows down my pc

#

Because my cpu isn’t being used that much at all

fathom flame
#

Install windows xp

#

You'll see the diff

rain ermine
#

No

#

I want windows 10

glass dragon
#

10 delegates resources so much better

#

He would be stupid to install xo

#

Xp

grizzled hedge
#

Yeah... honestly I don’t get the hate around 10 - it seems fine

glass dragon
#

People stuck in the past

rain ermine
#

Windows 7 died 🗿

glass dragon
#

What speed is your hard drive

rain ermine
#

But I remember using it

glass dragon
#

Focus buddy

#

Focus

rain ermine
#

Amaroq idk yet

#

Device manager isn’t helping me

fathom flame
#

Epic did u use xp?

rain ermine
#

No

#

JUST 7

#

now let me talk to ama

glass dragon
#

Stop typing here

#

Google how to find your hard drive speed in win 10

fallow dock
#

I haven't used Windows in years, but I absolutely hated how it randomly decided to do stuff I didn't tell it to do, and in many cases you have no way to set things up

fathom flame
#

Now u use Linux? thinky

glass dragon
#

Yeah windows 10 is definitely worse at that than the previous versions

fallow dock
#

uh, I'm on Linux, yeah

rain ermine
#

Baseboard version: sex

#

Nice

fallow dock
#

i use arch btw

glass dragon
#

That's not your hard drive speed blobglare

fathom flame
#

I dunno what happened I tried to use thinky thinky

rain ermine
#

Ik

#

Where do I go

glass dragon
#

To google

rain ermine
#

I’m at system info

glass dragon
#

Type in "find hard drive speed windows 10"

#

Honestly

#

You kids grew up with technology but you never view it as the solution to your problems

rain ermine
fathom flame
#

Is Epic help him

rain ermine
#

Lmao

glass dragon
#

Go to Google. Type in "find hard drive speed windows 10"

#

Go to Google. Type in "find hard drive speed windows 10"

#

Go to Google. Type in "find hard drive speed windows 10"

rain ermine
#

Just did that lol

#

JESUCRISTO

glass dragon
#

Ok good now tell me the speed

rain ermine
#

Got it captain

#

Give me a minute or 2

#

Umm

#

Hmm

fathom flame
#

I found it dogekek

rain ermine
#

What

#

@glass dragon 7,200rpm

glass dragon
#

Oof

rain ermine
#

What’s the desirable speed

glass dragon
#

Debes refortarear

#

7200 está bien

#

Tienes un problema

rain ermine
#

Dime

glass dragon
#

El problema?

rain ermine
#

Yes

glass dragon
#

Probablemente tienes algunas virus

rain ermine
#

SHII

glass dragon
#

Debes refortarear

#

Reformatear

rain ermine
#

Ok how do I do that

glass dragon
#

Google

#

You'll lose everything

rain ermine
#

Nuu

glass dragon
#

I bet you have like 300 viruses

rain ermine
#

What should I google

glass dragon
#

"how to reformat my hard drive in Windows 10"

rain ermine
#

Will this delete all my data

glass dragon
#

Yes

rain ermine
#

I want to keep them turtleverysad

glass dragon
#

Try uninstalling every program you don't absolutely need

#

See if that helps

#

But if it doesn't (which I don't think it will) you will simply need to cut your losses, reformat your PC, and use safer browsing practices in the future

rain ermine
#

Or just get an ssd wesmart

heavy agate
#

I would try malwarebytes, but yeah, I just usually reformat.

glass dragon
#

No, then the viruses will spread to that drive, too

rain ermine
#

I’m using malwarebytes rn

#

To scan my pc

glass dragon
#

If you get an SSD, you'll want to stay fresh anyway, but there's absolutely nothing wrong with a 7200rpm hard drive

#

Yeah, you did that last time we were talking about this

rain ermine
#

LMAO

glass dragon
#

Your drive is just way too infected

rain ermine
#

that’s why I’m gonna upgrade my pc almost 100%

#

With a new everything

glass dragon
#

But again, you can always try uninstalling every program you don't absolutely need and see what happens

#

I bet your computer is pretty good epic

heavy agate
#

I keep 2 hard drives in my computer for storage and an ssd for windows. I also have an external in case I something really bad happens.

rain ermine
#

No 💀

glass dragon
#

Get rid of the viruses and plug your HDMI cable into the right thing

fathom flame
#

Then reset ur pc without losing ur files thinky

glass dragon
#

It will run very well

rain ermine
#

How

fathom flame
#

Uh if I remember well

glass dragon
#

It won't help epic

heavy agate
#

I'm always ready to reformat on the fly, lol

fathom flame
#

Search on cortana reset my pc

glass dragon
#

You can't get rid of viruses by keeping your files

#

682751099765129284

lone furnaceBOT
#
Amaroq

🔗 Go to message ↦
But again, you can always try uninstalling every program you don't absolutely need and see what happens

glass dragon
#

Maybe you have some really shitty program running in the background

rain ermine
#

I’ve disabled those

glass dragon
#

Oh then yeah

#

Reformat

rain ermine
#

Now I’m checking to see what I don’t need

#

God damn why is it so slow it’s never been this slow

fathom flame
#

how many programs du have installed on ur pc? thinky

heavy agate
#

Also make sure your not too low on disk space. And, when was the last time you blew the dust out of the computer?

glass dragon
#

He blew it out today

rain ermine
#

Also

#

I have tons of space left

glass dragon
#

Yeah it's a million viruses

#

It's time to just admit it and reformat

rain ermine
#

All my files

#

From my roblox adventures

heavy agate
#

ah ok. 80% of all the people who bring their computers to my shop have dust causing heat problems, lol.

rain ermine
#

I never have heat problems

#

Great it froze

#

Nvm

glass dragon
#

Yep, you probably got the viruses from weird ass Roblox stuff you downloaded

rain ermine
#

What no

#

They were personal files

#

Obs files

glass dragon
#

Oh

rain ermine
#

Can’t with this computer anymore

glass dragon
#

I stand by my diagnosis

#

682750442437869587

lone furnaceBOT
#
Amaroq

🔗 Go to message ↦
But if it doesn't (which I don't think it will) you will simply need to cut your losses, reformat your PC, and use safer browsing practices in the future

rain ermine
#

I want my files

heavy agate
#

If you're near Michigan, USA I can't help you...

#

I can**

fathom flame
#

is ur cpu always at 100%? thinky

rain ermine
#

I’m in Texas

#

No

#

It’s the disk

heavy agate
#

darn

#

I do what you need for a living.

#

I was born in Dallas haha, but I have lived in Michigan my whole life.

fathom flame
#

mhm try to perform a disk check

gusty ermine
#

pc froze outta nowhere?

#

get a mac and dont look bac lol

#

happened to me twice with pc

#

if you have to lose everything, try something new

#

i've had zero issues for 6-7 years

rain ermine
#

Nah macs have no upgradability

gusty ermine
#

What's an upgrade worth when your PC freezes?

#

Just sayin lol

fathom flame
#

He just wants his pc for gaming

ashen mist
#

Linux

mortal dagger
#

Linux

thin copper
#

Windows 7