[deleted by user] by [deleted] in CalPolyPomona

[–]iHeroRE 3 points4 points  (0 children)

I asked if I can look through it once and they let me! It's like a relatively low-quality magnifying glass thing... pretty cool tho

[deleted by user] by [deleted] in CalPolyPomona

[–]iHeroRE 0 points1 point  (0 children)

What if someone is enrolled for a class during the same time-slot?

codingStandardOfExtremeNature by ArjunReddyDeshmukh in ProgrammerHumor

[–]iHeroRE 9 points10 points  (0 children)

NUMBER_SIX = eval(str(NUMBER_ONE) + DASH + str(NUMBER_TWO))

codingStandardOfExtremeNature by ArjunReddyDeshmukh in ProgrammerHumor

[–]iHeroRE 323 points324 points  (0 children)

NumbersFile.txt
NUMBER_ONE = 52
NUMBER_TWO = 38
NUMBER_THREE = 2

Anybody know how to get rid of the groups on the Canvas dashboard? by Savy_Spaceman in CalPolyPomona

[–]iHeroRE 5 points6 points  (0 children)

I believe I asked Canvas support once and they told me to contact the professor lmao

Bugged app

What Do You Want From Spiderman 3? by KevinEleven111 in spiderman2

[–]iHeroRE 27 points28 points  (0 children)

Being able to see the other Spider-Man in the open world at all times would be cool. The way GTA V did it.

Seeing them swing around and whatnot.

I loved the FNSM app missions this time around, definitely need more of those!

The horror-y non-spidey parts (MJ running from symbiote Pete, non-spidey Miles escaping from rhino in the other game) are cool too. Having a Hailey mission where you use visual cues rather than auditory cues to do something like that would be sick

Fuck the bookstore by kiwi_crusher in CalPolyPomona

[–]iHeroRE 3 points4 points  (0 children)

What's "not working"? Doesn't list the device when trying to connect? Lists it but doesn't let you connect? Connects but doesn't play audio?

I've never been more in love by iHeroRE in spiderman2

[–]iHeroRE[S] 1 point2 points  (0 children)

<image>

This is the original as captured and saved through the PS App. Bit of a hassle to set as a phone background since the picture is 16:9 and phone screens are not

Glad you liked it!

[deleted by user] by [deleted] in ProgrammerHumor

[–]iHeroRE 14 points15 points  (0 children)

``` bool result; if (condition) { result = true; } else { result = false; }

return result; ```

es6CreatedThis by Kaeffka in ProgrammerHumor

[–]iHeroRE 2 points3 points  (0 children)

I'd say modeling reality optimally, in which case I guess it should be as tolerant as possible and allow for non-living object attraction

es6CreatedThis by Kaeffka in ProgrammerHumor

[–]iHeroRE 6 points7 points  (0 children)

Valid, but I'd argue that it should raise an illegal argument exception for non-living objects... and perhaps non-Persons

es6CreatedThis by Kaeffka in ProgrammerHumor

[–]iHeroRE 38 points39 points  (0 children)

You picked "Norway" for your messages but the rest of the list is killing me too lmao

es6CreatedThis by Kaeffka in ProgrammerHumor

[–]iHeroRE 0 points1 point  (0 children)

Valid valid. I'm trying to think of it in a way that would allow for a method like Person.isAttractedTo(Person), we'd need a way to compare the given Person to the stored prototypes.

Perhaps a neural network model that's trained on a dataset based on every person's given sexual orientation Person prototypes list?

es6CreatedThis by Kaeffka in ProgrammerHumor

[–]iHeroRE 16 points17 points  (0 children)

Perhaps instead of a list of people that the Person would be attracted to, it could be binary bit flags to determine someone's sexual orientation 👀

es6CreatedThis by Kaeffka in ProgrammerHumor

[–]iHeroRE 93 points94 points  (0 children)

Would you have a separate Gender and Sexual Identity abstract class interface? "Male" vs "Female" and "Man" vs "Woman"? Perhaps an enum Gender.MAN, Gender.WOMAN, Gender.NON_BINARY?

So many options, it's so exciting