<!DOCTYPE html><script>var __pbpa = true;</script><script>var translated_warning_string = 'Warning: Never enter your Tumblr password unless \u201chttps://www.tumblr.com/login\u201d\x0ais the address in your web browser.\x0a\x0aYou should also see a green \u201cTumblr, Inc.\u201d identification in the address bar.\x0a\x0aSpammers and other bad guys use fake forms to steal passwords.\x0a\x0aTumblr will never ask you to log in from a user\u2019s blog.\x0a\x0aAre you absolutely sure you want to continue?';</script><script type="text/javascript" language="javascript" src="https://assets.tumblr.com/assets/scripts/pre_tumblelog.js?_v=b9f848c06fcba7eaf305d4a7cb7a1b98"></script><!DOCTYPE html>

<!--

Observer Theme
By Zack Sultan
Released January 2013
Revised June 25, 2017

-->

<html>
    <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
        <title>elvin.ro</title>
        <style>figure{margin:0}.tmblr-iframe{position:absolute}.tmblr-iframe.hide{display:none}.tmblr-iframe--amp-cta-button{visibility:hidden;position:fixed;bottom:10px;left:50%;transform:translateX(-50%);z-index:100}.tmblr-iframe--amp-cta-button.tmblr-iframe--loaded{visibility:visible;animation:iframe-app-cta-transition .2s ease-out}</style><link rel="stylesheet" media="screen" href="https://assets.tumblr.com/client/prod/standalone/blog-network-npf/index.build.css?_v=a6c4ad40cdc663ad83f8a1bbc8aeedc6"><link rel="shortcut icon" href="https://64.media.tumblr.com/avatar_5142a679c1ae_128.pnj">
        <link rel="alternate" type="application/rss+xml" href="https://elvin.ro/rss">
        
            <meta name="description" content="random stuff." />
        
        <link rel="shortcut icon" href="https://64.media.tumblr.com/avatar_5142a679c1ae_128.pnj">
        <link rel="alternate" type="application/rss+xml" href="https://elvin.ro/rss">
        <meta name="viewport" content="width=device-width, maximum-scale=1.0, user-scalable=no" />



<!-- Options -->


        <meta name="if:Show Navigation" content="1"/>
        <meta name="if:Alternate Header Layout" content="0"/>
        <meta name="if:Show Description" content="0"/>
        <meta name="if:Show Archive Navigation Link" content="1"/>
        <meta name="if:Wide Images" content="1"/>
        <meta name="if:Photoset Layout" content="0"/>
        <meta name="if:Show Post Tags" content="1"/>
        <meta name="if:Show Post Notes" content="1"/>
        <meta name="if:Show Copyright" content="0"/>

        <meta name="Title font" content="Gibson">
        <meta name="Title font weight" content="bold" title="Bold">
        <meta name="Title font weight" content="normal" title="Normal">
        <meta name="font:Body font" content="Calluna"/>

        <meta name="Background color" content="#fff">
        <meta name="Title color" content="#444444">
        <meta name="Link color" content="#5f79a4">

        <meta name="color:Body text" content="#333333"/>
		<meta name="color:Secondary text" content="#888888"/>
        <meta name="image:Logo" content=""/>
        <meta name="text:TypeKit ID" content=""/>
        <meta name="text:Title Font" content=""/>
        <meta name="text:Body Font" content=""/>
        <meta name="text:Post Headline Font" content=""/>
        <!--<meta name="text:Secondary Font" content=""/>-->

        <meta name='text:Disqus Shortname' content='' />
        <meta name='text:Google Analytics' content='' />

<!-- Scripts -->

    <script src="https://static.tumblr.com/4kpnlef/Pttmhz2ap/jquery-1.9.1.min.js"></script>

    

    <!-- Media resizing -->
    <script type="text/javascript">
        $(document).ready(function() {
            // Make desktop tumblr video stretch to 100%
            $('.tumblr_video_container').css({ 'width' : '100%', 'height' : '100%' });
            // Resize tumblr video on mobile
            $('.iphone-video a').css({ 'width' : '100%', 'height' : '200px' });
		});

        //Make Spotify the right size and responsive
	    $(document).ready(function(){
	        $('.mobile-spotify iframe').css('height', '80px');
            $('.mobile-spotify iframe').css('width', '290px');
            $('iframe[src*="embed.spotify.com"]').each( function() {
                $(this).css('width',$(this).parent(1).css('width'));
                $(this).css('height', '82');
                $(this).attr('src',$(this).attr('src'));
            });
        });
        $(window).resize(function() {
            $('iframe[src*="embed.spotify.com"]').each( function() {
                $(this).css('width',$(this).parent(1).css('width'));
                $(this).css('height', '82');
                $(this).attr('src',$(this).attr('src'));
            });
        });

        // Fix Flickr images treated as videos.
        $(document).ready(function(){
          // Grab the videoWrappers that are already here.
          var videoWrappers = document.querySelectorAll('.videoWrapper');
          for(var i = 0, len = videoWrappers.length; i < len; i++) {
              fixFlickr(videoWrappers[i]);
          }

          // Also process any new nodes that are added to the page.
          var observer,
          observerConfig = {
          	childList: true,
          	subtree: true
          };

          observer = new MutationObserver(function (mutations) {
          	for (var i = 0, len = mutations.length; i < len; i++) {
          		// If there were new nodes added, we check that they are valid flickr embeds
          		if (mutations[i].addedNodes.length && mutations[i].addedNodes[0].querySelector) {
          		    var newVideoWrapper = mutations[i].addedNodes[0].querySelector('.videoWrapper');
          			if (newVideoWrapper !== null) {
          				fixFlickr(newVideoWrapper);
          			}
          		}
          	}
          });

          observer.observe(document.getElementById('content'), observerConfig);
        });

        function fixFlickr(videoWrapper){
          var potentialEmbed = videoWrapper.firstElementChild;
          if(potentialEmbed.hasAttribute('data-flickr-embed')) {
              videoWrapper.style.paddingBottom = 0;
              videoWrapper.style.height = 'auto';
          }
        }

        //disable safari active states
        document.addEventListener("touchstart", function() {},false);

	</script>




<!-- Style Sheet -->

<style type="text/css">

.regular p {
	font-weight: bold;
	color:aqua;
}

.regular .bottom-nav {
	display: none;
}

::selection {
    background: #529ECC; /* Safari */
	color: #333333;
	}

::-moz-selection {
	background: #529ECC; /* Firefox */
	color: #333333;
}

body {
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px;
    font-size:18px;
	-webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
	}

p, li, blockquote {
	line-height: 28px;
	margin: 0;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 30px;
}

.ir {
	text-indent: -99999em;
}

.center {
	text-align: center;
}

/* Global colors
********************************/

body {
	color: #333333;
	background-color: #FAFAFA;
}

.blog-description {
	color: #888888;
}

a {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px solid rgba(136, 136, 136, 0.3);
}

#header h1 a {
	color: #444444;
	border-bottom: none;
}

a:hover {
}

a:active {
	position: relative;
	outline: none;
	top: 1px;
}


.metadata a, #footer-links a, #footer p.promo a, .links a {
	color: #888888;
	border-bottom: none;
}

.metadata a:hover, #footer-links a:hover, #footer p.promo a:hover, .links a:hover, .more a:hover, a.mobile-player:hover {

}

.post {
	border-bottom: 1px solid rgba(136, 136, 136, 0.2);
}

.colophon p {
	color: #888888;
}


/* Global fonts
********************************/

body {
	font-family:  'Calluna', serif, georgia, serif;
	font-weight: normal;
}

.title h1, .link-title h1, .chat-title h1, .q h1, .a h1, .album-info h2, #footer h2 {
	font-family:  'Gibson', sans-serif, georgia, serif;
	font-weight: bold;
}

.blog-title h1 {
	font-family:  'Gibson', sans-serif, futura, helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 96px;
	line-height: 1em;
}

.metadata a {
	font-family:  , helvetica, arial, sans-serif;
	font-weight: normal;
}


/* Page
********************************/


#page {
	border: 0px solid;
	max-width: 900px;
	padding-left:  50px;
	padding-right: 50px;
	margin: auto;
}








/* Header Centered
********************************/

#header {
	margin-top: 20px;
	margin-bottom: 80px;
	display: block;
	overflow: visible;
}

#header a {
	text-decoration: none;
}

.blog-title {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 70px;
}

.blog-title a {
	border-bottom: none;
}

.blog-title img {
	max-width: 100%;
}

.blog-description {
	font-size: 16px;
	line-height: 20px;
	margin-top: 20px;
}

.links {
	margin-top: 0px;
	text-align: center;
	float: none;
	border-bottom: 1px solid rgba(136, 136, 136, 0.2);
}

.links ul {
	margin-top: 10px;
	padding: 0;
	display: block;
	text-align: center;
	float: none;
}

.links li {
	display: inline;
	margin-left: 10px;
	text-transform: none;
}

.links li:first-child {
	margin-left: 0px;
}



/* Post wrappers
********************************/

#content {
	width: 100%;
	overflow-x: hidden;
	clear: both;
}

.post {
	margin-bottom: 45px;
	padding-bottom: 40px;
	width: 100%;
}

.narrow {
	max-width: 640px;
	margin: auto;
}


/* Headings
********************************/

.title h1, .link-title h1, .chat-title h1 {
	text-align: center;
	margin: auto;
	margin-bottom: 25px;
	font-size: 42px;
	line-height: 50px;
}

.link-title a {
	text-decoration: none;
	position: relative;
	border: none;
	color: #529ECC;
}

span.link-arrow {
	position: relative;
	font-size: 20px;
	bottom: 3px;
}

.quote-short {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 25px;
}

.photo img, .album-art img, .videoWrapper {
  max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	border-radius: 2px;
}

.photo img, .album-art img, .videoWrapper img {
	min-width: 640px;
}

.photoset-layout {
    max-width: 700px;
    display: block;
    margin: auto;
    margin-bottom: 30px;
}

.tumblr_audio_player {
	height: 250px;
}

.audio iframe {
	width: 100%;
	margin-bottom: 20px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe, .videoWrapper object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoWrapper iframe.flickr-embed-frame, .videoWrapper img {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
}


/* Post body styles
********************************/

.caption p {
	margin-bottom: 15px;
}

.caption h1 {
	font-weight: bold;
	margin-bottom: 15px;
}

.caption h2 {
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 24px;
}

.caption blockquote {
	margin-bottom: 10px;
	border-left: 3px solid rgba(136, 136, 136, 0.2);
	margin-left: 5px;
	padding-left: 15px;
	line-height: 26px;
}

.caption pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	background-color: rgba(136, 136, 136, 0.2);
	border-radius: 2px;
	padding: 10px 15px 10px 15px;
	font-size: 15px;
	line-height: 24px;
	margin: 15px 0 25px 0;
}

