journal
all all entries rss SoML excited dreams runes YRUU ultimate KTRU skate sleepy nihongo
Rob is 20,118 days old today.
prev day next day printable version

Entries this day: cloudflare-no-ssl-for-you got-inbox-invite-from-genkiman-dan installing-journal-with-travis so-we-are-thinking-about-phonegap trouble-to-get-ios-app-validated trying-sculpin-and-pelican

cloudflare no ssl for you

##09:16 Friday 31 October 2014 JST##

A couple days ago I got an email from Cloudflare saying I could get in on their Universal SSL! Sounds great!!

sounds great!

Then I got this email this morning:

nevamind!

permalink

got inbox invite from genkiman dan

##11:12 Friday 31 October 2014 JST##

Hooray!

Anybody want an invite?

I apparently have some invitations to hand out, so email me if you want one.

##11:30##

In the first 3 minutes of using it (from my desktop), I archived ~200 messages quite easily.

Thanks you Inbox team!

permalink

installing journal with travis

##14:04 Friday 31 October 2014 JST##

Travis helped me (into and) out of Cabal Hell on my mac. heehee

cd ~
rm -rf .ghc
rm -rf .cabal
rm -rf ~/Library/Haskell
cabal update
cabal install cabal-install

Building cabal took a few minutes, even on my SSD-filled MBP. bah.

mkdir journal
cd journal
cabal sandbox init

Now need to create journal.cabal like this:

name:           journal
version:        0.1.0.0
build-type:     Simple
cabal-version:  >=1.10

executable site
    main-is:            site.hs
    build-depends:      base == 4.*
                      , hakyll == 4.5.*
                      , filepath >= 1.3
                      , tagsoup >= 0.13
    ghc-options:        -Wall -O2 -threaded
    default-language:   Haskell2010
cabal install --only-dependencies

Installing on the dependencies took about 20 minutes. (?)

After cabal install --only-dependencies finishes, we build the journal (which uses Hakyll)

cabal install

And now I can remove site, site.o etc from .gitignore, and just add dist/. .gitignore now looks like this:

_cache/
_darcs/
_site/
dist/
.cabal-sandbox/

Now I can compile my site from anywheres. :-) Thanks, Travis!!!

permalink

so we are thinking about phonegap

##02:36 Saturday 01 November 2014 JST##

So we are thinking about Phonegap. I'm trying to install Android SDK now.

![]()

permalink

trouble to get ios app validated

##02:32 Saturday 01 November 2014 JST##

Went to Tariq's tonight to try getting progress on uploading an app using Testflight just so we can test it during development.

That app name doesn't exist, and yet it does.

And today, I couldn't even get that far.

Codesign hell

##12:50 Monday 03 November 2014 JST

Wow!

I got a call from Apple today. Harumi explained that I need to create the app in itunesconnect in order to deploy it over TestFlight. This is different than before Apple bought TestFlight.

Fortunately, and unfortunately-pleasantly-surprisingly, I do NOT have to give a bunch of meta data for the app before deploying it via TestFlight. Just App Name, Bundle ID, SKU, and maybe one other thing so trivial I don't remember it.

permalink

trying sculpin and pelican

##22:49 Friday 31 October 2014 JST##

Travis suggested it might be a bit challenging to add pagination and the calendar indices that I want in my journal, and he told me about Pelican in Python and I found Sculpin in PHP.

I've installed both of those with the hope that they could just use the same markdown files as my Hakyll site, but they each have slightly different requirements for the meta data.

Pelican looks a bit closer to what I want, but the installation suddenly broke though I don't remember doing anything that should break it. I'll reinstall it and see about writing a thing to tweak the meta data on each markdown file.

permalink
prev day next day