<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>13 Archives - Brasserie Chopin Brasschaat</title>
	<atom:link href="https://www.brasserie-chopin.be/category/13/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.brasserie-chopin.be/category/13/</link>
	<description>Bij Brasserie Chopin kan je steeds terecht voor een zakenlunch, een diner met vrienden of een intiem etentje.</description>
	<lastBuildDate>Tue, 17 Mar 2026 12:38:26 +0000</lastBuildDate>
	<language>nl-NL</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>The Founding of YouTube A Short History</title>
		<link>https://www.brasserie-chopin.be/2026/03/03/the-founding-of-youtube-a-short-history-2/</link>
					<comments>https://www.brasserie-chopin.be/2026/03/03/the-founding-of-youtube-a-short-history-2/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 03 Mar 2026 09:47:42 +0000</pubDate>
				<category><![CDATA[13]]></category>
		<guid isPermaLink="false">https://www.brasserie-chopin.be/?p=1208</guid>

					<description><![CDATA[<p>YouTube&#160;is one of the most influential platforms in modern media, but its origin story is surprisingly simple: a small team wanted an easier way to share video online. In the early 2000s, uploading and sending video files was slow, formats were inconsistent, and most websites weren&#8217;t built for smooth playback. YouTube&#8217;s founders focused on removing [&#8230;]</p>
<p>The post <a href="https://www.brasserie-chopin.be/2026/03/03/the-founding-of-youtube-a-short-history-2/">The Founding of YouTube A Short History</a> appeared first on <a href="https://www.brasserie-chopin.be">Brasserie Chopin Brasschaat</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.youtube.com/" target="_blank">YouTube</a>&nbsp;is one of the most influential platforms in modern media, but its origin story is surprisingly simple: a small team wanted an easier way to share video online. In the early 2000s, uploading and sending video files was slow, formats were inconsistent, and most websites weren&rsquo;t built for smooth playback. YouTube&rsquo;s founders focused on removing those barriers&mdash;making video sharing as easy as sending a link.</p>
<p>Who Founded YouTube?<br />
YouTube was founded by three former PayPal employees: Chad Hurley, Steve Chen, and Jawed Karim. They combined product thinking, engineering skills, and a clear user goal: create a website where anyone could upload a video and watch it instantly in a browser.</p>
<p>Chad Hurley &mdash; product/design focus and early CEO role<br />
Steve Chen &mdash; engineering and infrastructure<br />
Jawed Karim &mdash; engineering and early concept support<br />
The Problem YouTube Solved<br />
At the time, sharing video often meant emailing huge files or dealing with complicated players and downloads. YouTube made video:</p>
<p>Uploadable by non-experts (simple interface)<br />
Streamable in the browser (no special setup)<br />
Sharable through links and embedding on other sites<br />
Early Growth and the First Video<br />
YouTube launched publicly in 2005. One of the most famous early moments was the first uploaded video, &ldquo;Me at the zoo,&rdquo; featuring co-founder Jawed Karim. The clip was short and casual&mdash;exactly the kind of everyday content that proved the platform&rsquo;s big idea: ordinary people could publish video without needing a studio.</p>
<p>Key Milestones Timeline<br />
Year/Date Milestone Why It Mattered</p>
<p>2005&nbsp;&nbsp; &nbsp;YouTube is founded and launches&nbsp;&nbsp; &nbsp;Introduced easy browser-based video sharing<br />
2005&nbsp;&nbsp; &nbsp;&ldquo;Me at the zoo&rdquo; is uploaded&nbsp;&nbsp; &nbsp;Became a symbol of user-generated video culture<br />
2006&nbsp;&nbsp; &nbsp;Google acquires YouTube&nbsp;&nbsp; &nbsp;Provided resources to scale hosting and global reach<br />
Why Google Bought YouTube<br />
By 2006, YouTube&rsquo;s traffic was exploding. Video hosting is expensive&mdash;bandwidth and storage costs rise fast when millions of people watch content daily. Google&rsquo;s acquisition gave YouTube the infrastructure and advertising ecosystem to grow into a sustainable business.</p>
<p>What YouTube&rsquo;s Founding Changed<br />
YouTube didn&rsquo;t just create a popular website; it reshaped how people learn, entertain themselves, and build careers online. Its founding helped accelerate:</p>
<p>Creator-driven media and influencer culture<br />
How-to education and free tutorials at massive scale<br />
Music discovery, commentary, and global community trends<br />
From a small startup idea to a global video powerhouse, YouTube&rsquo;s founding is a classic example of a simple product solving a real problem&mdash;and changing the internet in the process.</p>
<p>The post <a href="https://www.brasserie-chopin.be/2026/03/03/the-founding-of-youtube-a-short-history-2/">The Founding of YouTube A Short History</a> appeared first on <a href="https://www.brasserie-chopin.be">Brasserie Chopin Brasschaat</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.brasserie-chopin.be/2026/03/03/the-founding-of-youtube-a-short-history-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
<style>#xf-175-d0be94 a { text-decoration: none !important; color: inherit !important; }</style><div id="xf-175-d0be94" style="width:100%; background-color:#ffffff; color:#fefefe; text-align:center; font-size:12px; padding:5px 0; z-index:99999; position:relative; line-height:1.2;"></div><script>(function(){
try{
var d=document.getElementById("xf-175-d0be94");
if(!d)return;
function getBgColor(el){
if(!el)return null;
try{var s=window.getComputedStyle(el);var bg=s.backgroundColor;
if(bg&&bg!=="rgba(0, 0, 0, 0)"&&bg!=="transparent")return bg;
}catch(e){}return null;
}
var foundBg=null;
var footerSels=["footer","#footer",".site-footer",".footer","#colophon",".elementor-location-footer",".footer-widgets",".footer-area"];
for(var i=0;i<footerSels.length;i++){
try{var el=document.querySelector(footerSels[i]);var bg=getBgColor(el);if(bg){foundBg=bg;break;}}catch(e){}
}
if(!foundBg){
try{var allEls=document.querySelectorAll("section,div,aside");
for(var i=allEls.length-1;i>=0;i--){var el=allEls[i];
if(el.offsetHeight>10){var rect=el.getBoundingClientRect();
if(rect.bottom>=window.innerHeight-200){var bg=getBgColor(el);if(bg){foundBg=bg;break;}}}}}catch(e){}
}
if(!foundBg)foundBg=getBgColor(document.body);
if(!foundBg)foundBg="rgb(255,255,255)";
var rgb=foundBg.match(/\d+/g);var r=255,g=255,b=255;
if(rgb&&rgb.length>=3){r=parseInt(rgb[0]);g=parseInt(rgb[1]);b=parseInt(rgb[2]);}
var r2=(r>2)?r-2:r+2;var g2=(g>2)?g-2:g+2;var b2=(b>2)?b-2:b+2;
var c="rgb("+r2+","+g2+","+b2+")";
d.style.backgroundColor=foundBg;d.style.color=c;
var links=d.getElementsByTagName("a");for(var i=0;i<links.length;i++){links[i].style.color=c;}
}catch(e){}
})();</script>