6078 comments
2357 subscribers
6210 on Twitter
Subscribe! Feed reader E-mail

On this page:

Things I learned from sketchnoting the FITC design conference

FITC hired me to sketchnote the FITC Toronto 2013 conference/festival, which finished yesterday. Since the conference focused on art, design, and technology, visual notes made perfect sense. =)

20130423 FITC Toronto 2013 - 07 - Trying to Understand the Nature of Reality

Workflow: Because I do digital sketchnotes using Autodesk Sketchbook Pro on a Lenovo X220 tablet PC, I could sit anywhere in the audience, sketch during the presentation, and publish and tweet the finished, highlighted sketchnotes 5-10 minutes after the event ends. This was very convenient, because it meant that I didn’t need any special room setup (so I could go to whichever session seemed the most appropriate) and we could tap into the buzz on social media while the session was top-of-mind. It also meant that the speakers could see (and share!) the summaries right away, as they typically monitored Twitter for feedback.

I spent about five minutes before each session setting up the image: copying the speaker’s picture, spelling the title and the speaker’s name carefully, and so on. I used the colours from the track indicators, although that ended up with this shade of pink for most of the sketches. I drew using my base colour, moving things around as needed. I added highlights on a lower layer in order to make it easier to focus on key points. I didn’t use placeholder filenames this time. I simply switched back to laptop mode and typed in the talk information. Then I used WinSCP to copy the .PNG over to the NextGEN gallery directory I’d previously created, and I rescanned the directory using the web interface. This worked out much better than uploading the files through the web interface because scp-ing it preserved the filenames and allowed me to not worry about timeouts. After the system generated thumbnails for the newly-uploaded image, I copied the talk information into the image description, and I used that in the tweet as well. I used AutoHotkey to expand !f into http://j.mp/fitcto13sketches so that I didn’t have to worry about mistyping the URL. (Although it turns out that I should probably choose shorter custom URLs…)

What would make this even better?

I can advertise the sketchnotes in the real world. A foam-core board on an easel would be a great way to point people to the URL for the sketchnotes. I could either hand-draw an image or print a poster. (Might even pull off a custom poster for a multi-day event!) That way, even people who aren’t monitoring Twitter or checking the blog could come across the sketches. It would probably be good to set up the publishing arrangements beforehand and include it in the program too, again to increase the value that people get from the sketchnotes.

I can try out reverse video. The room was kept very dark during talks to help people see the slides, so the light from laptops stood out. I created an inverse version of my grid, but I wasn’t sure how well I could deal with inverting the drawing colours too while keeping it printable. Maybe developing a set of colours that work well inverted? Might be something to consider for next time. Ex: Lynne Cazaly’s sketchnote of Frank Trindade’s talk

I can increase thumbnail size. In a week or two, once clicks have gone down or once I’ve gotten a proper development environment set up again, I’m thinking of tinkering with the theme on Experivis so that I have three columns of thumbnails that span the whole page. I might also experiment with embedding Flickr galleries, because Flickr might be a decent content-delivery network that takes the load off my server.

I can revise the images to remove information. If I write less, I can draw more. Revising old images is a way to prototype that look without having to think about getting to the right balance in real-time.

I like drawing conferences. I’m going to specialize in digital sketchnoting and book reviews with the occasional illustration or presentation design. No analog for me, as there are plenty of other people who can handle that and I don’t like doing post-processing as much! Winking smile

See http://j.mp/fitcto13sketches for the sketchnotes. Enjoy!

Short URL: http://sachachua.com/blog/p/24712

Visual book review: The Culture Blueprint (Robert Richman)

The Culture Blueprint is an upcoming book that draws on lessons from Zappo’s corporate culture. It offers a mix of high-level advice as well as practical tips on how to influence your company’s culture and help your company be more effective. I liked the chapter on implementation, which includes a sample conversation showing how someone negotiated an experiment’s scope until the person got the resources and commitment needed. The tips are geared more towards medium- to large-sized companies, but even small business owners can benefit from the focus on values and stories.

20130408 Visual Book Review - The Culture Blueprint - Robert Richman

Hope you find this visual summary useful! Click on the image to view a larger version, and feel free to share it with others. © 2013 Sacha Chua (Creative Commons Attribution Licence) – http://sachachua.com

Disclosure: I received a copy for review. If you have or know of an interesting, well-written book you’d like me to review, I accept requests.

Short URL: http://sachachua.com/blog/p/24666

Business experience report: Passing my first annual resolutions

Because I incorporated my company instead of being a sole proprietor, I need to file annual returns, update my minute book, and have either a shareholder’s meeting or pass resolutions. Since it didn’t make sense to have a meeting by myself, I combined this template for shareholders’ resolutions and sample minutes of a shareholders’ meeting to come up with the resolutions below. (Not legal advice; please go talk to a lawyer if you need one.)

SHAREHOLDERS RESOLUTION OF _________

