Live data from Hacker News

Viewing profile — corruptio

corruptio

HN member
Joined
Wed, Mar 19, 2014, 4:03 AM UTC
HN karma
34
Public activity
16 items

About corruptio

No profile information was provided.

Recent public activity

  1. comment
    Comment #42939185

    I need it to loop subway surfers on the side. To keep my attention.

  2. comment
    Comment #32290098

    Yup, it finds the play area and starts clicking. I haven' tried the wrapped version yet, but i think the nonwrap is funner. Also I wouldn't mind a 50x50 .....

  3. comment
    Comment #32284285

    Whelp this just ate up a night's worth of sleep... scripted something to automate finding the play area, pipe orientation and click the solution. https://www.youtube.com/watch?v=kI…

  4. comment
    Comment #30404613

    oook did some experiments... just counting the size of the delta streams: 17346B for 26^4 and 16852B for 32^4 (as described above) interestingly, the sweet spot is a mix at 30^4 at…

  5. comment
    Comment #30403490

    oo oo, idea... trying to implement it now: With 5 bits per letter, you have 6 symbols left over. We can use those to represent alternate pairs like "A or E", so you can encode BAND…

  6. comment
    Comment #27053911

    Reminds me of perl's autovivification, where you can even mix and match dicts, arrays, and scalars: $M{hello}[4]{world}[0]++ gives you: { 'hello' => [ undef, undef, undef, undef, {…

  7. comment
    Comment #18573191

    > The tiny peak at the edge is probably because the edge between the two walls sometimes has white paint showing through, so it's not a lighting effect. I vaguely remember an old g…

  8. comment
    Comment #17383383

    Having grown accustom to MP3 artifacts, it's strange to hear artifacts that are natural, but just aren't quite right. More specifically, in the male voice sample: "sold about seven…

  9. comment
    Comment #15371403

    https://github.com/xem/sheet/pull/7 :D

  10. comment
    Comment #15360786

    Here's another char off: (o=b=>{for(j in a)for(i in a)y=a[i]+j,b?document.write(` `):eval(y+(".value"+o[y]).replace(/[A-Z]\d/g," +$&.value"))})(a="_ABCD")

  11. comment
    Comment #12119012

    Or, just stick a regular 3.5mm headphone jack into the two-pronged hole half-way in. The contacts line up in such a way that one channel touch both inputs. Just turn up the volume …

  12. comment
    Comment #11301051

    #define and && heh

  13. comment
    Comment #10005284

    I deeply urge everyone interested in go to try to play it in person. Nothing beats a live face-to-face game against someone and then being able to review it on a board afterwards. …

  14. comment
    Comment #9529976

    My solution: 0: Z 2 1: Z 3 2: J 0 2 -> 4 3: J 1 3 -> 7 4: I 2 5: J 0 2 -> 4 6: J 1 3 -> 7 7: I 2 8: I 3 9: J 1 3 -> 7 Handles the zero case. Only uses 4 cells total.

  15. comment
    Comment #7637830

    For the lazy, I'm no fun: curl https://raw.githubusercontent.com/usrbinnc/netcat-cpi-kernel-module/master/tracks/trk3data.h | perl -ne 'print chr hex' | mplayer -

  16. comment
    Comment #7558495

    Author here. Per many requests, here is an annotated version https://gist.github.com/justecorruptio/10248923