Contact Mike Evans

x Cancel

Mike Evans

developer & designer

Detroit · pishposh.tv

posted 4 months ago

Question: Bandwidth monitoring by user with s3

Hey all!

I'm working on a new(okay old) project where I need to track each users usage with the app when uploading and serving data. My original plan was super simple where I would just have each new account create a new s3 bucket and then use s3's billing tagging to keep a running tally. But it turns out that s3 only allows 100 buckets and you can't add the tags to individual files or folders.

I should clarify that I plan to bill users to recoup my s3 costs. So I do need the actual s3 usage numbers and costs, not just bandwidth and storage numbers from my apps logs.

How would you gals and fellas take a swing at this? What obvious solution am I overlooking.

posted 4 months ago

Artoo - Ruby robotics

Ahhhhh yet another Ruby framework for physical programming. Looking forward to trying this out.

"It provides a simple, but powerful DSL (domain-specific language) for robots and physical computing."

*Arduino *Parrot AR.Drone 2.0 *Sphero *and more to come!

posted 4 months ago

Boag & Headscape share some insights on charging regulars

"The kind of support our clients receive varies depending on their size, how long we have been doing business and how big the web/app in question actually is. We never just charge hourly as we always want the client to be fully aware of the cost associated with the work involved. Clients don’t like to get a shock when a big bill suddenly comes through the door and providing a quote for any work we do helps to avoid feature creep and allows us to make sure development stays within the studio work schedule." ...

posted 4 months ago

Calling all Civic Hackers. Stately font.

Found this yesterday. Totally awesome webfont from intridea that makes it ludicrously easy to work with map statistics. The font is made to perfectly fit together to form the united states and with just a few css styles you can start coming up with some really nice visualizations.

posted 4 months ago

Wow. Talk about responsive design!

I would love to hear you guys and gals thoughts on this.

"Now, an experiment by web designer Marko Dugonjić has taken the concept of responsive typography to a new level: using face detection, Dugonjić calculates the proximity a user is from his or her screen, and then adjusts font size accordingly."

posted 4 months ago

GPIO for Raspberry Pi with Ruby

Found this awesome library this morning making it crazy simple to get started using the GPIO (general purpose input output (I/O)) on the RaspPi with Ruby.

github.com/jwhitehorn/…

Example below.

require 'pi_piper' include PiPiper

watch :pin => 23 do puts "Pin changed from #{last_value} to #{value}" end

Or

after :pin => 23, :goes => :high do puts "Button pressed" end

PiPiper.wait

posted 4 months ago

Happy Cog Was Behind the AMC Theaters Redesign

Always cool to see major brands with clunky sites get redesigned by top web talent. happycog.com/ twitter.com/hoyboy/status/…

'amc'

amctheatres.com/

posted 5 months ago

Reminder: Design is still about words

Loving this post from 37 Signals, short and too the point.

posted 5 months ago

New User Walkthrough

Hey all,

My memory seems to be slipping and my google abilities lacking. I know there are a few libraries for guiding new users through an app after their first few signons. That handle toggling which alerts the user as seen etc. What are some you guys and gals can think of or what are some best practices you like to follow in your own projects?

posted 6 months ago

Free Design for Developers Resources

Great resources from everyones favorite Giant Robots Smashing into Other Giant Robots.

"We’re pleased to release free resources for developers looking to improve their design skills. These have been extracted from our Design for Developers workshop."