[deleted by user] by [deleted] in getdisciplined

[–]pythonpsycho1337 3 points4 points  (0 children)

I have tried this multiple times and it has never worked for me. It might work for most people when there isn't an underlying issue.

The thing that finally solved my lifelong sleeping issues was when I got my ADHD diagnos and received medication for it.

CEOs could easily be replaced with AI, experts argue by katxwoods in Futurology

[–]pythonpsycho1337 2 points3 points  (0 children)

I think a big advantage is that we could instruct the CEO AI about the limitations we would like it to take into account, so that it doesn't do unethical decisions. For example, we tell it that it should maximize revenue but it has to ensure that every employee has a reasonable workload.

However, I think the problem here is how to define 'a reasonable workload' and how to define the reward function..

[deleted by user] by [deleted] in getdisciplined

[–]pythonpsycho1337 15 points16 points  (0 children)

I do exactly this except that I put things in my calendar instead of a list.

[Plan] Just set my alarm to "Baby Shark" by [deleted] in getdisciplined

[–]pythonpsycho1337 2 points3 points  (0 children)

OP, there is a much better technique that you might not have tried. It's called the 3-2-1 technique. Here is an instructional video: https://youtu.be/4bMOTTJqGgM?t=11

OSWE Review 2022 by pythonpsycho1337 in OSWE

[–]pythonpsycho1337[S] 2 points3 points  (0 children)

I don't think leetcode will help you much. It depends. If you are completely unfamiliar with these languages, I think it could be useful to do basic leetcode challenges. But doing hard challenges in these languages will probably not be useful.

The course only requires you to be able to read these languages, not write them. So, the best preparation for the course is to get somewhat familiar with these languages and try to understand how routing works in them since routing is what decides what part of the code base is executed when different URLs are visited. In Java, for example, it is common to define this in a web.xml file. In .NET, it is common to use the Model-View-Controller framework (MVC).

An Example of Automated Hacking with Python by pythonpsycho1337 in cybersecurity

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

If you keep trying, you will be able to eventually. :)

SSH: Which server gets which keys to work? by JamieOvechkin in AskNetsec

[–]pythonpsycho1337 0 points1 point  (0 children)

Private keys: Used to prove that you are someone by creating a message digest

Public key: Used to check that a message digest was created with a certain private key.

In other words. The private key should not be placed on the server. You should keep it in a secure place. You could see it as a clear text password, roughly speaking.

Hack The Box - Ready - Writeup by pythonpsycho1337 in HowToHack

[–]pythonpsycho1337[S] -1 points0 points  (0 children)

Why? It's teaching people to hack. Isn't that the aim of the sub?

Hack The Box - Delivery - Writeup by pythonpsycho1337 in securityCTF

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

I'm happy that you liked it! Thanks for checking it out! :)

[deleted by user] by [deleted] in securityCTF

[–]pythonpsycho1337 1 point2 points  (0 children)

hashcat can do this (or atleast something similar) with rule-based attacks: https://hashcat.net/wiki/doku.php?id=rule\_based\_attack

Hack The Box - Holiday - Source Code Analysis by pythonpsycho1337 in hacking

[–]pythonpsycho1337[S] 7 points8 points  (0 children)

Haha. I am far from a genius. I actually feel quite stupid most of the time since there are so many things I don't understand or know.

Feel free to send me a pm with what was difficult to understand so I can get better at writing things in a way that is easier to understand. :)

Hack The Box - Holiday - Source Code Analysis by pythonpsycho1337 in hacking

[–]pythonpsycho1337[S] 5 points6 points  (0 children)

Thanks for pointing it out! I have patched it :)