People taking with their mouths full in movies really annoys me. Firstly it's disgusting, and secondly the sound mixing is usually terrible anyway, so I can't hear a word they're saying either. I can see the scene is set at dinner from the food on the table. I don't need to see and hear the dinner as it sloshes about in the protagonist's mouth.
I'm enjoying Sorbet Leopard on my 20 year old Dual Core PowerPC tower. Mostly just messing around with old versions of Max making weird sounds.. but when I do interact with the OS it feels great and responsive and a joy to use. Modern MacOS can feel that way if you turn off a lot of crap. I don't even sync my accounts to the OS anymore.
- Get the `cdecl` tool to build intuition about function signatures. What does "int( * ( *foo)(void))[3]" mean?
- Write it yourself.
- Be disciplined. Develop good hygiene with compiler flags, memory/address checks, and even fuzzing.
- Read good source code such as the linux kernel. This is an amusing header file from the git source code that defines some banned functions. This is wisdom if you choose to follow it: https://github.com/git/git/blob/master/banned.h
- Push the language to its limits. Play with memory and data structures. Inspect everything. This book "Data-Oriented Design" by Richard Fabien is a great to explore as well. It's about organizing your data for efficient processing.
See my previous comment, anyone learning C from K&R should not be writing C period.
That book is legendary only in the magnitude of financial damages it (directly and indirectly) enabled, caused by people who read it and thought that they could now write C.
On the pihole subreddit there's a wiki with lists of domains you can whitelist for certain services. I had to whitelist something for xbox live to work.
How long can a junior dev last simply using AI day in, day out? Is it enough to ship high quality products? I assume at least most of them eventually learn the proper skills when they are no longer "junior" devs. It seems like the usual "fake it til you make it" style a lot of people do to get by.