www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

index.html (2754B)


      1 <!DOCTYPE html>
      2 <html>
      3 	<head>
      4 		<title>banna - ramblings</title>
      5 		<meta name="viewport" content="width=device-width, initial-scale=1">
      6 		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      7 		<link rel="stylesheet" href="/styles/style.css" />
      8 		<link rel="stylesheet" href="/styles/look.css" />
      9 		<link rel="stylesheet" href="/styles/codetheme.css" />
     10 		<script src="/scripts/highlight.js"></script>
     11 		<script>hljs.initHighlightingOnLoad();</script>
     12 	</head>
     13 
     14 	<body>
     15 		<div id="sidebar">
     16 			<div id="logo">
     17 				<a href="/">
     18 					<img src="/banna.png" alt="banna.tech" height="45" width="201" />
     19 				</a>
     20 			</div>
     21 			<div id="nav">
     22 				<a class="current" href="/post">blog</a>
     23 				<a class="" href="/things">things</a>
     24 				<a class="" href="/about">about</a>
     25 			</div>
     26 		</div>
     27 
     28 		<div id="wrapper">
     29 			<div id="content">
     30 <div class="post">
     31     <a href="/post/the_sun_has_risen" class="link"><h1 class="header">The sun has risen.</h1></a>
     32     <span class="date">Posted on March, 13 2014</span>
     33     <div class="content">
     34 <p>Every time you turn on your local news station and prop your view into the dead glare of the reporter and his monotone voice, 75 percent of the time the next thing he's going to tell you is bad news.</p>
     35 
     36 <p><img alt="news" src="//i.banna.tech/50blog.jpg" /></p>
     37 
     38 <p>It seems as if all we like to talk about is negative instances of news. When you wake up, you will find that nobody will greet you in a friendly voice and say <em>"Great news! The sun has risen, there's no apocalyptic event, and there's no war! What a great day!"</em></p>
     39 
     40 <p>According to a <a href="http://faculty-gsb.stanford.edu/heath/documents/Good%20news,%20bad%20news-OBHDP.pdf">study</a> conducted by the University of Chicago, we love bad news. The study found that people would pass on exaggerated news in the general direction of the conversation. People who are in a negative conversation were more willing to greatly exaggerate negative topics, and even favor the negative topics rather than the positive topics. Negative topics also tended toward uncontrollable variables that doesn't lead toward any action.</p>
     41 
     42 <p>The media is a big factor in the negative train. Media is many things, and what it isn't is helpful. For the most part, media networks focus on irrelevant information that gets you to pay attention, may the information be something that is taboo to the society, or something completely absurd. On the bright side, the Huffington Post has a <a href="http://www.huffingtonpost.com/good-news/">good news</a> section to their news.</p>
     43 
     44 <p>Generally, ignoring any media channel in favor of any reputable source will make your days just smidgen better.</p>
     45     </div>
     46 </div>
     47 
     48 
     49 			</div>
     50 		</div>
     51 	</body>
     52 </html>