Less Wrong is a community blog devoted to refining the art of human rationality. Please visit our About page for more information.

Thomas comments on [META] Recent Posts for Discussion and Main - Less Wrong Discussion

9 Post author: Oscar_Cunningham 13 May 2012 10:42AM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (14)

You are viewing a single comment's thread.

Comment author: Thomas 13 May 2012 11:12:42AM 0 points [-]

An XLS file would be appreciated. Thank you.

Comment author: dbaupp 13 May 2012 11:38:27AM 0 points [-]

An XLS file of what?

Comment author: Thomas 13 May 2012 12:59:17PM 0 points [-]

Of the recent posts. Authors, titles, dates and so on.

Comment author: tgb 13 May 2012 02:11:21PM 1 point [-]

You can use this Python script I wrote. (Tested on Python 2.7.) It outputs to a CSV which can be imported into Excel, OpenOffice, etc. and put into a xls if you really want. Read the code comments to see where you have to paste in the recent post text and where you have to set the output filename.

Comment author: Thomas 13 May 2012 02:37:58PM -2 points [-]

Thank you. But I'd rather have the original file, from which the (sub)pages have been generated. The reverse engineering is the second best way.

Comment author: tgb 13 May 2012 03:55:25PM 2 points [-]
Comment author: Thomas 13 May 2012 04:12:17PM -3 points [-]

The hacking is never a good way to go. Either there will be a link for download the file, or I will not play with it.

Comment author: dbaupp 13 May 2012 11:59:33PM 1 point [-]

The original "file" is actually a database, which is fairly complicated and also private. (And tgb means "hacking" in the sense of writing code, not in the sense of cybercrime)