1. ipfs setup for pelican

    To enable pelican's makefile to output ipfs add the following to your makefile

    !makefile

    ipfs: html
        ipfs swarm peers >/dev/null || (echo "ipfs daemon must be online to publish" && exit 1)
        ipfs add -r -q $(OUTPUTDIR) | tail -n1 >versions/current
        cat versions/current >>versions/history
        @export hash=`cat versions/current …
    read more
  2. 64drive

    Icon Recently got a 64drive HW3. Quite a nice piece of hardware.

    As I have not found any documentation or examples covering wifi card usage, expect posts on that as I make/find some.

    Also I discovered there is no way to do breakpoints over usb for debugging existing code...something …

    read more
  3. XMage and ipfs

    Been tinkering with getting XMage working with ipfs.

    First goal is getting an ipfs interface into mage then making all image assets be content aware references.

    Second goal will be making a distributed server. I have some thoughts on this, expect more to come.

    read more
  4. It Lives

    Finally got around to putting up a site here. For those interested I use Pelican with a makefile modded to publish to ipfs and my dns is set to redirect to my ipns entry on an ipfs gateway.

    As a backup this site can be reached via ipfs.io gateway …

    read more

« Page 3 / 3

links

social