Ask HN: What is your favorite CS paper?
111–120 of 265 posts
Re: Ask HN: What is your favorite CS paper?
#112"Interactive Indirect Illumination Using Voxel Cone Tracing" by Crassin et al. As an architectural lighting guy, seeing realtime global illumination look this good in a game engine was fantastic. Parts of the algorithm I can understand, parts go over my head still, but the results are amazing. A big part of what I do at work is radiosity simulations in AGI32 which is of course more accurate (because it's trying to ac…
That link doesn't work for me, even though the same link is presented in a Google search. Also, for some reason I can't find it via search by DOI. http://research.nvidia.com/publication/interactive-indirect-... has the paper plus presentation available, plus abstract and other links.
I got the citeseerx.ist.psu.edu link off google and it worked for me the first time. I'm an alum but not logged into anything, so either it was a bypass via google referrer (not sure why they'd do that, it's not looking for advertising clicks) or some usage limit.
Re: Ask HN: What is your favorite CS paper?
#113Re: Ask HN: What is your favorite CS paper?
#114Worth mentioning Joe Armstrong's "Making reliable distributed systems in the presence of sodware errors" [1]. [1] http://erlang.org/download/armstrong_thesis_2003.pdf
Re: Ask HN: What is your favorite CS paper?
#115Mine is "Image Quilting for Texture Synthesis and Transfer" by Efros and Freeman. It's simple enough to implement as a personal project and has some nice visual output. Plus, Wang tiles are cool and it's fun to learn more about them. https://www2.eecs.berkeley.edu/Research/Projects/CS/vision/p...
Re: Ask HN: What is your favorite CS paper?
#116Re: Ask HN: What is your favorite CS paper?
#117The Night Watch by James Mickens is always a good read: https://www.usenix.org/system/files/1311_05-08_mickens.pdf
Re: Ask HN: What is your favorite CS paper?
#118Re: Ask HN: What is your favorite CS paper?
#119Automated Distributed Execution of LLVM code using SQL JIT Compilation As collected by the SIGBOVIK group: http://sigbovik.org/2017/proceedings.pdf Quote: "Following the popularity of MapReduce, a whole ecosystem of Apache Incubator Projects has emerged that all solve the same problem. Famous examples include Apache Hadoop, Apache Spark, Apache Pikachu, Apache Pig, German Spark and Apache Hive [1]. However, these hav…
Apache Pikachu got me
Re: Ask HN: What is your favorite CS paper?
#120James W. Cooley and John W. Tukey
Mathematics of Computation Vol. 19, No. 90 (Apr., 1965), pp. 297-301