this post was submitted on 27 Jul 2023
212 points (94.9% liked)

Asklemmy

43120 readers
1182 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] emptyother@lemmy.world 2 points 1 year ago (1 children)

Anything I can learn something new from. Gamedev, web dev, frontend, backend, desktop. I have mostly stayed within the languages c# and typescript.

[โ€“] rufus@discuss.tchncs.de 3 points 1 year ago (1 children)

Nice. I'm not sure if programming helps or just makes you forget the world around you. But it sometimes helps clear the mind and/or distracts from other issues. I managed to pick up the book "The Rust Programming Language" today. Something I had planned to do for a long time. Take care.

[โ€“] emptyother@lemmy.world 2 points 1 year ago (1 children)

Cool! I learned myself some basic Rust last year, I loved how they do memory management.

[โ€“] rufus@discuss.tchncs.de 3 points 1 year ago

Hehe. I'm currently at chapter 3... ๐Ÿ™ƒ But so far i like everything. It's really refreshing to create a new project and it's nearly without boilerplate code, lengthy project files to do set up generic stuff etc. They seem to use tools that make it easy and don't get in the way of more advanced people, they even suggest git, coding conventions and so on. I'm stoked. I can't wait to learn memory management and what legacy ballast they threw overbord. I often use C or C++ so this should be a nice 'upgrade'.