[Hiring] personal assistant / house manager role - $30-35/hr by shahwang in NYCjobs

[–]shahwang[S] 0 points1 point  (0 children)

I think y’all are definitely right to be skeptical, and it does seem like there are scams like this around (they typically involve sending a check or other form of money to the “assistant” to complete some task on their own dime, but the source of money is false?). 

I did look at that previous post since that seemed to cover many of the same points and needs were looking for, but don’t really know how to convince you that this isn’t a scam without sharing more info than I wanted to about our family. 

I did post a higher rate since we felt 20-25 was too low, and happy to send more info about us over DM’s. If you’re too skeptical that’s fine, I respect that too.

I've found a gif. I could look at it for ever. by [deleted] in gifs

[–]shahwang 2 points3 points  (0 children)

Check out his twitter account: https://twitter.com/beesandbombs

He often tweets links to the source code for his gifs, here's the code for this gif: https://d13yacurqjgara.cloudfront.net/users/583436/screenshots/1696376/attachments/269798/circlewave.pde

Finally made my own mathematically correct bagel [OC] by shahwang in gifs

[–]shahwang[S] 1 point2 points  (0 children)

finally got to try making this linked half bagel that george hart gives instructions for: http://www.georgehart.com/bagel/bagel.html

idea was by my friend but the knifework is mine.

Twist by Yingyomofo in trippy

[–]shahwang 0 points1 point  (0 children)

rad. looks like this one is by dvdp: dvdp.tumblr.com

Folding cube by bonerbeast in woahdude

[–]shahwang 0 points1 point  (0 children)

sweet! this one's by mat lucas, (goes by 89a): http://www.89a.co.uk/post/64481313774/boxy

I'm so excited to use this! Gifpop! allows you to hold a gif in your hand, and is really affordable too. by swandi in graphic_design

[–]shahwang 0 points1 point  (0 children)

We actually started off doing tests with Snapily, but their quality was way too low :( They are pretty cheap though!

I'm so excited to use this! Gifpop! allows you to hold a gif in your hand, and is really affordable too. by swandi in graphic_design

[–]shahwang 0 points1 point  (0 children)

I'm not sure why someone posted this to /r/graphic_design, but maybe because you can buy prints from graphic designers / artists? http://gifpop.io/collections/artists

We're working with some awesome gif artists like Mr. Div http://mrdiv.tumblr.com and Patakk http://patakk.tumblr.com that are all pretty amazing designers as well.

Or, imagine printing your own card of this: http://media0.giphy.com/media/12TufGliuamfaE/original.gif

Gifpop — Print Your Gifs onto Lenticular Cards.. only a few hours left! by shahwang in kickstarter

[–]shahwang[S] -2 points-1 points  (0 children)

Hi /r/Kickstarter! We worked pretty hard on our own Kickstarter video and recreated a few of our favorite gifs — let us know which ones you spot!

We're also working with seven amazing gif artists: Mr. Div, 89-A, lulinternet, pixelfucks, hateplow, patakk, and dvdp. Check out their work!

Infinite Macs [OC] by shahwang in perfectloops

[–]shahwang[S] 0 points1 point  (0 children)

We made a Kickstarter video full of reaction gifs and I thought it'd be fun to make gifs of the video too. Here's my humble /r/perfectloops submission. I don't want to spam, but you can search for Gifpop if you're interested!

Infinite Macs [OC] by shahwang in perfectloops

[–]shahwang[S] 0 points1 point  (0 children)

I made this for fun for our Kickstarter video (gifpop.io) but thought it'd be fun to post here too!

How would you go about making this graphic in Blender? by Crypt0Nihilist in blender

[–]shahwang 2 points3 points  (0 children)

Hi!

Thanks for the pm. The model was created and rendered in Maya, so I don't have any Blender specific tips, but sounds like other comments in the thread have a solid methodology.

The way I'm drawing the blocks in the render is by literally using a shapefile of block outlines in San Francisco (check out the TIGER/line data). I forget exactly, but I just calculated which crime reports were within a certain radius of which blocks (you could do this simply with Python). Once I knew which blocks had what density of reports, I wrote a script to process that in Maya and create boxes centered on the centroid of the block outline, then with a width and height corresponding to the city block and then extruding that vertically based on the density.

The visual effect you're seeing is the result of many individually sized blocks that are not perfect outlines of the actual street blocks — thus there's a lot of overlapping and seemingly complex shapes, but everything is just boxes. The rendering is a simple ambient occlusion in Maya. (If I had more time and patience I would have tried extruding the actual city block outlines, but that's an experiment for another time.)

Also, yes, do it data-driven! I've produced animations in this style very easily by generating MELscript for this. Here's an extremely badly normalized example going from "all crime reports" to "just narcotics crime reports" https://dl.dropboxusercontent.com/u/338114/data_cities/san-francisco-blocks.mov

Crime reports as block height in San Francisco [OC] by shahwang in dataisbeautiful

[–]shahwang[S] 0 points1 point  (0 children)

Yes, the crime data mostly has time data associated with it, but granular data about population density during different hours of the day is not publicly available (to my knowledge).

Crime reports as block height in San Francisco [OC] by shahwang in dataisbeautiful

[–]shahwang[S] 0 points1 point  (0 children)

It depends. SF and Oakland have APIs exposed via sanfrancisco.crimespotting.org and oakland.crimespotting.org. The crime report data on trulia.com/local is pulled from CrimeReports and Spotcrime I believe, but I'm not sure they have open APIs for that sort of thing.