.caption ul, ol {
	margin-top: 0;
	margin-bottom: 25px;
	padding-left: 40px;
}

.caption img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 30px auto 30px auto;
    border-radius: 2px;
}

.quote-short {
	line-height: 40px;
	font-size: 36px;
	margin-bottom: 20px;
}

.quote-medium, .quote-long {
	line-height: 32px;
	font-size: 24px;
	margin-bottom: 20px;
}

ul.chat {
	list-style-type: none;
	padding-left: 0;
}

.chat li {
	border-bottom: 1px solid rgba(136, 136, 136, 0.3);
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.chat li:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

span.odd, span.even  {
	font-weight: bold;
}

.more a {
	display: block;
	width: 99%;
	height: 30px;
	border: 1px solid rgba(136, 136, 136, 0.3);
	text-align: center;
	text-decoration: none;
	border-radius: 2px;
	padding-top: 10px;
	margin-bottom: 30px;
}


.more a:active {
    background: rgba(136, 136, 136, 0.08);
    box-shadow: inset 0px 1px 4px rgba(136, 136, 136, 0.2);
    top: 0px;
}

.audio-module {
	display: block;
	overflow: hidden;
	margin-bottom: 25px;
}

a.mobile-player {
	border: 1px solid rgba(136, 136, 136, 0.2);
	background: rgba(136, 136, 136, 0.1);
	width: 99%;
	padding: 30px 0 30px 0;
	margin-bottom: 25px;
	border-radius: 2px;
	display: none;
}

a.mobile-player:active {
    top: 0px;
    box-shadow: inset 0px 1px 4px rgba(136, 136, 136, 0.2);
    background: rgba(136, 136, 136, 0.18);
    border: 1px solid rgba(136, 136, 136, 0.3);
}

.play-triangle {
	margin-left: 20px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6.5px 0 6.5px 10px;
	border-color: transparent transparent transparent rgba(136, 136, 136, 0.8);
}

.album-info {
	display: block;
	float: left;
	width: 63%;
}

.player {
	display: block;
	background-color: #ffffff;
	float: right;
	padding-top: 5px;
	padding-right: 2px;
	border: 1px solid rgba(136, 136, 136, 0.3);
}

.desktop-spotify {
	display: block;

}

.mobile-spotify {
	display: none;
	width: 290px;
	margin: auto;
}

.iphone-video object {
    display: block;
    margin: 0px auto 20px;
}

.asker-block, .answer-text {
	display: block;
	overflow: auto;
}

p.question {
	padding-bottom: 10px;
	padding-top: 10px;
}

p.album, p.question {
	font-size: 24px;
	line-height: 32px;
}

h1.qa-letter {
	display: block;
	float: left;
	width: 45px;
	position: relative;
	bottom: 3px;
	font-size: 30px;
}

.q {
	margin-bottom: 20px;
}

img.asker {
	float:left;
	margin-right: 8px;
	border-radius: 2px;
	position: relative;
	top: 2px;
}

p.asker {
	font-style: italic;
}

p.question {
	clear: both;
}


/* Metadata
********************************/

.metadata {
	border: 0px solid gray;
	overflow: auto;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 20px;
}

.metadata a {
	text-decoration: none;
}

.date, .tags, .notes-count {
	display: block;
	float: left;
	margin-right: 15px;
}

.tags a, .notes-count a, .date a {
	margin-right: 5px;
}


/* Footer
********************************/

#footer {
	text-align: center;
	margin-bottom: 40px;
}

#footer a {
	text-decoration: none;
	border-bottom: none;
}

a.back-next {
    margin: 0px 10px 0px 10px;
}

#footer h2 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 40px;
}


#footer-links ul {
	margin-bottom: 0px;
	padding: 0;
	display: block;
	text-align: center;
}

#footer-links li {
	display: inline;
	margin-left: 5px;
	font-size: 14px;
}

#footer-links li:first-child {
	margin-left: 0px;
}

#footer .colophon p {
	font-size: 14px;
	font-style: italic;
}

#footer p.promo {
	font-size: 12px;
	text-transform: uppercase;
	font-style: normal;
}


/* Notes and comments
********************************/

#permalink-content {
	margin-top: 40px;
}

.avatar_frame {
	position: relative;
	top: 4px;
	margin-right: 10px;
}

.comments {
	margin-bottom: 35px;
}

.comments h3, .permalink-notes h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.permalink-notes ol {
	padding-left: 0;
}

.permalink-notes li {
	list-style: none;
	margin-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid rgba(136, 136, 136, 0.3);
	font-size: 13px;
}

.permalink-notes blockquote {
	margin: 5px 0px 5px 0px;
	border-left: 3px solid rgba(136, 136, 136, 0.2);
	margin-left: 20px;
	padding-left: 15px;
    line-height: 24px;
}

.notes a {
	border-bottom: none;
	text-decoration: underline;
}


.post iframe, .post object {
max-width: 100%;
}


/* Browser size break-points
********************************/


@media screen and (max-width: 800px) {

#header {
	margin-top: 20px;
	display: block;
	overflow: visible;
	padding-bottom: 0px;
}

.blog-title {
	display: block;
	text-align: center;
	margin-top: 50px;
	float: none;
	width: 100%;
    margin-bottom: 50px;
}

.blog-title h1 {
	font-size: 40px;
	margin-bottom: 10px;
}

.blog-description {
	font-size: 16px;
	line-height: 20px;
}

.links {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	float: none;
	border-bottom: 1px solid rgba(136, 136, 136, 0.4);
}

.links ul {
	margin-top: 10px;
	padding: 0;
	display: block;
	text-align: center;
	float: none;
}

.links li {
	display: inline;
	margin-left: 16px;
	font-size: 17px;
	text-transform: none;
}


.metadata {
	font-size: 16px;
	}

.player {
	display: none;
}

a.mobile-player {
	display: block;
}

.album-info {
	width: 100%
}

.title h1, .link-title h1, .chat-title h1 {
text-align: center;
font-size: 36px;
line-height: 42px;
}

}

@media screen and (max-width: 740px) {

#page {
	padding-left:  1em;
	padding-right: 1em;
}

#header {
	margin-bottom: 50px;
}

/* WRANGLE TUMBLR VIDEO PLAYER */


.iphone-video img {
	width: 90%;
}

.iphone-video a {
	margin-bottom: 20px;
}

/* IMAGES */

.photo img, .album-art img, .videoWrapper img {
	min-width: 100%;
}

.link-title a {
	line-height: 50px;
}

.desktop-spotify {
	display: none;
}

.mobile-spotify {
	display: block;
}

}



</style>

