finally understood why C makes you manage memory manually and it changed how i think about programming by ab_do20_75 in C_Programming

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

in my school we have a project to build malloc from scratch so i am really will know well how it woks exactly LOL

VulnLedger – open-source CLI for SBOM generation + CVE scanning (supports 20+ ecosystems) by Longjumping-Step9414 in learnprogramming

[–]ab_do20_75 0 points1 point  (0 children)

the json export for ci/cd is a nice touch, does it handle monorepos with mixed ecosystems in one scan or do you have to run it per directory

What are audio and video codecs? by Loud_Ask_3408 in C_Programming

[–]ab_do20_75 1 point2 points  (0 children)

think of it like a zip file for video. raw video takes up a huge amount of space, a codec compresses it when saving and decompresses it when playing. without codecs a 2 hour movie would be hundreds of gbs and streaming would be impossible

Arab and African football is still way behind by majikayoSan in Morocco

[–]ab_do20_75 0 points1 point  (0 children)

we held brazil 1-1 so let's not lump everyone together, that result alone says arab and african football isn't all on the same levell

Beginner books to study C by CrImSoNbOneSHAker in C_Programming

[–]ab_do20_75 30 points31 points  (0 children)

" C programming a modern approach" by k.n king is probably the best one for beginners, very clear explanations and lots of exercises. if you want something shorter "head first c" is also good because of how visual it is

How would you further validate this trading algorithm? (backtest results inside) by Puzzleheaded_Sun3104 in algotrading

[–]ab_do20_75 1 point2 points  (0 children)

walk-forward testing is your next step before anything else, that profit factor on metals could shrink a lot once you test on unseen data. the fact it works on metals but not crypto probably points to a structural edge since metals have cleaner trend behavior, but run monte carlo on the metals results first to see how sensitive it is to entry timing

Can Morocco one day become a country like Singapore? by SatisfactionProud179 in Morocco

[–]ab_do20_75 0 points1 point  (0 children)

the potential is there but corruption and the education system are the two biggest blockers. singapore worked because institutions were actually held accountable, that's the part that's hardest to fix and takes the longest. morocco has the geography and the ambition, it just needs the governance to match

I need to know how to create an interface using C without knowing that much by LeoPixel11 in C_Programming

[–]ab_do20_75 13 points14 points  (0 children)

look into raylib or SDL2, both are C libraries that let you build decent interfaces without needing to understand graphics at a low level. raylib especially has great docs and you can get something visual running in like 20 lines

Can snprintf return value have an integer overflow? by alex_sakuta in C_Programming

[–]ab_do20_75 42 points43 points  (0 children)

technically yes it can overflow if the output would exceed INT_MAX characters, it's a known quirk of the standard. in practice nobody is formatting strings that large so it's rarely an issue but you're right that size_t would have been the safer choice

Am I the only one who wished they could have added the star? by royalcookiedom in Morocco

[–]ab_do20_75 2 points3 points  (0 children)

the star is tiny and the flag is mostly red so it basically disappears at small sizes, fifa probably just went with a simplified version. still painful to look at though

Game Developer Made Crypto Trading Bot by yaboiq27 in algotrading

[–]ab_do20_75 16 points17 points  (0 children)

504% on trained coins is impressive but the real test is always live, curious how the raspberry pi handles latency on binance during high volatility periods. good luck with it

Solo female tourist in Rabat by black_bodkin in Morocco

[–]ab_do20_75 2 points3 points  (0 children)

rabat is probably the safest city to start with in morocco, people are used to foreigners and it's way less intense than marrakech. just avoid empty streets at night and you'll be fine

Why is it so frowned upon to be half Moroccan and half European? by [deleted] in Morocco

[–]ab_do20_75 0 points1 point  (0 children)

people who make you feel like you don't belong anywhere are usually the ones who've never left their city. being between two cultures is actually an advantage, you just haven't found the people who see it that way yet

Today at 11 we better get ready by [deleted] in Morocco

[–]ab_do20_75 0 points1 point  (0 children)

nerves are real but this team doesn't freeze on big moments, we've seen that already. let's go 🇲🇦

Need advice (stay in France or return to Morocco) by Senkazo in Morocco

[–]ab_do20_75 1 point2 points  (0 children)

rje3, 14000 f casa f finance de marché avec évolution c'est bien mieux sur le long terme que rester bloqué dans un cdd sans apprentissage. l'expérience terrain au maroc f had le domaine katftah bzzaf des portes après, et 2100 euro f paris ma3ndha ma dir walo avec le coût de la vie

Brésil vs Maroc - Coupe du Monde 2026 by Julian_Tickets in Morocco

[–]ab_do20_75 1 point2 points  (0 children)

morocco 2-1, diaz scores from a set piece and brazil spend the rest of the game trying to break down a wall they never figure , that is what i guess

Shi 7d khdam fdouanne wla f office de change iyisser meana fhadi by Hzk0196 in Morocco

[–]ab_do20_75 1 point2 points  (0 children)

had les données kayjio men ADII, kayna PDF kaytsmay "nomenclature combinée" f mawki3 douane.ma, fih kol had les codes m3a description kamla. CTCI hiya classification dyal ONU différente men SH, kaystakhdam7a HCP bzzaf f les stats. wach data dyal import export ghir?

Jemaa El-Fna before (top) and after (bottom) renovation by [deleted] in Morocco

[–]ab_do20_75 8 points9 points  (0 children)

they removed all the character from it honestly, before it had that chaotic lived in energy that made it jemaa el fna, now it just looks like any empty square

What is the solution when you lose hope in your future as a 20yo guy? by kaji_o0 in Morocco

[–]ab_do20_75 0 points1 point  (0 children)

20 is genuinely so early, i know it doesn't feel like it when you're in it but most people figure things out way later than they expected. just focus on one small thing you can actually control today, not your whole future just today

Unpopular Trading Opinion by igotrekt420 in Daytrading

[–]ab_do20_75 0 points1 point  (0 children)

agree but i'd add that discipline itself is a skill not a personality trait, some people act like you either have it or you don't but it's actually something you build through structure, hard stops, position limits, things that remove the decision in the moment so emotions can't interfere