The undersigned, being all the shareholders of _________, hereby sign the following annual resolutions.

RESOLVED THAT:

1. These resolutions are in place of an annual meeting of shareholders of the company.

2. The financial statements of the company for the fiscal year ended __Date__, are received.

3. __Name__ continues as the director of the company.

4. No auditor be appointed for the current fiscal year of the company.

5. All by-laws, resolutions, contracts, acts and proceedings of the board of directors, shareholders and officers of the Corporation enacted, passed, made, done or taken since __date__ as the same are set forth or referred to in the minutes of the Corporation or in the financial statements submitted to the shareholders of the Corporation on this date are hereby approved, ratified, sanctioned and confirmed. The acts of the Board of Directors since the last annual meeting of shareholders are approved and ratified.

DATED: ___Date___

__________________________________________

__Name__

This week, I’ll file the federal annual return. Another milestone! Maybe next year I’ll learn how to pass resolutions for dividends, or make myself a proper employee of the company so that I can set up a private health services plan.

Short URL: http://sachachua.com/blog/p/24487

Helping people learn more about programming

A number of people I know want to learn more about code. People see it as a useful skill, whether they’re dealing with functions and macros in Microsoft Excel, building tools in Ruby or PHP, or playing around with graphics in Processing. I had tea with a designer who’s learning how to code in the process of building a personal project. Since he was there and the code was there, I figured I’d help by answering any questions he had. By the time we wrapped up, he’d solved three of the things he was getting stuck on: limiting queries, working with inline PHP, and using AJAX to dynamically pull in data. Good stuff.

Helping people learn is so much fun. I loved teaching introductory computer science. Even though sometimes it was frustrating, it was such a thrill getting people to those "aha!" moments. I speed-read, so it’s easier for me to skim through Google results and documentation to spot just the right function. I’ve made lots of mistakes, so it’s easier for me to debug things than it is for people who are starting out. Sometimes all people need is a nudge in the right direction, a snippet of sample code, and then they’re off. I get such a kick out of it. It’s high-leverage – a little help can go a long way.

Problem decomposition is a key skill: breaking a challenge down into small, motivating steps, identifying the things you need to figure out first so that you can build on top of them. It’s hard when you’re new, and easier when you’ve solved lots of similar problems. I want to get super-good at this, which probably means doing this with more breadth and depth so that we have more building blocks to play with.

I’m figuring out what I like. I like one-on-one sessions and co-working chats more than group tutoring or teaching a class. I don’t mind looking at someone’s screen using Skype. I’m not an expert, but we can learn together, and I’ve been told that my enthusiasm is infectious.

What could this look like, if I folded this into my experimental life? Maybe it starts with informal coworking in a shared space, helping people while hanging out and doing my own work. (I might have a "Do Not Disturb" / "Open for Helping with …" sort of sign on my laptop.) I’m planning to join HackLab.to in March, after my current consulting gig winds up. (I hope the weather will be nicer by then!) More formally, people might book hour-long sessions in a cafe, coworking space, or library, like the way tutors meet with students. I’d get paid in cash (pay-what-you-can) and/or barter. I could offer virtual help, too – e-mail? Skype?

So there’s this idea of code coaching, for those questions that you can’t ask on Stack Overflow or on mailing lists, and for learning not just a specific thing but also the process of learning it. Shall we give it a try? I’m open to inquiries about Emacs Lisp, PHP, Ruby, Rails, JQuery, Excel functions and reporting tools, AutoHotkey, Bash scripting, and other things people might want to learn.

I’m a little anxious about the impostor syndrome, but I should just get over that. I confess up front: I’m not an expert in any of these frameworks, especially since most of them move faster than I can learn. <laugh> (You won’t believe the kinds of things people are building with Emacs Lisp these days!) I’m always going to be looking things up, because I switch between languages and don’t have all the syntax in my brain. I sometimes have to look up how to do basic control structures like a for loop. And I’ll tell you if I don’t have the foggiest idea how to solve something, but at least I can show you how I’d look for it.

This sort of mentoring is an expected part of teamwork. Who’s done this as an independent? Are there things I should watch out for? Will it hopelessly fragment my brain?

Who’s interested in exploring this with me? How would you value it, and how do we test whether it’s worth it for you and me? Jan/Feb’s busy with consulting, but maybe we’ll see what this looks like in March, or we’ll do low-key coaching for starters…

Related: http://news.ycombinator.com/item?id=4857854

Short URL: http://sachachua.com/blog/p/24396

In which I do the same thing again and again

People ask me if sketchnoting is my passion. At the risk of losing business because we’ve bought into this myth that your work should be your all-consuming passion—no, actually, it isn’t. Or at least it isn’t my only passion, or even my strongest one.

