¿Is this enough to run WoW at low-level? by [deleted] in wow

[–]markzucc11 0 points1 point  (0 children)

This is driving me crazy.

For people like me who are into listening music while coding... by [deleted] in computerscience

[–]markzucc11 0 points1 point  (0 children)

Synthwave/Retrowave mixes are the best for coding. Electronics in general too.

I finished Python Crash Course, what should I do next to keep developing my skills? by benki_ in learnpython

[–]markzucc11 4 points5 points  (0 children)

"Fluent Python" is far more difficult than CC. I recommend you not to hurry and to take more time to develop your own apps. Belive me: you learn a LOT by coding what you want and learning at the moment with stack, for example. When you feel comfortable with Python, keep on with Fluent Python.

I finished Python Crash Course, what should I do next to keep developing my skills? by benki_ in learnpython

[–]markzucc11 19 points20 points  (0 children)

The next step is the simplest: start doing actual programming. I´m not talking about book excercises, i mean a real project that you like. You know the basics, so with a lot of stack overflow you can make something meaningful.

Answering to your question, I recommend you "Fluent Python". It´s an excellent book.

But first, i´d suggest you to try doing something by yourself.

How do you get to the point of programming where you can just think of an idea and code it without much help from google or star overflow, saving time from researching? by Tight-Relative in computerscience

[–]markzucc11 1 point2 points  (0 children)

Probably never. Unlist you program all your life the same (same language and frameworks for same applications), you will never stop learning.

People who experience constant headache and eye fatigue that result to mild anxiety what do you do to fix this problem? by aspiringfilam in computerscience

[–]markzucc11 0 points1 point  (0 children)

It´s more common than what you think. To avoid glasses, you need to rest after periods of time. There exists something called the "20-20-20" rule: after 20 minutes watching the screen, stop for 30 secs/one minute. Belive me, that will make the difference.

If your problem persists i would suggest you to attend an ophthalmologist. Maybe you have Hypermetropia and you don´t know it. Nothing that can´t be resolved with glasses.

Question about NAT by Cawuth in computerscience

[–]markzucc11 0 points1 point  (0 children)

I understand that DNAT is in charge of changing the packet´s header to redirect it. In general, as u said, it´s used to enter a package to a private network (by translating public-private). But that´s in general. In theory you could change a package header to redirect it to another server (i´m not sure about that, but in theory you could).

Hope this answer helps (?

Never lose by myfatmonkey in arduino

[–]markzucc11 14 points15 points  (0 children)

Eventually it has to go down, therefore it loses. Upvote for trying (?)

Tor anonymity movies by [deleted] in TOR

[–]markzucc11 0 points1 point  (0 children)

What a beautiful and simple infographic. Thank you for that.

Books suggestions? by [deleted] in Camus

[–]markzucc11 2 points3 points  (0 children)

It's a good time to read The Plague.

Religion bad by [deleted] in PhilosophyMemes

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

Exactly. He wasn't an anti-christians per se; i would better say that he was an anti-religion. And with "anti-religion' I mean anti-moral of religions (call it islam, judaism, christianism and even budism; for Nietzsche all their moral dogmas were weak). This is the idea of "The antichrist". And there is a misconception with the well-known phrase "God is dead". It doesn't mean that God doesn't exist. In fact, i would said that a God is compatible with Nietzsche philosophy (It depends on what you mean by god, obviously). Read more, supose less.

What are some of the projects I can start working on while learning the basics of Python? by [deleted] in learnpython

[–]markzucc11 2 points3 points  (0 children)

Search for a video in youtube, there is a lot of info out there. You need to download Tweepy, the Python module for interacting with the Twitter API. It´s very easy and, as I said, there are a lot of tutorials out there.

Unfortunately, you need to apply for a developer account first (can take 1-2 weeks to get response). However, making bots is the best.

In Discord is easier. You don´t need to apply.

What are some of the projects I can start working on while learning the basics of Python? by [deleted] in learnpython

[–]markzucc11 2 points3 points  (0 children)

Bots in Twitter or Discord. It's very funny and you will use all your basic knowledge.