<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><description>I work at tumblr, but at the same time I’m the worst blogger in the world</description><title>Felix very occasionally blogs</title><generator>Tumblr (3.0; @felixaronsson)</generator><link>https://felixaronsson.tumblr.com/</link><item><title>shahkashani:the greatest farewell party ever thrown for an...</title><description>&lt;img src="https://78.media.tumblr.com/14fddc94ee5624b25bbe8b3330c4c93e/tumblr_p8lhgr00x31rweul4o1_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="https://78.media.tumblr.com/5702ed3752de7c4d811fb57b9172120f/tumblr_p8lhgr00x31rweul4o10_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="https://78.media.tumblr.com/3c0c6881f33e3d9a0473229837f87ac9/tumblr_p8lhgr00x31rweul4o4_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="https://78.media.tumblr.com/0e16ecab860ce5f98a78b17532fef6d0/tumblr_p8lhgr00x31rweul4o2_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="https://78.media.tumblr.com/d716694a9fe664692c17c105803c0175/tumblr_p8lhgr00x31rweul4o9_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="https://78.media.tumblr.com/9cf296dfc43356cc8a9963886afc70f4/tumblr_p8lhgr00x31rweul4o5_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="https://78.media.tumblr.com/f581812f4a5562c246e3a174db64c1d8/tumblr_p8lhgr00x31rweul4o3_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="https://78.media.tumblr.com/cf3f8047bf869a1c13c644b73248568c/tumblr_p8lhgr00x31rweul4o6_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="https://78.media.tumblr.com/c4bf6b601d89182f4564613cb10c2bfd/tumblr_p8lhgr00x31rweul4o8_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="https://78.media.tumblr.com/cd6eed42274fb7722e657ca377761e88/tumblr_p8lhgr00x31rweul4o7_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;p&gt;&lt;a href="https://shahkashani.tumblr.com/post/173815923467" class="tumblr_blog"&gt;shahkashani&lt;/a&gt;:&lt;/p&gt;&lt;blockquote&gt;&lt;h2&gt;&lt;b&gt;the greatest farewell party ever thrown for an office&lt;/b&gt;&lt;/h2&gt;&lt;/blockquote&gt;</description><link>https://felixaronsson.tumblr.com/post/173816935967</link><guid>https://felixaronsson.tumblr.com/post/173816935967</guid><pubDate>Fri, 11 May 2018 23:38:20 -0400</pubDate></item><item><title>A Big New Beautiful Future for the Web at Tumblr</title><description>&lt;p&gt;&lt;a href="https://javascript.tumblr.com/post/172624931022/a-big-new-beautiful-future-for-the-web-at-tumblr" class="tumblr_blog"&gt;javascript&lt;/a&gt;:&lt;/p&gt;&lt;blockquote&gt;
&lt;p&gt;In the ten years that Tumblr’s been around, a lot has changed in web technology. We’ve kept up, of course, but it’s always been a process of addition, layering one new technology on top of another. And what we were working with—a custom framework built on top of &lt;a href="http://backbonejs.org"&gt;Backbone&lt;/a&gt;, messily entangled with a PHP backend and its associated templates—was becoming unmanageable. Our piecemeal conversions to new technologies meant we had thousands of ways posts were rendered (only a moderate exaggeration). And each of those had to be updated individually to support new features or design changes.&lt;/p&gt;

&lt;p&gt;It was time to step back, survey the world of web technology, and clean house in a big way. That we could finally test some of the new tech we’ve been itching to use was just a little bonus.&lt;/p&gt;

&lt;p&gt;We started by laying out our goals:&lt;/p&gt;

&lt;ul&gt;&lt;li&gt;A web client codebase fully separated from the PHP codebase that gets its data from &lt;a href="https://www.tumblr.com/docs/en/api/v2"&gt;the API&lt;/a&gt; in the same way our mobile apps do&lt;/li&gt;
&lt;li&gt;A development environment that’s as painless as possible&lt;/li&gt;
&lt;li&gt;Dramatically improved performance&lt;/li&gt;
&lt;li&gt;&lt;a href="https://en.wikipedia.org/wiki/Isomorphic_JavaScript"&gt;Isomorphic rendering&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Robust testing tools&lt;/li&gt;
&lt;li&gt;Built on a framework with a healthy and active community, with some critical mass of adoption&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;With those goals in mind, we spent the beginning of the year on research - figuring out what kinds of things people were building web apps with these days, tooling around with them ourselves, and trying to assess if they would be right for Tumblr. We landed, eventually, on &lt;a href="https://reactjs.org"&gt;React&lt;/a&gt;, with a Node server (running &lt;a href="https://expressjs.com"&gt;Express&lt;/a&gt;) to make isomorphism as easy as possible. On top of that, we’re using &lt;a href="https://github.com/react-cosmos/react-cosmos"&gt;Cosmos&lt;/a&gt; for developing components, &lt;a href="https://github.com/ReactTraining/react-router"&gt;React Router&lt;/a&gt; for routing, and &lt;a href="https://www.typescriptlang.org"&gt;TypeScript&lt;/a&gt; to make our lives better in general. (My colleague Paul already wrote about what went into our decision to use TypeScript &lt;a href="https://javascript.tumblr.com/post/165082071937/flow-and-typescript"&gt;here&lt;/a&gt;.)&lt;/p&gt;

&lt;p&gt;As if writing an entirely new stack wasn’t enough, we realized along the way that this was our perfect chance to start deploying containerized applications with &lt;a href="https://kubernetes.io"&gt;Kubernetes&lt;/a&gt;, a first for Tumblr. We had never previously deployed a node application to production here, and didn’t have the infrastructure for it, so it was a perfect green field on which to build another new and exciting thing. There’ll be more to come later on Kubernetes.&lt;/p&gt;

