Good vs. Evil

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

duckfan77

Popular Member
Mar 18, 2013
80
683
118
78 Some advice: take care of your mental health, when it gets bad, it can get *really* bad.
 

GamerwithnoGame

Over-Achiever
Jan 29, 2015
2,808
1,507
224
79. I cannot overstate how important that is, you’re absolutely right! There’s a reason I’ve done things like a CBT course and am on medication.
 

GamerwithnoGame

Over-Achiever
Jan 29, 2015
2,808
1,507
224
81. Cognitive Behavioural Therapy. There’s a couple of other things that acronym stands for, but that’s the one I mean.
 

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,801
248
91 I decided to look into how to make derive macro's in rust. Its, easier than I thought especially if you use the syn and quote crate

For those that care: A derive macro allows you to annotate structs, enums or functions to then automatically get code generated based on them. The macro actually gets the entire annotated thing in a so called SymbolStream and is free to do with it as it pleases.

upload_2020-2-7_22-36-0.png

[/CODE]
 

duckfan77

Popular Member
Mar 18, 2013
80
683
118
92 I should potentially look into learning Rust, it seems to be useful, and increasing in popularity. Currently most of my work is done in C or C++, primarily because it is microcontroller programming.
 

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,801
248
94
92 I should potentially look into learning Rust, it seems to be useful, and increasing in popularity. Currently most of my work is done in C or C++, primarily because it is microcontroller programming.
Rust is my first systems programming language and I like it more than all the other ones I know, despite this "lower" level shining through sometimes. I guess there is a reason it has taken the top spot for "most loved programming language" for 4 years :)


93. Programming sounds complicated
not going to lie, it is. Of course it depends on what you are making and the language you use but it is defiantly not for everyone
 
  • Like
Reactions: GamerwithnoGame