Live data from Hacker News

A set of top Computer Science blogs

drtomcrick.wordpress.com

1–10 of 21 posts

Re: A set of top Computer Science blogs

#3
post #2

One of the CS blogs I read is Embedded in Academia, which has lots of posts on C compilers, what they optimize and where they can break http://blog.regehr.org/

I would also add Matt Might's blog http://matt.might.net/articles/ we see articles from it on HN from time to time so you may already be familiar with it.

Re: A set of top Computer Science blogs

#4
A few others:

Machine Learning (Theory), http://hunch.net/, is a good place to learn about new machine-learning papers. It doesn't really do research exposition on the blog, but it posts about recent ML conferences, highlighting some of the papers the author finds interesting.

Embedded in Academia, http://blog.regehr.org/, is about 50% personal stuff, but 50% posts on John Regehr's work on C-compiler fuzzing, with some interesting examples if you're into compilers or the finer points of C semantics.

Proper Fixation, http://www.yosefk.com/blog/, is by an embedded developer (not academic), and not always about research, but it has some good researchy and expository posts. For example, it has the best concise overview I've found of how SIMT/SIMD/SMT relate (http://www.yosefk.com/blog/simd-simt-smt-parallelism-in-nvid...).

While it's a mathematics blog, Terence Tao's blog, http://terrytao.wordpress.com/, has a lot of content likely of interest to computer scientists as well. In particular, his blog-exposition versions of papers are often a better introduction to recent research for nonspecialists than anything in the official published literature is.

Tomasz Malisiewicz's computer-vision blog, http://quantombone.blogspot.com/, has intermittent but often quite good posts on object recognition and similar topics.

Of course I can't refrain from mentioning my own quasi-blog, http://www.kmjn.org/notes/, though only about 1/4 of it is on computer science (about 4/5 of my day job is computer science, but online essays end up being mainly an outlet for everything else).

Re: A set of top Computer Science blogs

#6
Well, just yesterday I thought to myself: I should compile a good list of blogs for reference, instead of the usual marketing blogs disguised as Compsi(most of them are really just trying to sell you something, not discuss real CS). Thanks for sharing.

Re: A set of top Computer Science blogs

#7
For anybody looking to overdose on CS topics, you might also enjoy:

http://www.reddit.com/r/compsci/

and

http://www.reddit.com/r/compscipapers

Also, http://machinelearning.reddit.com and http://semanticweb.reddit.com feature some high quality links and discussion that many HN'ers might find of interest.

Re: A set of top Computer Science blogs

#8
A good source of NLP goodness is http://nlpers.blogspot.in/, written by Hal Daume, a CS prof at UMD. He covers recent NLP conferences and also his own work. Some of it is in the area of domain adaptation which is of interest to anyone trying to bring research papers to real world products.
Post reply on HN