goodnessme

u/goodnessme@lemm.ee
0 posts · 22 comments

Recent posts

No posts.

Recent comments

on emacs moment · c/programmerhumor · 8 pts · 3y

It's possible to watch videos in the terminal as ASCII art with both vlc and mplayer, by the way.

Congrats on the first year! The first year is definitely the hardest. Getting through each season and developing coping mechanisms for the related seasonal triggers as well as just getting some scar tissue going was the most challenging. Finding alternative activities and hobbies is also quite a bit of work in the beginning but we don't have to figure everything out in the first year.

It is useful in very specific cases when using templates since C++ compiler processes from left to right and template types are not in scope before the function signature. Using auto keyword you can work around it specifying auto before the function signature and then later once everything is in scope, you specify the actual type via "->".