aliquote.org

Latest micro-posts

You can also also view the full archives of micro-posts. Longer blog posts are available in the Articles section.

2021-06-16 21:22 #

The problem with most of these comments is that they convey very little information. Often it is just a repetition of the method name and parameter names in a few more words. These comments may be useful for API:s exposed externally, but in an application where you have access to all the source code, they are mostly useless. If you wonder what the method does, or what the valid input range for a parameter is, you are better off just reading the code to see what it does. These types of comment take up a lot of space without providing much value. — On Comments in Code

2021-06-16 21:18 #
2021-06-16 21:17 #
2021-06-15 13:05 #

R tip of the day (thanks to Pr. Brian Ripley): the equivalent of %paste (or paste) in IPython appears to be source("clipboard") (or equivalently, source(pipe("pbpaste")) for Mac users). #rstats

2021-06-15 10:51 #

R packages that make ggplot2 more beautiful: Vol. I and II. #rstats

2021-06-15 10:48 #

If we think about privacy and the future, I don’t want to be the next KFC Girl[7], so I clean up my drivel. Many of the posts I create on social media have very little thought go into them, so once they’ve served their purpose, they can be deleted. — Why I Delete Old Content

2021-06-15 10:34 #

Email is not a hard problem. This is a more than fifty-year-old tool.
Chat is not hard either. This is a more than forty-year-old tool. — Some random sketchy thoughts on Unix, web-apps and workflow

2021-06-15 10:26 #

Trying out mpv as an alterntive to cmus for isolated playlists. Looks really good!