For the best experience on desktop, install the Chrome extension to track your reading on news.ycombinator.com
Hacker Newsnew | past | comments | ask | show | jobs | submit | history | simonwistow's commentsregister

On OSX you can install XQuartz and libx11 an then compile it with (assuming you installed libx11 via brew)

  cc banks.c -o banks \
        -DIT=XK_Page_Up -DDT=XK_Page_Down \
        -DUP=XK_Up -DDN=XK_Down -DLT=XK_Left -DRT=XK_Right \
        -DCS=XK_Return -Ddt=0.02 \
        -std=c89 \
        -Wno-unsequenced -Wno-implicit-function-declaration -Wno-implicit-int -Wno-empty-body\
        -lm -lX11 -L/usr/local/Cellar/libx11/1.8.10/lib/ -I/usr/local/Cellar/libx11/1.8.10/include


Fanout's proxy (and it's open source version, Pushpin) converts real-time web requests like WebSockets and HTTP Long Polling into regular GET requests. Publishing messages is just an API call. No more need to run a stateful websocket origin.


Already done 7 years ago :)

http://search.cpan.org/dist/Net-FS-Flickr/

Stores versioned files by encoding them in the lower order bits of PNGs in a Flickr set.

Example stored file: http://www.flickr.com/photos/simonwistow/sets/72057594097765...


Famously Gibson wrote Neuromancer on a Hermes 2000 manual typewriter


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search:

HN For You