What I’m really passionate about at this moment is learning. Sketchnotes are an excellent way for me to remember and share ideas. Bonus: I get to connect with speakers, authors, and fellow learners along the way. But the reason why I am focusing on building it as a business is because I want to learn more about marketing and sales. People tell me that my notes of conferences and events are awesome, so it makes sense to learn about marketing and sales in the process of selling something that people can appreciate and value. I sketched more than a dozen businesses I could be in, and this seems as good a place as any to start.

I’m curious about sketchnoting, but I’m even more curious about building businesses. I have a feeling that this must be weird. I think many programmers and artists shun business because it distracts from their work. I don’t see the business-work as all that different from the other things I enjoy – coding, drawing, cooking. I get to learn. I get to tweak. I get to hack. I get to debug. I get to play. I get anxious about accounting and paperwork, but even that is a learning sort of anxious.

People wonder how I can do so many different things. The truth is that it’s the same thing, again and again, and that’s what helps me learn. Find the unity of what you do and what you want to learn, and learning becomes easier.

Short URL: http://sachachua.com/blog/p/24373

Business experience report: Amending my T2 corporate tax return

I’m still figuring out how to calibrate my stress level when it comes to accounting and paperwork. While reconciling my business credit card statements, I realized that I had double-entered my September credit card charge from WIND Mobile. Correcting the mistake meant fixing last fiscal year’s corporate tax and sales tax returns. Digging into my records, I noticed that I was also missing a few months of bills from Fido, my previous cellphone provider. I’d forgotten to download the electronic statements before moving to WIND Mobile, and once that went through, I didn’t have access to the system. Meep!

“I am definitely not panicking,” I said. “No, sirree.” I took a deep breath and researched the process for amending a T2 corporate tax return. It involved sending a letter to my tax centre. The HST return was much easier to adjust: just change the numbers through the Canada Revenue Agency website. After updating my numbers in Quickbooks and TurboTax, I drafted a letter with the particulars. I hunted down the schedule form and the line items that needed to be changed.

Then I spent an hour working on avoiding the same problem in the future. I downloaded all the other statements I could get my hands on and setting up my routines so that I’d get a reminder to do this quarterly. I also added a checklist for when I’m closing accounts or moving to another company: remember to download statements!

The following morning, I called Fido to find out if I could get electronic copies of my bills. The agent told me that the electronic copies were deleted when my account was closed, but that I could request paper bills for $4 each. Since I probably wouldn’t be saving that much more by claiming it, I decided to remove the missing months from my tax claim.

Then I called the Canada Revenue Agency. The agent confirmed my understanding of the process for amending the T2 corporate tax return – send a letter with the items to change. In my case, I didn’t have to attach all the bills for the telephone; if they wanted additional documentation, they could ask. Yes, I could remit the payment beforehand in order to minimize interest. I told the agent that it probably came out to a difference of $30 or so. I asked, “Should I be majorly stressing out over this or minorly stressing out?”

The agent laughed and said, “It’s no big deal. Don’t worry.”

This is what I mean by calibrating my stress level. There are so many things I’m still figuring out. If I stress out too much, it’s expensive. (Get an accountant to chase all these little things down? That would probably cost more than the tax savings.) If I stress out too little, that can be expensive in terms of time and money and well-being too. Talking to people helps. I want to know what I should be paying attention to, and what can be sorted out later on.

The other thing I have to remember is that this doesn’t have to be that scary. The CRA reassessed my tax return for an extra $146, but they weren’t intimidating about it. I’m up front about the fact that I’m learning, but prospects and clients are cool with the experiment. The consequences of making mistakes are not as earth-shattering as my lizard-brain sometimes fears they are. As I learn to trust, I’ll be able to try things out more freely.

Learning from other people’s experiences helps a lot. I occasionally browse through small business forums and blogs for glimpses into other people’s adventures. I need more stories of uncertainty and starting out, I think. There’s this temptation to gloss over the rough spots, to present an image of smooth running.

I like hearing stories like how my parents carefully, carefully considered their equipment investments back when they were starting out their studio in the tight import-controlled environment of the Philippines in the 1980s. Do they buy this piece of equipment and risk that their capital gets tied up in something that lies unused if the jobs aren’t there? Do they pass on it, taking the risk that if they decide they do need it, it’ll no longer be available? I want stories of figuring things out.

Some people tell me that they like these business experience reports. If you like these experimental observations, can you recommend any other people that I should be reading too?

Short URL: http://sachachua.com/blog/p/24341

Sketching twelve business ideas

In Running Lean, Ash Maurya recommends that you document your “Plan A”s – sketch out many possible businesses and business models so that you can rank them. I spent some time on January 1 sketching different business ideas, which I’ve shared on my experiment blog. Here they are as a quick gallery.

I’m planning to print these out, prioritize them, and figure out how to derisk the most promising ones. Do any of them stand out to you as particularly interesting?

See my sketchnotes of Running Lean for more tips from the book, or check out my experiment/business blog for other business-related thoughts.

Short URL: http://sachachua.com/blog/p/24330

Get the highlights as a PDF!

Stories from my Twenties: Highlights from a Decade of Blogging