Viewing profile — corruptio
corruptio
HN member- Joined
- Wed, Mar 19, 2014, 4:03 AM UTC
- HN karma
- 34
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About corruptio
No profile information was provided.
Recent public activity
-
comment
Comment #42939185
I need it to loop subway surfers on the side. To keep my attention.
-
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 .....
-
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…
-
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…
-
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…
-
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, {…
-
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…
-
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…
-
comment
Comment #15371403
https://github.com/xem/sheet/pull/7 :D
-
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")
-
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 …
-
comment
Comment #11301051
#define and && heh
-
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. …
-
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.
-
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 -
-
comment
Comment #7558495
Author here. Per many requests, here is an annotated version https://gist.github.com/justecorruptio/10248923