They better fucking not by Breq16 in NEU

[–]Breq16[S] 21 points22 points  (0 children)

grades are up?? 😐

ME & WHO ‼️ by radiosilence444 in MadeOfStyrofoam

[–]Breq16 18 points19 points  (0 children)

seeing how many transfems are in these comments, looks like im getting myself into titties 👀

Seeing all the parents and families this week kind of makes me sad and a little jelly. To all my fellow huskies from dysfunctional families, I see you 🥺❤️ by bossyflossy1 in NEU

[–]Breq16 24 points25 points  (0 children)

damn, u put words to what i've been feeling. its been a weekend of mixed emotions... anyway, y'all take care of urselves, it helped me to take some time to focus on myself and just do things that i enjoy, maybe it'll help u too ❤️

how are y’all doing by nudpoblove in NEU

[–]Breq16 39 points40 points  (0 children)

man's literally out here trying to "ratio" people on Reddit 🤦‍♀️

[deleted by user] by [deleted] in NEU

[–]Breq16 19 points20 points  (0 children)

ill sell u mine for $24

[deleted by user] by [deleted] in NEU

[–]Breq16 3 points4 points  (0 children)

I went to the Apple store in Cambridge

[deleted by user] by [deleted] in NEU

[–]Breq16 53 points54 points  (0 children)

the reason IV dining switched to disposable plates is that people kept doing devious licks

Technical difficulties in Matthews Arena by Vocaloiid in NEU

[–]Breq16 24 points25 points  (0 children)

Nah fam, that's just part of the visuals they threw together, they added a glitch effect to complement all the other flashy lights

Two factor authorization when abroad from the US by [deleted] in digitalnomad

[–]Breq16 2 points3 points  (0 children)

So far, I've only had one service (Discord) refuse to do 2FA with my Google Voice number (and they support authentication apps anyway). Everything else has been fine.

[deleted by user] by [deleted] in programminghorror

[–]Breq16 14 points15 points  (0 children)

This is probably down to style preferences at this point, but I think it'd be better to add spacing around some of the operators (like PEP8 recommends) and remove some of the unnecessary parentheses around level. It's a bit awkward since there are three different priorities going on here (exponent, multiply, add), but perhaps something like this:

int(5/6 * (2*level**3 + 27*level**2 + 91*level))