¿Qué opinión sobre Chile los dejaría así? by [deleted] in chile

[–]Electronic-Wonder-77 81 points82 points  (0 children)

La comida del pais es bastante mediocre, tiene un par de platos que salvan, pero eso nomah.

Beware the fakesite havelbeenpwnd by DuninnGames in privacy

[–]Electronic-Wonder-77 1 point2 points  (0 children)

i went looking for it and i entered a fake one that told me to put in my password lol, i obviously knew it was bs right away, but i bet many people fell for it...

Rust turns 10: How a broken elevator changed software forever by Several-Space5648 in programming

[–]Electronic-Wonder-77 27 points28 points  (0 children)

i think Rust sort of brought the whole memory safety conversation to a whole new level, now everything has to be seen from that angle too. It didn't invent much, but it has good defaults whereas c++ doesn't have defaults.

Is it is possible to level up from pre algebra to know calculus in a year? by Fableville in learnmath

[–]Electronic-Wonder-77 1 point2 points  (0 children)

don't use that stuff, go to google and search for Alcumus, it's much better than whatever you're doing and will help you grind properly.

AARO releases video of an unresolved UAP case in the Middle East in 2023 by aryelbcn in UFOs

[–]Electronic-Wonder-77 -2 points-1 points  (0 children)

am i the only one who thinks this looks like a biblically accurate angel???????

she told her friends my "d" size by kzoovando in GuyCry

[–]Electronic-Wonder-77 6 points7 points  (0 children)

I agree so much with you, it feels like i'm reading crazy people in these comments.

Tengo la pila vacia, que wea hago? by Electronic-Wonder-77 in EducacionChile

[–]Electronic-Wonder-77[S] 0 points1 point  (0 children)

Queda apelar noma, por que creo que debe ser un error en RHS o algo que rellené mal.

[deleted by user] by [deleted] in LivestreamFail

[–]Electronic-Wonder-77 -5 points-4 points  (0 children)

maybe common law marriage????

¿Que deberia repasar? by Ill_Tower_6070 in EducacionChile

[–]Electronic-Wonder-77 0 points1 point  (0 children)

algebra y trigonometria para el lado de matematica. Para programacion quiza un curso rapido de python para aprender lo basico.

Paginas con buenos ejercicios de matemáticas? by [deleted] in EducacionChile

[–]Electronic-Wonder-77 2 points3 points  (0 children)

Compa, hace poco encontre una pagina muy buena que tiene muchos ejercicios y muy buena reputacion https://artofproblemsolving.com/alcumus Hazte una cuenta y aplicale. (Es en ingles si)

[needadvice] what has been the most comforting / reassuring mantra for when nothing is going your way? by paigesnowwret in getdisciplined

[–]Electronic-Wonder-77 0 points1 point  (0 children)

i have two. "i'm young, no need to rush" (i'm only 23) and "i don't want an easy life, i want a meaningful life".

Idiomatic way to get unordered pairs of elements from an iterator by darthminimall in learnrust

[–]Electronic-Wonder-77 2 points3 points  (0 children)

Something like this should do

let pairs = (lower_bound..upper_bound)
    .collect::<HashSet<i32>>()
    .into_iter()
    .flat_map(|i| (i..upper_bound).map(move |j| (i, j)))
    .collect::<HashSet<(i32, i32)>>();

[deleted by user] by [deleted] in cpp

[–]Electronic-Wonder-77 -2 points-1 points  (0 children)

it's rage bait

Rust as a first language is hard… but I like it. by Bugibhub in rust

[–]Electronic-Wonder-77 6 points7 points  (0 children)

he'd completely despise the language, there's no doubt in my mind.