Capsule, The Developer’s Code Journal
I’m very pleased today to announce the release of Capsule, the developer’s code journal. Capsule replaces the scratch document you have…
I’m very pleased today to announce the release of Capsule, the developer’s code journal. Capsule replaces the scratch document you have…
GameTonight now creates a module for Panic’s excellent Status Board iPad app. The URL is simple, add ‘/statusboard’ to any metro…
I’ve just released an initial beta of Threads, a WordPress plugin I’ve been working on for about a year. The idea is simple: show posts…
This weekend, Luis wrote about his information diet1 in the wake of Google Reader’s impending closure. While reading his post, I thought about my own feed reading pattern.
I hear lots of people say that Twitter has replaced feed reading for them. I don’t think that works for me, for several reasons:
I haven’t made a choice for my next feed reader server-side service yet, but I am happy with Reeder for iOS and Mac so I’m likely to stay with something it is compatible with. At the moment this means Feedbin, but I’m also considering self-hosting something. I’d love an Open Source parsing/crawling back-end that implemented Google Reader’s API; plus Reeder adding support for setting a custom API endpoint URL.
Whatever solution I end up going with, feed reading isn’t going to leave my daily workflow anytime soon.
This is really cool – I’d love to see it for more pitchers.
Hadn’t thought of programming this way before but I completely agree. One big example for me is with legal contracts. Thinking of them as “this part does this, this part does that” makes them much easier to understand and negotiate.
One of the things I enjoy most is incorporating a good idea from one language/project/etc. into another (obviously, you need exposure to other languages/projects/ideas to do this). You can see examples of this in the code I’ve written that interacts with WordPress and how it’s adopted more of an MVC style over time.
I suppose the upside of spending a few hours debugging something is learning how a bunch of code you didn’t write actually works.
“Dad said ‘no’, but I’m going to do it anyway.” At least it was said cheerfully.
Frustrated with Skitch, I’ve switched to Glui + Droplr. Sign-up link for Droplr (& more storage for me): https://droplr.com/join/F93ymSyQ
It’s been very gratifying to see people continuing to discover Capsule this week, and seeing it resonate with them. This was typed into the demo earlier today:
This software is an example of a thing that everyone wants but doesn’t exist until a great idea suddenly comes and voila! it appears!
There are a couple of new features committed to GitHub that you can play with if you like.
In the feature/hotkeys branch1 in the ui submodule, you’ll find some additional keyboard shortcuts:
Make sure to update submodules as the jQuery Hotkeys library has been added.
In the feature/queue branch you’ll find an implementation of a very basic “send at least once” queue so that pushing posts to Capsule Server is no longer a blocking action (it makes saves faster). Another benefit to this feature is better support for using Capsule while offline. Saved entries are stored in the queue and sent to Capsule Server once Capsule is online again. To test this out, you’ll need to update your Capsule Server to the latest code in the develop branch.
We’ve also fixed a few bugs and incorporated a few submitted enhancements. Thanks to everyone who has contributed.
feature branches before being merged back to develop and subsequently into a release. ↩
Someone thought this was a good enough idea to enable it by default. :facepalm: http://d.pr/i/HzLC
My team and I are building a new web application and are looking to collaborate with a UI designer to help us bring it to life. You understand that a great application is one that delights the user with its elegance and ease of use. You have reasons for your decisions and enjoy the opportunity…
Seriously PayPal? I generate a secure 20 character password and I’m not allowed to paste it in? (I used the inspector to hack in the value anyway.)
This post is part of the thread: Passwords – an ongoing story on this site. View the thread timeline for more context on this post.
I really do miss the BlackBerry keyboard. I’m a passable typist on the iPhone, but I had to correct 8 typos while just writing this. That didn’t happen when I typed on a BlackBerry.
Verdict on http://macbartender.com: I liked it, but didn’t miss it enough after the trial to shell out $15. Feels more like a $5 util to me.
GitHub’s online editor (Ace, the same one we use for Capsule) is super handy for quickly tweaking things after accepting a pull request.