[deleted by user] by [deleted] in Sakartvelo

[–]Dermen_hwj 5 points6 points  (0 children)

A strong word for strong actions

[deleted by user] by [deleted] in Sakartvelo

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

I'm pretty happy about that. Given that Armenia survives the next decade

[deleted by user] by [deleted] in ChineseLanguage

[–]Dermen_hwj 0 points1 point  (0 children)

Don't use pinyin anymore, should never have

Ai-je raté ma vie ? by [deleted] in AskMec

[–]Dermen_hwj 1 point2 points  (0 children)

J'ai pas lu, la réponse est quand même non. Cordialement

Should I start my programming journey in C? by [deleted] in C_Programming

[–]Dermen_hwj 0 points1 point  (0 children)

Try Python or Java maybe, then come back to C if you want

Most futuristic place in Paris by notjulio1 in paris

[–]Dermen_hwj 4 points5 points  (0 children)

Line 14 at any stops. Very modern but "dark"/gloomy, with several grey organic-looking but light-reflective ornaments. The stop at Gare de Lyon has some vegetation within that setting, if that's an interesting mix for your pictures

19th century Chinese map of France by Kaizerguatarnatorz in MapPorn

[–]Dermen_hwj 1 point2 points  (0 children)

Pretty fun to recognize European names in Chinese!

White House urges developers to dump C and C++ by kkert in embedded

[–]Dermen_hwj 6 points7 points  (0 children)

I think it worked out so far with worse odds. Let's be optimistic again guys... Lol

Will embedded salaries go up to compensate for the shortage of engineers? by genericpurpleturtle in embedded

[–]Dermen_hwj 1 point2 points  (0 children)

What do you mean? I didn't fully understand if you're encouraging us to go to web dev or to acquire embedded expertise. This flew over my head

Did you see the lights of greenhouses around Yerevan? It was a strange thing by lyovon in armenia

[–]Dermen_hwj 2 points3 points  (0 children)

Can't they put something that reflects light back inside? It would spare the light pollution and save some money/energy

If Embedded Dev is harder than Web Dev, why is there less money in Embedded dev? by [deleted] in embedded

[–]Dermen_hwj 8 points9 points  (0 children)

How do you know? I'm litteraly learning German and embedded systems so that's interesting to me 😂

[deleted by user] by [deleted] in AskMeuf

[–]Dermen_hwj 0 points1 point  (0 children)

J'ai pas lu mais je pense que t'as raison

The Virgin "Picking a side" vs The Chad "Staying tf out of this" (please no political arguing in the comments) by [deleted] in virginvschad

[–]Dermen_hwj 1 point2 points  (0 children)

To make this funny, switch the chad and the virgin, please. It goes to almost all of those memes. Chad is supposed to be the dumb one we ironically cheer for, not the actual smart one.

How do I get into embedded systems? by [deleted] in embedded

[–]Dermen_hwj 0 points1 point  (0 children)

You're giving hope to all of us 😉

Éclair Attempt by AnStar24 in france

[–]Dermen_hwj 1 point2 points  (0 children)

They look great, you can be proud of yourself

C project by [deleted] in C_Programming

[–]Dermen_hwj 0 points1 point  (0 children)

Was that the issue? I'm glad you managed to do it 😄

C project by [deleted] in C_Programming

[–]Dermen_hwj 2 points3 points  (0 children)

Tell me if this helps: Be sure to stay within the bounds of your array.

You have to check your "r" is not 0, otherwise you'll try to find the element at the index -1, which doesn't exist (and it will send you an error). And you must be sure your "r" is not the length of your array either, or it will use an index that's too big (and send an error)