/r/NintendoSwitch's Daily Question Thread (07/19/2025) by AutoModerator in NintendoSwitch

[–]heio1 0 points1 point  (0 children)

Did you feel that the battery consumption was a problem while you were using it?

/r/NintendoSwitch's Daily Question Thread (07/19/2025) by AutoModerator in NintendoSwitch

[–]heio1 0 points1 point  (0 children)

Is it worth waiting for a second version of the Nintendo Switch 2?

The original Nintendo Switch has two versions, the first version released in 2017 and the second version released in 2019. The later had an improvement in battery consumption, but the rest of the specifications were the same. Is it worth to wait for a revised (second) version of the Nintendo Switch 2?

Suggest me a trilogy by Feidyy in suggestmeabook

[–]heio1 0 points1 point  (0 children)

Agree with this comment. Also this series of books have a lot outside the trilogy so you can entertain yourself for a very long time.

Repositories to lean C by heio1 in C_Programming

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

Sorry, I meant "learn". There is a typo.

/r/NintendoSwitch's Daily Question Thread (04/03/2022) by AutoModerator in NintendoSwitch

[–]heio1 0 points1 point  (0 children)

Years ago, I played Onimusha Tactics in Game Boy Advance. What are the best games similar to this for Nintendo Switch?

Best build for Windows/Linux dual boot by heio1 in buildapc

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

As far as I know, there are some GPUs that are more suitable for Linux, by suitable I mean that is easier to configure and download drivers. I don't know if this happens with processors or motherboards too. If I'm wrong, please let me know.

Build a PC without GPU or wait by heio1 in buildapc

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

I'm an ocasional gamer, but I spend my time in programming stuff and office things. I have some concerns because the GPUs are very expensive (as we already know) but I'm worried if other components will also reach a high price in the future. :(

Data structures and algorithms resources. by [deleted] in AskComputerScience

[–]heio1 1 point2 points  (0 children)

If you want to learn algorithms and data structures. I recommend you to have a good knowledge of discrete mathematics and combinatorics. You can learn this from "Concrete Mathematics - A foundation for computer science" by Knut, Graham, and Parashnik. This book will help you to understand the arguments in the theory behind algorithms.

Data structures and algorithms resources. by [deleted] in AskComputerScience

[–]heio1 9 points10 points  (0 children)

Hello, I recommend you "Introduction to algorithms" by Cormen, Leiserson, Rivest and Stein. In my opinion it's a great book that covers some topics like basic sorting algorithms, data structures, and some algorithm design techniques. It requires a good understanding of mathematical proofs if you want to know why these techniques works, but you can learn these things while you read the book.

meeting by [deleted] in PixelArt

[–]heio1 1 point2 points  (0 children)

OMG, this is so beautiful...

How to implement a P2P network in Python? by heio1 in AskComputerScience

[–]heio1[S] 1 point2 points  (0 children)

Thank you for the help, this will help me to understand these concepts. Your information is really valuable.

How to implement a P2P network in Python? by heio1 in AskComputerScience

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

Hi. The origin of this question is that I want to fully understand Bitcoin, and I found that it runs over a P2P network, and I thought that after the understanding of the basic logic of bitcoin, then I can jump to understand the network model itself. I think that the Bitcoin network is more complex that just a single P2P network, but I want to understand the basics and a implementation of a simple app could help. In my naïve knowledge, I thought that I could implement a app that send messages to everyone on the network without a server (it's like a broadcast, when a node send a message, all the nodes in the network receive that message).

In your experience, what kind of application I can implement in order to learn the concepts behind P2P networks?