Viewing profile — skymuse
skymuse
HN member- Joined
- Mon, Jun 12, 2017, 8:48 PM UTC
- HN karma
- 27
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About skymuse
Recent public activity
-
comment
Comment #30098658
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 …
-
comment
Comment #28419005
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, whic…
-
comment
Comment #27691096
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 f…
-
comment
Comment #23088024
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 w…
-
comment
Comment #22930443
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…
-
comment
Comment #18593475
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, Vol…
- comment
-
comment
Comment #18504192
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 go…
- comment
-
comment
Comment #17492023
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.…
-
comment
Comment #17474344
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 k…
-
comment
Comment #15472194
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…
-
comment
Comment #15083015
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;