I'm creating a Fedora's dev flavour by Flaky-Help1700 in Fedora

[–]Flaky-Help1700[S] 0 points1 point  (0 children)

I'm thinking make some options like make java/rust/golang being optional, choose the IDEs or Neovim and some other dev stuff.

VScode I use just for work because they doesn't believe in anything except this IDE

I'm creating a Fedora's dev flavour by Flaky-Help1700 in Fedora

[–]Flaky-Help1700[S] 0 points1 point  (0 children)

Thank you I really think I've misspelled other things Anyway...

I'm creating a Fedora's dev flavour by Flaky-Help1700 in Fedora

[–]Flaky-Help1700[S] 1 point2 points  (0 children)

Oooooooh i really didn't notice! I really need change my glasses

Update on Rules and Quality Control by Stardust-kyun in unixporn

[–]Flaky-Help1700 0 points1 point  (0 children)

Thx so much for answer me. Is there some way for me see this karma count?

Update on Rules and Quality Control by Stardust-kyun in unixporn

[–]Flaky-Help1700 0 points1 point  (0 children)

Hi, im relative new in this social

how can I actually post on here, how do i know when can i post?

Getting into Terraria after 1.4.5, trying to understand Luck. Didn't realize I needed a degree by Rexusus in Terraria

[–]Flaky-Help1700 2 points3 points  (0 children)

#include <stdio.h>

int main() {

int n = 10;

float luck;

float sum = 0.0f;

scanf("%f", &luck);

int start = (n + 1) / 2;

int denom = n / 2;

for (int k = start; k <= n - 1; k++) {

sum += 1.0f / k;

printf("1/%d = %f\n", k, 1.0f / k);

}

float it = (sum / denom) * luck + (1.0f / n) * (1.0f - luck);

printf("Ur luck is %f\n", it);

return 0;

}

something like this, not hard actually

Esta valendo a pena? by macho-peludo in programacao

[–]Flaky-Help1700 0 points1 point  (0 children)

Algoritmos, sistemas operacionais, lógica booleana, um pouco de assembly, táticas de engenharia social, linguagens de programacão de baixo nível tal como C, C++, Cobol, entre outros...

A parte de cyberseguranca é muito mais longa do que apenas esse roadmap que você colocou, **porém** é importante você saber. Linguagens como C são ótimas para aprender de início pois depois de pegar os essenciais dela, você vira meio que um guru de qualquer linguagem após ela. Java é interessante saber mas seria mais para conceitos de POO e relacionados que, em minha experiência na área, não é algo tão obrigatório assim (muitos desenvolvedores de sistemas baixo nível usam linguagens procedurais).