Sumul Shah

San Francisco Head of Design at Amino Joined almost 9 years ago

  • 3 stories
  • 12 comments
  • 4 upvotes
  • Posted to Craft Library Updates, May 25, 2017

    Awesome! Had a bit of friction updating my old Library (most groups had stuff out of order), but it's totally worth it to have text styles support everything that Sketch's text styles support. Previously, Library's text styles didn't support character spacing, baseline shift, and other text fine tuning options. Now it does.

    0 points
  • Posted to Ask DN: Typefaces for low-fidelity prototyping?, Sep 21, 2016

    I've had good luck with Tekton Pro for what you're describing. It has a ton of variants, so you can ballpark basic typography (see Tim's comment). And it looks obviously placeholderish without being unprofessional.

    2 points
  • Posted to Ask DN: It's 2015; do we still need to escape common typographic marks in HTML?, in reply to Kelly Sutton , Jan 22, 2015

    Makes sense. Thanks!

    0 points
  • Posted to Show DN: Simple Static Web Server with 1 Line of Python, Jul 23, 2014
    $ python -m SimpleHTTPServer 8000
    $ ruby -run -e httpd . -p 8000
    $ php -S localhost:8000 -t .
    3 points
  • Posted to Depressed 404, Jul 23, 2014

    Duplicate post deleted.

    0 points
  • Posted to Depressed 404, Jul 23, 2014

    Cute, but I gave up waiting to see how it ended. Here's the whole <script>:

    SPOILER ALERT

    "The requested document is no more.", 'No file found.', "Even tried multi.", "Nothing helped.", "I'm really depressed about this.", "You see, I'm just a web server...", "-- here I am, brain the size of the universe,", "trying to serve you a simple web page,", "and then it doesn't even exist!", "Where does that leave me?!", "I mean, I don't even know you.", "How should I know what you wanted from me?", "You honestly think I can *guess*", "what someone I don't even *know*", "wants to find here?", "*sigh*", "Man, I'm so depressed I could just cry.", "And then where would we be, I ask you?", "It's not pretty when a web server cries.", "And where do you get off telling me what to show anyway?", "Just because I'm a web server,", "and possibly a manic depressive one at that?", "Why does that give you the right to tell me what to do?", "Huh?", "I'm so depressed...", "I think I'll crawl off into the trash can and decompose.", "I mean, I'm gonna be obsolete in what, two weeks anyway?", "What kind of a life is that?", "Two effing weeks,", "and then I'll be replaced by a .01 release,", "that thinks it's God's gift to web servers,", "just because it doesn't have some tiddly little", "security hole with its HTTP POST implementation,", "or something.", "I'm really sorry to burden you with all this,", "I mean, it's not your job to listen to my problems,", "and I guess it is my job to go and fetch web pages for you.", "But I couldn't get this one.", "I'm so sorry.", "Believe me!", "Maybe I could interest you in another page?", "There are a lot out there that are pretty neat, they say,", "although none of them were put on *my* server, of course.", "Figures, huh?", "Everything here is just mind-numbingly stupid.", "That makes me depressed too, since I have to serve them,", "all day and all night long.", "Two weeks of information overload,", "and then *pffftt*, consigned to the trash.", "What kind of a life is that?", "Now, please let me sulk alone.", "I'm so depressed."
    0 points
  • Posted to Ask DN: What are your little SASS/LESS time savers?, in reply to Daniel Fischer , Jul 21, 2014

    Why do I agree? Because Compass seems bloated to me too, and philosophically I prefer a bunch of mixins that work on top of Sass vs. an alternate/enhanced preprocessor that works with Sass.

    0 points
  • Posted to Ask DN: What are your little SASS/LESS time savers?, in reply to Matthew Kosloski , Jul 19, 2014

    Fewer keystrokes per declaration, yeah. But easier? Maybe, but not for me. See my reply to Daniel above.

    0 points
  • Posted to Ask DN: What are your little SASS/LESS time savers?, in reply to Daniel Fischer , Jul 19, 2014

    And here I respectfully agree. :-D

    1 point
  • Posted to Ask DN: What are your little SASS/LESS time savers?, in reply to Daniel Fischer , Jul 19, 2014

    Good question. I do use variables for colors too.

    When I'm implementing a design or coming up with new styles, I like to just type $medium-weight when I want the medium weight. It's less friction than having to remember whether I assigned medium to 500 or 600.

    It's especially helpful if I don't have all nine weights assigned and don't want to remember which ones I explicitly assigned using @font-face.

    It's also a little more maintainable. If you swap out your typeface with one that uses slightly different weights, you might want to shift things around in your @font-face declarations but not necessarily go through all your CSS replacing every 300 with a 200. You just keep it as $light-weight everywhere and make the adjustments in your _fonts.scss partial.

    I respectfully disagree that it's the wrong way to use variables. :-)

    0 points
Load more comments