Live data from Hacker News

Viewing profile — sublimeloge

sublimeloge

HN member
Joined
Fri, Jul 02, 2010, 3:29 PM UTC
HN karma
56
Public activity
10 items

About sublimeloge

No profile information was provided.

Recent public activity

  1. comment
    Comment #18925011

    On the computer graphics side of things, there's a 2006 paper based on essentially the same underlying idea: video: https://www.youtube.com/watch?v=lGOvYyJ6r1c paper: https://grail…

  2. comment
    Comment #15517395

    Ahh, neat! That sounds like it results in some nice patterns. In that case, this paper might be more relevant http://www.cse.cuhk.edu.hk/~ttwong/papers/pad/pad.html . Its related w…

  3. comment
    Comment #15512463

    This doesn't quite answer the question that you're asking, but there's a semi-old research paper that seems related to what you want: http://www.cgl.uwaterloo.ca/csk/projects/esche…

  4. comment
    Comment #15510662

    A bit of context: Marjorie Rice achieved minor fame for discovering a number of new ways that (irregular) pentagons can tile the plane -- a surprising feat for an amateur mathemati…

  5. comment
    Comment #13945159

    For those who haven't seen the language before, I think it's also useful to know what expression evaluation in Icon works using a recursive backtracking algorithm. This means that …

  6. comment
    Comment #13231854

    I expect the article doesn't mention them because it views them as a means to an end. Since the article is about high-level philosophical concerns and not the nuts and bolts of how…

  7. comment
    Comment #13231736

    I expect that this article's title will give some Hacker News readers an incorrect impression of what it's about. As the article mentions, this talk was given at the Donaueschingen…

  8. comment
    Comment #6038449

    I don't know of any science in this area yet, because everything I'm aware of is far too speculative to be called "science". That said there is some science-aware philosophy in thi…

  9. comment
    Comment #1481395

    I've always noted it as Sigma_loop, since it's basically the busy-beaver function for a programming language with no recursion and in which the bounds of every loop must stay fixed…

  10. comment
    Comment #1481379

    Hey all, puzzle poser from the Povray thread here. If you want a somewhat trickier version, try giving the last five digits of the case where you have 100 nested loops (instead of …