<!-- End header -->

    <link rel="alternate" href="android-app://com.tumblr/tumblr/x-callback-url/blog?blogName=elvinu%26postID=178518127158" /><link rel="alternate" href="ios-app://305343404/tumblr/x-callback-url/blog?blogName=elvinu&postID=178518127158" /><link rel="alternate" type="application/json+oembed" href="https://www.tumblr.com/oembed/1.0?url=https://elvin.ro/post/178518127158" title=""/><script src="https://assets.tumblr.com/assets/scripts/tumblelog_post_message_queue.js?_v=a8fadfa499d8cb7c3f8eefdf0b1adfdd"></script><link rel="stylesheet" type="text/css" href="https://assets.tumblr.com/fonts/calluna/stylesheet.css?v=3"><link rel="stylesheet" type="text/css" href="https://assets.tumblr.com/fonts/gibson/stylesheet.css?v=3"><!-- BEGIN TUMBLR FACEBOOK OPENGRAPH TAGS --><!-- If you'd like to specify your own Open Graph tags, define the og:url and og:title tags in your theme's HTML. --><!-- Read more: http://ogp.me/ --><meta property="fb:app_id" content="48119224995" /><meta property="og:title" content="elvin.ro" /><meta property="og:url" content="https://elvin.ro/?og=1" /><meta property="og:description" content="random stuff." /><meta property="og:type" content="tumblr-feed:tumblelog" /><meta property="og:image" content="https://64.media.tumblr.com/avatar_5142a679c1ae_128.pnj" /><meta property="al:ios:url" content="tumblr://x-callback-url/blog?blogName=elvinu" /><meta property="al:ios:app_name" content="Tumblr" /><meta property="al:ios:app_store_id" content="305343404" /><meta property="al:android:url" content="tumblr://x-callback-url/blog?blogName=elvinu" /><meta property="al:android:app_name" content="Tumblr" /><meta property="al:android:package" content="com.tumblr" /><!-- END TUMBLR FACEBOOK OPENGRAPH TAGS --><!-- TWITTER TAGS --><meta charset="utf-8"><meta name="twitter:site" content="tumblr" /><meta name="twitter:card" content="summary" /><meta name="twitter:description" content="elvinu" /><meta name="twitter:title" content="elvinu" /><meta name="twitter:creator" content="elvinu" /><meta name="twitter:app:name:iphone" content="Tumblr" /><meta name="twitter:app:name:ipad" content="Tumblr" /><meta name="twitter:app:name:googleplay" content="Tumblr" /><meta name="twitter:app:id:iphone" content="305343404" /><meta name="twitter:app:id:ipad" content="305343404" /><meta name="twitter:app:id:googleplay" content="com.tumblr" /><meta name="twitter:app:url:iphone" content="tumblr://x-callback-url/blog?blogName=elvinu&amp;referrer=twitter-cards" /><meta name="twitter:app:url:ipad" content="tumblr://x-callback-url/blog?blogName=elvinu&amp;referrer=twitter-cards" /><meta name="twitter:app:url:googleplay" content="tumblr://x-callback-url/blog?blogName=elvinu&amp;referrer=twitter-cards" /><!-- GOOGLE CAROUSEL --><script type="application/ld+json">
	{"@type":"ItemList","url":"https:\/\/elvin.ro","itemListElement":[{"@type":"ListItem","position":1,"url":"https:\/\/elvin.ro\/post\/188555490103\/tbt-to-1969-the-restoration-of-the-apollo"},{"@type":"ListItem","position":2,"url":"https:\/\/elvin.ro\/post\/186392174588\/tbt-to-1969-the-restoration-of-the-apollo"},{"@type":"ListItem","position":3,"url":"https:\/\/elvin.ro\/post\/186392169483\/a-nintendo-fan-turned-their-tv-into-a-giant"},{"@type":"ListItem","position":4,"url":"https:\/\/elvin.ro\/post\/181623393603\/rotate"},{"@type":"ListItem","position":5,"url":"https:\/\/elvin.ro\/post\/181575363123\/the-most-beautiful-book-store-in-the-world"},{"@type":"ListItem","position":6,"url":"https:\/\/elvin.ro\/post\/181575348788\/sgi-indy-1993-this-machine-represented-the-sgis"},{"@type":"ListItem","position":7,"url":"https:\/\/elvin.ro\/post\/181575298718"},{"@type":"ListItem","position":8,"url":"https:\/\/elvin.ro\/post\/181575259583"},{"@type":"ListItem","position":9,"url":"https:\/\/elvin.ro\/post\/178518137713"},{"@type":"ListItem","position":10,"url":"https:\/\/elvin.ro\/post\/178518127158"}],"@context":"http:\/\/schema.org"}</script><link rel="canonical" href="https://elvin.ro" /></head>

	<body>

		<div id="page">

			<div id="header">

                
				<div class="links">
					<ul>
						<li><a href="/">Home</a></li>
                        
                        
    					<li><a href="/ask">Ask ME</a></li>
						
                        
                        
                        <li><a href="/archive">Archive</a></li>
                        
					</ul>
				</div>
				



				<div class="blog-title">

                    

                    
                    <h1><a href="/">elvin.ro</a></h1>
                    

                    
					<p class="blog-description">random stuff.</p>
                    
				</div>



			</div> <!-- header end -->

			<div id="content">
            


                
                <!-- TEXT POST
				///////////////////////////////////////////////////////-->

				<div class="post text">

					<div class="narrow">

                        
						<div class="title">
							<h1>#TBT to 1969: The Restoration of The Apollo Mission Control Center</h1>
						</div>
                        

						<div class="caption">

						<p><a href="https://nasa.tumblr.com/post/186378008679/tbt-to-1969-the-restoration-of-the-apollo" class="tumblr_blog" target="_blank">nasa</a>:</p><blockquote><p><a href="https://t.umblr.com/redirect?z=https%3A%2F%2Fwww.nasa.gov%2Fspecials%2Fapollo50th%2F&amp;t=OWEzYjhjNTQ2NzFmNzNmZTM5MWRhYjZjMWVkMzVmZTAzZDg2NmYwOCxiSlJBTWpUMg%3D%3D&amp;b=t%3Ak2K19Nxg8K1jAL-dzaRejg&amp;p=https%3A%2F%2Felvin.ro%2Fpost%2F188555490103%2Ftbt-to-1969-the-restoration-of-the-apollo&amp;m=1&amp;ts=1611807267" target="_blank">On July 20, 1969 the Apollo Mission Control Center landed men on the Moon with only seconds of fuel left.&nbsp;</a></p><figure class="tmblr-full" data-orig-height="208" data-orig-width="320"><img src="https://64.media.tumblr.com/eb838c1122baddc2a7b7dee17e42166a/a36891e30af12738-92/s400x600/2f4c4bd80cf928970792de9a28eaad927e751dd0.jpg" data-orig-height="208" data-orig-width="320" width="320" height="208" alt="image" /></figure><p>Just after the spacecraft safely touched down on the lunar surface, Charlie Duke said to the crew, &ldquo;Roger, Tranquility. We copy you on the ground. You got a bunch of guys about to turn blue&mdash;we&rsquo;re breathing again. Thanks a lot.&rdquo; The hard work and preparation of the men who stayed back on Earth was what made John F. Kennedy&rsquo;s dreams of space exploration come true.&nbsp;</p><figure class="tmblr-embed tmblr-full"><iframe id="embed-60123a23e2bae996921201" class="embed_iframe" src="https://safe.txmblr.com/svc/embed/inline/https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dv8aWXJeh9R4#embed-60123a23e2bae996921201-partied" width="500" height="281" scrolling="no" frameborder="0" allowfullscreen="allowfullscreen" mozallowfullscreen="" webkitallowfullscreen=""></iframe></figure><p>Today, <a href="https://t.umblr.com/redirect?z=https%3A%2F%2Fwww.nasa.gov%2Ffeature%2Fapollo-mission-control-reopens-in-all-its-historic-glory&amp;t=YzUwNzAxYjk3NGI0ZjFmZjcyYTNmMDlmODBiYWY4NzM0YWE0MTI0OCxiSlJBTWpUMg%3D%3D&amp;b=t%3Ak2K19Nxg8K1jAL-dzaRejg&amp;p=https%3A%2F%2Felvin.ro%2Fpost%2F188555490103%2Ftbt-to-1969-the-restoration-of-the-apollo&amp;m=1&amp;ts=1611807267" target="_blank">the facility these men worked in has been restored to its Apollo-era appearance</a>, forever preserving this National Historic Landmark.</p><figure class="tmblr-full" data-orig-height="3490" data-orig-width="5235"><img src="https://64.media.tumblr.com/2b6f130a63db49b84182682f82b15df2/a36891e30af12738-ee/s500x750/6a0e5fbbb36ccb6282ded360af1448823e948e05.jpg" data-orig-height="3490" data-orig-width="5235" width="500" height="333" alt="image" /></figure><p>It took the restoration crew roughly six years to return the Apollo Mission Control Room to its original retro appearance. Every inch of the room was cleaned and restored by workers, enhancing the 1960s pistachio palette seen on the consoles, as well as ridding the room of 50-year-old gum stuck in places people thought would never be found. Let that be a lesson to us all. </p><figure class="tmblr-full" data-orig-height="8700" data-orig-width="11600"><img src="https://64.media.tumblr.com/add81f856e7c5380556703bb2420517d/a36891e30af12738-2e/s500x750/28e859c8c90800dee98bd1d77df107d66c1eec1d.jpg" data-orig-height="8700" data-orig-width="11600" width="500" height="375" alt="image" /></figure><p>From the artifacts sitting on the consoles to the displays projected at the front of the room, every detail has been carefully put in its proper place. Peep the American flag hanging in the back of the room&mdash;this flag went to the Moon on Apollo 17, was planted in the ground, then returned home as a souvenir. Next to the flag, a duplicate of the plaque placed on the Moon hangs on the wall. </p><figure class="tmblr-full" data-orig-height="8700" data-orig-width="11600"><img src="https://64.media.tumblr.com/bc2510981b9aa0ee7731ea8b717491a1/a36891e30af12738-01/s500x750/17e690955b65d31455ab4ca3599c010e24325d03.jpg" data-orig-height="8700" data-orig-width="11600" width="500" height="375" alt="image" /></figure><p>Perhaps the only aspect of the room that wasn&rsquo;t preserved was the thick stench of smoke, burnt coffee, banana peels and pizza boxes. But the ashtrays, pipes, cigarettes and coffee mugs sit in the room as reminders of the aroma. And yes, the Styrofoam cup is authentic to the &lsquo;60s&mdash;it&rsquo;s not an original artifact, but we&rsquo;re certain this one will last for years to come. </p><figure class="tmblr-full" data-orig-height="8700" data-orig-width="11600"><img src="https://64.media.tumblr.com/681b08a629871653a12bf95dd2e7caf9/a36891e30af12738-d7/s500x750/436ea82a9810e0efe9be4cb5cf71a157aeb30138.jpg" data-orig-height="8700" data-orig-width="11600" width="500" height="375" alt="image" /></figure><p>In case you&rsquo;re worried we didn&rsquo;t get detailed enough, check the binders in the room. Each one is filled with authentic documents that would&rsquo;ve been used during the Apollo missions. Some of the documents have been recreated, but many of them were copied from originals that employees had saved for 50 years. </p><figure class="tmblr-full" data-orig-height="8596" data-orig-width="11461"><img src="https://64.media.tumblr.com/c6726bc4afb06d7843ffcddec6cb05d2/a36891e30af12738-85/s500x750/93bdc6dd82182e856f0dfe4ca5591ba60e13ad1d.jpg" data-orig-height="8596" data-orig-width="11461" width="500" height="375" alt="image" /></figure><p>Each console was rigged to send tubes throughout the building, often filled with important documents, but also stuffed with sandwiches and cake (all of the essentials to send men to the Moon). </p><figure class="tmblr-full" data-orig-height="3313" data-orig-width="4970"><img src="https://64.media.tumblr.com/84ff23bd326eb7d5d9e98d181583a7fa/a36891e30af12738-66/s500x750/518061cf126f683a72ddad0a02fef177326def6e.jpg" data-orig-height="3313" data-orig-width="4970" width="500" height="333" alt="image" /></figure><p>Several of the surviving Apollo alumni visited mission control for the grand opening of the room at the end of June. Except for the smoke, they say the room looks just as they remember it did 50 years ago. It&rsquo;s one giant leap&mdash;back in time. </p><p>This week, you can watch us salute our #Apollo50th heroes and look forward to our next giant leap for future missions to the Moon and Mars. Tune in:&nbsp;<a href="https://t.umblr.com/redirect?z=https%3A%2F%2Fgo.nasa.gov%2FApollo50thEvents&amp;t=NTdhZDY2ZTY4N2E3MGE2MjAxZjQ0YWNmYTUyZDc4Yzc3YmMwYjE0ZSxiSlJBTWpUMg%3D%3D&amp;b=t%3Ak2K19Nxg8K1jAL-dzaRejg&amp;p=https%3A%2F%2Felvin.ro%2Fpost%2F188555490103%2Ftbt-to-1969-the-restoration-of-the-apollo&amp;m=1&amp;ts=1611807267" target="_blank">https://go.nasa.gov/Apollo50thEvents</a></p><p><i>Make sure to follow us on Tumblr for your regular dose of space: <a href="http://nasa.tumblr.com" target="_blank">http://nasa.tumblr.com</a>.</i></p></blockquote><p>(via <a href='https://elvin.ro/post/186392174588/tbt-to-1969-the-restoration-of-the-apollo'>elvinu</a>)</p>

						</div> <!-- End caption -->

                        

						<div class="metadata">

                            
        					<div class="date">
								<a href="https://elvin.ro/post/188555490103/tbt-to-1969-the-restoration-of-the-apollo">Oct. 24 2019</a>
							</div>
                            

                            
        					<div class="date">
								<a href="https://nasa.tumblr.com/post/186378008679/tbt-to-1969-the-restoration-of-the-apollo">Via nasa</a>
							</div>
                            

                            
							
						    

                            
                            
                            <div class="notes-count">
								<a href="https://elvin.ro/post/188555490103/tbt-to-1969-the-restoration-of-the-apollo">2,158 notes</a>
							</div>
                            
                            

						</div> <!-- metadata end -->

					</div> <!-- text end -->

				</div> <!-- post end -->
                

				


                


				


				


                



				



		        



				

            


                
                <!-- TEXT POST
				///////////////////////////////////////////////////////-->

				<div class="post text">

					<div class="narrow">

                        
						<div class="title">
							<h1>#TBT to 1969: The Restoration of The Apollo Mission Control Center</h1>
						</div>
                        

						<div class="caption">

						<p><a href="https://nasa.tumblr.com/post/186378008679/tbt-to-1969-the-restoration-of-the-apollo" class="tumblr_blog" target="_blank">nasa</a>:</p><blockquote><p><a href="https://t.umblr.com/redirect?z=https%3A%2F%2Fwww.nasa.gov%2Fspecials%2Fapollo50th%2F&amp;t=OTJlN2Y2Y2U5MDk4NTNhYzM2NDdmOTkwMWNjMTVjMjkzNWQ3YWRhOSxiSlJBTWpUMg%3D%3D&amp;b=t%3Ak2K19Nxg8K1jAL-dzaRejg&amp;p=https%3A%2F%2Felvin.ro%2Fpost%2F186392174588%2Ftbt-to-1969-the-restoration-of-the-apollo&amp;m=1&amp;ts=1611807267" target="_blank">On July 20, 1969 the Apollo Mission Control Center landed men on the Moon with only seconds of fuel left.&nbsp;</a></p><figure class="tmblr-full" data-orig-height="208" data-orig-width="320"><img src="https://64.media.tumblr.com/eb838c1122baddc2a7b7dee17e42166a/a36891e30af12738-92/s400x600/2f4c4bd80cf928970792de9a28eaad927e751dd0.jpg" data-orig-height="208" data-orig-width="320" width="320" height="208" alt="image" /></figure><p>Just after the spacecraft safely touched down on the lunar surface, Charlie Duke said to the crew, &ldquo;Roger, Tranquility. We copy you on the ground. You got a bunch of guys about to turn blue&mdash;we&rsquo;re breathing again. Thanks a lot.&rdquo; The hard work and preparation of the men who stayed back on Earth was what made John F. Kennedy&rsquo;s dreams of space exploration come true.&nbsp;</p><figure class="tmblr-embed tmblr-full"><iframe id="embed-60123a23e845d305813890" class="embed_iframe" src="https://safe.txmblr.com/svc/embed/inline/https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dv8aWXJeh9R4#embed-60123a23e845d305813890-partied" width="500" height="281" scrolling="no" frameborder="0" allowfullscreen="allowfullscreen" mozallowfullscreen="" webkitallowfullscreen=""></iframe></figure><p>Today, <a href="https://t.umblr.com/redirect?z=https%3A%2F%2Fwww.nasa.gov%2Ffeature%2Fapollo-mission-control-reopens-in-all-its-historic-glory&amp;t=MDkzMWQ1OWQ3OWExMzdlYTBmYmM3NzFjYTA1MDU2ZWNkNGU5YWZjMixiSlJBTWpUMg%3D%3D&amp;b=t%3Ak2K19Nxg8K1jAL-dzaRejg&amp;p=https%3A%2F%2Felvin.ro%2Fpost%2F186392174588%2Ftbt-to-1969-the-restoration-of-the-apollo&amp;m=1&amp;ts=1611807267" target="_blank">the facility these men worked in has been restored to its Apollo-era appearance</a>, forever preserving this National Historic Landmark.</p><figure class="tmblr-full" data-orig-height="3490" data-orig-width="5235"><img src="https://64.media.tumblr.com/2b6f130a63db49b84182682f82b15df2/a36891e30af12738-ee/s500x750/6a0e5fbbb36ccb6282ded360af1448823e948e05.jpg" data-orig-height="3490" data-orig-width="5235" width="500" height="333" alt="image" /></figure><p>It took the restoration crew roughly six years to return the Apollo Mission Control Room to its original retro appearance. Every inch of the room was cleaned and restored by workers, enhancing the 1960s pistachio palette seen on the consoles, as well as ridding the room of 50-year-old gum stuck in places people thought would never be found. Let that be a lesson to us all. </p><figure class="tmblr-full" data-orig-height="8700" data-orig-width="11600"><img src="https://64.media.tumblr.com/add81f856e7c5380556703bb2420517d/a36891e30af12738-2e/s500x750/28e859c8c90800dee98bd1d77df107d66c1eec1d.jpg" data-orig-height="8700" data-orig-width="11600" width="500" height="375" alt="image" /></figure><p>From the artifacts sitting on the consoles to the displays projected at the front of the room, every detail has been carefully put in its proper place. Peep the American flag hanging in the back of the room&mdash;this flag went to the Moon on Apollo 17, was planted in the ground, then returned home as a souvenir. Next to the flag, a duplicate of the plaque placed on the Moon hangs on the wall. </p><figure class="tmblr-full" data-orig-height="8700" data-orig-width="11600"><img src="https://64.media.tumblr.com/bc2510981b9aa0ee7731ea8b717491a1/a36891e30af12738-01/s500x750/17e690955b65d31455ab4ca3599c010e24325d03.jpg" data-orig-height="8700" data-orig-width="11600" width="500" height="375" alt="image" /></figure><p>Perhaps the only aspect of the room that wasn&rsquo;t preserved was the thick stench of smoke, burnt coffee, banana peels and pizza boxes. But the ashtrays, pipes, cigarettes and coffee mugs sit in the room as reminders of the aroma. And yes, the Styrofoam cup is authentic to the &lsquo;60s&mdash;it&rsquo;s not an original artifact, but we&rsquo;re certain this one will last for years to come. </p><figure class="tmblr-full" data-orig-height="8700" data-orig-width="11600"><img src="https://64.media.tumblr.com/681b08a629871653a12bf95dd2e7caf9/a36891e30af12738-d7/s500x750/436ea82a9810e0efe9be4cb5cf71a157aeb30138.jpg" data-orig-height="8700" data-orig-width="11600" width="500" height="375" alt="image" /></figure><p>In case you&rsquo;re worried we didn&rsquo;t get detailed enough, check the binders in the room. Each one is filled with authentic documents that would&rsquo;ve been used during the Apollo missions. Some of the documents have been recreated, but many of them were copied from originals that employees had saved for 50 years. </p><figure class="tmblr-full" data-orig-height="8596" data-orig-width="11461"><img src="https://64.media.tumblr.com/c6726bc4afb06d7843ffcddec6cb05d2/a36891e30af12738-85/s500x750/93bdc6dd82182e856f0dfe4ca5591ba60e13ad1d.jpg" data-orig-height="8596" data-orig-width="11461" width="500" height="375" alt="image" /></figure><p>Each console was rigged to send tubes throughout the building, often filled with important documents, but also stuffed with sandwiches and cake (all of the essentials to send men to the Moon). </p><figure class="tmblr-full" data-orig-height="3313" data-orig-width="4970"><img src="https://64.media.tumblr.com/84ff23bd326eb7d5d9e98d181583a7fa/a36891e30af12738-66/s500x750/518061cf126f683a72ddad0a02fef177326def6e.jpg" data-orig-height="3313" data-orig-width="4970" width="500" height="333" alt="image" /></figure><p>Several of the surviving Apollo alumni visited mission control for the grand opening of the room at the end of June. Except for the smoke, they say the room looks just as they remember it did 50 years ago. It&rsquo;s one giant leap&mdash;back in time. </p><p>This week, you can watch us salute our #Apollo50th heroes and look forward to our next giant leap for future missions to the Moon and Mars. Tune in:&nbsp;<a href="https://t.umblr.com/redirect?z=https%3A%2F%2Fgo.nasa.gov%2FApollo50thEvents&amp;t=NjJmNGY4ZTNlMzlkNjYzYWMxYWQxNjlmNGNkMjk4NGI2MzEyMGI1NSxiSlJBTWpUMg%3D%3D&amp;b=t%3Ak2K19Nxg8K1jAL-dzaRejg&amp;p=https%3A%2F%2Felvin.ro%2Fpost%2F186392174588%2Ftbt-to-1969-the-restoration-of-the-apollo&amp;m=1&amp;ts=1611807267" target="_blank">https://go.nasa.gov/Apollo50thEvents</a></p><p><i>Make sure to follow us on Tumblr for your regular dose of space: <a href="http://nasa.tumblr.com" target="_blank">http://nasa.tumblr.com</a>.</i></p></blockquote>

						</div> <!-- End caption -->

                        

						<div class="metadata">

                            
        					<div class="date">
								<a href="https://elvin.ro/post/186392174588/tbt-to-1969-the-restoration-of-the-apollo">Jul. 19 2019</a>
							</div>
                            

                            
        					<div class="date">
								<a href="https://nasa.tumblr.com/post/186378008679/tbt-to-1969-the-restoration-of-the-apollo">Via nasa</a>
							</div>
                            

                            
							
						    

                            
                            
                            <div class="notes-count">
								<a href="https://elvin.ro/post/186392174588/tbt-to-1969-the-restoration-of-the-apollo">2,158 notes</a>
							</div>
                            
                            

						</div> <!-- metadata end -->

					</div> <!-- text end -->

				</div> <!-- post end -->
                

				


                


				


				


                



				



		        



				

            


                

				


                
    			<!-- PHOTOSET POST
				///////////////////////////////////////////////////////-->

				<div class="post photo">

					
					<div class="wide">
                        
                        
						<img src="https://64.media.tumblr.com/e3237084bccddff69904d889e91b48fb/tumblr_pnymtdQwUH1rl04amo3_1280.png" alt="retrogamingblog:
