Alessandro Pistilli Blog

June 19, 2013

After months of hard work, my creature is live :)

Filed under: Uncategorized — alessandro @ 12:00 am

After months of hard work, my creature is live :) – Alessandro Pistilli

Filed under: Uncategorized — alessandro @ 12:00 am
    Leave a Reply

    Your email address will not be published.

    This site uses Akismet to reduce spam. Learn how your comment data is processed.

    June 28, 2012

    My VelocityConf 2012

    Filed under: Uncategorized — Tags: — alessandro @ 12:00 am

    Velocity Conf 2012 is over and there are a lot of videos, slides around the web.
    I made an effort to put together a list of them, specifically the sessions that I attended.

    You can find more here:
    http://www.youtube.com/playlist?list=PL80D9129677893FD8&feature=plcp
    http://lanyrd.com/2012/velocity/slides/

    Ping me if you find the missing slides or you want to add material.

    Here they are:

    Mike Brittain (Etsy):
    Simple logs analysis and trending
    Building resilient user experience

    Estelle Weyl (Standardista):
    Mobile Web Performances

    Bryan McQuade (Google):
    Understanding and Optimizing Web Performance Metrics

    Luke Kanies (Puppets Lab):
    11 Ways to Hack Puppet For Fun and Productivity

    Hooman Beheshti (Strangeloop Networks):
     The 90-Minute Mobile Optimization Life Cycle

    Jay Parikh (Facebook):
    Building for a Billion Users

    John Rauser (Amazon):
    Investigating anomalies

    Richard Cook (Royal Institute of Technology, Stockholm):
    How complex systems fail

    Vik Chaudhary (Keynote Systems, Inc.):
    Broadening the User Perspective – From Network Latency to User Experience Timings

    Matthew Steele (Google), Roberto Peon (Google):
    SPDYing Up Your Site

    Raffi Krikorian (Twitter), Arya Asemanfar (Twitter, Inc.):
    Real-time systems at Twitter

    James Turnbull (Puppet Labs):
    Roll Back: The Impossible Dream

    Tom Hughes-Croucher (Jetpacks for Dinosaurs):
    Using Node.js to improve the performance of Mobile apps and Mobile web

    Matt Atterbury (Google Inc), Mustafa Tikir (Google):
    Using Google Sitespeed and PageSpeed Products to Debug, Improve, Measure, and Iterate.

    Dan Webb (Twitter Inc), Rob Sayre (Twitter):
    Time To First Tweet

    Mike Christian (Yahoo!):
    Frying Squirrels and Unspun Gyros (Video)

    Ben Galbraith (Walmart.com), Dion Almaer (Walmart.com):
    The Performance of Web vs. Apps

    Albert Wenger (Union Square Ventures):
    Political and Commercial Threats and Opportunities for a Faster and Stronger Web

    Jesse Robbins (Opscode):
    Changing Culture & Being a force for Awesome… (Video) (Slides) (Interview)

    Kate Matsudaira (Decide):
    Leveling Up – Taking Your Operations and Engineering Role to the Next Level.

    Tim Lossen (wooga – world of gaming):
    Dashboard Mania

    Mandi Walls (Opscode):
    Challenges to Cultural Change (Slides) (Interview)

    Stoyan Stefanov (Facebook):
    Social Button BFFs

    Nicole Sullivan (Stubbornella):
    5 Essential Tools for UI Performance

    Nathan Yergler (Eventbrite):
    Living With Technical Debt

    My experience at Velocity Conference 2012 – Alessandro Pistilli

    Filed under: Tech — Tags: — alessandro @ 12:00 am

    My experience at Velocity Conference 2012

    The Velocity Conference is an excellent opportunity to learn about devops and new technologies being used today
    The Velocity Conference for 2012 is over but I found a lot of videos and slides around the web.
    I made an effort to put together a list of them, specifically the sessions that I attended.

    You can find more here:
    http://www.youtube.com/playlist?list=PL80D9129677893FD8&feature=plcp
    http://lanyrd.com/2012/velocity/slides/

    Ping me if you find the missing slides or you want to add material.

    Here they are:

    Mike Brittain (Etsy):
    Simple logs analysis and trending
    Building resilient user experience

    Estelle Weyl (Standardista):
    Mobile Web Performances

    Bryan McQuade (Google):
    Understanding and Optimizing Web Performance Metrics

    Luke Kanies (Puppets Lab):
    11 Ways to Hack Puppet For Fun and Productivity

    Hooman Beheshti (Strangeloop Networks):
     The 90-Minute Mobile Optimization Life Cycle

    Jay Parikh (Facebook):
    Building for a Billion Users

    John Rauser (Amazon):
    Investigating anomalies

    Richard Cook (Royal Institute of Technology, Stockholm):
    How complex systems fail

    Vik Chaudhary (Keynote Systems, Inc.):
    Broadening the User Perspective – From Network Latency to User Experience Timings

    Matthew Steele (Google), Roberto Peon (Google):
    SPDYing Up Your Site

    Raffi Krikorian (Twitter), Arya Asemanfar (Twitter, Inc.):
    Real-time systems at Twitter

    James Turnbull (Puppet Labs):
    Roll Back: The Impossible Dream

    Tom Hughes-Croucher (Jetpacks for Dinosaurs):
    Using Node.js to improve the performance of Mobile apps and Mobile web

    Matt Atterbury (Google Inc), Mustafa Tikir (Google):
    Using Google Sitespeed and PageSpeed Products to Debug, Improve, Measure, and Iterate.

    Dan Webb (Twitter Inc), Rob Sayre (Twitter):
    Time To First Tweet

    Mike Christian (Yahoo!):
    Frying Squirrels and Unspun Gyros (Video)

    Ben Galbraith (Walmart.com), Dion Almaer (Walmart.com):
    The Performance of Web vs. Apps

    Albert Wenger (Union Square Ventures):
    Political and Commercial Threats and Opportunities for a Faster and Stronger Web

    Jesse Robbins (Opscode):
    Changing Culture & Being a force for Awesome… (Video) (Slides) (Interview)

    Kate Matsudaira (Decide):
    Leveling Up – Taking Your Operations and Engineering Role to the Next Level.

    Tim Lossen (wooga – world of gaming):
    Dashboard Mania

    Mandi Walls (Opscode):
    Challenges to Cultural Change (Slides) (Interview)

    Stoyan Stefanov (Facebook):
    Social Button BFFs

    Nicole Sullivan (Stubbornella):
    5 Essential Tools for UI Performance

    Nathan Yergler (Eventbrite):
    Living With Technical Debt

      Leave a Reply

      Your email address will not be published.

      This site uses Akismet to reduce spam. Learn how your comment data is processed.

      February 21, 2011

      How to extract audio from a youtube video

      Filed under: Uncategorized — alessandro @ 12:00 am

      I was looking for the song Also Sprach Zarathustra.
      But I could only easily found it as video http://www.youtube.com/watch?v=SLuW-GBaJ8k.
      After a quick search I found out how rip the audio from a youtube video (via linux/fedora):
      1) Download a video from youtube
      –  yum install youtube-dl
      – youtube-dl
      2) Extract the audio track
      – ffmpeg -i nodame_theme.flv -ab 128 -ar 44100 nodame_theme.mp3  (thanks to http://linux.byexamples.com/archives/229/extract-audio-from-video-or-online-stream/)

      3) verify and play your file 🙂

      That’s it folks!

      How to extract audio from a youtube video – Alessandro Pistilli

      Filed under: Tech — alessandro @ 12:00 am

      How to extract audio from a youtube video

      I was looking for the song Also Sprach Zarathustra.
      But I could only easily found it as video http://www.youtube.com/watch?v=SLuW-GBaJ8k.
      After a quick search I found out how rip the audio from a youtube video (via linux/fedora):
      1) Download a video from youtube
      –  yum install youtube-dl
      – youtube-dl
      2) Extract the audio track
      – ffmpeg -i nodame_theme.flv -ab 128 -ar 44100 nodame_theme.mp3  (thanks to http://linux.byexamples.com/archives/229/extract-audio-from-video-or-online-stream/)

      3) verify and play your file 🙂

      That’s it folks!

        Leave a Reply

        Your email address will not be published.

        This site uses Akismet to reduce spam. Learn how your comment data is processed.

        April 2, 2010

        Montauk – Alessandro Pistilli

        Filed under: pics,Stories,travels — Tags: , , — alessandro @ 12:00 am
          Leave a Reply

          Your email address will not be published. Required fields are marked *

          This site uses Akismet to reduce spam. Learn how your comment data is processed.

          Montauk

          Filed under: Uncategorized — Tags: , , — alessandro @ 12:00 am

          No words to describe, just images

          March 14, 2010

          Linguine with lobster – Alessandro Pistilli

          Filed under: Food,pics — Tags: — alessandro @ 12:00 am
            Leave a Reply

            Your email address will not be published.

            This site uses Akismet to reduce spam. Learn how your comment data is processed.

            Linguine with lobster

            Filed under: Uncategorized — Tags: — alessandro @ 12:00 am

            For the first time, I tried this dish on my own. After I’ve heard of my friend Matteo’s huge success last weekend!
            The master of this dish is ZeroZero in Florence, but mine didn’t perform that bad!

            « Newer PostsOlder Posts »

            Powered by WordPress