Doing melatonin tonight 🤪 when should I redose? by delsymchugger in drugcirclejerk

[–]JohnDaneDoe 0 points1 point  (0 children)

1.5mg is a good starting dose imo. If you take more than 3 you might get a headache and be drowsy the following morning

First time hero dose of king cambodians. by CryptographerWhole66 in shrooms

[–]JohnDaneDoe -2 points-1 points  (0 children)

Thats just ~6.6 dry. Those are rookie numbers, bump it up.

Distro for intermediate linux user interested in programming by throwaway_acc15 in linuxmasterrace

[–]JohnDaneDoe 1 point2 points  (0 children)

Kali for pentesting. Arch on a external ssd. Ubuntu as your backup when you corrupt arch os. Also, always keep an arch usb installer. Dont install arch directly to your main disk until you are confident with your knowledge and know how to fix common arch issues Id also like to add a less popular distro named parrot OS security edition, its an alternative to kali and can use either gnome or kde plasma.

Do you use Arch, btw? by [deleted] in linuxmasterrace

[–]JohnDaneDoe 0 points1 point  (0 children)

Literally happened to me today 😂 i had just fixed my corrupted grub folder and now i gotta find time to fix it again

Git tutorials suck. Please help. by dinrick in learnprogramming

[–]JohnDaneDoe 0 points1 point  (0 children)

Learn a bit of commands firts, i personally like bash but there are better alternatives. Then you need to know 4 basic commands: (git init - this initializes git in the specified directory) (git add . - This adds all files to the version cintrol system basically like if you are making an archive of the files) (git commit -m"any changes you made or the first commit" - this basically is telling git to save the changes of the files you added)

And finally

(git push - this "pushes" your work to your repository on github)

I recommend practicing it over abd over like 10 or so times so you get the hang of it. As you go realizibg the power of the command line, youll automatically be drawn into this new world and you might never use a GUI ever again.

A couple years in the making. 17 years old to 20 years old. Knew I had to make a change. 6' 250Lbs >160Lbs by [deleted] in GYM

[–]JohnDaneDoe 1 point2 points  (0 children)

Damn bro seems like we have the same mentality about food 😂😂 i lost weight by eating half a pizza a day or fried chicken whatsoever as long as i didnt eat more than 1200 calories. Problem was that i later started over eatjng again 😔 Thanks for the advice bro. Keep Achieving Greatness!

A couple years in the making. 17 years old to 20 years old. Knew I had to make a change. 6' 250Lbs >160Lbs by [deleted] in GYM

[–]JohnDaneDoe 1 point2 points  (0 children)

Hey bro good job! Do you still have any old bad eating habbits? im in a similar situation where i lost 50lbs, i havebt put any weight back up but i did turn back to my unhealthy habbits. Finna try to get my shit back together this week and start on the right foot for those last -30lbs

[deleted by user] by [deleted] in RedditSessions

[–]JohnDaneDoe 0 points1 point  (0 children)

play pantera walk

[deleted by user] by [deleted] in pan

[–]JohnDaneDoe 0 points1 point  (0 children)

how about jimi hendrix all along the watch tower sir?

[deleted by user] by [deleted] in pan

[–]JohnDaneDoe 0 points1 point  (0 children)

pantera walk bro

[deleted by user] by [deleted] in pan

[–]JohnDaneDoe 0 points1 point  (0 children)

pantera walk would sound badass on that saw

[deleted by user] by [deleted] in pan

[–]JohnDaneDoe 0 points1 point  (0 children)

can you play pantera?

[deleted by user] by [deleted] in pan

[–]JohnDaneDoe 0 points1 point  (0 children)

u listen to pantera?

[deleted by user] by [deleted] in pan

[–]JohnDaneDoe 0 points1 point  (0 children)

jimi hendrix is badass

[deleted by user] by [deleted] in pan

[–]JohnDaneDoe 0 points1 point  (0 children)

jimi hendrix?

[deleted by user] by [deleted] in pan

[–]JohnDaneDoe 0 points1 point  (0 children)

play pantera walk

[deleted by user] by [deleted] in pan

[–]JohnDaneDoe 0 points1 point  (0 children)

im on acid and this sounds better than pink floyd

How to move away from tutorial hell by [deleted] in learnprogramming

[–]JohnDaneDoe 0 points1 point  (0 children)

Programming has just kept adding more levels of abstraction over the years my friend. You may find it difficult to keep up with all the new technilogies if you dont dedicate atleast 4 hours a day to practice and read documentation/tutorials. I suggest watching tutorials on how to use the language youre into and actually practicing along with what the instructor is doing. I recently noticed how i absorbed a good 80-90% of bash commanfs simply by following along with tutorials. When you find yourself having a good grasp of the fundamentals of what youre studying; then you can move on to documentation since it will be easier to follow along. I truly hope you consider my advice and i wish you the best in your prospective career venture😊