&ldquo;A Nintendo fan turned their TV into a giant Switch 😍
&rdquo;" />
                        
                        
                        
						<img src="https://64.media.tumblr.com/b1fddfd18d71068641e4d17be4873140/tumblr_pnymtdQwUH1rl04amo2_1280.png" alt="retrogamingblog:
&ldquo;A Nintendo fan turned their TV into a giant Switch 😍
&rdquo;" />
                        
                        
                        
						<img src="https://64.media.tumblr.com/07fc70025e220c151b5b2cbe3f299ea2/tumblr_pnymtdQwUH1rl04amo1_1280.png" alt="retrogamingblog:
&ldquo;A Nintendo fan turned their TV into a giant Switch 😍
&rdquo;" />
                        
                        
					</div>
					

					

					<div class="narrow">

                        
						<div class="caption">
						    <p><a href="https://t.umblr.com/redirect?z=https%3A%2F%2Fretrogamerblog.com%2Fpost%2F183280964700%2Fa-nintendo-fan-turned-their-tv-into-a-giant&amp;t=ODFiZGViOTg2ODE1ZDU3NmM5MDE1MzM0MjM1MzQ4NDUwMDFiNDVmMCxtSDVoMHBCUw%3D%3D&amp;b=t%3Ak2K19Nxg8K1jAL-dzaRejg&amp;p=https%3A%2F%2Felvin.ro%2Fpost%2F186392169483%2Fa-nintendo-fan-turned-their-tv-into-a-giant&amp;m=1&amp;ts=1611807267" class="tumblr_blog" target="_blank">retrogamingblog</a>:</p><blockquote><p>A Nintendo fan turned their TV into a giant Switch&nbsp;

