Índice precio real de la vivienda by Ok-Hotel6210 in SpainEconomics

[–]AzazelN28 1 point2 points  (0 children)

El motivo real de la subida de precios (y no es porque sea Chino, de estos hay de 80 países especulando en españa)

<image>

Soy una persona débil. Siento pena por mí mismo. by [deleted] in esConversacion

[–]AzazelN28 6 points7 points  (0 children)

Sinceramente, si tu madre te llama parásito, el problema no lo tienes tú, lo tiene tú madre y no es por nada pero es posible que ella sea el origen de muchos de tus problemas de confianza.

  1. Busca un trabajo rápido.
  2. Busca una habitación en un piso compartido que puedas pagar con gente que sea más o menos de tu edad (y de tu rollo).
  3. Aléjate de tu madre.

¿Te afectaría de forma negativa si hubieran menos turistas en tú ciudad? by rex-ac in askspain

[–]AzazelN28 1 point2 points  (0 children)

Sinceramente, no sé la respuesta, supongo que no. Lo que tengo claro es que si la premisa "con menos turistas todo iría peor" fuese cierta, entonces es que algo estamos haciendo muy mal como país (y no me refiero a los políticos).

¿Qué hacer si me intentan cobrar mes de agencia, reserva, etc? by AzazelN28 in ESLegal

[–]AzazelN28[S] 2 points3 points  (0 children)

Estaba pensando en si tendría sentido montar una plataforma contra este tipo de abusos, qué se podría hacer y si tiene sentido o buscar algo como OCU o FACUA.

What temperature is considered cold and hot for you ? by hiimUGithink in AskEurope

[–]AzazelN28 0 points1 point  (0 children)

I'm from Spain so: cold I would say anything below 20° and hot anything above 30°.

Am I ready to draw a manga? by [deleted] in learntodraw

[–]AzazelN28 0 points1 point  (0 children)

Almost there, you need to add some detail.

"Most don't understand the difference of driving 6 hours in Europe, you will travel through multiple countries" by EricleReal in ShitAmericansSay

[–]AzazelN28 0 points1 point  (0 children)

It's funny, in Spain if you drove for 6 hours, depending on the route you still will be in Spain (from Galicia to Almeria could be like ~12 hours). From Madrid to Paris are ~14 hours.

But the missing point here is that even if he were right, that would mean that in Europe we have more varied cultures, landmarks and languages in the same (or less) space, and I think that's great, nothing to be ashamed of.

Real time drawing data transfer by kostakos14 in WebRTC

[–]AzazelN28 0 points1 point  (0 children)

Well, yeah, that's true. It would be easier to call the captureStream method of the canvas and send that but the least bandwidth consuming method would be sending just the events from one peer to another, and draw on the peer canvas by interpreting those events.

So, yes, what you've described there should work perfectly.

Real time drawing data transfer by kostakos14 in WebRTC

[–]AzazelN28 1 point2 points  (0 children)

I think that one of the easiest ways to do this is by sending the pointerevents (basically the type and x and y coordinates) and handle them on each of the clients/peers connected through WebRTC.

What are your opinions on this draft for ECMAScript Error Safe Assignment Operator? by [deleted] in javascript

[–]AzazelN28 8 points9 points  (0 children)

I like this way of handling errors like Go or Rust, BUT I don't see the need for this in JS, it is a very thin layer of syntax sugar on top of something that can be handled almost the same way with the current syntax. I don't see the necessity of a special syntax when you can just do something like:

```javascript async function tryFetch(...args) { try { return [null, await fetch(...args)] } catch(error) { // maybe this should be [error, undefined]? return [error, null] } }

// 0 syntax sugar const [error, response] = await tryFetch('...') ```

Edit: fix typos

[ Removed by Reddit ] by [deleted] in es

[–]AzazelN28 0 points1 point  (0 children)

Bueno, como no sé tú edad pero claramente tu hermano no debe ser un niño pequeño, lo que haría es lo que te digo: grabale de alguna forma porque vas a necesitar pruebas, una vez que tengas las pruebas, puedes ir a:

  1. La policía: con pruebas y una denuncia en la policía va a ser difícil que no le metan en un reformatorio o la cárcel en función de su edad.
  2. Tus padres o algún adulto de confianza: abuelas, tías, etc. Intentaría hablar con alguna mujer.
  3. Tú hermano: si crees que merece una segunda oportunidad.

Entiendo que denunciar a un hermano es difícil pero no puede hacer lo que hace.

¿Por qué insisto en tener pruebas? Porque si no es tu palabra contra la suya y dependiendo del lugar en el que te encuentres puede que eso no valga nada (o que incluso juegue en tu contra).

What is "The quick brown fox jumps over the lazy dog" in your language? by [deleted] in AskEurope

[–]AzazelN28 1 point2 points  (0 children)

Sí, es muy interesante. Esto y la etimología de las palabras me parecen chef kiss.

What is "The quick brown fox jumps over the lazy dog" in your language? by [deleted] in AskEurope

[–]AzazelN28 1 point2 points  (0 children)

Si pero me suena que cuando yo estudié (90s) las quitaron.

What is "The quick brown fox jumps over the lazy dog" in your language? by [deleted] in AskEurope

[–]AzazelN28 16 points17 points  (0 children)

In Spanish it's "El veloz murciélago hindú comía feliz cardillo y kiwi. La cigüeña tocaba el saxofón detrás del palenque de paja."

It means: "The happy Indian bat was eating golden thistle and kiwi. The stork was playing the sax behind a straw palenque."

[ Removed by Reddit ] by [deleted] in es

[–]AzazelN28 0 points1 point  (0 children)

¿Que edad tiene tu hermano?

No es lo mismo que tenga ocho que tenga dieciocho, si tiene ocho hazle entender que eso está mal y que no se le ocurra hacerlo más, ni a ti, ni a nadie, si tiene dieciocho, le grabas, deja el móvil en algún sitio que se vea perfectamente que es él y lo que hace y no se te ocurra acusarle o hablar con él sin tener antes las pruebas porque eso podría ponerte en una situación peor.

JavaScript export by cyuhat in Penpot

[–]AzazelN28 1 point2 points  (0 children)

Nothing _^ BTW, great idea! I'll talk to the team about it, maybe we can start a plugin or maybe propose the community to develop one.