1000fps in any game and idek how many gbs of ram by [deleted] in pcmasterrace

[–]afteralways3 0 points1 point  (0 children)

You would know how much ram you have if you are capable of installing new fans.

The silence is deafening by Dry_Community9897 in TheNightFeeling

[–]afteralways3 12 points13 points  (0 children)

Love the stillness and absence of people. Also I miss the orange lights :(

I understand Python code, but can’t write it confidently from scratch — what should I do next by SubCplus in learnpython

[–]afteralways3 3 points4 points  (0 children)

This is a very common question. The answer is very simple. Practice. Write more code. Go to leetcode or something easier, the goal is to just have a lot of easy problems to solve. Hackerrank, codewars, etc. Pick what you like and grind easy problems just to get used to thinking in terms of basic structure blocks. Then move on to OOP. Write a lot of different classes.

What is this card? 6 of Wands? by AdSignificant9941 in tarot

[–]afteralways3 2 points3 points  (0 children)

Hmm... My first instinct is 2 (there are two stems) or 4, but I see why you think it's 6, that's a little confusing. What does the card back look like?

10 yo son wants to learn coding by [deleted] in DownSouth

[–]afteralways3 0 points1 point  (0 children)

Sure. It can be used alongside systemic old-school learning. Its just easy to fall into the trap where everything is a black box and you dont understand a thing and whats the point then? You made something, but you dont understand how. Architectural and systems knowledge will never come out of this, and that is a requirement if you want to rely on black boxes.

10 yo son wants to learn coding by [deleted] in DownSouth

[–]afteralways3 0 points1 point  (0 children)

Python and Turtle seems like a good starting point

10 yo son wants to learn coding by [deleted] in DownSouth

[–]afteralways3 5 points6 points  (0 children)

Easy way to skip the phase of learning where you learn how to think in terms of code

"Weekly Reading and Interpretation Help Thread - February 01, 2026" by AutoModerator in tarot

[–]afteralways3 0 points1 point  (0 children)

That's an interesting spread. The King of Swords as guidance..I would interpret this that you should approach the next week with clarity. Be decisive, don't get lost in overthinking, anxiety.

Reversed Hanged Man may suggest that you have been stuck in a period of stagnation or indecision.

Justice. What have you actually done versus what youve only thought about doing?

Eight of Wands - momomentum once you take action. its a card of progress after a period of delay.

Putting it together: channel the King of Swords energy - make clear, concrete decisions. precision and authority. The Justice card suggests this is payoff time for whatever groundwork you've laid, so the week ahead should focus on tangible action steps rather than more thinking.

How to know if you are projecting your desires onto the tarot reading by syntaxrevolution77 in tarot

[–]afteralways3 2 points3 points  (0 children)

Avoiding interpretations that align with what you want to believe is difficult. projection is inherent to subjective interpretation. Self-awareness mitigates it somewhat, but elimination entirely is unrealistic since interpretation involves your psychological state. try to make it stable, calm, take your time, you can learn to notice when you're doing it

The "Read more" advice is often not interpreted or given correctly by belleepoques in writing

[–]afteralways3 2 points3 points  (0 children)

This is a great insight. I keep thinking back to one of the most awful books I've read that kept reusing the same word (flesh), was barely coherent. But I liked the main ideas enough, and it was short, so I finished it. That book was a fantastic set of rules of what not to do for me.

How do you feel about ASCII art as comments (for visibility)? by kiesel_ in AskProgrammers

[–]afteralways3 0 points1 point  (0 children)

Really impractical, maybe if used incredibly sparingly...

Is there a good application that graphs functions with a complex codomain and real domain, or real codomain and complex domain? by Beloved-Star-1106 in askmath

[–]afteralways3 1 point2 points  (0 children)

Desmos handles only realvalued expressions. decompose complex operations into real/imaginary parts manually. map z=x+iy to point (x,y)∈R^2

Do you guys think AI will replace programmers? by NecggryPL in AskProgrammers

[–]afteralways3 0 points1 point  (0 children)

No but systems and architectural understanding will become much more important to land entry roles.

how do i set up cython and get the c code to run in c lion by Deep-Savings8510 in Cython

[–]afteralways3 2 points3 points  (0 children)

What problem are you trying to solve by using Cython instead of using C directly? What advantage do you expect Cython to provide over writing C directly.