&#128525;

</p></blockquote><p>(via <a href='https://retrogamingblog.tumblr.com/post/183280964700/a-nintendo-fan-turned-their-tv-into-a-giant'>retrogamingblog</a>)</p>
						</div>
                        

						<div class="metadata">

							
    						<div class="date">
								<a href="https://elvin.ro/post/186392169483/a-nintendo-fan-turned-their-tv-into-a-giant">Jul. 19 2019</a>
							</div>
                            

                            
        					<div class="date">
								<a href="https://t.umblr.com/redirect?z=https%3A%2F%2Fsuprman9.wixsite.com%2Fnerdvana%2Fswitch-tv-pictures&amp;t=OTc4YjRhMGFlYmRkZjY1NmY2ZGM1NmYyMDQzNzRlNDdkN2Q5ZTUwNCwxODYzOTIxNjk0ODM%3D&amp;b=t%3Ak2K19Nxg8K1jAL-dzaRejg&amp;p=https%3A%2F%2Felvin.ro%2Fpost%2F186392169483%2Fa-nintendo-fan-turned-their-tv-into-a-giant&amp;m=1&amp;ts=1611807267">Via suprman9.wixsite.com</a>
							</div>
                            

                            
							
						    

                            
                            
                            <div class="notes-count">
								<a href="https://elvin.ro/post/186392169483/a-nintendo-fan-turned-their-tv-into-a-giant">36,378 notes</a>
							</div>
                            
                            

						</div> <!-- metadata end -->

					</div> <!-- narrow end -->

				</div> <!-- post end -->

                


				


				


                



				



		        



				

            


                

				
				<!-- PHOTO POST
				///////////////////////////////////////////////////////-->

				<div class="post photo">

					<div class="wide">
                        <a href="https://laughingsquid.com/how-fast-and-at-what-angle-planets-rotate/">

						<img src="https://64.media.tumblr.com/e71c5666e358ad63f1889a94ae24c6e4/tumblr_pko4uzywzq1qz6f9yo1_1280.gifv" alt="nevver:
&ldquo;Rotate
&rdquo;" />

                        </a>
					</div>

					<div class="narrow">

                        
						<div class="caption">
						    <p><a href="https://t.umblr.com/redirect?z=https%3A%2F%2Fthisisnthappiness.com%2Fpost%2F181620284854%2Frotate&amp;t=MmE4MGFmMmZhMDQ5MGU3ZDNhN2VhN2NkODhkZWY1NmJiMjgxNTliMCxzOWwwN2xtag%3D%3D&amp;b=t%3Ak2K19Nxg8K1jAL-dzaRejg&amp;p=https%3A%2F%2Felvin.ro%2Fpost%2F181623393603%2Frotate&amp;m=1&amp;ts=1611807268" class="tumblr_blog" target="_blank">nevver</a>:</p><blockquote><p><a href="https://twitter.com/physicsJ/status/1079061451845890048?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1079061451845890048&amp;ref_url=https%3A%2F%2Flaughingsquid.com%2Fhow-fast-and-at-what-angle-planets-rotate%2F" target="_blank">Rotate</a></p></blockquote>
						</div>
                        

						<div class="metadata">

							
    						<div class="date">
								<a href="https://elvin.ro/post/181623393603/rotate">Jan. 2 2019</a>
							</div>
                            

                            
        					<div class="date">
								<a href="https://t.umblr.com/redirect?z=https%3A%2F%2Flaughingsquid.com%2Fhow-fast-and-at-what-angle-planets-rotate%2F&amp;t=Yjk0YmEwYTc0ZWY1NGI4ZTEyMjY3NDBlMWNjOTIzNDQ3MzFkMzE3ZiwxODE2MjMzOTM2MDM%3D&amp;b=t%3Ak2K19Nxg8K1jAL-dzaRejg&amp;p=https%3A%2F%2Felvin.ro%2Fpost%2F181623393603%2Frotate&amp;m=1&amp;ts=1611807268">Via Laughing Squid</a>
							</div>
                            

                            
							
						    

                            
                            
                            <div class="notes-count">
								<a href="https://elvin.ro/post/181623393603/rotate">1,882 notes</a>
							</div>
                            
                            

						</div> <!-- metadata end -->

					</div> <!-- narrow end -->

				</div> <!-- post end -->

                


                


				


				


                



				



		        



				

            


                

				


                
    			<!-- PHOTOSET POST
				///////////////////////////////////////////////////////-->

				<div class="post photo">

					
					<div class="wide">
                        
                        
						<img src="https://64.media.tumblr.com/13691ec538755d36aec0ce768ddfa34d/tumblr_oqghdjR5Jz1v1we2mo1_1280.png" alt="waitingfor-youu:
&ldquo; The most beautiful book store in the world.
Carturesti Carusel, Bucharest, Romania
&rdquo;" />
                        
                        
                        
						<img src="https://64.media.tumblr.com/8f4cb4452d2c39a2f12e13feefbbb0b4/tumblr_oqghdjR5Jz1v1we2mo2_1280.png" alt="waitingfor-youu:
&ldquo; The most beautiful book store in the world.
Carturesti Carusel, Bucharest, Romania
&rdquo;" />
                        
                        
                        
						<img src="https://64.media.tumblr.com/19e7cc279dc8076a913eaf5cf403ec4f/tumblr_oqghdjR5Jz1v1we2mo3_1280.png" alt="waitingfor-youu:
&ldquo; The most beautiful book store in the world.
Carturesti Carusel, Bucharest, Romania
&rdquo;" />
                        
                        
                        
						<img src="https://64.media.tumblr.com/ec52162db01080bd58dc4c6185521129/tumblr_oqghdjR5Jz1v1we2mo4_1280.png" alt="waitingfor-youu:
&ldquo; The most beautiful book store in the world.
Carturesti Carusel, Bucharest, Romania
&rdquo;" />
                        
                        
                        
						<img src="https://64.media.tumblr.com/b9d8eef7ff2d8567122ad11c1b339502/tumblr_oqghdjR5Jz1v1we2mo5_1280.png" alt="waitingfor-youu:
&ldquo; The most beautiful book store in the world.
Carturesti Carusel, Bucharest, Romania
&rdquo;" />
                        
                        
                        
						<img src="https://64.media.tumblr.com/77efe3287b0ed42ff4419af179eae7e5/tumblr_oqghdjR5Jz1v1we2mo6_1280.png" alt="waitingfor-youu:
&ldquo; The most beautiful book store in the world.
Carturesti Carusel, Bucharest, Romania
&rdquo;" />
                        
                        
                        
						<img src="https://64.media.tumblr.com/41f674eb8a3d261dac09c4807848fbe8/tumblr_oqghdjR5Jz1v1we2mo7_1280.png" alt="waitingfor-youu:
&ldquo; The most beautiful book store in the world.
Carturesti Carusel, Bucharest, Romania
&rdquo;" />
                        
                        
                        
						<img src="https://64.media.tumblr.com/4cd21b2e0079b423ad330c85b15f77fd/tumblr_oqghdjR5Jz1v1we2mo8_1280.png" alt="waitingfor-youu:
&ldquo; The most beautiful book store in the world.
Carturesti Carusel, Bucharest, Romania
&rdquo;" />
                        
                        
                        
						<img src="https://64.media.tumblr.com/c0b8fb4493c698c576eb962bc613ac66/tumblr_oqghdjR5Jz1v1we2mo9_1280.png" alt="waitingfor-youu:
&ldquo; The most beautiful book store in the world.
Carturesti Carusel, Bucharest, Romania
&rdquo;" />
                        
                        
					</div>
					

					

					<div class="narrow">

                        
						<div class="caption">
						    <p><a href="https://waitingfor-youu.tumblr.com/post/161018804763/the-most-beautiful-book-store-in-the-world" class="tumblr_blog" target="_blank">waitingfor-youu</a>:</p><blockquote><p>The most beautiful book store in the world. </p><p>Carturesti Carusel, Bucharest, Romania</p></blockquote>
						</div>
                        

						<div class="metadata">

							
    						<div class="date">
								<a href="https://elvin.ro/post/181575363123/the-most-beautiful-book-store-in-the-world">Dec. 31 2018</a>
							</div>
                            

                            
        					<div class="date">
								<a href="https://waitingfor-youu.tumblr.com/post/161018804763/the-most-beautiful-book-store-in-the-world">Via waitingfor-youu</a>
							</div>
                            

                            
							
						    

                            
                            
                            <div class="notes-count">
								<a href="https://elvin.ro/post/181575363123/the-most-beautiful-book-store-in-the-world">28,047 notes</a>
							</div>
                            
                            

						</div> <!-- metadata end -->

					</div> <!-- narrow end -->

				</div> <!-- post end -->

                


				


				


                



				



		        



				

            


                

				


                
    			<!-- PHOTOSET POST
				///////////////////////////////////////////////////////-->

				<div class="post photo">

					
					<div class="wide">
                        
                        
						<img src="https://64.media.tumblr.com/2d95b01bad506a49fba2a457785ce1c7/tumblr_pkaxd6S7m11uajwxuo2_1280.jpg" alt="swarmik:
&ldquo; SGI Indy (1993) This machine represented the SGI&rsquo;s low-end workstation offering. It was targeted towards Mac users (DTP&hellip;) that needed more graphics and processing power than they could get from Macintosh Quadra systems. It&rsquo;s a sleek..." />
                        
                        
                        
						<img src="https://64.media.tumblr.com/74183bbfde37324571a68b3023764ab6/tumblr_pkaxd6S7m11uajwxuo1_1280.jpg" alt="swarmik:
&ldquo; SGI Indy (1993) This machine represented the SGI&rsquo;s low-end workstation offering. It was targeted towards Mac users (DTP&hellip;) that needed more graphics and processing power than they could get from Macintosh Quadra systems. It&rsquo;s a sleek..." />
                        
                        
                        
						<img src="https://64.media.tumblr.com/0edd3ec934dae7be4f87738e89d7bfea/tumblr_pkaxd6S7m11uajwxuo4_1280.jpg" alt="swarmik:
&ldquo; SGI Indy (1993) This machine represented the SGI&rsquo;s low-end workstation offering. It was targeted towards Mac users (DTP&hellip;) that needed more graphics and processing power than they could get from Macintosh Quadra systems. It&rsquo;s a sleek..." />
                        
                        
                        
						<img src="https://64.media.tumblr.com/c8828c58295aaa48485afae15e2ecdcb/tumblr_pkaxd6S7m11uajwxuo5_1280.jpg" alt="swarmik:
