Awesome: The 10k Apart voting is done and my entry ended up as one of 12 “Notable Mentions”, the third / lowest level of prize.
Continue reading post "10k Apart: Notable Mention"WWW posts page 24
10k Apart: closed
The 10k apart contest closed last Friday. I got in a few updates to my entry the last day.
Continue reading post "10k Apart: closed"Akron Art Prize 2016
I went to see the art at Akron Art Prize yesterday. Today was the last day, so I wanted to get in before then. I spent some time looking through the many art pieces. I actually read the little description and gave a good look at nearly every piece. There were lots of interesting pieces, but several that especially caught my eye, in no particular order, were:
- Blue Woods by J David Norton: I’ve been intersested in multi-layered transparent pieces since I saw Haley Litzinger‘s resin work. This piece is all glass and cool with light going through it.
- White Goes First by Brian Parsons: I’ve always liked intricate chess sets. This one’s pretty good.
- Just a Random Tree by Kim Ley: The metallic background of this photo really makes it striking, almost 3D looking.
- Frog at Dundee Falls by Anthony Contini: Neat photo with a subject above and below water. I’ve tried to experiment with this in the past, but struggled to get good results.
- Photonic Mesmerizer by James Leverton: Interesting device, computer nerdy.
- Terror of One by Mac Love / ART x LOVE
- Tantrique by Scott Alan Evans
- Planet Akron by Joseph C. Levack
- Color Study in Red and Green No. 2 by Donald Woods
The event is one of Cogneato’s clients. We built both their website and the voting system. The voting system, which started as a web based SMS + website setup and migrated to a web-based phone app (PhoneGap with an API server) provided a lot of interesting experience, some of which I haven’t really had in other projects. This year’s primary challenge was figuring out how to get the PhoneGap part working and deployed, as the guy who used to do that left the company. I took some notes on the deployment part.
10k Apart: Updated
I got an update link for my 10k Apart project on the 22cnd. I already had some updates committed, so I soon-after clicked the link. It wasn’t until yesterday that the update finally applied. So it was quite a relief when it finally did.
Continue reading post "10k Apart: Updated"Almost lost some work with git. I was using git reset --hard
to rewrite some history, but I forgot that I had some unstaged changes. Luckily, I had stashed it previously and still had the call in my terminal buffer, so I was able to get the object ID and apply it after verifying it was the right one with git stash -p show $ID
.
My 10k Apart entry is now officially deployed, meaning it made it onto the gallery list (was on page 2, but disappeared again) and I have a URL to request an update.
Continue reading post "#1269"10k Apart: Deployed
My 10k Apart entry was finally deployed and can be seen at its Azure URL, though it’s not in their gallery yet. There were problems deploying it, and it took several tries and back and forths with Aaron Gustafson himself to get it working.
Continue reading post "10k Apart: Deployed"10k Apart
I have spent much of my free time the last 12 days working on a project for the 10k Apart challenge. 10k Apart is a challenge to make a compelling progressively enhanced, accessible site with 10 KB or less of initial payload per page (more can be lazy-loaded). I decided to build an implementation of Conway’s Game of Life, which I had wanted to do since going to a Code Retreat a while back.
Continue reading post "10k Apart"Wow, the highest cost (31) bcrypt hashing of a password with PHP’s password_hash()
function is quite safe from brute force attacks from my laptop: It ran for almost 282 CPU minutes trying to compute one hash before I stopped it.
Sign and submit PhoneGap app for iOS and Android
After some struggling, I got the PhoneGap app for the Akron Art Prize submitted to the iOS and Android app stores. Since it was a new thing for me and I wanted to ensure I could do it again, I took some notes on how to submit them to each store. I tried to do as much with the PhoneGap CLI as possible so it was easily reproducible from a git repo. Note that I used ‘cordova-icon’ and ‘cordova-splash’ for the PhoneGap-side assets, so I didn’t need to touch the platform folders beyond what is mentioned below.
Continue reading post "Sign and submit PhoneGap app for iOS and Android"