<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
    <channel>
        <title>StrangeLog - Il blog di Andrea Saltarello</title>
        <link>http://blogs.ugidotnet.org/pape/Default.aspx</link>
        <description>Life in the so-called space age</description>
        <language>it-IT</language>
        <copyright>Andrea Saltarello</copyright>
        <generator>Subtext Version 2.1.0.3</generator>
        <image>
            <title>StrangeLog - Il blog di Andrea Saltarello</title>
            <url>http://blogs.ugidotnet.org/images/RSS2Image.gif</url>
            <link>http://blogs.ugidotnet.org/pape/Default.aspx</link>
            <width>77</width>
            <height>60</height>
        </image>
        <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/strangelog" /><feedburner:info uri="strangelog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
            <title>L&amp;rsquo;importanza di chiamarsi&amp;hellip; Framework</title>
            <link>http://feedproxy.google.com/~r/strangelog/~3/bqOOa0-oCyk/lrsquoimportanza-di-chiamarsihellip-framework.aspx</link>
            <description>&lt;p&gt;Ok, spero innanzitutto che Oscar Wilde non si stia troppo lamentando per la citazione a sproposito presente nel titolo :-) Ciò premesso, questo &lt;a href="http://goo.gl/m59L4"&gt;tip&lt;/a&gt; appena pubblicato su UGIdotNET mi ha riportato alla mente un episodio che descrissi in &lt;a href="http://goo.gl/SMCn5"&gt;questo post&lt;/a&gt;: più che sull’argomento in sè ho riflettuto sul fatto che nell’anno 2000, quando mi trovai a dover risolvere il problema citato nel post, spesi svariate giornate per giungere alla soluzione ivi descritta perchè per scoprire l’esistenza di quella modalità di scrittura “non logged” di SQL Server dovetti spulciare la documentazione di SQL Server ed altrettanta ne spulciai per capire come, utilizzando le estensioni custom del suo driver ODBC, trarre vantaggio da quella tecnica.&lt;/p&gt;  &lt;p&gt;Per certi versi si trattò di un interessante esercizio speculativo che mi lasciò in dote qualche conoscenza in più in merito ad alcuni internals di SQL Server, ma con il senno di poi penso che i servizi offerti dalla classe SqlBulkCopy sono un ottimo esempio di cosa dovrebbe fare un framework, ossia offrire delle primitive ad un (ragionevole) livello di astrazione che permetta allo sviluppatore di dedicare il proprio tempo alla soluzione della parte “pregiata” (si ok, si scrive “pregiata” ma si legge “domain”…) di un problema potendo far affidamento su un substrato tecnologico che sia in grado di sfruttare la tecnologia/piattaforma sottostante.&lt;/p&gt;  &lt;p&gt;In questo senso, nonostante l’ipertrofia che ormai lo caratterizza, penso a quanto valore ci sia nel .NET Framework che ormai diamo per scontato e quanto avrei preferito, mentre nel 2000 dovevo risolvere da solo il problema in oggetto, aver a disposizione &lt;strong&gt;SqlBulkCopy&lt;/strong&gt; potendo dedicare meno tempo al lavoro e magari usare il tempo risparmiato per un Mojito in buona compagnia… :-)&lt;/p&gt;&lt;img src="http://blogs.ugidotnet.org/pape/aggbug/101556.aspx" width="1" height="1" /&gt;&lt;img src="http://feeds.feedburner.com/~r/strangelog/~4/bqOOa0-oCyk" height="1" width="1"/&gt;</description>
            <dc:creator>Andrea Saltarello</dc:creator>
            <guid isPermaLink="false">http://blogs.ugidotnet.org/pape/archive/2013/05/15/lrsquoimportanza-di-chiamarsihellip-framework.aspx</guid>
            <pubDate>Wed, 15 May 2013 10:07:48 GMT</pubDate>
            <wfw:comment>http://blogs.ugidotnet.org/pape/comments/101556.aspx</wfw:comment>
            <comments>http://blogs.ugidotnet.org/pape/archive/2013/05/15/lrsquoimportanza-di-chiamarsihellip-framework.aspx#feedback</comments>
            <slash:comments>3</slash:comments>
            <wfw:commentRss>http://blogs.ugidotnet.org/pape/comments/commentRss/101556.aspx</wfw:commentRss>
            <trackback:ping>http://blogs.ugidotnet.org/pape/services/trackbacks/101556.aspx</trackback:ping>
        <feedburner:origLink>http://blogs.ugidotnet.org/pape/archive/2013/05/15/lrsquoimportanza-di-chiamarsihellip-framework.aspx</feedburner:origLink></item>
        <item>
            <title>Upload di file in applicazioni ASP.NET MVC: un paio di approfondimenti</title>
            <category>.NET</category>
            <category>ASP.NET</category>
            <link>http://feedproxy.google.com/~r/strangelog/~3/vz5mKXjrKe0/upload-di-file-in-applicazioni-asp.net-mvc-un-paio-di.aspx</link>
            <description>&lt;p&gt;Mi riaggancio a &lt;a href="http://www.ugidotnet.org/Tip/Detail/1345"&gt;questo mio tip&lt;/a&gt; pubblicato su UGIdotNET per fare un paio di approfondimenti:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Se usate l’attributo &lt;strong&gt;accept&lt;/strong&gt; dell’elemento &lt;strong&gt;input&lt;/strong&gt; e il browser protesta anche se il file che avete referenziato per il download è corretto, probabilmente siete incappati nello stesso bug di &lt;strong&gt;jQuery Validate&lt;/strong&gt; che anche io ho potuto “gustare”: aggiornate la suddetta libreria all’ultima versione (va benissimo quella disponibile su &lt;a href="http://www.nuget.org/"&gt;NuGet&lt;/a&gt;) e il problema sarà risolto &lt;/li&gt;    &lt;li&gt;Se il vostro server è a 64 bit e l’application pool è configurato per usare questa word length, ove voleste (come nel mio caso) effettuare l’upload di un file Excel ed effettuarne il parsing con ADO.NET, ricordate che per default il Jet Engine in versione x64 non è installato (e per ottimi motivi, visto che praticamente non è supportato negli scenari &lt;em&gt;server side&lt;/em&gt;): potete scaricarlo &lt;a href="http://goo.gl/b7Cvl"&gt;qui&lt;/a&gt; ma attenzione alle &lt;em&gt;release note&lt;/em&gt; che trovate nella sezione “Overview” della pagina perchè vi starete addentrando nel classico scenario “it works on my machine”. N.B., non fatevi ingannare dal fatto che sulla vostra devstation, che ovviamente è a 64 bit, funziona tutto alla perfezione mentre fate sviluppo &amp;amp; test: Visual Studio è a 32 bit e così anche Cassini, quindi state “funzionando” a 32 bit e in questo caso il problema non sussiste. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;BTW, in realtà dopo qualche utilizzo del codice mostrato nel tip mi sono proprio stufato di non avere un migliore supporto a questa tipologia di scenario e quindi ho realizzato un helper method analogo a quelli disponibili out of the box per i data type supportati nativamente. Diciamo che ho un’idea per il prossimo tip :-)&lt;/p&gt;&lt;img src="http://blogs.ugidotnet.org/pape/aggbug/101531.aspx" width="1" height="1" /&gt;&lt;img src="http://feeds.feedburner.com/~r/strangelog/~4/vz5mKXjrKe0" height="1" width="1"/&gt;</description>
            <dc:creator>Andrea Saltarello</dc:creator>
            <guid isPermaLink="false">http://blogs.ugidotnet.org/pape/archive/2013/05/02/upload-di-file-in-applicazioni-asp.net-mvc-un-paio-di.aspx</guid>
            <pubDate>Thu, 02 May 2013 08:46:00 GMT</pubDate>
            <wfw:comment>http://blogs.ugidotnet.org/pape/comments/101531.aspx</wfw:comment>
            <comments>http://blogs.ugidotnet.org/pape/archive/2013/05/02/upload-di-file-in-applicazioni-asp.net-mvc-un-paio-di.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://blogs.ugidotnet.org/pape/comments/commentRss/101531.aspx</wfw:commentRss>
            <trackback:ping>http://blogs.ugidotnet.org/pape/services/trackbacks/101531.aspx</trackback:ping>
        <feedburner:origLink>http://blogs.ugidotnet.org/pape/archive/2013/05/02/upload-di-file-in-applicazioni-asp.net-mvc-un-paio-di.aspx</feedburner:origLink></item>
        <item>
            <title>Guisa1, ovvero &amp;ldquo;a volte ritornano&amp;rdquo;</title>
            <category>SW Architecture</category>
            <category>Conferenze (PDC, TechEd, WPC, ...)</category>
            <link>http://feedproxy.google.com/~r/strangelog/~3/OI8ltb4doP4/guisa1-ovvero-ldquoa-volte-ritornanordquo.aspx</link>
            <description>&lt;p&gt;Dopo una lunga (e fastidiosa, almeno per il sottoscritto) assenza, torna un &lt;a href="http://goo.gl/NkaoP"&gt;evento&lt;/a&gt; organizzato dallo “user group dedicato ai &lt;em&gt;perché&lt;/em&gt; oltre che al &lt;em&gt;come&lt;/em&gt;”; in una parola: &lt;a href="http://goo.gl/IE0qT"&gt;&lt;strong&gt;GUISA&lt;/strong&gt;&lt;/a&gt;. Il format è (crediamo) davvero innovativo: né sessioni “full frontal” né “open” né, soprattutto, tecnologia fine a se stessa bensì solo casi reali. Ogni sessione, infatti, presenta per 60 minuti un progetto “real world” del quale verranno mostrate le scelte architetturali e tecnologiche, motivando le suddette scelte; e dopo i 60 minuti… 30 minuti di “open” nel quale metterle in discussione. Insieme. Ma sempre partendo dai requisiti, perché vogliamo parlare e discutere di scelte fatte con la testa e non con la “pancia”.&lt;/p&gt;  &lt;p&gt;Questo è il primo giro e per “far bootstrap” le sessioni le abbiamo messe noi, dal prox giro ci sarà la CFP perché parlar di progetti ha tanto più senso quanto più eterogenei essi sono nella loro genesi. Ergo, preparatevi. :-)&lt;/p&gt;  &lt;p&gt;Ah, si: c’è anche una (piccola" ?) eccezione (perché ogni buona regola generale ha delle altrettanto buone eccezioni): un “acceso” thread della scorsa settimana avvenuto su Twitter ci ha infatti convinto ad “infilare” in agenda una sessione con formato “open” dedicata ad Ubiquitous Language. Non l’avete vista fino ad ieri? Non mi stupisce: l’ho appena pubblicata. :-)&lt;/p&gt;  &lt;p&gt;L’&lt;a href="http://goo.gl/NkaoP"&gt;iscrizione&lt;/a&gt; è gratuita; per i dettagli logistici vi rimando al &lt;a href="http://goo.gl/XDml0"&gt;post&lt;/a&gt; del buon Mauro. L’hashtag dell’evento è &lt;strong&gt;#guisa1&lt;/strong&gt;&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:3dff00b5-2052-43e8-bf98-96c8f44ce6c7" class="wlWriterEditableSmartContent"&gt;Tag di Technorati: &lt;a href="http://technorati.com/tags/GUISA" rel="tag"&gt;GUISA&lt;/a&gt;,&lt;a href="http://technorati.com/tags/DDD" rel="tag"&gt;DDD&lt;/a&gt;,&lt;a href="http://technorati.com/tags/ubiquitous+language" rel="tag"&gt;ubiquitous language&lt;/a&gt;,&lt;a href="http://technorati.com/tags/software+architecture" rel="tag"&gt;software architecture&lt;/a&gt;,&lt;a href="http://technorati.com/tags/CQRS" rel="tag"&gt;CQRS&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.ugidotnet.org/pape/aggbug/100974.aspx" width="1" height="1" /&gt;&lt;img src="http://feeds.feedburner.com/~r/strangelog/~4/OI8ltb4doP4" height="1" width="1"/&gt;</description>
            <dc:creator>Andrea Saltarello</dc:creator>
            <guid isPermaLink="false">http://blogs.ugidotnet.org/pape/archive/2012/04/24/guisa1-ovvero-ldquoa-volte-ritornanordquo.aspx</guid>
            <pubDate>Tue, 24 Apr 2012 06:55:00 GMT</pubDate>
            <wfw:comment>http://blogs.ugidotnet.org/pape/comments/100974.aspx</wfw:comment>
            <comments>http://blogs.ugidotnet.org/pape/archive/2012/04/24/guisa1-ovvero-ldquoa-volte-ritornanordquo.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://blogs.ugidotnet.org/pape/comments/commentRss/100974.aspx</wfw:commentRss>
            <trackback:ping>http://blogs.ugidotnet.org/pape/services/trackbacks/100974.aspx</trackback:ping>
        <feedburner:origLink>http://blogs.ugidotnet.org/pape/archive/2012/04/24/guisa1-ovvero-ldquoa-volte-ritornanordquo.aspx</feedburner:origLink></item>
        <item>
            <title>Community Days, ma anche Community Dinner</title>
            <category>Conferenze (PDC, TechEd, WPC, ...)</category>
            <category>UGIdotNET</category>
            <category>Visual Studio</category>
            <category>.NET</category>
            <category>ASP.NET</category>
            <link>http://feedproxy.google.com/~r/strangelog/~3/eurz1n6jnqY/comunity-days-ma-anche-community-dinner.aspx</link>
            <description>&lt;p&gt;Alla vigilia dell’inizio della &lt;a href="http://www.communitydays.it/events/communitydays-2012/"&gt;bolgia&lt;/a&gt;, parliamo della parte veramente importante dell’agenda, ossia… La cena :-) Il baccanale avrà luogo presso l’&lt;a href="http://www.ilcastelletto.info/"&gt;Hosteria il Castelletto&lt;/a&gt;, dotata di 2 assett fondamentali:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Si trova a Peschiera, quindi ad un tiro di schioppo dall’&lt;a href="http://www.microsoft.com/italy/newscenter/DoveSiamo.aspx"&gt;Innovation Campus&lt;/a&gt; di Microsoft &lt;/li&gt;    &lt;li&gt;Gnocco fritto, salumi, tigelle e Gutturnio &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;E a ben pensarci, “chissene” del primo punto perché il secondo è già una ragione più che sufficiente. :-) Poichè, oltre ad aver ridefinito il concetto di “limite di presenze permesso dalla omologazione dell’Innovation Campus”, rischiamo di dover fare override anche di quello della “Hosteria”, conviene prenotare. Ecco, insomma: chi volesse partecipare alla cena &lt;a href="http://goo.gl/Kukna"&gt;mi scriva&lt;/a&gt; e lo aggiungo alla prenotazione (fissata per domani sera alle 19:30). &lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:36a371e9-4047-43b0-b355-9aa97560ad9e" class="wlWriterSmartContent"&gt;Tag di Technorati: &lt;a href="http://technorati.com/tags/Community+Days" rel="tag"&gt;Community Days&lt;/a&gt;,&lt;a href="http://technorati.com/tags/UGIdotNET" rel="tag"&gt;UGIdotNET&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.ugidotnet.org/pape/aggbug/100773.aspx" width="1" height="1" /&gt;&lt;img src="http://feeds.feedburner.com/~r/strangelog/~4/eurz1n6jnqY" height="1" width="1"/&gt;</description>
            <dc:creator>Andrea Saltarello</dc:creator>
            <guid isPermaLink="false">http://blogs.ugidotnet.org/pape/archive/2012/02/15/comunity-days-ma-anche-community-dinner.aspx</guid>
            <pubDate>Wed, 15 Feb 2012 09:06:00 GMT</pubDate>
            <wfw:comment>http://blogs.ugidotnet.org/pape/comments/100773.aspx</wfw:comment>
            <comments>http://blogs.ugidotnet.org/pape/archive/2012/02/15/comunity-days-ma-anche-community-dinner.aspx#feedback</comments>
            <slash:comments>5</slash:comments>
            <wfw:commentRss>http://blogs.ugidotnet.org/pape/comments/commentRss/100773.aspx</wfw:commentRss>
            <trackback:ping>http://blogs.ugidotnet.org/pape/services/trackbacks/100773.aspx</trackback:ping>
        <feedburner:origLink>http://blogs.ugidotnet.org/pape/archive/2012/02/15/comunity-days-ma-anche-community-dinner.aspx</feedburner:origLink></item>
        <item>
            <title>Stay hungry, stay foolish.</title>
            <link>http://feedproxy.google.com/~r/strangelog/~3/dxs4qn49UG0/stay-hungry-stay-foolish.aspx</link>
            <description>&lt;p&gt;&lt;em&gt;I am honored to be with you today at your commencement from one of the finest universities in the world. I never graduated from college. Truth be told, this is the closest I've ever gotten to a college graduation. Today I want to tell you three stories from my life. That's it. No big deal. Just three stories.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;The first story is about connecting the dots.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;I dropped out of Reed College after the first 6 months, but then stayed around as a drop-in for another 18 months or so before I really quit. So why did I drop out?&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;It started before I was born. My biological mother was a young, unwed college graduate student, and she decided to put me up for adoption. She felt very strongly that I should be adopted by college graduates, so everything was all set for me to be adopted at birth by a lawyer and his wife. Except that when I popped out they decided at the last minute that they really wanted a girl. So my parents, who were on a waiting list, got a call in the middle of the night asking: "We have an unexpected baby boy; do you want him?" They said: "Of course." My biological mother later found out that my mother had never graduated from college and that my father had never graduated from high school. She refused to sign the final adoption papers. She only relented a few months later when my parents promised that I would someday go to college.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;And 17 years later I did go to college. But I naively chose a college that was almost as expensive as Stanford, and all of my working-class parents' savings were being spent on my college tuition. After six months, I couldn't see the value in it. I had no idea what I wanted to do with my life and no idea how college was going to help me figure it out. And here I was spending all of the money my parents had saved their entire life. So I decided to drop out and trust that it would all work out OK. It was pretty scary at the time, but looking back it was one of the best decisions I ever made. The minute I dropped out I could stop taking the required classes that didn't interest me, and begin dropping in on the ones that looked interesting.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;It wasn't all romantic. I didn't have a dorm room, so I slept on the floor in friends' rooms, I returned coke bottles for the 5¢ deposits to buy food with, and I would walk the 7 miles across town every Sunday night to get one good meal a week at the Hare Krishna temple. I loved it. And much of what I stumbled into by following my curiosity and intuition turned out to be priceless later on. Let me give you one example:&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Reed College at that time offered perhaps the best calligraphy instruction in the country. Throughout the campus every poster, every label on every drawer, was beautifully hand calligraphed. Because I had dropped out and didn't have to take the normal classes, I decided to take a calligraphy class to learn how to do this. I learned about serif and san serif typefaces, about varying the amount of space between different letter combinations, about what makes great typography great. It was beautiful, historical, artistically subtle in a way that science can't capture, and I found it fascinating.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;None of this had even a hope of any practical application in my life. But ten years later, when we were designing the first Macintosh computer, it all came back to me. And we designed it all into the Mac. It was the first computer with beautiful typography. If I had never dropped in on that single course in college, the Mac would have never had multiple typefaces or proportionally spaced fonts. And since Windows just copied the Mac, it's likely that no personal computer would have them. If I had never dropped out, I would have never dropped in on this calligraphy class, and personal computers might not have the wonderful typography that they do. Of course it was impossible to connect the dots looking forward when I was in college. But it was very, very clear looking backwards ten years later.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Again, you can't connect the dots looking forward; you can only connect them looking backwards. So you have to trust that the dots will somehow connect in your future. You have to trust in something — your gut, destiny, life, karma, whatever. This approach has never let me down, and it has made all the difference in my life.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;My second story is about love and loss.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;I was lucky — I found what I loved to do early in life. Woz and I started Apple in my parents garage when I was 20. We worked hard, and in 10 years Apple had grown from just the two of us in a garage into a $2 billion company with over 4000 employees. We had just released our finest creation — the Macintosh — a year earlier, and I had just turned 30. And then I got fired. How can you get fired from a company you started? Well, as Apple grew we hired someone who I thought was very talented to run the company with me, and for the first year or so things went well. But then our visions of the future began to diverge and eventually we had a falling out. When we did, our Board of Directors sided with him. So at 30 I was out. And very publicly out. What had been the focus of my entire adult life was gone, and it was devastating.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;I really didn't know what to do for a few months. I felt that I had let the previous generation of entrepreneurs down - that I had dropped the baton as it was being passed to me. I met with David Packard and Bob Noyce and tried to apologize for screwing up so badly. I was a very public failure, and I even thought about running away from the valley. But something slowly began to dawn on me — I still loved what I did. The turn of events at Apple had not changed that one bit. I had been rejected, but I was still in love. And so I decided to start over.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;I didn't see it then, but it turned out that getting fired from Apple was the best thing that could have ever happened to me. The heaviness of being successful was replaced by the lightness of being a beginner again, less sure about everything. It freed me to enter one of the most creative periods of my life.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;During the next five years, I started a company named NeXT, another company named Pixar, and fell in love with an amazing woman who would become my wife. Pixar went on to create the worlds first computer animated feature film, Toy Story, and is now the most successful animation studio in the world. In a remarkable turn of events, Apple bought NeXT, I returned to Apple, and the technology we developed at NeXT is at the heart of Apple's current renaissance. And Laurene and I have a wonderful family together.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;I'm pretty sure none of this would have happened if I hadn't been fired from Apple. It was awful tasting medicine, but I guess the patient needed it. Sometimes life hits you in the head with a brick. Don't lose faith. I'm convinced that the only thing that kept me going was that I loved what I did. You've got to find what you love. And that is as true for your work as it is for your lovers. Your work is going to fill a large part of your life, and the only way to be truly satisfied is to do what you believe is great work. And the only way to do great work is to love what you do. If you haven't found it yet, keep looking. Don't settle. As with all matters of the heart, you'll know when you find it. And, like any great relationship, it just gets better and better as the years roll on. So keep looking until you find it. Don't settle.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;My third story is about death.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;When I was 17, I read a quote that went something like: "If you live each day as if it was your last, someday you'll most certainly be right." It made an impression on me, and since then, for the past 33 years, I have looked in the mirror every morning and asked myself: "If today were the last day of my life, would I want to do what I am about to do today?" And whenever the answer has been "No" for too many days in a row, I know I need to change something.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Remembering that I'll be dead soon is the most important tool I've ever encountered to help me make the big choices in life. Because almost everything — all external expectations, all pride, all fear of embarrassment or failure - these things just fall away in the face of death, leaving only what is truly important. Remembering that you are going to die is the best way I know to avoid the trap of thinking you have something to lose. You are already naked. There is no reason not to follow your heart.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;About a year ago I was diagnosed with cancer. I had a scan at 7:30 in the morning, and it clearly showed a tumor on my pancreas. I didn't even know what a pancreas was. The doctors told me this was almost certainly a type of cancer that is incurable, and that I should expect to live no longer than three to six months. My doctor advised me to go home and get my affairs in order, which is doctor's code for prepare to die. It means to try to tell your kids everything you thought you'd have the next 10 years to tell them in just a few months. It means to make sure everything is buttoned up so that it will be as easy as possible for your family. It means to say your goodbyes.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;I lived with that diagnosis all day. Later that evening I had a biopsy, where they stuck an endoscope down my throat, through my stomach and into my intestines, put a needle into my pancreas and got a few cells from the tumor. I was sedated, but my wife, who was there, told me that when they viewed the cells under a microscope the doctors started crying because it turned out to be a very rare form of pancreatic cancer that is curable with surgery. I had the surgery and I'm fine now.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;This was the closest I've been to facing death, and I hope it's the closest I get for a few more decades. Having lived through it, I can now say this to you with a bit more certainty than when death was a useful but purely intellectual concept:&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;No one wants to die. Even people who want to go to heaven don't want to die to get there. And yet death is the destination we all share. No one has ever escaped it. And that is as it should be, because Death is very likely the single best invention of Life. It is Life's change agent. It clears out the old to make way for the new. Right now the new is you, but someday not too long from now, you will gradually become the old and be cleared away. Sorry to be so dramatic, but it is quite true.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Your time is limited, so don't waste it living someone else's life. Don't be trapped by dogma — which is living with the results of other people's thinking. Don't let the noise of others' opinions drown out your own inner voice. And most important, have the courage to follow your heart and intuition. They somehow already know what you truly want to become. Everything else is secondary.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;When I was young, there was an amazing publication called The Whole Earth Catalog, which was one of the bibles of my generation. It was created by a fellow named Stewart Brand not far from here in Menlo Park, and he brought it to life with his poetic touch. This was in the late 1960's, before personal computers and desktop publishing, so it was all made with typewriters, scissors, and polaroid cameras. It was sort of like Google in paperback form, 35 years before Google came along: it was idealistic, and overflowing with neat tools and great notions.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Stewart and his team put out several issues of The Whole Earth Catalog, and then when it had run its course, they put out a final issue. It was the mid-1970s, and I was your age. On the back cover of their final issue was a photograph of an early morning country road, the kind you might find yourself hitchhiking on if you were so adventurous. Beneath it were the words: "Stay Hungry. Stay Foolish." It was their farewell message as they signed off. Stay Hungry. Stay Foolish. And I have always wished that for myself. And now, as you graduate to begin anew, I wish that for you.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Stay Hungry. Stay Foolish.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Thank you all very much.&lt;/em&gt;&lt;/p&gt;&lt;img src="http://blogs.ugidotnet.org/pape/aggbug/100430.aspx" width="1" height="1" /&gt;&lt;img src="http://feeds.feedburner.com/~r/strangelog/~4/dxs4qn49UG0" height="1" width="1"/&gt;</description>
            <dc:creator>Andrea Saltarello</dc:creator>
            <guid isPermaLink="false">http://blogs.ugidotnet.org/pape/archive/2011/10/06/stay-hungry-stay-foolish.aspx</guid>
            <pubDate>Thu, 06 Oct 2011 08:06:16 GMT</pubDate>
            <comments>http://blogs.ugidotnet.org/pape/archive/2011/10/06/stay-hungry-stay-foolish.aspx#feedback</comments>
            <wfw:commentRss>http://blogs.ugidotnet.org/pape/comments/commentRss/100430.aspx</wfw:commentRss>
            <trackback:ping>http://blogs.ugidotnet.org/pape/services/trackbacks/100430.aspx</trackback:ping>
        <feedburner:origLink>http://blogs.ugidotnet.org/pape/archive/2011/10/06/stay-hungry-stay-foolish.aspx</feedburner:origLink></item>
        <item>
            <title>Acer Iconia Tab W500</title>
            <category>Windows 8</category>
            <link>http://feedproxy.google.com/~r/strangelog/~3/ZzIyxwhyrgE/acer-iconia-tab-w500.aspx</link>
            <description>&lt;p&gt;Ho acquistato un &lt;a href="http://www.acer.it/ac/it/IT/content/iconia-tab-w500"&gt;Acer Iconia Tab W500&lt;/a&gt;: è brutto, grosso e pesante. Ciò nonostante, è più che sufficiente per mostrare che Windows 8 ha un potenziale *altissimo*. “&lt;em&gt;Provare per credere&lt;/em&gt;” (cit.)&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:fa48096e-9561-4d89-a9fa-439651c097fc" class="wlWriterEditableSmartContent"&gt;Tag di Technorati: &lt;a href="http://technorati.com/tags/windows+8" rel="tag"&gt;windows 8&lt;/a&gt;,&lt;a href="http://technorati.com/tags/tablet" rel="tag"&gt;tablet&lt;/a&gt;,&lt;a href="http://technorati.com/tags/iconia+w500" rel="tag"&gt;iconia w500&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.ugidotnet.org/pape/aggbug/100413.aspx" width="1" height="1" /&gt;&lt;img src="http://feeds.feedburner.com/~r/strangelog/~4/ZzIyxwhyrgE" height="1" width="1"/&gt;</description>
            <dc:creator>Andrea Saltarello</dc:creator>
            <guid isPermaLink="false">http://blogs.ugidotnet.org/pape/archive/2011/10/03/acer-iconia-tab-w500.aspx</guid>
            <pubDate>Mon, 03 Oct 2011 07:05:00 GMT</pubDate>
            <wfw:comment>http://blogs.ugidotnet.org/pape/comments/100413.aspx</wfw:comment>
            <comments>http://blogs.ugidotnet.org/pape/archive/2011/10/03/acer-iconia-tab-w500.aspx#feedback</comments>
            <slash:comments>4</slash:comments>
            <wfw:commentRss>http://blogs.ugidotnet.org/pape/comments/commentRss/100413.aspx</wfw:commentRss>
            <trackback:ping>http://blogs.ugidotnet.org/pape/services/trackbacks/100413.aspx</trackback:ping>
        <feedburner:origLink>http://blogs.ugidotnet.org/pape/archive/2011/10/03/acer-iconia-tab-w500.aspx</feedburner:origLink></item>
        <item>
            <title>AAA: cercasi web developer</title>
            <link>http://feedproxy.google.com/~r/strangelog/~3/LWBDO8KOHN8/aaa-cercasi-web-developer.aspx</link>
            <description>&lt;p&gt;Un &lt;a href="http://www.manageddesigns.it"&gt;nostro&lt;/a&gt; cliente (una società di servizi con sede operativa a Milano) cerca un web developer freelance per una collborazione di 6 mesi, potenzialmente estendibile (per intenderci: se il progetto va “lungo”, la collaborazione si allunga). Skill richiesti: ASP.NET web forms (v 1.1 e superiori), ADO.NET “Oracle oriented” (ergo, PL-SQL e tutti quei bei “:” nei named parameter), linguaggio VB e Silverlight 3.0.&lt;/p&gt;  &lt;p&gt;Se qualcuno fosse interessato, faccia un &lt;a href="http://goo.gl/V17IM"&gt;fischio&lt;/a&gt; e lo metto in contatto con il cliente.&lt;/p&gt;&lt;img src="http://blogs.ugidotnet.org/pape/aggbug/100113.aspx" width="1" height="1" /&gt;&lt;img src="http://feeds.feedburner.com/~r/strangelog/~4/LWBDO8KOHN8" height="1" width="1"/&gt;</description>
            <dc:creator>Andrea Saltarello</dc:creator>
            <guid isPermaLink="false">http://blogs.ugidotnet.org/pape/archive/2011/06/09/aaa-cercasi-web-developer.aspx</guid>
            <pubDate>Thu, 09 Jun 2011 08:07:47 GMT</pubDate>
            <wfw:comment>http://blogs.ugidotnet.org/pape/comments/100113.aspx</wfw:comment>
            <comments>http://blogs.ugidotnet.org/pape/archive/2011/06/09/aaa-cercasi-web-developer.aspx#feedback</comments>
            <wfw:commentRss>http://blogs.ugidotnet.org/pape/comments/commentRss/100113.aspx</wfw:commentRss>
            <trackback:ping>http://blogs.ugidotnet.org/pape/services/trackbacks/100113.aspx</trackback:ping>
        <feedburner:origLink>http://blogs.ugidotnet.org/pape/archive/2011/06/09/aaa-cercasi-web-developer.aspx</feedburner:origLink></item>
        <item>
            <title>UGIdotNET: gli eventi &amp;ldquo;new wave&amp;rdquo;</title>
            <link>http://feedproxy.google.com/~r/strangelog/~3/GcY2Eh-6n_Q/ugidotnet-gli-eventi-ldquonew-waverdquo.aspx</link>
            <description>&lt;p&gt;Beh, visto che &lt;a href="http://tostring.it/blog/post/un-mese-molto-intenso/"&gt;qualcuno&lt;/a&gt; ha già spifferato la notizia ai 4 venti… Parliamone. Nel prossimo mese e mezzo, UGIdotNET organizza una mini serie di 2 workshop “gemelli”, che abbiamo definito “New wave”. Qualche ben informato sospetta che il nome sia dovuto ai miei gusti musicali: lungi dal rinnegarli, in realtà volevamo solo riflettere il fatto che i temi affrontati non sono probabilmente relativi a tecnologie che useremmo “domani”, ma che ben presto potrebbero far parte della nostra vita (lavorativa) quotidiana. E’ il caso (guardando all’&lt;a href="http://goo.gl/ktwXY"&gt;evento di settimana prossima&lt;/a&gt;) di &lt;strong&gt;HTML5&lt;/strong&gt;: lo standard è ancora in beta e la RFC richiederà ancora tempo, ma l’argomento è sulla bocca di tutti (e, soprattutto, l’attuale beta è già utilizzata da vari siti/portali. E’ anche il caso di &lt;strong&gt;Silverlight&lt;/strong&gt;, del quale offriremo una preview della versione 5 basandoci sulla beta attuale, e poi ci sono i device mobili e una preview di &lt;strong&gt;WCF&lt;/strong&gt; &lt;em&gt;vNext&lt;/em&gt;.&lt;/p&gt;  &lt;p&gt;L’agenda del 6 giugno, invece, non è ancora completa (BTW, se avete delle proposte non esitate a comunicarcele), ma all’appello hanno già risposto &lt;strong&gt;NuGet&lt;/strong&gt; (io non riuscirei più a farne a meno) e &lt;strong&gt;ASP.NET MVC&lt;/strong&gt;, per il quale abbiamo messo in agenda una sessione di confronto di 2 view engine (per la precisione: &lt;strong&gt;Razor&lt;/strong&gt; e &lt;strong&gt;Spark&lt;/strong&gt;). Probabilmente, approfitterò dell’occasione per riproporre la sessione su &lt;strong&gt;Code Contracts&lt;/strong&gt;/&lt;strong&gt;LINQ&lt;/strong&gt;/&lt;strong&gt;Generics&lt;/strong&gt; che ho erogato durante .NET Campus, che in 45 minuti era risultata un po’ “tirata” ma che in 75 dovrebbe essere maggiormente fruibile. E poi… Vedremo: le idee sono tante ma, ribadisco, anche le vostre proposte sono benvenute.&lt;/p&gt;  &lt;p&gt;Le iscrizioni per entrambi gli eventi sono ancora aperte &lt;a href="http://communitydevtool.com/public/frmdetailevent.aspx?eventid=0403FFNLLNGFTCTEBKQMFT"&gt;qui&lt;/a&gt; e &lt;a href="http://goo.gl/wAnYs"&gt;qui&lt;/a&gt;.&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:b6e52112-a7d7-450e-bb27-97b2bbd20926" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/ASP.NET+MVC" rel="tag"&gt;ASP.NET MVC&lt;/a&gt;,&lt;a href="http://technorati.com/tags/html" rel="tag"&gt;html&lt;/a&gt;,&lt;a href="http://technorati.com/tags/nuget" rel="tag"&gt;nuget&lt;/a&gt;,&lt;a href="http://technorati.com/tags/razor" rel="tag"&gt;razor&lt;/a&gt;,&lt;a href="http://technorati.com/tags/silverlight" rel="tag"&gt;silverlight&lt;/a&gt;,&lt;a href="http://technorati.com/tags/spark" rel="tag"&gt;spark&lt;/a&gt;,&lt;a href="http://technorati.com/tags/wcf" rel="tag"&gt;wcf&lt;/a&gt;,&lt;a href="http://technorati.com/tags/UGIdotNET" rel="tag"&gt;UGIdotNET&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.ugidotnet.org/pape/aggbug/99995.aspx" width="1" height="1" /&gt;&lt;img src="http://feeds.feedburner.com/~r/strangelog/~4/GcY2Eh-6n_Q" height="1" width="1"/&gt;</description>
            <dc:creator>Andrea Saltarello</dc:creator>
            <guid isPermaLink="false">http://blogs.ugidotnet.org/pape/archive/2011/04/28/ugidotnet-gli-eventi-ldquonew-waverdquo.aspx</guid>
            <pubDate>Thu, 28 Apr 2011 13:05:42 GMT</pubDate>
            <wfw:comment>http://blogs.ugidotnet.org/pape/comments/99995.aspx</wfw:comment>
            <comments>http://blogs.ugidotnet.org/pape/archive/2011/04/28/ugidotnet-gli-eventi-ldquonew-waverdquo.aspx#feedback</comments>
            <wfw:commentRss>http://blogs.ugidotnet.org/pape/comments/commentRss/99995.aspx</wfw:commentRss>
            <trackback:ping>http://blogs.ugidotnet.org/pape/services/trackbacks/99995.aspx</trackback:ping>
        <feedburner:origLink>http://blogs.ugidotnet.org/pape/archive/2011/04/28/ugidotnet-gli-eventi-ldquonew-waverdquo.aspx</feedburner:origLink></item>
        <item>
            <title>Algoritmi di ordinamento&amp;hellip; A passo di danza</title>
            <link>http://feedproxy.google.com/~r/strangelog/~3/Y1L_gVKlTNE/algoritmi-di-ordinamentohellip-a-passo-di-danza.aspx</link>
            <description>&lt;p&gt;&lt;a href="http://blog.makezine.com/archive/2011/04/data-sorting-dances.html"&gt;FAN-TAS-TI-CO&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://blogs.ugidotnet.org/pape/aggbug/99948.aspx" width="1" height="1" /&gt;&lt;img src="http://feeds.feedburner.com/~r/strangelog/~4/Y1L_gVKlTNE" height="1" width="1"/&gt;</description>
            <dc:creator>Andrea Saltarello</dc:creator>
            <guid isPermaLink="false">http://blogs.ugidotnet.org/pape/archive/2011/04/13/algoritmi-di-ordinamentohellip-a-passo-di-danza.aspx</guid>
            <pubDate>Wed, 13 Apr 2011 06:53:27 GMT</pubDate>
            <wfw:comment>http://blogs.ugidotnet.org/pape/comments/99948.aspx</wfw:comment>
            <comments>http://blogs.ugidotnet.org/pape/archive/2011/04/13/algoritmi-di-ordinamentohellip-a-passo-di-danza.aspx#feedback</comments>
            <wfw:commentRss>http://blogs.ugidotnet.org/pape/comments/commentRss/99948.aspx</wfw:commentRss>
            <trackback:ping>http://blogs.ugidotnet.org/pape/services/trackbacks/99948.aspx</trackback:ping>
        <feedburner:origLink>http://blogs.ugidotnet.org/pape/archive/2011/04/13/algoritmi-di-ordinamentohellip-a-passo-di-danza.aspx</feedburner:origLink></item>
        <item>
            <title>Keep It Simple, Stupid!</title>
            <link>http://feedproxy.google.com/~r/strangelog/~3/pruNjqJ3pLg/keep-it-simple-stupid.aspx</link>
            <description>&lt;p&gt;&lt;em&gt;Programmers… often take refuge in an understandable, but disastrous, inclination towards complexity and ingenuity in their work. Forbidden to design anything larger than a program, they respond by making that program intricate enough to challenge their professional skill.&lt;/em&gt;    &lt;br /&gt;[“Principles of Program Design” - Michael A. Jackson]&lt;/p&gt;&lt;img src="http://blogs.ugidotnet.org/pape/aggbug/99907.aspx" width="1" height="1" /&gt;&lt;img src="http://feeds.feedburner.com/~r/strangelog/~4/pruNjqJ3pLg" height="1" width="1"/&gt;</description>
            <dc:creator>Andrea Saltarello</dc:creator>
            <guid isPermaLink="false">http://blogs.ugidotnet.org/pape/archive/2011/04/05/keep-it-simple-stupid.aspx</guid>
            <pubDate>Tue, 05 Apr 2011 07:16:31 GMT</pubDate>
            <wfw:comment>http://blogs.ugidotnet.org/pape/comments/99907.aspx</wfw:comment>
            <comments>http://blogs.ugidotnet.org/pape/archive/2011/04/05/keep-it-simple-stupid.aspx#feedback</comments>
            <slash:comments>4</slash:comments>
            <wfw:commentRss>http://blogs.ugidotnet.org/pape/comments/commentRss/99907.aspx</wfw:commentRss>
            <trackback:ping>http://blogs.ugidotnet.org/pape/services/trackbacks/99907.aspx</trackback:ping>
        <feedburner:origLink>http://blogs.ugidotnet.org/pape/archive/2011/04/05/keep-it-simple-stupid.aspx</feedburner:origLink></item>
    </channel>
</rss>