&ldquo; SGI Indy (1993) This machine represented the SGI&rsquo;s low-end workstation offering. It was targeted towards Mac users (DTP&hellip;) that needed more graphics and processing power than they could get from Macintosh Quadra systems. It&rsquo;s a sleek..." />
                        
                        
                        
						<img src="https://64.media.tumblr.com/12d9caf89d5d5e09cd19a6b808b8d738/tumblr_pkaxd6S7m11uajwxuo3_1280.jpg" alt="swarmik:
&ldquo; SGI Indy (1993) This machine represented the SGI&rsquo;s low-end workstation offering. It was targeted towards Mac users (DTP&hellip;) that needed more graphics and processing power than they could get from Macintosh Quadra systems. It&rsquo;s a sleek..." />
                        
                        
					</div>
					

					

					<div class="narrow">

                        
						<div class="caption">
						    <p><a href="https://swarmik.tumblr.com/post/181404186234/sgi-indy-1993-this-machine-represented-the-sgis" class="tumblr_blog" target="_blank">swarmik</a>:</p><blockquote><h2>SGI Indy
(1993)</h2><p>This
machine represented the SGI&rsquo;s low-end workstation offering. It was targeted
towards Mac users (DTP&hellip;) that needed more graphics and processing power than they
could get from Macintosh Quadra systems. It&rsquo;s a sleek pizza-box computer with
just a single quiet fan inside (unlike other SGI systems). However, in
comparison with non-SGI competitors, it was not slow. It had at least 100-MHz (64bit)
MIPS processor, at least 16MB of RAM (reasonable configurations started with 32MB)
and multiple graphics card options available. 10Mbit/s LAN, ISDN modem and
video inputs (composite / S-Video / a digital port for the bundled webcam) were
integrated on the logic board in all configurations as standard.</p><p>My Indy is
from 1995 and has a more powerful 150MHz MIPS R5000 CPU. On the other side, it
is equipped with the lowest possible graphics card (XL8/XGE8/Newport) that supports
no more than 256 colors and was introduced with the early machines.</p><p>I always
thought that Indy was the only SGI system without any 3D acceleration when sold
with XL8 (2MB of 64bit video RAM) or XL24 (6MB of 192bit video RAM for true
color modes) graphics cards. I expected just a crappy framebuffer (with BitBlt)
and nothing more &ndash; like in Sun and HP machines. I was wrong. The REX3 chip
inside the Newport graphics is <a href="https://t.umblr.com/redirect?z=https%3A%2F%2Fhonk.sigxcpu.org%2Fdoc%2FIndy%2Frex3.pdf&amp;t=MWQ3MTRjZDkwNTkwZjc1MGFmYjcyMTM0ZjM4YTM0NTNjODFlYzU5OCwyd2ZWc2RITw%3D%3D&amp;b=t%3Ak2K19Nxg8K1jAL-dzaRejg&amp;p=https%3A%2F%2Felvin.ro%2Fpost%2F181575348788%2Fsgi-indy-1993-this-machine-represented-the-sgis&amp;m=1&amp;ts=1611807268" target="_blank">pretty capable</a>. Although all the 3D
transformations and triangle setup are done in software, the chip can raster
triangles with smooth (Gouraud) shading and per-vertex alpha-blending. Even
Z-Buffering is partially accelerated using the chip (Z-Buffer is stored in
system memory though).</p><p>In fact,
this chip is not very far from early PC 3D accelerators (1996-1997) in terms of
functions&hellip; except for the texturing support which was not available even with
higher-end workstation-class 3D accelerators in 1993. This is for the first
time I see 3D accelerated OpenGL (1.0) on such an old graphics card - and in
256 colors. To be correct, the scene with triangles has just 16 colors because any
real-time graphics requires double-buffering. Each byte of the window in video
memory contains one pixel from both buffers in the GBRG-GBRG arrangement of
bits.</p><p>The graphics
card is faster than I would expect. The pixel fill rate for smooth shaded
triangles is ~50Mpix/s. If you add alpha-blending, you will get ~20Mpix/s. That&rsquo;s
5-20 times as fast as the Windows NT 4.0 software renderer on a laptop with
133-MHz Pentium MMX and a 2D-only graphics chip. The speed in 3D is more
comparable with 3Dlabs Permedia, S3 Virge DX and other consumer 3D accelerators
from 1996.</p></blockquote>
						</div>
                        

						<div class="metadata">

							
    						<div class="date">
								<a href="https://elvin.ro/post/181575348788/sgi-indy-1993-this-machine-represented-the-sgis">Dec. 31 2018</a>
							</div>
                            

                            
        					<div class="date">
								<a href="https://swarmik.tumblr.com/post/181404186234/sgi-indy-1993-this-machine-represented-the-sgis">Via swarmik</a>
							</div>
                            

                            
							
						    

                            
                            
                            <div class="notes-count">
								<a href="https://elvin.ro/post/181575348788/sgi-indy-1993-this-machine-represented-the-sgis">102 notes</a>
							</div>
                            
                            

						</div> <!-- metadata end -->

					</div> <!-- narrow end -->

				</div> <!-- post end -->

                


				


				


                



				



		        



				

            


                
                <!-- TEXT POST
				///////////////////////////////////////////////////////-->

				<div class="post text">

					<div class="narrow">

                        

						<div class="caption">

						<p><a href="https://hellbound-humanist.tumblr.com/post/181461139782" class="tumblr_blog" target="_blank">hellbound-humanist</a>:</p><blockquote><figure class="tmblr-full" data-orig-height="709" data-orig-width="736"><img src="https://64.media.tumblr.com/15228dab7de90084658d704c6c03a8c3/tumblr_pjqlq4j9X21wr08el_500.jpg" data-orig-height="709" data-orig-width="736" width="500" height="482" alt="image" /></figure></blockquote><p>(via <a href='https://rollership.tumblr.com/post/181547533696'>rollership</a>)</p>

						</div> <!-- End caption -->

                        

						<div class="metadata">

                            
        					<div class="date">
								<a href="https://elvin.ro/post/181575298718">Dec. 31 2018</a>
							</div>
                            

                            
        					<div class="date">
								<a href="https://hellbound-humanist.tumblr.com/post/181461139782">Via hellbound-humanist</a>
							</div>
                            

                            
							
						    

                            
                            
                            <div class="notes-count">
								<a href="https://elvin.ro/post/181575298718">822 notes</a>
							</div>
                            
                            

						</div> <!-- metadata end -->

					</div> <!-- text end -->

				</div> <!-- post end -->
                

				


                


				


				


                



				



		        



				

            


                

				
				<!-- PHOTO POST
				///////////////////////////////////////////////////////-->

				<div class="post photo">

					<div class="wide">
                        <a href="https://elvin.ro/image/181575259583">

						<img src="https://64.media.tumblr.com/4a6d329e46569f78f016991494e10603/tumblr_o2wh2wwHfj1v8kbaxo1_1280.jpg" alt="" />

                        </a>
					</div>

					<div class="narrow">

                        
						<div class="caption">
						    <p>(via <a href='https://ms-dos5.tumblr.com/post/181565894587'>ms-dos5</a>)</p>
						</div>
                        

						<div class="metadata">

							
    						<div class="date">
								<a href="https://elvin.ro/post/181575259583">Dec. 31 2018</a>
							</div>
                            

                            
        					<div class="date">
								<a href="https://computer-aesthetics.tumblr.com/post/139721770708">Via computer-aesthetics</a>
							</div>
                            

                            
							
						    

                            
                            
                            <div class="notes-count">
								<a href="https://elvin.ro/post/181575259583">304 notes</a>
							</div>
                            
                            

						</div> <!-- metadata end -->

					</div> <!-- narrow end -->

				</div> <!-- post end -->

                


                


				


				


                



				



		        



				

            


                

				
				<!-- PHOTO POST
				///////////////////////////////////////////////////////-->

				<div class="post photo">

					<div class="wide">
                        <a href="https://elvin.ro/image/178518137713">

						<img src="https://64.media.tumblr.com/277b8f59d371768b79cc4a3c7d61ecb8/tumblr_pfp7axdz9c1wgwh45o1_540.gifv" alt="" />

                        </a>
					</div>

					<div class="narrow">

                        

						<div class="metadata">

							
    						<div class="date">
								<a href="https://elvin.ro/post/178518137713">Sep. 27 2018</a>
							</div>
                            

                            
        					<div class="date">
								<a href="https://dykereisen.tumblr.com/post/178502830773">Via dykereisen</a>
							</div>
                            

                            
							
						    

                            
                            
                            <div class="notes-count">
								<a href="https://elvin.ro/post/178518137713">91 notes</a>
							</div>
                            
                            

						</div> <!-- metadata end -->

					</div> <!-- narrow end -->

				</div> <!-- post end -->

                


                


				


				


                



				



		        



				

            


                

				
				<!-- PHOTO POST
				///////////////////////////////////////////////////////-->

				<div class="post photo">

					<div class="wide">
                        

						<img src="https://64.media.tumblr.com/38c55c1476e1a5c03edde5a4172b1ac4/tumblr_pfp7bpG0JK1wgwh45o1_400.gifv" alt="" />

                        
					</div>

					<div class="narrow">

                        

						<div class="metadata">

							
    						<div class="date">
								<a href="https://elvin.ro/post/178518127158">Sep. 27 2018</a>
							</div>
                            

                            
        					<div class="date">
								<a href="https://dykereisen.tumblr.com/post/178502831753">Via dykereisen</a>
							</div>
                            

                            
							
						    

                            
                            
                            <div class="notes-count">
								<a href="https://elvin.ro/post/178518127158">327 notes</a>
							</div>
                            
                            

						</div> <!-- metadata end -->

					</div> <!-- narrow end -->

				</div> <!-- post end -->

                


                


				


				


                



				



		        



				

            

            

			</div> <!-- content end -->

			<div id="footer">


                

                <h2>
                

                
                <a class="back-next" href="/page/2">Next</a>
                
                </h2>

                


				<div id="footer-links">

						<ul>
							<li><a href="/">Home</a></li>
                            
                            
    					    <li><a href="/ask">Ask ME</a></li>
						    
                            
                            <li><a href="/archive">Archive</a></li>
					</ul>
				</div>

				<div class="colophon">

                    

					<p class="promo"><a href="http://zacksultan.com">Observer theme by Zack Sultan</a></p>

				</div>

			</div><!-- content end -->

		</div> <!-- page end -->


