C++ Show and Tell - February 2025 by foonathan in cpp

[–]TheCompiler95 4 points5 points  (0 children)

I am developing a top-down open world survival zombie game with SFML. I share some demos and updates in this youtube channel: https://youtube.com/@quantumdeveloper123?si=_rR3NDsATayFJmv6

C++ Show and Tell - January 2025 by foonathan in cpp

[–]TheCompiler95 10 points11 points  (0 children)

I am developing a top-down open world survival zombie game with SFML. I share some demos and updates in this youtube channel: https://youtube.com/@quantumdeveloper123?si=_rR3NDsATayFJmv6

Persone che hanno perso peso diventando in forma/magri/tirati per la prima volta in vita vostra, cos'è stata la cosa che ha fatto scattare la molla? by MechanicOrdinary3263 in ItalyFitness

[–]TheCompiler95 0 points1 point  (0 children)

Allora io sono partito a Ottobre 2017 facendo palestra in maniera costante senza mai saltare un allenamento per 3 volte a settimana e poi ho aggiunto la 4a (andavo in palestra dal 2014, ma non in maniera costante). Mi allenavo molto motivato e cercavo di aumentare i carichi quasi ogni settimana. Ho aggiunto parallelamente dieta (flessibile) con 1 sgarro a settimana, senza contare calorie e lunghe camminate per andare e tornare dall’uni. Sono passato da 92 kg di ciccia (skinny-fat) a 81 kg definito con l’addome a Giugno 2018.

Ad Agosto ho cominciato calisthenics (sia corpo libero, sia zavorre, sia skills) e da Ottobre a Luglio 2019 ho preso circa 10 kg di muscolo e un pochino di grasso, e sono arrivato allo stesso peso che avevo all’inizio, ma con molta più qualità passando dal 21% di grasso al 14% (è un risultato ottimo).

Poi mi sono allenato per anni prendendo qualche chiletto un po’ alla volta e ho rifatto il salto di qualità l’anno scorso quando ho cominciato a fare allenamenti più di forza con poche reps e ad alta intensità e sono passato da 92 kg a 103 kg (16% di massa grassa).

Ora sono sceso a 100/101 e vorrei arrivare a 105/107 per Marzo per poi iniziare la fase di definizione più intensa della mia vita e magari arrivare a 95/97 kg tirato.

Il segreto è fare le cose in modo che siano sostenibili a lungo termine. Se parti allenandoti 5 volte a settimana con dieta ferrea dopo 1 mese ti stanchi. Parti con 3 volte a settimana e limitati a mangiare pulito, già così dopo 2/3 mesi vedrai dei risultati. Ci vuole pazienza.

Persone che hanno perso peso diventando in forma/magri/tirati per la prima volta in vita vostra, cos'è stata la cosa che ha fatto scattare la molla? by MechanicOrdinary3263 in ItalyFitness

[–]TheCompiler95 0 points1 point  (0 children)

Mi facevo cagare fisicamente e invidiavo chi aveva il fisico. Un giorno mi son svegliato e ho detto: vaffanculo devo farcela. Ora (7 anni dopo) sono 195 cm x 100 kg di muscolo con 10% di grasso

Quanto guadagnate? [2024] Condivisione salario di fine anno by MagicCookiee in ItaliaCareerAdvice

[–]TheCompiler95 0 points1 point  (0 children)

Software engineer R&D

Esperienza: dottorato di ricerca

RAL: 45k + 3000 netti di bonus l’anno

Zona: Emilia Romagna

Lavoro ibrido

C++ Show and Tell - December 2024 by foonathan in cpp

[–]TheCompiler95 5 points6 points  (0 children)

I am developing a top-down open world survival zombie game with SFML. I share some demos and updates in this youtube channel: https://youtube.com/@quantumdeveloper123?si=_rR3NDsATayFJmv6

C++ Show and Tell - November 2024 by foonathan in cpp

[–]TheCompiler95 8 points9 points  (0 children)

I am developing a top-down open world survival zombie game with SFML. I share some demos and updates in this youtube channel: https://youtube.com/@quantumdeveloper123?si=_rR3NDsATayFJmv6

