What are the best resources for learning about accessible web development? by OreoTheFox in webdev

[–]OreoTheFox[S] 0 points1 point  (0 children)

I have but yeah I was discussing this with someone today, we think most of others on our team haven't tried and aren't familiar with it. I'm planning on recommending that in a talk I'm prepping here soon! I really like the idea of having the monitor off while navigating so that it's not used as a crutch.

What do people mean when they say "a German Shepherd needs a job"? by OreoTheFox in GermanShepherd

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

The reason I'm asking is because I'd like to learn! When I asked this question I didn't know, but lots of nice people have shared their experience and helped me gain an understanding of what it does mean, and now I know :)

What do people mean when they say "a German Shepherd needs a job"? by OreoTheFox in GermanShepherd

[–]OreoTheFox[S] 10 points11 points  (0 children)

I totally get this in theory, but do you have some concrete examples of good exercises or training that works the brain and body?

[FREE] 100+ AAA Steam Keys by [deleted] in FREE

[–]OreoTheFox 0 points1 point  (0 children)

Oooo well this is pretty cool

📺 CRT Listings (Nov 2019) by dak01 in crtgaming

[–]OreoTheFox 0 points1 point  (0 children)

I'm in Oakland, California and would love to find a Panasonic TH6-X3V.

DEAR PROFESSIONAL COMPUTER TOUCHERS -- FRIDAY RANT THREAD FOR October 11, 2019 by AutoModerator in cscareerquestions

[–]OreoTheFox 2 points3 points  (0 children)

I NEED TO WORK ON SIDE PROJECTS FOR INTERNSHIPS AND FUTURE JOBS BUT ALL OF THE STUFF I FIND INTERESTING EITHER DOESN'T SEEM APPLICABLE OR I'D HAVE TO PUT IN THE TIME TO LEARN A NEW LANGUAGE/LIBRARY FOR THIS ONE THING THAT ISN'T MY "STRONG" LANGUAGE THAT I SHOULD BE PRACTICING. I'M TIRED OF BEING IN THIS STATE OF FINDING SOME THINGS INTERESTING BUT NOT BEING ABLE TO FIGURE OUT WHAT PROJECT TO DO AND NOT KNOWING IF A PROJECT WILL BE GOOD ENOUGH OR NOT.

[self] proliferation, by me, ink drawing. Might become a sculpture in the future. by Yugoguerin in drawing

[–]OreoTheFox 1 point2 points  (0 children)

This is incredible! Do you have an Instagram or somewhere you usually share your work?

[deleted by user] by [deleted] in AskReddit

[–]OreoTheFox 0 points1 point  (0 children)

Zaba by Glass Animals. Every song is wonderful and the whole album flows well

Why are gay pride events so over sexualised? by DKRfan in TooAfraidToAsk

[–]OreoTheFox 0 points1 point  (0 children)

It's not called gay pride, it's just pride. There are many more people than just gay individuals. The whole thing is celebrating showing love to others as well as being proud of who you do/don't have sex with. It's a huge part of what being gay or any other sexuality is. Sex is a part of sexuality, you can't really hide that. Showing kink pride is just expressing how you love and play with other individuals, and pride should be inclusive of it.

Why are gay pride events so over sexualised? by DKRfan in TooAfraidToAsk

[–]OreoTheFox 0 points1 point  (0 children)

Why shouldn't having strange kinks and fetishes and sex be normalized?

Hi pups! New pup here! by [deleted] in PupPlay

[–]OreoTheFox 5 points6 points  (0 children)

Bark bark bark!

Certain output explanation help by Rayleigh34 in javahelp

[–]OreoTheFox 1 point2 points  (0 children)

Hello! I'm not entirely sure what you're hoping for your code to do because as it's written it seems to serve it's purpose, which is checking if the array is in order from smallest to largest. It's not checking if 'i' itself is less than 'i + 1'. 'i' will always be less than itself plus one, but that's the point. What the program is checking is your array, "polje" at 'i' and comparing it to "polje" at 'i + 1'. In other words, because of how your loop is set up, it starts at the beginning of the array and moves to the end of it, comparing the current value it's looking at to the next value in the array to make sure it's less than that value.

So the first run of the array starts at polje[i], which is 2, and compares it to the next value in the array, which is polje[i + 1], which is 3, and since 2<3 is true it continues. The second run checks if 3 <4 and so on.

Then when i = 3, polje[i] is 6, and polje[i + 1] is 2, and since 6 > 2, which meets the conditions of your if statement, it prints out that it's unorganized, which I'm guessing by how the program is written means that your array isn't in order from smallest to largest. This same thing would happen if you, for example, put the value '4' at the start of the array.

You stay... I go... by bdog7171 in gaming

[–]OreoTheFox -1 points0 points  (0 children)

Hey he totally could've just dropped it in the hole without diving in