<iframe scrolling="no" width="1" height="1" frameborder="0" style="background-color:transparent; overflow:hidden; position:absolute; top:0; left:0; z-index:9999;" id="ga_target"></iframe><script type="text/javascript">
    (function(){
        var analytics_frame = document.getElementById('ga_target');
        var analytics_iframe_loaded;
        var user_logged_in;
        var blog_is_nsfw = 'No';

        var eventMethod = window.addEventListener ? "addEventListener" : "attachEvent";
        var eventer = window[eventMethod];
        var messageEvent = eventMethod == "attachEvent" ? "onmessage" : "message";
        eventer(messageEvent,function(e) {
            var message = (e.data && e.data.split) ? e.data.split(';') : '';
            switch (message[0]) {
                case 'analytics_iframe_loaded':
                    analytics_iframe_loaded = true;
                    postCSMessage();
                    postGAMessage();
                    break;
                case 'user_logged_in':
                    user_logged_in = message[1];
                    postGAMessage();
                    break;
            }
        }, false);

        analytics_frame.src = "https://assets.tumblr.com/analytics.html?_v=9f5febfd57a8a649c598d888f2d9e062#" +
                              "https://elvin.ro";
        function postGAMessage() {
            if (analytics_iframe_loaded && user_logged_in) {
                var is_ajax = false;
                analytics_frame.contentWindow.postMessage(['tick_google_analytics', is_ajax, user_logged_in, blog_is_nsfw, '/?feed=rss2\x26route=%2F'].join(';'), analytics_frame.src.split('/analytics.html')[0]);
            }
        }
        function postCSMessage() {
            COMSCORE = true;
            analytics_frame.contentWindow.postMessage('enable_comscore;' + window.location, analytics_frame.src.split('/analytics.html')[0]);
        }
    })();
