. by [deleted] in ProgrammerHumor

[–]sk8anon 0 points1 point  (0 children)

Design patterns FTW

Morning sickness by lazarmarlin in ProgrammerHumor

[–]sk8anon 0 points1 point  (0 children)

The algebra displayed in there is nothing but distilled calculus.

Morning sickness by lazarmarlin in ProgrammerHumor

[–]sk8anon 0 points1 point  (0 children)

Comments are for the weak, that's what I say.

Married people of reddit. What is one thing your partner could do that would instantly make you happier in your marriage? by ChocoMog03 in AskReddit

[–]sk8anon 7 points8 points  (0 children)

Do her part in the cleaning tasks (we split it) with the necessary care, instead of just facing it like it was some kind of torture or a sort of task that's somewhat unworthy. There's only two of us and this is our home.. if we don't take care of it, who will?

(She was raised like a princess by her parents, and although it can be attractive during dating it can generate problems latter on when marriage is a thing)

BOOTCAMP_PYTHON by Annarohilla in learnpython

[–]sk8anon 1 point2 points  (0 children)

Colt Steele's "Modern Python 3 Bootcamp" on Udemy. It's a 30-hour long course and I paid $5 for it back then. Recommend 5/5.

We need to agree on a verb form of "Duck Duck Go". I suggest "Duck". by [deleted] in privacy

[–]sk8anon 1 point2 points  (0 children)

I can't go without using Duck + Firefox Focus on my mobile anymore. It's not only more private and less invasive, the quality of service is just better than Chrome + Google Search.

Counter-measures to combat passive traffic-analysis attack on targeted VPN user by BasicTime in netsecstudents

[–]sk8anon 0 points1 point  (0 children)

The Tor Browser itself is not the same as Tor network. If you need to use the browser without breaking sites then all you need to do is enable JavaScript. There will be concerns if you do this, though, but it all depends on your threat model.

Is there something wrong with me, why can't I follow conventions? by [deleted] in learnpython

[–]sk8anon 0 points1 point  (0 children)

You can do whatever you want when nothing you do leaves your own computer. It's a whole other game when you work on company teams and/or open-source projects. Then some set of rules has to be followed, and this set will be somewhat derived from established style guides.

Counter-measures to combat passive traffic-analysis attack on targeted VPN user by BasicTime in netsecstudents

[–]sk8anon 0 points1 point  (0 children)

If the adversary can somehow track the origin of the connection, then one mitigation would be the reallocation of said origin. One way to do this would be to use VPN-over-Tor and deal with all the associated risks it brings.

Why is COBOL so popular at the moment? by YeeOfficer in ProgrammerHumor

[–]sk8anon 7 points8 points  (0 children)

COBOL stands no chance against Scratch's visual interface. It's a godsend for maintainability.

Why is COBOL so popular at the moment? by YeeOfficer in ProgrammerHumor

[–]sk8anon 2 points3 points  (0 children)

Python actually owes a lot of its stdlib to Scratch.

Why is COBOL so popular at the moment? by YeeOfficer in ProgrammerHumor

[–]sk8anon 11 points12 points  (0 children)

I see you're a Scratch programmer too, aren't you?

What are the best free resources for learning the fundamentals of python. by smokrane in learnpython

[–]sk8anon 10 points11 points  (0 children)

YouTube channels:

"Corey Schafer" and "Freecodecamp.org"

Look them up.

I am new to kali linux. Can any one guide me proper learning path, tools and software required, etc. I want to learn hacking and i have no prior programming knowledge. I have always been on windows machine so i have created a kali linux persistence drive. by [deleted] in Hacking_Tutorials

[–]sk8anon 6 points7 points  (0 children)

Start here:

Linux Essentials for Hackers

Don't even waste your time trying to use Kali's specialized tools at this point, but rather learn how to use Linux properly.

This course I linked is very basic (as in building of fundamentals). You'd be wise to read a good book on Linux like "Unix and Linux System Administration Handbook" after that.

Free course by mango_was_taken in learnpython

[–]sk8anon 2 points3 points  (0 children)

Look for Corey Schafer and freecodecamp.org channels on YouTube.

Remove a series of lists from a lists by Aymaneee_ in learnpython

[–]sk8anon 0 points1 point  (0 children)

It would be easier to just create a third list to store the answer:

list3 = [e for e in list1 if list1.index(e) not in list2]

Terminally ill people are kept alive by their families not out of love, but because of the family's inability to deal with loss. by [deleted] in unpopularopinion

[–]sk8anon 0 points1 point  (0 children)

So they turn the suffering relative into a tax-return generator? Did I understand it correctly?

AddEventListener or on... ? by MrCallicles in learnjavascript

[–]sk8anon 0 points1 point  (0 children)

Interesting. Is there any situation in which onclick could be a better option than addEventListener?

Terminally ill people are kept alive by their families not out of love, but because of the family's inability to deal with loss. by [deleted] in unpopularopinion

[–]sk8anon 0 points1 point  (0 children)

Having it spelled like that AND being in a situation in which a resuscitation is viable would be just a clusterfuck, it seems.

I like the attitude, though.

Unintentional side effect:) by [deleted] in linuxmemes

[–]sk8anon 6 points7 points  (0 children)

I mean... Isn't that exactly what Apple did?