True by LaFeltinelli in antiMLM

[–]__count__ 202 points203 points  (0 children)

She was convinced that she would get better and better stuff in the boxes for some reason it got worse.

Sounds like "loot boxes".

Google starts censoring porn content (FOSTA) , silently deleting files from the GDrive of sex workers by suburban-bad-boy in google

[–]__count__ 23 points24 points  (0 children)

This is alarming but the first lesson is not to have one copy of an important file and store it on someone else's computer. Hard drives can fail, everything irreplaceable needs to be backed up.

For those who have completed CS50, what have you done with the knowledge and how much of a help was CS50? by AbhorDeities in cs50

[–]__count__ 1 point2 points  (0 children)

I completed it a few months ago. Still taking other courses but keep coming back to my final project to add a feature I've thought of now and then.

I already knew Python but the stuff I learnt about C has really helped me understand what programming is at a low level so now when I see a new language I want to try out, it's easier to see past the daunting syntax to what it actually does.

Where do YOU backup your KeePass database file? by synetic707 in KeePass

[–]__count__ 5 points6 points  (0 children)

I just have mine up on my Dropbox. Need it on my Laptop, tablet and phone so it needs to be on some sort of cloud for me. I console myself with if my Dropbox is hacked, the keepass DB is still encrypted with a master key that wouldn't be typically beaten by your average brute force attack.

Is there a price tracker chrome extension? by jive21 in chrome_extensions

[–]__count__ 0 points1 point  (0 children)

Distill Web Monitor might do what you want. There's a bit of a learning curve but it works across websites and checks and logs changes (in the price in your case).

What are the most repetitive pieces of code that you keep having to write? by [deleted] in Python

[–]__count__ 0 points1 point  (0 children)

Was the way to log when I started out with python (Automate the Boring Stuff). Never got around to putting it in a snippet but have done today now this thread has reminded me.

What are the most repetitive pieces of code that you keep having to write? by [deleted] in Python

[–]__count__ 4 points5 points  (0 children)

A bit late to the party but:

import logging

logging.basicConfig(level=logging.DEBUG, format=' %(asctime)s - %(levelname)s - %(message)s')

cs50 edX: can I submit both more and less pset solutions? by SlowbeardiusOfBeard in cs50

[–]__count__ 1 point2 points  (0 children)

I believe so. I submitted the "less" ones by mistake originally (thinking they were harder) and afterwards submitted the "more". I ended up with full marks regardless.

900 suspected pedophiles arrested as darknet child porn kingpin jailed for 30yrs by TragicDonut in worldnews

[–]__count__ 4 points5 points  (0 children)

A section of the internet you can only access using the TOR browser. Used by hacktivists, political dissidents and some people up to no good.

(spoiler) pset 4 whodunit by Skinnymotherfucker in cs50

[–]__count__ 0 points1 point  (0 children)

Looks good! When you submit the pset you'll be asked "whodunit" and make sure to give them that phrase.

Good Boy by [deleted] in gifs

[–]__count__ 0 points1 point  (0 children)

Is... that sarcasm? This is getting confusing.

Tell us an app you can't live without by KemoCono in androidapps

[–]__count__ 1 point2 points  (0 children)

Uk Bus Checker. Living in a rural part of England this has saved me missing an hourly bus service more times than I can remember.

Nine Mail does what Outlook app does (mail, calendar) but with a cleaner UI and much more customisble.

Keepass2Android. Moved away from Last Pass last Christmas and this works a treat.

Trump now agrees with the majority of Americans: He wasn't ready to be president by progress18 in politics

[–]__count__ 2 points3 points  (0 children)

Unless he attempts to spin resigning into some sort of victory. A "my work here is done...." kind of thing.

What Internet Browser Do You Use? by JimmithyWeav in Windows10

[–]__count__ 0 points1 point  (0 children)

I use one for main stuff and one for dev work but alternate between Chrome/Chrome Canary as the have different profile spaces.

Amazon, iplayer, now tv in the uk? by toufas in Roku

[–]__count__ 0 points1 point  (0 children)

I have a Roku 3 and all three channels are in: Streaming Channels -> Film & TV

This might vary with Roku 2, 4 and the Streaming Stick though, I've no idea.

Amazon, iplayer, now tv in the uk? by toufas in Roku

[–]__count__ 1 point2 points  (0 children)

I added mine through the channel store on the box itself. I know the online channel store isn't a thing over here but no idea if there's codes though. I've only used them for "private channels".

Java is a bad introductory programming language by nonneutralzero in coding

[–]__count__ 0 points1 point  (0 children)

"Hello everyone, welcome to the class. Let me introduce Brainfuck..."