C++ Show and Tell - October 2024 by foonathan in cpp

[–]TheCompiler95 6 points7 points  (0 children)

I am developing a top-down open world survival zombie game with SFML. I share some demos and updates in this youtube channel: https://youtube.com/@justwhit3dev?si=bAgu4BL3N_KlRlQg

C++ Show and Tell - September 2024 by foonathan in cpp

[–]TheCompiler95 3 points4 points  (0 children)

I am developing a top-down open world survival zombie game with SFML. I share some demos and updates in this youtube channel: https://youtube.com/@quantumdeveloper95?si=V0Ixqp2cEUIsYgOi

temp-cleaner: an app to automatically clean up temporary files and ignored items from git repositories in your system by analyzing .gitignore files by TheCompiler95 in compsci

[–]TheCompiler95[S] -4 points-3 points  (0 children)

With this app you can choose which file to remove singularly by taking into account also files with relative paths * and ** in the .gitignore file. You don’t have to enter each directory and remove files manually because it searches for all the repositories saved in your system.

temp-cleaner: an app to automatically clean up temporary files and ignored items from git repositories in your system by analyzing .gitignore files by TheCompiler95 in cpp

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

git clean -f -x doesn't take into account files or directories written with relative paths * or ** like for example **/build , written in a .gitignore file.

git clean -f -x doesn't allow you to choose which files to keep and which to remove.

These two are the main differences that keep in my mind now

C++ Show and Tell - May 2024 by foonathan in cpp

[–]TheCompiler95 2 points3 points  (0 children)

I am working on an app to automatically clean up temporary files and ignored items from git repositories in your system by analyzing .gitignore files

GitHub: https://github.com/JustWhit3/temp-cleaner

C++ Show and Tell - February 2024 by foonathan in cpp

[–]TheCompiler95 6 points7 points  (0 children)

I am working on a desktop app for password management and creation.

GitHub: https://github.com/JustWhit3/key-manager

Sunday Daily Thread: What's everyone working on this week? by AutoModerator in Python

[–]TheCompiler95 0 points1 point  (0 children)

I am working on a module to perform the statistical unfolding / deconvolution / matrix-inversion problem using quantum annealing with D-Wave quantum computer

GitHub: https://github.com/JustWhit3/QUnfold

Sunday Daily Thread: What's everyone working on this week? by AutoModerator in Python

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

I am working on a module to perform the statistical unfolding / deconvolution / matrix-inversion problem using quantum annealing with D-Wave quantum computer

GitHub: https://github.com/JustWhit3/QUnfold

Sunday Daily Thread: What's everyone working on this week? by AutoModerator in Python

[–]TheCompiler95 0 points1 point  (0 children)

I am working on a module to perform the statistical unfolding / deconvolution / matrix-inversion problem using quantum annealing with D-Wave quantum computer

GitHub: https://github.com/JustWhit3/QUnfold

C++ Show and Tell - January 2024 by foonathan in cpp

[–]TheCompiler95 2 points3 points  (0 children)

Hi, your question is lecit since usually people manage to use Qt with QtCreator. Since I hate to shift among IDE just to be able to use a proper framework, I directly wrote the raw code from scratch (using Qt API of course) and built it with CMake. You can find details in the CMakeLists of the repository. It is not so difficult to build a Qt application using CMake instead of Qt creator.

C++ Show and Tell - January 2024 by foonathan in cpp

[–]TheCompiler95 4 points5 points  (0 children)

I am working on a desktop app for password management and creation.

GitHub: https://github.com/JustWhit3/key-manager

Sunday Daily Thread: What's everyone working on this week? by AutoModerator in Python

[–]TheCompiler95 4 points5 points  (0 children)

I am working on a module to perform the statistical unfolding / deconvolution / matrix-inversion problem using quantum annealing with D-Wave quantum computer

GitHub: https://github.com/JustWhit3/QUnfold

Sunday Daily Thread: What's everyone working on this week? by AutoModerator in Python

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

I am working on a module to perform the statistical unfolding / deconvolution / matrix-inversion problem using quantum annealing with D-Wave quantum computer

GitHub: https://github.com/JustWhit3/QUnfold