DEV Community

Discussion on: January 6th, 2022: What did you learn this week?

Collapse
 
mrsharm profile image
Mukund Raghav Sharma (Moko)
  • Call stack resolution of .NET programs using the Trace Library can be painful. I was successful in the end, however, took time to understand what was going on.
  • Finished 2 books: The Psychology of Money and a book on Kaizen. Wrote notes for there here and here, respectively.
  • Learnt about the Peloponnesian war and the origin of war in general. Here is what I learnt: The origin of war is the competition of power and all varieties of it. Whether the power will be used for the preservation of peace or to display dominance on others or to gain wealth, it is of vital importance to the states and therefore, wars are fought to maintain or gain more power.
  • Learnt that to access the command line args for a process in Linux is a simple matter of reading a file e.g. in C# it's as easy as:
                return File.ReadAllText($"/proc/{ process.Id }/cmdline");
Enter fullscreen mode Exit fullscreen mode
  • Listened to this Indie Hacker's podcast and learnt a few things about the real estate business.
Collapse
 
nickytonline profile image
Nick Taylor

Nice!

Nice