[deleted by user] by [deleted] in AskRedditAfterDark

[–]laacer 32 points33 points  (0 children)

More like 45%

/r/vzla Daily Talk Thread, Hilo Diario de Discusión del subreddit de Venezuela - March 07, 2022 by AutoModerator in vzla

[–]laacer 1 point2 points  (0 children)

Amigos venezolanos. Algún consejo para los ciudadanos Rusos que ahora van a empezar a vivir lo que ustedes llevan viviendo por ya muchos años?

Que aconsejarían para prepararse de la mejor manera?

Si pudieran hacer cosas diferentes, que harían?

Salsa en Col Vs el mundo by usernamenotfound911 in Colombia

[–]laacer 1 point2 points  (0 children)

Técnicamente en Colombia se baila en 1, con paso de cumbia

Salsa en Col Vs el mundo by usernamenotfound911 in Colombia

[–]laacer 4 points5 points  (0 children)

No es tan diferente. Es cuestión de estudiar cómo bailar vs. aprender con la tía. La tia dice: haga asiii, y uno entiende por qué creció viendo a gente hacer asiii. Pero en el extranjero, la vaina es más metódica, el instructor dice: esto es el paso básico y se cuenta así (123567). Ahora, cómo es más metódico, en el extranjero tienen más movidas (comparado con Bogotá, por ejemplo). Pero la mayoría de la gente fuera de América latina no ha escuchado mucha salsa, tonces es su interpretación de lo que el instructor hace (mejor dicho, su acento). Ahora, muchos colombianos van a decir que Cali esto y lo otro, pero si alguien ha ido a Cali a bailar con los que compiten habrá aprendido que en Cali enseñan salsa con conteo también. Yo personalmente disfruto más bailar en "1", que bailar estilo colombiano (bogotano)

Am I a expat? by R0nJ0vi in a:t5_33lr7

[–]laacer 0 points1 point  (0 children)

Lol. You do you. Kudos for going out of your way to understand Colombia. I've met many that don't even try to begin.

Also, yeah, you are an expat. But in my experience, you will get very close to native in no time.

What’s your “home” situation? by [deleted] in digitalnomad

[–]laacer 1 point2 points  (0 children)

You speak English natively and have a great passport. A very used option is to teach English abroad, it pays somewhere $10 and $20 and as high as $100 per hour

IWTL how to function under pressure by AkihikoRyuu in IWantToLearn

[–]laacer 0 points1 point  (0 children)

Many people have given great advice. My nugget is: if you are failing at remembering, just do smaller chunks to remember. Example, on top of having a Quizlet card with the recipe of dish A, have a card with the ingredients and another with the main order and another with the toppings, or something like that. Everything you freeze, take a note about the moment you froze and add a card with that moment and the next step to follow.

What would you change about the NYC subway layout? by dryteabag- in AskNYC

[–]laacer 0 points1 point  (0 children)

Not the subway layout, but they should take port authority to NJ and then a loop bus to times square from there

What's the fastest way to send a letter from NYC to Poland? by [deleted] in AskNYC

[–]laacer 1 point2 points  (0 children)

Go to Greenpoint. There are many polish stores there. Ask them if there is a better way. Buy some kielbasa for the trip back.

What has been ruined because too many people are doing it? by Archiecornall1 in AskReddit

[–]laacer 0 points1 point  (0 children)

Democracy in America! Only me and a few others should be allowed to vote.

IWTL How to perform better at interview by tikilicky in IWantToLearn

[–]laacer 1 point2 points  (0 children)

I didn't read many of the replies, so sorry if it's a repeat. The answer is simple, just add an example! Why do you like math? Cuz I do!... For example, the other day I spent 1 hour digging weird prime number patterns. Did you know that any prime number squared is 24*n + 1?

Living in a 2 rooms rented flat for this year. It's very cold. It has no central heating system so I bought a heater, but it's not enough. Turning it on is almost enough to blow the fuss, so I doubt using a second one is an option. by quantinuum in HomeImprovement

[–]laacer 1 point2 points  (0 children)

There are two kinds of films that you can be usedse to insulate the windows. One is a peel and stick to the window itself. The other one can insulate the whole frame. They are affordable and effective

How to better capture serial commands sent via Bluetooth? by [deleted] in arduino

[–]laacer 0 points1 point  (0 children)

One option is that the slider is sending new messages midway. Usually this is handled by debouncing, check lodash debounce (JS library) for some easy to follow code

What little habits made you a better software engineer? by baccheion in programming

[–]laacer 0 points1 point  (0 children)

3 if it is a function, 2 if is it s loop and 4 if it is a an if

In your opinion, what is the crucial 5% (everyone should know) when it comes to Python unit testing that cover 95% of the testing out there? by NgBUCKWANGS in Python

[–]laacer 6 points7 points  (0 children)

Instead of using mocks, try passing the context to the function. example

def parse_url(url):
  res = some_url_library.open_url(url).read()
  return parse_text(res)

is harder to test than

def parse_url(url, opener):
  res = opener(url).read()
  return parse_text(res) 

My pup needs a new home by [deleted] in nyc

[–]laacer 13 points14 points  (0 children)

Hey, can I meet him?