</script><script type="text/javascript" nonce="lYFmkvBU2EgY1FKOKrJCuIGQjlU">!function(s){s.src='https://px.srvcs.tumblr.com/impixu?T=1611807267&J=eyJ0eXBlIjoidXJsIiwidXJsIjoiaHR0cDovL2VsdmluLnJvLz9mZWVkPXJzczIiLCJyZXF0eXBlIjowLCJyb3V0ZSI6Ii8ifQ==&U=EBJOPFOLIM&K=6f6fe9c85e35c98ea9b923140fe58597c027c451668059b3a4d052f0f4092bfc&R='.replace(/&R=[^&$]*/,'').concat('&R='+escape(document.referrer)).slice(0,2000).replace(/%.?.?$/,'');}(new Image());</script><noscript><img style="position:absolute;z-index:-3334;top:0px;left:0px;visibility:hidden;" src="https://px.srvcs.tumblr.com/impixu?T=1611807267&J=eyJ0eXBlIjoidXJsIiwidXJsIjoiaHR0cDovL2VsdmluLnJvLz9mZWVkPXJzczIiLCJyZXF0eXBlIjowLCJyb3V0ZSI6Ii8iLCJub3NjcmlwdCI6MX0=&U=EBJOPFOLIM&K=9f2e57bc00b1a8b87957671e5ffef18d450c33ebad6e5ffc14bf22af02fe4ef9&R="></noscript><script type="text/javascript" nonce="lYFmkvBU2EgY1FKOKrJCuIGQjlU">!function(s){s.src='https://px.srvcs.tumblr.com/impixu?T=1611807267&J=eyJ0eXBlIjoicG9zdCIsInVybCI6Imh0dHA6Ly9lbHZpbi5yby8/ZmVlZD1yc3MyIiwicmVxdHlwZSI6MCwicm91dGUiOiIvIiwicG9zdHMiOlt7InJvb3RfYmxvZ2lkIjoiMjQ3ODQ1MjQ3Iiwicm9vdF9wb3N0aWQiOiIxODYzNzgwMDg2NzkiLCJwb3N0aWQiOiIxODg1NTU0OTAxMDMiLCJibG9naWQiOjQwMzU2ODksInNvdXJjZSI6MzN9LHsicm9vdF9ibG9naWQiOiIyNDc4NDUyNDciLCJyb290X3Bvc3RpZCI6IjE4NjM3ODAwODY3OSIsInBvc3RpZCI6IjE4NjM5MjE3NDU4OCIsImJsb2dpZCI6NDAzNTY4OSwic291cmNlIjozM30seyJyb290X2Jsb2dpZCI6IjgwNDIxNzkxIiwicm9vdF9wb3N0aWQiOiIxODMyODA5NjQ3MDAiLCJwb3N0aWQiOiIxODYzOTIxNjk0ODMiLCJibG9naWQiOjQwMzU2ODksInNvdXJjZSI6MzN9LHsicm9vdF9ibG9naWQiOiIxMTA3NDUiLCJyb290X3Bvc3RpZCI6IjE4MTYyMDI4NDg1NCIsInBvc3RpZCI6IjE4MTYyMzM5MzYwMyIsImJsb2dpZCI6NDAzNTY4OSwic291cmNlIjozM30seyJyb290X2Jsb2dpZCI6IjI2Nzc3NDY4MyIsInJvb3RfcG9zdGlkIjoiMTYxMDE4ODA0NzYzIiwicG9zdGlkIjoiMTgxNTc1MzYzMTIzIiwiYmxvZ2lkIjo0MDM1Njg5LCJzb3VyY2UiOjMzfSx7InJvb3RfYmxvZ2lkIjoiMjQ0ODU2ODQ5Iiwicm9vdF9wb3N0aWQiOiIxODE0MDQxODYyMzQiLCJwb3N0aWQiOiIxODE1NzUzNDg3ODgiLCJibG9naWQiOjQwMzU2ODksInNvdXJjZSI6MzN9LHsicm9vdF9ibG9naWQiOiI0NTA3MjA3NzkiLCJyb290X3Bvc3RpZCI6IjE4MTQ2MTEzOTc4MiIsInBvc3RpZCI6IjE4MTU3NTI5ODcxOCIsImJsb2dpZCI6NDAzNTY4OSwic291cmNlIjozM30seyJyb290X2Jsb2dpZCI6IjI4MDE4MjAzMiIsInJvb3RfcG9zdGlkIjoiMTM5NzIxNzcwNzA4IiwicG9zdGlkIjoiMTgxNTc1MjU5NTgzIiwiYmxvZ2lkIjo0MDM1Njg5LCJzb3VyY2UiOjMzfSx7InJvb3RfYmxvZ2lkIjoiMzc1Mjc0MDM3Iiwicm9vdF9wb3N0aWQiOiIxNzg1MDI4MzA3NzMiLCJwb3N0aWQiOiIxNzg1MTgxMzc3MTMiLCJibG9naWQiOjQwMzU2ODksInNvdXJjZSI6MzN9LHsicm9vdF9ibG9naWQiOiIzNzUyNzQwMzciLCJyb290X3Bvc3RpZCI6IjE3ODUwMjgzMTc1MyIsInBvc3RpZCI6IjE3ODUxODEyNzE1OCIsImJsb2dpZCI6NDAzNTY4OSwic291cmNlIjozM31dfQ==&U=KDMAFDFKID&K=3e6d40555f30602ccb289f00dc036875813c22aa10640a1fb9ed5ad4e64480cc&R='.replace(/&R=[^&$]*/,'').concat('&R='+escape(document.referrer)).slice(0,2000).replace(/%.?.?$/,'');}(new Image());</script><noscript><img style="position:absolute;z-index:-3334;top:0px;left:0px;visibility:hidden;" src="https://px.srvcs.tumblr.com/impixu?T=1611807267&J=eyJ0eXBlIjoicG9zdCIsInVybCI6Imh0dHA6Ly9lbHZpbi5yby8/ZmVlZD1yc3MyIiwicmVxdHlwZSI6MCwicm91dGUiOiIvIiwicG9zdHMiOlt7InJvb3RfYmxvZ2lkIjoiMjQ3ODQ1MjQ3Iiwicm9vdF9wb3N0aWQiOiIxODYzNzgwMDg2NzkiLCJwb3N0aWQiOiIxODg1NTU0OTAxMDMiLCJibG9naWQiOjQwMzU2ODksInNvdXJjZSI6MzN9LHsicm9vdF9ibG9naWQiOiIyNDc4NDUyNDciLCJyb290X3Bvc3RpZCI6IjE4NjM3ODAwODY3OSIsInBvc3RpZCI6IjE4NjM5MjE3NDU4OCIsImJsb2dpZCI6NDAzNTY4OSwic291cmNlIjozM30seyJyb290X2Jsb2dpZCI6IjgwNDIxNzkxIiwicm9vdF9wb3N0aWQiOiIxODMyODA5NjQ3MDAiLCJwb3N0aWQiOiIxODYzOTIxNjk0ODMiLCJibG9naWQiOjQwMzU2ODksInNvdXJjZSI6MzN9LHsicm9vdF9ibG9naWQiOiIxMTA3NDUiLCJyb290X3Bvc3RpZCI6IjE4MTYyMDI4NDg1NCIsInBvc3RpZCI6IjE4MTYyMzM5MzYwMyIsImJsb2dpZCI6NDAzNTY4OSwic291cmNlIjozM30seyJyb290X2Jsb2dpZCI6IjI2Nzc3NDY4MyIsInJvb3RfcG9zdGlkIjoiMTYxMDE4ODA0NzYzIiwicG9zdGlkIjoiMTgxNTc1MzYzMTIzIiwiYmxvZ2lkIjo0MDM1Njg5LCJzb3VyY2UiOjMzfSx7InJvb3RfYmxvZ2lkIjoiMjQ0ODU2ODQ5Iiwicm9vdF9wb3N0aWQiOiIxODE0MDQxODYyMzQiLCJwb3N0aWQiOiIxODE1NzUzNDg3ODgiLCJibG9naWQiOjQwMzU2ODksInNvdXJjZSI6MzN9LHsicm9vdF9ibG9naWQiOiI0NTA3MjA3NzkiLCJyb290X3Bvc3RpZCI6IjE4MTQ2MTEzOTc4MiIsInBvc3RpZCI6IjE4MTU3NTI5ODcxOCIsImJsb2dpZCI6NDAzNTY4OSwic291cmNlIjozM30seyJyb290X2Jsb2dpZCI6IjI4MDE4MjAzMiIsInJvb3RfcG9zdGlkIjoiMTM5NzIxNzcwNzA4IiwicG9zdGlkIjoiMTgxNTc1MjU5NTgzIiwiYmxvZ2lkIjo0MDM1Njg5LCJzb3VyY2UiOjMzfSx7InJvb3RfYmxvZ2lkIjoiMzc1Mjc0MDM3Iiwicm9vdF9wb3N0aWQiOiIxNzg1MDI4MzA3NzMiLCJwb3N0aWQiOiIxNzg1MTgxMzc3MTMiLCJibG9naWQiOjQwMzU2ODksInNvdXJjZSI6MzN9LHsicm9vdF9ibG9naWQiOiIzNzUyNzQwMzciLCJyb290X3Bvc3RpZCI6IjE3ODUwMjgzMTc1MyIsInBvc3RpZCI6IjE3ODUxODEyNzE1OCIsImJsb2dpZCI6NDAzNTY4OSwic291cmNlIjozM31dLCJub3NjcmlwdCI6MX0=&U=KDMAFDFKID&K=811239ddfd86cb6a8928e4d849d09c26de3ca67c05a327ca22721a57476fdb70&R="></noscript><noscript id="bootloader" data-bootstrap="{&quot;Components&quot;:{&quot;PostActivity&quot;:[],&quot;NotificationPoller&quot;:{&quot;messaging_keys&quot;:[],&quot;token&quot;:&quot;c86f8a500596474a7ef5034081f694bd&quot;,&quot;inbox_unread&quot;:0},&quot;DesktopDashboardLogo&quot;:{&quot;animations&quot;:[[&quot;https:\/\/assets.tumblr.com\/images\/logo\/hover-animations\/1.png?_v=161861acded461bb6e995593a3bae835&quot;,&quot;https:\/\/assets.tumblr.com\/images\/logo\/hover-animations\/1@2x.png?_v=496a774637302a598c851381d00009b0&quot;]]},&quot;TumblelogIframe&quot;:{&quot;unified&quot;:true,&quot;variant&quot;:null,&quot;isCompact&quot;:true,&quot;tumblelogBundleSrc&quot;:&quot;https:\/\/assets.tumblr.com\/client\/prod\/standalone\/tumblelog\/index.build.js?_v=7101754a7619f189b5bef0392eae38c9&quot;,&quot;tumblelogName&quot;:&quot;elvinu&quot;,&quot;isLoggedIn&quot;:false,&quot;isFriend&quot;:false,&quot;formKey&quot;:&quot;&quot;,&quot;canSubscribe&quot;:false,&quot;isSubscribed&quot;:false,&quot;tumblelogTitle&quot;:&quot;elvin.ro&quot;,&quot;tumblelogAvatar&quot;:&quot;https:\/\/64.media.tumblr.com\/avatar_5142a679c1ae_64.pnj&quot;,&quot;tumblelogAvatar128&quot;:&quot;https:\/\/64.media.tumblr.com\/avatar_5142a679c1ae_128.pnj&quot;,&quot;tumblelogHost&quot;:&quot;https:\/\/elvin.ro&quot;,&quot;isOptica&quot;:false,&quot;isCustomTheme&quot;:false,&quot;themeHeaderImage&quot;:&quot;https:\/\/assets.tumblr.com\/images\/default_header\/optica_pattern_08.png?_v=f0f055039bb6136b9661cf2227b535c2&quot;,&quot;themeBackgroundColor&quot;:&quot;#FAFAFA&quot;,&quot;themeTitleColor&quot;:&quot;#444444&quot;,&quot;themeAccentColor&quot;:&quot;#529ECC&quot;,&quot;brag&quot;:false,&quot;adsEnabled&quot;:true,&quot;canShowAd&quot;:true,&quot;isPremium&quot;:false,&quot;showLrecAds&quot;:false,&quot;showStickyLrecBackfill&quot;:false,&quot;showGeminiAds&quot;:false,&quot;geminiSectionCodeDesktop&quot;:&quot;a10bca9c-0c5d-4a02-ab13-14ab8513d81d&quot;,&quot;geminiSectionCodeMobile&quot;:&quot;ced63809-b609-4aca-96a0-abc099acba6b&quot;,&quot;currentPageType&quot;:&quot;blog&quot;,&quot;currentPage&quot;:1,&quot;searchQuery&quot;:&quot;&quot;,&quot;tag&quot;:&quot;&quot;,&quot;query&quot;:&quot;&quot;,&quot;chrono&quot;:false,&quot;postId&quot;:&quot;&quot;,&quot;src&quot;:&quot;https:\/\/elvin.ro\/?feed=rss2&quot;,&quot;postUrl&quot;:&quot;&quot;,&quot;isBlocked&quot;:null,&quot;isAdmin&quot;:false,&quot;lookupButtonUrl&quot;:&quot;&quot;,&quot;showSpamButton&quot;:false,&quot;showRootPostButton&quot;:false,&quot;rootPostUrl&quot;:&quot;&quot;,&quot;showRadarPostButton&quot;:false,&quot;radarKeys&quot;:&quot;&quot;,&quot;isUniblocked&quot;:false,&quot;isNsfw&quot;:false,&quot;isAdult&quot;:false,&quot;isSpam&quot;:false,&quot;isPrimaryBlog&quot;:false,&quot;canEdit&quot;:false,&quot;canReblogSelf&quot;:false,&quot;showLikeButton&quot;:false,&quot;showReblogButton&quot;:false,&quot;reblogUrl&quot;:&quot;&quot;,&quot;showFanMailButton&quot;:false,&quot;showMessagingButton&quot;:false,&quot;loginCheckIframeSrc&quot;:&quot;https:\/\/assets.tumblr.com\/assets\/html\/iframe\/login_check.html?_v=3de94a184d600617102ddd5b48fb36e9&quot;,&quot;appInstallUrls&quot;:{&quot;android&quot;:&quot;https:\/\/play.google.com\/store\/apps\/details?id=com.tumblr\u0026referrer=utm_source%3Dtumblr%26utm_medium%3Diframe%26utm_campaign%3Dbn_continue_or_install_cta&quot;,&quot;ios&quot;:&quot;https:\/\/apps.apple.com\/app\/apple-store\/id305343404?pt=212308\u0026ct=bn_continue_or_install_cta\u0026mt=8&quot;},&quot;appOpenReferrer&quot;:&quot;bn_header_open_btn&quot;,&quot;isShowSearch&quot;:true,&quot;supplyLogging&quot;:[],&quot;secondsSinceLastActivity&quot;:-1,&quot;installUrlOpenFailed&quot;:{&quot;android&quot;:&quot;https:\/\/play.google.com\/store\/apps\/details?id=com.tumblr\u0026referrer=utm_source%3Dtumblr%26utm_medium%3Diframe%26utm_campaign%3Dbn_header_app_open_failed&quot;,&quot;ios&quot;:&quot;https:\/\/apps.apple.com\/app\/apple-store\/id305343404?pt=212308\u0026ct=bn_header_app_open_failed\u0026mt=8&quot;}}},&quot;Flags&quot;:{&quot;features&quot;:&quot;eyJmaWx0ZXJfbnNmdyI6dHJ1ZSwibW9iaWxlX3dlYl9nYXRlIjp0cnVlLCJzYWZlX21vZGUiOnRydWUsInNhZmVfbW9kZV9lbmFibGVkIjp0cnVlLCJrZXljb21tYW5kX2F1dG9fcGFnaW5hdGUiOnRydWUsImxvZ2dlZF9vdXRfc2VhcmNoIjp0cnVlLCJrcmFrZW5fd2ViX2xvZ2dpbmdfbGlicmFyeSI6dHJ1ZSwibGl2ZXBob3Rvc193ZWIiOnRydWUsInVzZXJfdGFnX2ZpbHRlcmluZyI6dHJ1ZSwicHJvamVjdF94X2FwcGVhbCI6dHJ1ZSwicHJvamVjdF94X3dlYl9zZW5zaXRpdmVfY292ZXJzIjp0cnVlLCJzYWZlX21vZGVfb3duX3Bvc3QiOnRydWUsIm1vYmlsZV93ZWJfcGhvdG9zZXRzIjp0cnVlLCJoaWRlX2RlZmF1bHRfaGVhZGVyc19ibG9nX2NhcmRzIjp0cnVlLCJub3RpZmljYXRpb25fcmVwbHlfbGlua190b19ub3RlcyI6dHJ1ZSwidHlwaW5nX2luZGljYXRvcl93cml0ZSI6dHJ1ZSwiZ2Rwcl9ndWNlX2lzX3JlcXVpcmVkIjp0cnVlLCJ0dW1ibHJfdmlkZW9fc3BvbnNvcmVkX2RheSI6dHJ1ZSwiY2FwdGNoYTp1c2VfcmVjYXB0Y2hhMiI6dHJ1ZSwibGl0dGxlX3Npc3RlciI6dHJ1ZSwibG9nX2xhZHkiOnRydWUsInJlZHBvcF9wb3N0X2Zvcm1fbW9iaWxlX2NyZWF0ZSI6dHJ1ZSwiZ2Rwcl9xdWFudGNhc3RfY21wIjp0cnVlLCJkYXJsYV9hZF9mZWVkYmFjayI6dHJ1ZSwic3RhdHVzX2luZGljYXRvciI6dHJ1ZSwiY29udmVyc2F0aW9uYWxfbm90aWZpY2F0aW9ucyI6dHJ1ZSwiZGlzYWJsZV95YWhvb19iX2Nvb2tpZSI6dHJ1ZSwibGl2ZXBob3RvcyI6dHJ1ZX0=&quot;},&quot;Context&quot;:{&quot;name&quot;:&quot;default&quot;,&quot;time&quot;:1611807267000,&quot;userinfo&quot;:{&quot;primary&quot;:&quot;&quot;,&quot;name&quot;:&quot;&quot;,&quot;channels&quot;:[]},&quot;hosts&quot;:{&quot;assets_host&quot;:&quot;https:\/\/assets.tumblr.com&quot;,&quot;secure_assets_host&quot;:&quot;https:\/\/assets.tumblr.com&quot;,&quot;www_host&quot;:&quot;https:\/\/www.tumblr.com&quot;,&quot;secure_www_host&quot;:&quot;https:\/\/www.tumblr.com&quot;,&quot;embed_host&quot;:&quot;https:\/\/embed.tumblr.com&quot;,&quot;safe_host&quot;:&quot;https:\/\/safe.txmblr.com&quot;,&quot;platform_host&quot;:&quot;https:\/\/platform.tumblr.com&quot;},&quot;language&quot;:&quot;en_US&quot;,&quot;language_simple&quot;:&quot;en&quot;,&quot;assets&quot;:&quot;https:\/\/assets.tumblr.com\/client\/prod\/&quot;},&quot;Translations&quot;:{&quot;%1$sReport %2$s&#039;s post?%3$sIf it violates our community guidelines, we&#039;ll remove it.%4$s&quot;:&quot;%1$sReport %2$s&#039;s reblog?%3$sIf it violates our community guidelines, we&#039;ll remove it.%4$s&quot;,&quot;%1$sReport %2$s&#039;s reply?%3$sIf it violates our community guidelines, we&#039;ll remove it.%4$s&quot;:&quot;%1$sReport %2$s&#039;s reblog?%3$sIf it violates our community guidelines, we&#039;ll remove it.%4$s&quot;}}"></noscript><script src="https://assets.tumblr.com/client/prod/standalone/tumblelog/index.build.js?_v=7101754a7619f189b5bef0392eae38c9"></script></body>

</html>
