Live data from Hacker News

Viewing profile — elitheeli

elitheeli

HN member
Joined
Fri, Sep 03, 2010, 5:11 PM UTC
HN karma
236
Public activity
19 items

About elitheeli

No profile information was provided.

Recent public activity

  1. comment
    Comment #10043930

    If you take version 4, stop the first while loop once the size is at most 32, and then do linear search from there, it's faster (on my machine). For example, version 4 is 102ms and…

  2. comment
    Comment #4826470

    Almost a year ago I tried to see how short of a cyclic tag system I could make in Ruby. The result: https://github.com/elitheeli/stupid-machines/blob/master/sho...

  3. story
    Request: Data on quoted email replies

    Hi HN, I'm collecting data on that line in email messages that indicates the replied-to message is below. Example: "On Apr 2, 2012, at 2:15 PM, John Smith wrote:". I'm asking for 5…

  4. comment
    Comment #3580011

    I really should have refreshed the comments page before shortening... seems like we think similarly: https://gist.github.com/1803557

  5. comment
    Comment #2428597

    Hadn't seen that. Doesn't show up when searching for "timer" or "countdown". If I'd seen these, probably wouldn't have wasted an hour.

  6. comment
    Comment #2427494

    I didn't bother to test in anything besides Chrome on Mac. I was going to put in an audio alarm, but then I'd have to put in a button to disable audio, then I'd have to make it loo…

  7. story
    One-hour Project: really fast timer

    It's taken me all four years of college to realize that my productivity and interest usually tail off after about an hour of distraction-free work. Lacking time to do a weekend pro…

  8. comment
    Comment #2308121

    I should have phrased as "what is the minimum number of characters that need to be seen by a Ruby parser in order to have something Turing equivalent to Ruby without a limited char…

  9. comment
    Comment #2301405

    But what's in that string? That still counts. What I should have done was put an additional restriction on what IO is available. Otherwise, something like "eval `cat f`" or somethi…

  10. comment
    Comment #2301390

    Sorry, you're totally right. My bad.

  11. comment
    Comment #2301377

    When I say "Turing complete", I mean Turing equivalent to a Turing machine. Since there are infinitely many Turing machines but I'm pretty sure humanity has access to a finite amou…

  12. comment
    Comment #2301201

    TeX is very Turing complete. As is Java sans semicolons, C macros, and many other things that probably shouldn't be. Right now, I'm trying to figure out what the minimum number of …

  13. comment
    Comment #2301168

    I tried to do a little bit better of a job explaining it above. I was caught off guard... I intended to post this in a few days with a proper explanation.

  14. comment
    Comment #2301162

    Is my MacBook Pro any more Turing complete? All of the memory came with it. There's no way to expand the memory as it's running.

  15. comment
    Comment #2301146

    Way to steal my karma.... :) As the original author of this, I was going to put it into a much more presentable state before showing it off here. For those confused, here's a prope…

  16. comment
    Comment #2276962

    ActiveRecord (Rails) provides counter caches for this instance. There are also gems that will analyze the queries your ORM performs to tell you which ones you should optimize. I te…

  17. comment
    Comment #2111391

    Thanks, we'll try to get these fixed ASAP.

  18. comment
    Comment #2110921

    I'd also like to thank everyone in advance for feedback. In exchange, here's a clickable link: http://statusdot.com

  19. story
    Ask HN: support time / cost per user

    If you're willing to share, how much time does your company spend per client per month on customer service or technical support? How much does that cost you, compared to how much t…