&lt;p&gt;So where are we now? Well, we’ve launched one page powered by this new app - &lt;a href="https://idiot.tumblr.com/image/161468715911"&gt;image pages, like this&lt;/a&gt; - with more to come very soon. &lt;/p&gt;
&lt;figure data-orig-width="1282" data-orig-height="1264" class="tmblr-full"&gt;&lt;img src="https://78.media.tumblr.com/8681ef3cfe07d9c162d61686d162c1de/tumblr_inline_p6px0kkOnp1qc01bx_540.png" alt="image" data-orig-width="1282" data-orig-height="1264"/&gt;&lt;/figure&gt;&lt;p&gt;Though it may seem simple, there’s a whole new technological world between you clicking that link and seeing that page. There’s a ton more exciting stuff happening now and still to happen in the future, and we’re looking forward to sharing it here. Wanna get in on the action yourself? Come work with us: &lt;a href="https://www.tumblr.com/jobs"&gt;https://www.tumblr.com/jobs&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;- Robbie Dawson / &lt;a class="tumblelog" href="https://tmblr.co/m7-mz7MAygA9Hv2PKLlnDDA"&gt;@idiot&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;</description><link>https://felixaronsson.tumblr.com/post/172626861777</link><guid>https://felixaronsson.tumblr.com/post/172626861777</guid><pubDate>Thu, 05 Apr 2018 12:43:21 -0400</pubDate></item><item><title>Audio</title><description>&lt;iframe class="spotify_audio_player" src="https://embed.spotify.com/?uri=spotify%3Atrack%3A3gUpfdY4ggeY47Bi0Sku2l&amp;view=coverart" frameborder="0" allowtransparency="true" width="540" height="620"&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;</description><link>https://felixaronsson.tumblr.com/post/172508068872</link><guid>https://felixaronsson.tumblr.com/post/172508068872</guid><pubDate>Mon, 02 Apr 2018 00:47:16 -0400</pubDate></item><item><title>pipefail:
Spot on</title><description>&lt;p&gt;&lt;a href="https://tumblr.pipefail.com/post/171731475041" class="tumblr_blog"&gt;pipefail&lt;/a&gt;:&lt;/p&gt;&lt;blockquote&gt;&lt;figure class="tmblr-full" data-orig-height="4048" data-orig-width="3036"&gt;&lt;img src="https://78.media.tumblr.com/4c3ca0452cb197de8d81ef7e51637dd8/tumblr_inline_p5e0p3EyFS1s1h77r_500.jpg" data-orig-height="4048" data-orig-width="3036"/&gt;&lt;/figure&gt;&lt;/blockquote&gt;
&lt;p&gt;Spot on&lt;/p&gt;</description><link>https://felixaronsson.tumblr.com/post/171736405452</link><guid>https://felixaronsson.tumblr.com/post/171736405452</guid><pubDate>Sat, 10 Mar 2018 16:31:01 -0500</pubDate></item><item><title>Once more for old time’s sake</title><description>&lt;p&gt;&lt;a href="https://staff.tumblr.com/post/168089036210/one-more-time-for-title2" class="tumblr_blog"&gt;staff&lt;/a&gt;:&lt;/p&gt;&lt;blockquote&gt;
&lt;h2&gt;🔥 With your help, we passed Title II net neutrality protections. Now we need to defend it.🔥&lt;/h2&gt;
&lt;p&gt;On December 14 the FCC will vote on Commissioner Pai’s plan to repeal Title II rules. This week he tried to justify that decision with a “myth busting” &lt;a href="http://transition.fcc.gov/Daily_Releases/Daily_Business/2017/db1128/DOC-347961A1.pdf"&gt;explainer&lt;/a&gt; where he makes a lot of sweeping claims he doesn’t think you’ll fact check. &lt;/p&gt;
&lt;p&gt;So let’s go through his big points:&lt;/p&gt;
&lt;h2&gt;❌ Mr. Pai claims ISPs won’t block access or throttle content&lt;/h2&gt;
&lt;figure data-orig-width="616" data-orig-height="115" class="tmblr-full"&gt;&lt;img src="https://78.media.tumblr.com/b84221822fddc8486dde3c38c4eae910/tumblr_inline_p08wkr4eaX1qg8o5x_540.png" alt="image" data-orig-width="616" data-orig-height="115"/&gt;&lt;/figure&gt;&lt;figure data-orig-width="602" data-orig-height="65" class="tmblr-full"&gt;&lt;img src="https://78.media.tumblr.com/869394158caa51d0ec719dc49054a15d/tumblr_inline_p08wkr7aqw1qg8o5x_540.png" alt="image" data-orig-width="602" data-orig-height="65"/&gt;&lt;/figure&gt;&lt;p&gt;These are the real facts. Before Title II, the internet was so “free and open” that… &lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Comcast blocked P2P file sharing services (&lt;a href="https://www.eff.org/deeplinks/2007/10/eff-tests-agree-ap-comcast-forging-packets-to-interfere"&gt;EFF&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;AT&amp;amp;T blocked Skype from iPhones (&lt;a href="http://fortune.com/2009/04/03/group-asks-fcc-to-probe-iphone-skype-restrictions/"&gt;Fortune&lt;/a&gt;) and, later, wanted FaceTime users to pay for a more expensive plan (&lt;a href="https://www.freepress.net/press-release/99480/att-blocking-iphones-facetime-app-would-harm-consumers-and-break-net-neutrality"&gt;Freepress&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;MetroPCS blocked all streaming video except YouTube (&lt;a href="https://www.wired.com/2011/01/metropcs-net-neutrality-challenge/"&gt;Wired&lt;/a&gt;).&lt;br/&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;In today’s media market where the same huge companies &lt;b&gt;make&lt;/b&gt; and &lt;b&gt;deliver&lt;/b&gt; content, Commissioner Pai wants us to trust that corporations won’t use their dominance to bury competitive content or services. &lt;/p&gt;
&lt;hr&gt;&lt;h2&gt;❌ Mr. Pai claims Title II keeps ISPs from building new networks&lt;/h2&gt;
&lt;figure data-orig-width="596" data-orig-height="77" class="tmblr-full"&gt;&lt;img src="https://78.media.tumblr.com/0803bd27501c8b979ab2a3f327bfd2ac/tumblr_inline_p08wnbsHVF1qg8o5x_540.png" alt="image" data-orig-width="596" data-orig-height="77"/&gt;&lt;/figure&gt;&lt;p&gt;Here’s another claim Commissioner Pai doesn’t want you to fact check, but:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;AT&amp;amp;T’s own CEO told investors that the company would deploy more fiber optic networks in 2016 than 2015 when the FCC passed Title II protections (&lt;a href="https://seekingalpha.com/article/3741746-ts-t-ceo-randall-stephenson-presents-ubs-global-media-communications-brokers-conference?part=single"&gt;Investor call transcript&lt;/a&gt;). &lt;/li&gt;
&lt;li&gt;Charter’s CEO said “Title II, it didn’t really hurt us; it hasn’t hurt us” (&lt;a href="https://arstechnica.com/information-technology/2017/05/title-ii-hasnt-hurt-network-investment-according-to-the-isps-themselves/"&gt;Ars Technica&lt;/a&gt;).  &lt;/li&gt;
&lt;li&gt;And Comcast actually &lt;i&gt;increased&lt;/i&gt; investment in their network by 10% in Q1 of this year (&lt;a href="https://arstechnica.com/information-technology/2017/05/title-ii-hasnt-hurt-network-investment-according-to-the-isps-themselves/"&gt;Ars&lt;/a&gt;). &lt;/li&gt;
&lt;/ul&gt;&lt;hr&gt;&lt;h2&gt;❌ Mr. Pai claims repealing Title II won’t hurt competition&lt;/h2&gt;
&lt;figure data-orig-width="627" data-orig-height="94" class="tmblr-full"&gt;&lt;img src="https://78.media.tumblr.com/db7dfe1f4d481e37e6256c92e7a2db45/tumblr_inline_p08wqqgOof1qg8o5x_540.png" alt="image" data-orig-width="627" data-orig-height="94"/&gt;&lt;/figure&gt;&lt;p&gt;As we mentioned above, ISPs tried to interfere with the services their customers could access and courts had to step in to stop them.&lt;/p&gt;
&lt;p&gt;The FCC &lt;i&gt;tried&lt;/i&gt; to craft net neutrality rules in 2010 called the Open Internet Order but the ISPs sued and won. The courts told the FCC that the only way to guarantee a free and open internet was using their Title II authority. Without those protections, any of these things would be legal:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Your ISP launches a streaming video service and starts throttling other streaming services until they’re unusable.&lt;br/&gt;&lt;/li&gt;
&lt;li&gt;Your phone company cuts a deal with a popular music streaming service so it doesn’t count towards your data cap but &lt;i&gt;lowers&lt;/i&gt; your overall data limit. If a better service comes along (or your favorite artist releases new tracks somewhere else) you can’t use it without incurring huge data fees.&lt;br/&gt;&lt;/li&gt;
&lt;li&gt;A billionaire buys your ISP and blocks access to news sites that challenge their ideology. &lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;Repealing Title II would be like letting a car company own the roads and banning a competitor from the highways.&lt;/p&gt;
&lt;hr&gt;&lt;h2&gt;❌ Mr. Pai claims there won’t be fast lanes and slow lanes&lt;/h2&gt;
&lt;figure data-orig-width="619" data-orig-height="92" class="tmblr-full"&gt;&lt;img src="https://78.media.tumblr.com/19f78359b22526b75ac7d58b830ffabe/tumblr_inline_p08wt0YbUa1qg8o5x_540.png" alt="image" data-orig-width="619" data-orig-height="92"/&gt;&lt;/figure&gt;&lt;p&gt;Let’s break this down: We won’t have fast lanes and slow lanes, we’ll have “priority access” and…non-priority access? Well gosh. &lt;br/&gt;&lt;/p&gt;
&lt;hr&gt;&lt;h2&gt;
&lt;b&gt;🚨 Please help us protect Title II one more time! 🚨&lt;/b&gt;&lt;br/&gt;&lt;/h2&gt;
&lt;p&gt;This week we co-signed a letter with more than 300 other companies—businesses Mr. Pai gleefully ignores—urging the FCC to retain the Title II internet protections. Now we need you.&lt;/p&gt;
&lt;h2&gt;Go to 👉 &lt;a href="https://www.battleforthenet.com/"&gt;&lt;b&gt;Battle For The Net&lt;/b&gt;&lt;/a&gt; 👈  to start a call with your representatives in Congress. Tell them to publicly support Title II protections. &lt;/h2&gt;
&lt;h2&gt;The FCC votes on December 14. &lt;/h2&gt;
&lt;h2&gt;&lt;b&gt;We’re only powerful when we work together. &lt;/b&gt;&lt;/h2&gt;
&lt;hr&gt;&lt;p&gt;&lt;i&gt;Oh, also: that post about automatically unfollowing the #net neutrality tag—it’s not true. It’s really not. That’s not who we are. Whatever happened, we haven’t been able to reproduce it. We tried. A lot.&lt;br/&gt;&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;&lt;i&gt;But if it were true—which it’s not, we feel compelled to say again—THAT’S EXACTLY WHY YOU SHOULD CALL YOUR REPRESENTATIVES and demand a free, open, and neutral internet.&lt;/i&gt;&lt;br/&gt;&lt;/p&gt;
&lt;h2&gt;We can do this one more time, guys! ❤️&lt;/h2&gt;
&lt;/blockquote&gt;</description><link>https://felixaronsson.tumblr.com/post/168089301752</link><guid>https://felixaronsson.tumblr.com/post/168089301752</guid><pubDate>Fri, 01 Dec 2017 16:17:44 -0500</pubDate></item><item><title>hetare-ttk:
this is the pinnacle of comedy and no one can...</title><description>&lt;iframe width="400" height="300"  id="youtube_iframe" src="https://www.youtube.com/embed/ozXMsFZMydw?feature=oembed&amp;enablejsapi=1&amp;origin=https://safe.txmblr.com&amp;wmode=opaque" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a href="http://hetare-ttk.tumblr.com/post/167208637814/this-is-the-pinnacle-of-comedy-and-no-one-can" class="tumblr_blog"&gt;hetare-ttk&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;&lt;p style=""&gt;this is the pinnacle of comedy and no one can convince me otherwise&lt;br/&gt;&lt;/p&gt;&lt;/blockquote&gt;</description><link>https://felixaronsson.tumblr.com/post/167252275767</link><guid>https://felixaronsson.tumblr.com/post/167252275767</guid><pubDate>Tue, 07 Nov 2017 20:55:45 -0500</pubDate></item><item><title>behrbones:
Autumn's Garland, Tom Thomson (1916)</title><description>&lt;img src="https://78.media.tumblr.com/1ba27737553f6dde15ece49682d59d6e/tumblr_mtpsqxXMgw1ror611o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a href="http://behrbones.tumblr.com/post/62306533069/autumns-garland-tom-thomson-1916" class="tumblr_blog"&gt;behrbones&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Autumn's Garland, Tom Thomson (1916)&lt;/p&gt;&lt;/blockquote&gt;</description><link>https://felixaronsson.tumblr.com/post/166149364922</link><guid>https://felixaronsson.tumblr.com/post/166149364922</guid><pubDate>Sat, 07 Oct 2017 13:43:49 -0400</pubDate></item><item><title>1994-2016:

y2kaestheticinstitute:

corporateslut:

astrolantern:...</title><description>&lt;iframe class="tumblr_audio_player tumblr_audio_player_163568703707" src="https://felixaronsson.tumblr.com/post/163568703707/audio_player_iframe/felixaronsson/tumblr_nvtsi8Sq1D1r3718t?audio_file=https%3A%2F%2Fwww.tumblr.com%2Faudio_file%2Ffelixaronsson%2F163568703707%2Ftumblr_nvtsi8Sq1D1r3718t" frameborder="0" allowtransparency="true" scrolling="no" width="540" height="169"&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://1994-2016.tumblr.com/post/145547842417"&gt;1994-2016&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a class="tumblr_blog" href="http://y2kaestheticinstitute.tumblr.com/post/143927760224"&gt;y2kaestheticinstitute&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a class="tumblr_blog" href="http://corporateslut.tumblr.com/post/143661224123"&gt;corporateslut&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a class="tumblr_blog" href="http://astrolantern.tumblr.com/post/130652394499"&gt;astrolantern&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p data-wr_replaced="true"&gt;background music from windows xp installation. few people actually heard it, because it was set to play before the audio drivers were configured.&lt;/p&gt;
&lt;p data-wr_replaced="true"&gt;filepath: C:\Windows\system32\oobe\image­s\title.w­ma &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;figure class="tmblr-full" data-orig-height="225" data-orig-width="400"&gt;&lt;img src="https://78.media.tumblr.com/a10b178fb95089c0938d02267b8da4e8/tumblr_inline_o6h8218hvz1qi5asw_500.gif" data-orig-height="225" data-orig-width="400"/&gt;&lt;/figure&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;i&gt;Background music from the Windows XP installation&lt;/i&gt; (2001)&lt;br/&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;im mad this slaps &lt;/p&gt;
&lt;/blockquote&gt;</description><link>https://felixaronsson.tumblr.com/post/163568703707</link><guid>https://felixaronsson.tumblr.com/post/163568703707</guid><pubDate>Sat, 29 Jul 2017 14:30:57 -0400</pubDate></item><item><title>one day from a DM from a wise old Robbie :(</title><description>&lt;img src="https://78.media.tumblr.com/ad3a74dff9e1e35ff8bc576d340ac57c/tumblr_oran0dcv6L1qz8q0ho4_500.png"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="https://78.media.tumblr.com/3faef333daefab4d61d0d7f8f8208d6c/tumblr_oran0dcv6L1qz8q0ho3_r1_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="https://78.media.tumblr.com/4db0decad1c0cf11ed5776d76b0d2870/tumblr_oran0dcv6L1qz8q0ho2_r1_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="https://78.media.tumblr.com/7ed7c3e18bd208b91d8b9ab71091637e/tumblr_oran0dcv6L1qz8q0ho1_r2_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="https://78.media.tumblr.com/bd328fc92b16301a61451afc9a06f363/tumblr_oran0dcv6L1qz8q0ho5_r2_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;p&gt;one day from a DM from a wise old Robbie :(&lt;/p&gt;</description><link>https://felixaronsson.tumblr.com/post/161636059377</link><guid>https://felixaronsson.tumblr.com/post/161636059377</guid><pubDate>Fri, 09 Jun 2017 18:40:44 -0400</pubDate></item><item><title>Creatives in Craft Beer with Trevor Carmick of Beer Labels in Motion</title><description>&lt;p&gt;&lt;a href="http://blog.hopstories.com/post/160457864699/creatives-in-craft-beer-with-trevor-carmick-of" class="tumblr_blog"&gt;hopstories&lt;/a&gt;:&lt;/p&gt;&lt;blockquote&gt;
&lt;p&gt;&lt;i&gt;I first came across Trevor through his blog, &lt;a href="http://beerlabelsinmotion.com/"&gt;Beer Labels in Motion&lt;/a&gt;. Through a careful eye and years of practice, he has taken his love of beer and put his own spin on it. Here’s a short interview with him:&lt;/i&gt;&lt;/p&gt;
&lt;figure class="tmblr-full" data-orig-height="407" data-orig-width="407"&gt;&lt;img src="https://78.media.tumblr.com/4940ac7aba9635db5cd80dba0bd6e6d2/tumblr_inline_opnoldTYem1qzmjfw_540.gif" data-orig-height="407" data-orig-width="407"/&gt;&lt;/figure&gt;&lt;p&gt;&lt;b&gt;Who are you? What do you do?&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;I’m currently working at Harvard Kennedy School of Government as a Media Technician. My background is video production in a post-production position. When I’m not at my day job, I also own a video production company with a friend called Wow Signal Media. And of course when I’m not doing either of those two jobs, I’m probably animating some beer labels!&lt;/p&gt;
&lt;p&gt;&lt;b&gt;What draws you to craft beer?&lt;/b&gt;&lt;br/&gt;&lt;/p&gt;
&lt;p&gt;My old answer to this question would have been that craft beer is so unique and stands to prove that beer can be much more than Bud Light. But now I’d say my answer is the beer community draws me to craft beer. Everyone is really friendly towards each other and I admire how breweries collaborate and help one another. The craft beer scene has become so wildly popular that I don’t consider it a niche anymore.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;How does craft beer inspire you?&lt;/b&gt;&lt;br/&gt;&lt;/p&gt;
&lt;p&gt;Craft beer provides me the canvas to work with animating beer labels. &lt;b&gt;&lt;br/&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Why animate beer labels?&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Why not animate beer labels? I love craft beer so it made sense to take the labels and animate them. So many craft beer labels are creative and unique. There’s a reason why many breweries and artists join forces; both are creative outlets and compliment each other. &lt;/p&gt;
&lt;figure data-orig-width="386" data-orig-height="516" class="tmblr-full"&gt;&lt;img src="https://78.media.tumblr.com/be4cbd17ea9aa22e6f67df187ace6a58/tumblr_inline_opn6rwICNN1qzmjfw_540.gif" alt="image" data-orig-width="386" data-orig-height="516"/&gt;&lt;/figure&gt;&lt;p&gt;&lt;b&gt;How do you approach a new label?&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;I start by looking at the overall action in the label. Is there a central figure to animate or is it mostly text based? Or maybe the label is something like Magic Hat #9, where it’s all abstract design based. I also take time to think about where the animation loop point will be. Will it require an object to be moving through the frame or can it be moving while I place. &lt;/p&gt;
&lt;figure data-orig-width="500" data-orig-height="375" class="tmblr-full"&gt;&lt;img src="https://78.media.tumblr.com/675e49a8c739708af9d351275295236e/tumblr_inline_opn6qx9mJ71qzmjfw_540.gif" alt="image" data-orig-width="500" data-orig-height="375"/&gt;&lt;/figure&gt;&lt;p&gt;&lt;b&gt;What has been your most challenging project and how did you overcome the challenge?&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Every project has its challenges but I think the most challenging project to-date has been Slumbrew’s Porter Square Porter. The label for that beer mimics a piece of artwork outside the subway T station in Cambridge. The kites slowly rotate around and flip as the breeze rotates them around the pole. I knew that in order to accomplish replicating that movement on the label that I’d need to create the kite sculpture as a 3D object. I watched some Blender tutorials and taught myself (very crudely) how to design and then color a 3D object. I was very pleased with the final look. But I haven’t touched anything 3D in Blender since then!&lt;/p&gt;
&lt;figure data-orig-width="300" data-orig-height="420" class="tmblr-full"&gt;&lt;img src="https://78.media.tumblr.com/e9f9279bd2305f39e500fb4de66254b0/tumblr_inline_opn6vutR5B1qzmjfw_540.gif" alt="image" data-orig-width="300" data-orig-height="420"/&gt;&lt;/figure&gt;&lt;p&gt;&lt;b&gt;If you could work with one brewery, who would it be and why?&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;I’ve either already worked with some of my favorites or animated labels on my own time for them. If there’s one brewery I’d love to be in contact with it’s Great Lakes Brewing Company in Ohio. They were my first craft beer experience back in college and they will always hold a special place in my heart. &lt;b&gt;&lt;br/&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;What was the beer that started you down this craft beer rabbit hole?&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Great Lakes Brewing Company’s Fitzgerald Porter. That beer is the definition of a perfect Porter in my mind. It was a stark contrast from the “Nasty Naddy&amp;quot; (Natural Light) that everyone drank at Ohio University.&lt;/p&gt;
&lt;figure data-orig-width="500" data-orig-height="500" class="tmblr-full"&gt;&lt;img src="https://78.media.tumblr.com/a5cbf3b969f5f0e09e460ae840350e07/tumblr_inline_opn6wsMqNA1qzmjfw_540.gif" alt="image" data-orig-width="500" data-orig-height="500"/&gt;&lt;/figure&gt;&lt;p&gt;&lt;b&gt;What are you drinking right now?&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Our local brewery Night Shift is killing it in the beer scene around here. Their rotating Morph IPA changes each two weeks and somehow gets better every variation. Plus, unlike some other local breweries, Night Shift excels at styles other than IPAs which helps keep things interesting. I’m not saying I don’t care for New England IPAs but the style is definitely becoming old here in the Boston area. &lt;/p&gt;
&lt;figure data-orig-width="385" data-orig-height="508" class="tmblr-full"&gt;&lt;img src="https://78.media.tumblr.com/7e500da8afcf461c81adc52ef7630826/tumblr_inline_opn6wa6nDn1qzmjfw_540.gif" alt="image" data-orig-width="385" data-orig-height="508"/&gt;&lt;/figure&gt;&lt;p&gt;&lt;b&gt;What do you wish you were drinking right now?&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;A Heady Topper by The Alchemist. That beer never gets old for me.&lt;/p&gt;
&lt;hr&gt;&lt;p&gt;&lt;i&gt;Make sure you check out more of Trevor’s amazing work here:&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://instagram.com/beerlabelsinmotion"&gt;instagram.com/beerlabelsinmotion&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://beerlabelsinmotion.com/"&gt;beerlabelsinmotion.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://twitter.com/beerlabelmotion"&gt;twitter.com/beerlabelmotion&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://facebook.com/beerlabelsinmotion"&gt;facebook.com/beerlabelsinmotion&lt;/a&gt;&lt;br/&gt;&lt;/p&gt;
&lt;/blockquote&gt;</description><link>https://felixaronsson.tumblr.com/post/160492823682</link><guid>https://felixaronsson.tumblr.com/post/160492823682</guid><pubDate>Tue, 09 May 2017 18:11:35 -0400</pubDate></item><item><title>matthewloeper:
In honor of the 2nd anniversary of Tumblr HQ’s...</title><description>&lt;img src="https://78.media.tumblr.com/a6b94e5b3d9470c5b02c39651a63e0e6/tumblr_ophjqvIwcv1sbm4w0o1_500.png"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="https://78.media.tumblr.com/e3f75509a977d043a2cbfb986887af15/tumblr_ophjqvIwcv1sbm4w0o3_500.png"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="https://78.media.tumblr.com/b13a240c139b035a890e8ccef5b7afff/tumblr_ophjqvIwcv1sbm4w0o2_500.png"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="https://78.media.tumblr.com/c94c2bea39983f25762f6b1d4bcbc059/tumblr_ophjqvIwcv1sbm4w0o5_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="https://78.media.tumblr.com/a2de94ce9637f5a6323dba977fc82e3d/tumblr_ophjqvIwcv1sbm4w0o4_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="https://78.media.tumblr.com/d7b73297f1a6a8de6136df2cf2c09cea/tumblr_ophjqvIwcv1sbm4w0o6_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;p&gt;&lt;a href="https://matthewloeper.tumblr.com/post/160336679653/in-honor-of-the-2nd-anniversary-of-tumblr-hqs" class="tumblr_blog"&gt;matthewloeper&lt;/a&gt;:&lt;/p&gt;&lt;blockquote&gt;
&lt;p&gt;In honor of the 2nd anniversary of Tumblr HQ’s event space opening… let us take a moment to reflect on what once was down!&lt;/p&gt;
&lt;p&gt;Here’s to many more years of beers, jeers, and cheers!&lt;br/&gt;&lt;/p&gt;
&lt;/blockquote&gt;</description><link>https://felixaronsson.tumblr.com/post/160337041017</link><guid>https://felixaronsson.tumblr.com/post/160337041017</guid><pubDate>Fri, 05 May 2017 11:30:24 -0400</pubDate></item><item><title>gravityhome:

Penthouse in Stockholm


Follow Gravity Home: Blog...</title><description>&lt;img src="https://78.media.tumblr.com/3db9583e8e2b8bbd189d7c395cd1ac6a/tumblr_oaqbrn3B231r6kaa9o5_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="https://78.media.tumblr.com/0556aaa6eaacb172df7193edd6cf43d8/tumblr_oaqbrn3B231r6kaa9o6_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="https://78.media.tumblr.com/d10921d8c69036fc274b3b7d5fb30bc1/tumblr_oaqbrn3B231r6kaa9o4_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="https://78.media.tumblr.com/f9844613c81c300640df3a07ec538bd5/tumblr_oaqbrn3B231r6kaa9o8_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="https://78.media.tumblr.com/af42aee3fb151e75b4a02549a5fdf9c2/tumblr_oaqbrn3B231r6kaa9o7_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="https://78.media.tumblr.com/421ac12525b4a68dc2f58e6ededdf7a3/tumblr_oaqbrn3B231r6kaa9o2_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="https://78.media.tumblr.com/3d49e1aac08cf21ab7dd172196060acb/tumblr_oaqbrn3B231r6kaa9o3_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="https://78.media.tumblr.com/d42202de9b3d9b6d656c9c4f584dde77/tumblr_oaqbrn3B231r6kaa9o9_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="https://78.media.tumblr.com/29fba8a46457954067f3b23ac1b4949e/tumblr_oaqbrn3B231r6kaa9o10_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="https://78.media.tumblr.com/7ed73eb4f1c4e79f53dc6b71ac4f7fdd/tumblr_oaqbrn3B231r6kaa9o1_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;p&gt;&lt;a href="http://gravityhome.tumblr.com/post/147843059098/penthouse-in-stockholm-follow-gravity-home-blog" class="tumblr_blog"&gt;gravityhome&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a href="http://objekt.fastighetsbyran.se/Objekt/?source=Hemnet&amp;ObjektId=1290987&amp;images=1"&gt;Penthouse in Stockholm&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;

&lt;b&gt;Follow Gravity Home: &lt;a href="http://t.umblr.com/redirect?z=http%3A%2F%2Fgravityhomeblog.com&amp;t=ZDMxMGJhYjcyZDIxNGM5MGY5NjY4NmRhMTE1MTM0ZmU1YzZmZGY0OCxyc2VETDhHeQ%3D%3D"&gt;Blog&lt;/a&gt; - &lt;a href="http://t.umblr.com/redirect?z=http%3A%2F%2Fwww.instagram.com%2Fgravityhomeblog&amp;t=MTM2ZTcwMmI3ZWYwNGE5MjY0YzQ4YmJlNTRkNjAwNjhjZjc5MTk1YixXZHczcHFYag%3D%3D"&gt;Instagram&lt;/a&gt; - &lt;a href="http://t.umblr.com/redirect?z=http%3A%2F%2Fwww.pinterest.com%2Fgravityhomeblog&amp;t=NzY0ZmY4MmU1YjAyYzhlMTU5MGRhY2U4YWE1MDM4OTZjOTU3NGNkMSwyMEJMMThVaw%3D%3D"&gt;Pinterest&lt;/a&gt; - &lt;a href="http://t.umblr.com/redirect?z=https%3A%2F%2Fwww.bloglovin.com%2Fblogs%2Fgravity-home-tumblr-14769375&amp;t=NmFkMGM1NWY1YjgzY2JkYTk5NjNkMDM4N2NjZWM5MTM3ZThlOTlkOSxTbXdkNWVTUQ%3D%3D"&gt;Bloglovin&lt;/a&gt;&lt;/b&gt; &lt;b&gt;- &lt;a href="http://t.umblr.com/redirect?z=https%3A%2F%2Fwww.facebook.com%2Fgravityhomeblog&amp;t=MmU4OGQzMDU1ZmYzOGRlM2RjODNkNWE0OWVkZDMwZGI0ZjYyYzg1Nix6bTVORDYyQw%3D%3D"&gt;Facebook&lt;/a&gt;&lt;/b&gt;&lt;br/&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Aw, now i miss Stockholm..&lt;/p&gt;</description><link>https://felixaronsson.tumblr.com/post/159385349587</link><guid>https://felixaronsson.tumblr.com/post/159385349587</guid><pubDate>Sun, 09 Apr 2017 15:46:31 -0400</pubDate></item><item><title>How infrastructure implementation tends to feel when you're not part of the design committee.</title><description>&lt;p&gt;&lt;a href="http://devops.tumblr.com/post/159081545315/how-infrastructure-implementation-tends-to-feel" class="tumblr_blog"&gt;devops&lt;/a&gt;:&lt;/p&gt;&lt;blockquote&gt;
&lt;p&gt;&lt;a href="https://securityreactions.tumblr.com/post/158969414981/how-infrastructure-implementation-tends-to-feel" class="tumblr_blog"&gt;securityreactions&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&lt;img alt="" src="https://78.media.tumblr.com/87341958d2fde1674f0ca59bbe1cca8c/tumblr_on11z2BN4a1s6o68no1_500.gif"/&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;This is like the most true thing ever. It’s also how product development feels when marketing gets ahead of themselves.&lt;br/&gt;&lt;br/&gt;“We got this bird in the air, now &lt;i&gt;you&lt;/i&gt; figure out how to land it!”&lt;br/&gt;&lt;/p&gt;
&lt;/blockquote&gt;</description><link>https://felixaronsson.tumblr.com/post/159089393767</link><guid>https://felixaronsson.tumblr.com/post/159089393767</guid><pubDate>Sat, 01 Apr 2017 18:45:26 -0400</pubDate></item><item><title>weavemama:

highkey-pisces:

petties-anonymous:


weavemama:

Ama...</title><description>&lt;img src="https://78.media.tumblr.com/cf30cc2dd7d2f65f140ff61cb4f066c2/tumblr_omrwj80UP01rpf0t3o1_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="https://78.media.tumblr.com/ee194509cc4b99fded0817998d517248/tumblr_omrwj80UP01rpf0t3o2_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="https://78.media.tumblr.com/86ce6cfab9d23d6c823b27afd6c81d87/tumblr_omrwj80UP01rpf0t3o3_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="https://78.media.tumblr.com/5e0f49ef086a1b91b6e9ffa8f95d78ab/tumblr_omrwj80UP01rpf0t3o4_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="https://78.media.tumblr.com/c42f4cb0fb0bf20c6206f9151a09017b/tumblr_omrwj80UP01rpf0t3o5_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="https://78.media.tumblr.com/ef062c6621926de78d63a6209151f358/tumblr_omrwj80UP01rpf0t3o6_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="https://78.media.tumblr.com/759c1bcbb6b83a84d5e903f5248ea827/tumblr_omrwj80UP01rpf0t3o7_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="https://78.media.tumblr.com/e1174734333904f550254ad179d6c23b/tumblr_omrwj80UP01rpf0t3o8_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;p&gt;&lt;a href="http://weavemama.tumblr.com/post/158368565548/highkey-pisces-petties-anonymous" class="tumblr_blog"&gt;weavemama&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a href="http://highkey-pisces.tumblr.com/post/158367681466/petties-anonymous-weavemama-amazing" class="tumblr_blog"&gt;highkey-pisces&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a href="http://petties-anonymous.tumblr.com/post/158367543130/amazing-artist-saint-hoax-took-misogynistic-ads" class="tumblr_blog"&gt;petties-anonymous&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;a href="http://weavemama.tumblr.com/post/158367441198/amazing-artist-saint-hoax-took-misogynistic-ads" class="tumblr_blog"&gt;weavemama&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;Amazing artist ‘Saint Hoax’ took misogynistic ads from the 1950s and added Donald Trump’s sexist quotes. &lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;I almost scrolled past this until I saw the caption thinking it was “just sexist ads from the sixties” and that says a lot&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;he .. really said these ???&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Unfortunately yes. Every last one of them. &lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.thedailybeast.com/videos/2015/08/07/watch-trump-s-ugly-drop-to-your-knees-comment.html"&gt;Dropping to your knees comment&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.hollywoodreporter.com/news/donald-trump-women-unearthed-1994-primetime-interview-nancy-collins-938176"&gt;Dinner not being ready comment&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.independent.co.uk/news/world/americas/us-elections/donald-trump-sexist-quotes-comments-tweets-grab-them-by-the-pussy-when-star-you-can-do-anything-a7353006.html"&gt;Flat chested comment&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.nytimes.com/2016/03/26/us/politics/donald-trump-women.html"&gt;‘Young and beautiful piece of ass’ comment&lt;/a&gt;&lt;br/&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.motherjones.com/politics/2016/03/trump-women-comments-misogyny-jennifer-lopez-melania-breasts"&gt;‘You never get to the face’ comment&lt;/a&gt;&lt;br/&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.vox.com/2016/6/2/11833912/donald-trump-1994-women-buildings-misogyny"&gt;Telling friends to be “rougher” with their wives&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.dailywire.com/news/4157/7-quotes-show-donald-trump-doesnt-women-amanda-prestigiacomo"&gt;Blatantly saying women should be treated like shit&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;This man has 0 respect for women, and he has yet to make a sincere apology for these disgusting comments. He is not a president, he is a predator. &lt;/p&gt;
&lt;/blockquote&gt;</description><link>https://felixaronsson.tumblr.com/post/158611393772</link><guid>https://felixaronsson.tumblr.com/post/158611393772</guid><pubDate>Sun, 19 Mar 2017 22:20:22 -0400</pubDate></item><item><title>Photo</title><description>&lt;img src="https://78.media.tumblr.com/a3f7bcaf321f3eddf139221eb4e60c6e/tumblr_om68b0L3PR1svzlzeo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;</description><link>https://felixaronsson.tumblr.com/post/158128555562</link><guid>https://felixaronsson.tumblr.com/post/158128555562</guid><pubDate>Tue, 07 Mar 2017 19:16:53 -0500</pubDate></item><item><title>Fake Sweden expert on Fox News – has criminal convictions in US, no connection to Swedish security - DN.SE</title><description>&lt;a href="http://www.dn.se/nyheter/varlden/fake-sweden-expert-on-fox-news-has-criminal-convictions-in-us-no-connection-to-swedish-security/"&gt;Fake Sweden expert on Fox News – has criminal convictions in US, no connection to Swedish security - DN.SE&lt;/a&gt;</description><link>https://felixaronsson.tumblr.com/post/157675089052</link><guid>https://felixaronsson.tumblr.com/post/157675089052</guid><pubDate>Fri, 24 Feb 2017 21:53:48 -0500</pubDate></item><item><title>progressiveactiondaily:Action of the day: the Muslim Public...</title><description>&lt;img src="https://78.media.tumblr.com/2d90eff6e4c462992256ed9dbf400c89/tumblr_okhxveEzGm1vl8fwio1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a href="http://progressiveactiondaily.tumblr.com/post/156488812894/action-of-the-day-the-muslim-public-affairs" class="tumblr_blog"&gt;progressiveactiondaily&lt;/a&gt;:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;Action of the day: the &lt;a href="http://www.mpac.org"&gt;Muslim Public Affairs Council&lt;/a&gt; supports the civil rights of Muslims in the US and works to dispel Islamophobic stereotypes.  They’re playing an important role in resisting Trump’s baseless refugee and visa bans.  Head to their site to learn more about their work or donate to support them.  And if you’re Muslim and interested in entering public service, check out their excellent &lt;a href="http://www.cldp.org"&gt;Congressional Leadership Development Program&lt;/a&gt;.&lt;/p&gt;&lt;/blockquote&gt;</description><link>https://felixaronsson.tumblr.com/post/156509031777</link><guid>https://felixaronsson.tumblr.com/post/156509031777</guid><pubDate>Sat, 28 Jan 2017 19:47:11 -0500</pubDate></item><item><title>kreuz-unlimited:

staff:

Stickers and filters for your photos...</title><description>
&lt;video  id='embed-5b32bc1f6b596921657539' class='crt-video crt-skin-default' width='400' height='400' poster='https://78.media.tumblr.com/tumblr_ojdkg1NAVW1qz8q0h_r1_smart1.jpg' preload='none' muted data-crt-video data-crt-options='{"autoheight":null,"duration":29,"hdUrl":"https://felixaronsson.tumblr.com/video_file/t:D_1ITCK2SByO_hy8EiRWrQ/156336808832/tumblr_ojdkg1NAVW1qz8q0h/720","filmstrip":{"url":"https://68.media.tumblr.com/previews/tumblr_ojdkg1NAVW1qz8q0h_r1_filmstrip.jpg","width":"200","height":"200"}}' &gt;
    &lt;source src="https://felixaronsson.tumblr.com/video_file/t:D_1ITCK2SByO_hy8EiRWrQ/156336808832/tumblr_ojdkg1NAVW1qz8q0h/480" type="video/mp4"&gt;
&lt;/video&gt;
&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a href="http://kreuz-unlimited.tumblr.com/post/156314217444" class="tumblr_blog"&gt;kreuz-unlimited&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;&lt;a href="https://staff.tumblr.com/post/156313441326/stickers-and-filters-for-your-photos-and-gifs-a" class="tumblr_blog"&gt;staff&lt;/a&gt;:&lt;/p&gt;&lt;blockquote&gt;
&lt;h2&gt;
&lt;b&gt;Stickers and filters for your photos and GIFs.&lt;/b&gt; &lt;br/&gt;A new thing in your Tumblr app.  &lt;/h2&gt;
&lt;p&gt;Rolling out today and tomorrow in the &lt;a href="https://itunes.apple.com/us/app/tumblr/id305343404?mt=8"&gt;iOS&lt;/a&gt; and &lt;a href="https://play.google.com/store/apps/details?id=com.tumblr&amp;hl=en"&gt;Android&lt;/a&gt; apps: &lt;b&gt;Over 100 highly compelling stickers&lt;/b&gt; for your photos and GIFs. Put a wig on your head. Put an egg on your dog. Achieve personal magnificence.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Q: Where are the stickers??!?&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;A: Make a new photo or GIF post and look for this face at the bottom of your screen:&lt;/p&gt;
&lt;figure class="tmblr-full" data-orig-height="29" data-orig-width="540"&gt;&lt;img src="https://78.media.tumblr.com/9a59206e53f4890879e3251332c8f932/tumblr_inline_okakhvcKaz1qzpzhj_540.png" data-orig-height="29" data-orig-width="540"/&gt;&lt;/figure&gt;&lt;p&gt;Push it. Now you see stickers. &lt;/p&gt;
&lt;p&gt;&lt;b&gt;Q: Can I combine stickers with &lt;a href="https://staff.tumblr.com/post/144508504330/people-of-tumblr-behold-the-gif-post-its"&gt;text&lt;/a&gt;?&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;A: Yup. We put assorted speech and thought bubble stickers in there for that reason exactly.   &lt;/p&gt;
&lt;p&gt;&lt;b&gt;Q: Besides posts, where else can I use stickers?&lt;/b&gt; &lt;/p&gt;
&lt;p&gt;A: If you make a GIF through Tumblr messaging in the app, you’ll have an opportunity to cover it with stickers first. And if you use an iPhone, &lt;a href="https://staff.tumblr.com/post/152115445765/hey-o-the-tumblr-gif-maker-is-in-imessage-now"&gt;Tumblr has an iMessage app&lt;/a&gt; that you can use to make GIFs and text them to your contacts. Stickers are a part of it now. &lt;/p&gt;
&lt;p&gt;&lt;b&gt;Q: Are there more stickers coming?&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;A: Yep! If you don’t see your favorite object/word/abstract concept represented here, stay tuned. New stickers sets will be coming out all the time.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Q: What about those filters you mentioned? I want to totally scorch this GIF I’m working on. &lt;/b&gt;&lt;/p&gt;
&lt;p&gt;A: Oh yeah, the filters! We threw in a few filters. They’re intense. Tap the magic wand and enjoy. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Yeah but when are you going to solve world hunger???&lt;/p&gt;&lt;/blockquote&gt;</description><link>https://felixaronsson.tumblr.com/post/156336808832</link><guid>https://felixaronsson.tumblr.com/post/156336808832</guid><pubDate>Tue, 24 Jan 2017 21:53:46 -0500</pubDate></item><item><title>guardian:
globalwarning:

globalwarning:
The Guardian, Tumblr...</title><description>&lt;img src="https://78.media.tumblr.com/a949db4ba75454efbbe00166277cd8d9/tumblr_ojzm6la8Jw1w3yn8po2_r1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a href="http://guardian.tumblr.com/post/156075887285/globalwarning-globalwarning-the-guardian" class="tumblr_blog"&gt;guardian&lt;/a&gt;:&lt;/p&gt;&lt;blockquote&gt;
&lt;p&gt;&lt;a href="https://globalwarning.tumblr.com/post/156075869716/the-guardian-tumblr-and-univision-are-working" class="tumblr_blog"&gt;globalwarning&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a href="https://globalwarning.tumblr.com/post/156043781121/the-guardian-tumblr-and-univision-are-working" class="tumblr_blog"&gt;globalwarning&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;&lt;h2&gt;The Guardian, Tumblr and Univision are working together on a 24-hour digital event on climate change - and we want you to get involved. &lt;a href="https://globalwarning.tumblr.com/submit"&gt;Submit your posts here.&lt;/a&gt;
&lt;/h2&gt;&lt;/blockquote&gt;
&lt;p&gt;We’d love to see your climate change artwork!&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Today, &lt;a href="https://www.theguardian.com/environment/live/2017/jan/19/global-warning-live-from-the-climate-change-frontline-as-trump-becomes-president"&gt;we’re dedicated 24-hours to covering climate change&lt;/a&gt; - and we’d like your help.&lt;/p&gt;
&lt;/blockquote&gt;</description><link>https://felixaronsson.tumblr.com/post/156100778002</link><guid>https://felixaronsson.tumblr.com/post/156100778002</guid><pubDate>Thu, 19 Jan 2017 19:19:25 -0500</pubDate></item><item><title>aloria:

chronicintrovert:

batatonia:



#I feel like I’ve just...</title><description>
&lt;video  id='embed-5b32bc1f6b944524858297' class='crt-video crt-skin-default' width='400' height='360' poster='https://78.media.tumblr.com/tumblr_ofzp2dLikW1ugjw2v_smart1.jpg' preload='none' muted data-crt-video data-crt-options='{"autoheight":null,"duration":17,"hdUrl":false,"filmstrip":{"url":"https://66.media.tumblr.com/previews/tumblr_ofzp2dLikW1ugjw2v_filmstrip.jpg","width":"200","height":"180"}}' &gt;
    &lt;source src="https://felixaronsson.tumblr.com/video_file/t:D_1ITCK2SByO_hy8EiRWrQ/155373847212/tumblr_ofzp2dLikW1ugjw2v" type="video/mp4"&gt;
&lt;/video&gt;
&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a href="https://www.tumblr.com/dashboard/blog/aloria/155356585342" class="tumblr_blog"&gt;aloria&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a class="tumblr_blog" href="http://chronicintrovert.tumblr.com/post/152865442421"&gt;chronicintrovert&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a class="tumblr_blog" href="http://batatonia.tumblr.com/post/152695026089"&gt;batatonia&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;

&lt;a href="https://www.tumblr.com/tagged/I-feel-like-I%27ve-just-been-introduced-to-a-major-character-in-a-Wes-Anderson-movie"&gt;#I feel like I’ve just been introduced to a major character in a Wes Anderson movie&lt;/a&gt;

&lt;br/&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;there are so many important elements to this. the slow-mo. the sliding on snow in trainers?? the string classical music. the knowing glance towards the camera. the slight raise of the mug in salutation. the book. the red dressing gown. the snowflakes falling past. the hair? the blink as they turn away. who are they&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Is this Norway? This looks like Norway. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;It is Norway! &lt;a href="https://www.facebook.com/Julerull/videos/10156437991935501/"&gt;https://www.facebook.com/Julerull/videos/10156437991935501/&lt;/a&gt;&lt;/p&gt;</description><link>https://felixaronsson.tumblr.com/post/155373847212</link><guid>https://felixaronsson.tumblr.com/post/155373847212</guid><pubDate>Tue, 03 Jan 2017 22:56:58 -0500</pubDate></item></channel></rss>
