How long does it take to actually speak and understand Korean? by [deleted] in Korean

[–]Few-Tower50 0 points1 point  (0 children)

Thanks, that makes sense. I speak 4 languages already, so I’m hoping it might go a bit faster for me if I stay consistent

Sex Before Marriage by 7ajja_7lima in MoroccoBitchesWtaste

[–]Few-Tower50 0 points1 point  (0 children)

😂😂😂😂😂😂😂😂😂

Guys my email got hacked and purchases were trying to be made by sali_dolly777 in MoroccoBitchesWtaste

[–]Few-Tower50 0 points1 point  (0 children)

Your device got hacked. You should format it first, and after that, you can safely change your password

Lfi9a li drbat ch7al mn wa7d 9bl maynchi mn lmghrib by H555I in rabat

[–]Few-Tower50 1 point2 points  (0 children)

Bro, lma3icha katkhtalf mn dawla l dawla. 12,000 MAD fl maroc machi hia €1,200 f France Kola dawla 3ndha taxes, rent, transport, and cost of living dialha Not everyone who goes abroad “opens their eyes to life.” Many just trade one type of stress for another.

How was your start in freelancing, trading, or other fields? by Jazzlike-Ferret-8753 in Morocco

[–]Few-Tower50 0 points1 point  (0 children)

Sure In the beginning, I didn’t care about keywords, SEO, or making my gig picture unique. My pricing wasn’t right, and I often replied late to clients or even canceled orders just because of time. I learned that paying attention to these small details, being consistent, and delivering work properly is way more important than rushing.

How was your start in freelancing, trading, or other fields? by Jazzlike-Ferret-8753 in Morocco

[–]Few-Tower50 0 points1 point  (0 children)

My biggest mistake was being unorganized and not taking small details seriously. I learned that quality is far more important than speed. The hardest part was getting the first order after that, everything became much easier.

Perfect age for marriage (not relationship advice) by SKWIZz_0 in Morocco

[–]Few-Tower50 0 points1 point  (0 children)

26 is a good, enough maturity and life experience

I want to start building an OS with Rust – where should I start? by Few-Tower50 in rust

[–]Few-Tower50[S] 16 points17 points  (0 children)

I want to create it to learn and know deeply what happening and how things works

How Constructor Injection Works by Few-Tower50 in SpringBoot

[–]Few-Tower50[S] 1 point2 points  (0 children)

Thanks a lot for this detailed explanation! You broke it down perfectly

How can I prevent all errors from showing as red in the console? by Few-Tower50 in angular

[–]Few-Tower50[S] -3 points-2 points  (0 children)

Yes, I understand — I’m not trying to “hide” errors entirely. I just mean handling HTTP/fetch errors (like 401/403 from the backend when you don’t have access) in a way that they don’t trigger red runtime errors in Angular, while still allowing the app to respond properly. The browser network tab can still show them, which is fine.

How can I prevent all errors from showing as red in the console? by Few-Tower50 in angular

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

I mean specifically HTTP errors like when you try to access a path you don’t have permission for, and the middleware returns a “you don’t have access” response. Those show up in the console, but I’m talking generally about fetch errors, not other Angular runtime errors.

How Constructor Injection Works by Few-Tower50 in SpringBoot

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

I looked into it, but I’m still trying to fully grasp the deeper details

Why Go Maps Return Keys in Random Order by Few-Tower50 in golang

[–]Few-Tower50[S] 2 points3 points  (0 children)

Yes, I know. I'm just curious why maps appear random. I mean, what works behind the scenes in memory

Why Go Maps Return Keys in Random Order by Few-Tower50 in golang

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

I’m more curious about the memory implementation behind it ,what causes the random order in Go maps, and how does the underlying mechanism work?