Music I Enjoy: https://bandcamp.com/skymuse
I like note taking because it augments my thinking. Specifically, it helps me store knowledge for later and organize my thoughts when I'm thinking. I think what makes it obsessive for me is that I always want to improve…
Having a food journal, i.e writing down what food you’re about to eat before you eat it. For me it helped me understand the difference between a craving and legitimate hunger, which decreased my daily calories. It’s a…
That diet is more important than exercise. I wasted so much time in my younger years working out hard and eating like crap. This lead to an unbalanced body, i.e. a muscular outer frame paired with a fatty belly. When…
1) How long did it take to become proficient in Rust compared to Golang? A long time, probably a couple months to get productive, and a couple more to learn the foundation pretty well. And this is with a steady supply…
I use two 15 pound dumbbells and perform a full body workout with them, using exercises I learned a while back. You'll be surprised how far you can go with just a pair of dumbbells and good lifting form.
Old mathematics books are also interesting. Really cool to see how notation has evolved over centuries of mathematical inquiry. Right now I'm reading "The World of Mathematics, Volume One" and it is quite a relaxing…
I read some of google's patent mentioned in the text and thought it was interesting. They basically want a connected network of devices that communicate with each other and with google. Most of the devices follow the…
I really enjoy all the music from Ultimae Records. The albums are reasonably priced in Bandcamp and you can preview the full albums if you are unsure about buying. https://ultimae.bandcamp.com
I really hope he doesn't fall into the trap I did when starting out with rust. I came into it with the perspective of an application programmer and I quickly became salty when my knowledge didn't translate smoothly into…
This post reminded me when I started programming, very nostalgic. I started out with C as my first programming language simply because the language rankings at the time said it was the most popular. Looking back, I…
Idk about the editor integration problem, but usually when I run into the 'auto' problem what helps me is printing out the type as follows: typeof(var).stringof.writeln;
I like note taking because it augments my thinking. Specifically, it helps me store knowledge for later and organize my thoughts when I'm thinking. I think what makes it obsessive for me is that I always want to improve…
Having a food journal, i.e writing down what food you’re about to eat before you eat it. For me it helped me understand the difference between a craving and legitimate hunger, which decreased my daily calories. It’s a…
That diet is more important than exercise. I wasted so much time in my younger years working out hard and eating like crap. This lead to an unbalanced body, i.e. a muscular outer frame paired with a fatty belly. When…
1) How long did it take to become proficient in Rust compared to Golang? A long time, probably a couple months to get productive, and a couple more to learn the foundation pretty well. And this is with a steady supply…
I use two 15 pound dumbbells and perform a full body workout with them, using exercises I learned a while back. You'll be surprised how far you can go with just a pair of dumbbells and good lifting form.
Old mathematics books are also interesting. Really cool to see how notation has evolved over centuries of mathematical inquiry. Right now I'm reading "The World of Mathematics, Volume One" and it is quite a relaxing…
I read some of google's patent mentioned in the text and thought it was interesting. They basically want a connected network of devices that communicate with each other and with google. Most of the devices follow the…
I really enjoy all the music from Ultimae Records. The albums are reasonably priced in Bandcamp and you can preview the full albums if you are unsure about buying. https://ultimae.bandcamp.com
I really hope he doesn't fall into the trap I did when starting out with rust. I came into it with the perspective of an application programmer and I quickly became salty when my knowledge didn't translate smoothly into…
This post reminded me when I started programming, very nostalgic. I started out with C as my first programming language simply because the language rankings at the time said it was the most popular. Looking back, I…
Idk about the editor integration problem, but usually when I run into the 'auto' problem what helps me is printing out the type as follows: typeof(var).stringof.writeln;