Domain blundervalley.ca
Germany
Individual Network Berlin (IN-Berlin) e.V.
Software information

pages-server

tcp/443

  • Open service 2a0a:4580:103f:c0de::2:443 · blundervalley.ca

    2026-01-21 19:32

    HTTP/1.1 200 OK
    Allow: GET, HEAD, OPTIONS
    Cache-Control: public, max-age=600
    Content-Length: 18059
    Content-Type: text/html; charset=utf-8
    Etag: "e77c70a9784f1488965faad1c196ef5f3cab18a6"
    Last-Modified: Wed, 17 Dec 2025 19:09:21 GMT
    Referrer-Policy: strict-origin-when-cross-origin
    Server: pages-server
    X-Pages-Cache: true
    Date: Wed, 21 Jan 2026 19:32:39 GMT
    Connection: close
    
    Page title: BlunderValley.ca
    
    <!doctype html>
    <html lang="en">
    	<head>
    		<meta charset="utf-8">
    		<meta name="viewport" content="width=device-width, initial-scale=1.0">
    		<title>BlunderValley.ca</title>
    		<meta name="description" content="Don&#39;t fall for the hype, the Wonder Valley data centre project is a terrible idea">
    		<meta name="Keywords" content="Wonder Valley, Kevin O'Leary, AI, Alberta, Canada, Artificial Intelligence">
    		<meta name="Keywords" content="">
    		<link rel="alternate" href="feed/feed.xml" type="application/atom+xml" title="BlunderValley.ca">
    		<link rel="icon" type="image/png" sizes="96x96" href="/img/favicon.png">
    		<meta property="og:title" content="BlunderValley.ca">
    		<meta property="og:image" content="https://blundervalley.ca/img/Blunder-Valley-flames.jpg">
    		<meta property="og:type" content="website">
    		<meta property="og:url" content="https://blundervalley.ca/">
    		<meta property="og:description" content="Don&#39;t fall for the hype, the Wonder Valley data centre project is a terrible idea">
    
    		<meta name="twitter:site" content="blundervalley.ca">
    		<meta name="twitter:card" content="summary_large_image">
    		<meta name="twitter:description" content="Don&#39;t fall for the hype, the Wonder Valley data centre project is a terrible idea">
    		<meta name="twitter:image" content="https://blundervalley.ca/img/Blunder-Valley-flames.jpg">
    		<meta name="twitter:creator" content="blundervalley.ca">
    		
    		<style>.postlist { counter-reset: start-from 13 }
    /* This is an arbitrary CSS string added to the bundle */
    /* My Custom Fonts */ 
    
    @font-face {
        font-family: 'Lato';
        src: url('/fonts/lato-regular.woff2') format('woff2'),
             url('/fonts/lato-regular.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }
    
    @font-face {
        font-family: 'Roboto Slab';
        src: url('/fonts/robotoslab-regular.woff2') format('woff2'),
             url('/fonts/robotoslab-regular.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }
    
    /* Defaults */
    :root {
    	--font-family: Lato, arial, -apple-system, system-ui, sans-serif;
    	--font-headings: Roboto Slab, fira sans;
    	--font-family-monospace: Consolas, Menlo, Monaco, Andale Mono WT, Andale Mono, Lucida Console, Lucida Sans Typewriter, DejaVu Sans Mono, Bitstream Vera Sans Mono, Liberation Mono, Nimbus Mono L, Courier New, Courier, monospace;
    }
    
    /* Theme colors */
    :root {
    	--color-gray-20: #e0e0e0;
    	--color-gray-50: #C0C0C0;
    	--color-gray-90: #dad8d8;
    
    	--background-color: #1c1c1c;
    	
    	--text-color: var(--color-gray-90);
    	
    	--text-color-link: #1493fb;
    	--text-color-link-active: #6969f7;
    	--text-color-link-visited: #a6a6f8;
    
    	--heading-color: #ffcc88;
    
    	--color-highlight: #c11;
    	--header: #fff;
    	--header-visited: #eee;
    	--header-hover: #aaf;
    	--header-active: #fff;
    
    
    }
    
    
    
    @media (prefers-color-scheme: light) {
    	:root {
    		--color-gray-20: #e0e0e0;
    		--color-gray-50: #C0C0C0;
    		--color-gray-90: #222;
    	
    		--background-color: #f0f0f0;
    
    		/* --text-color is assigned to --color-gray-_ above */
    
    		--text-color-link: #0c73c2;
    		--text-color-link-active: #2d9df1;
    		--text-color-link-visited: #b93e82;
    	
    		--heading-color: #373c4d;
    	
    		--color-highlight: #c11;
    		--header: #fff;
    		--header-visited: #ddd;
    		--header-hover: #aaf;
    		--header-active: #fff;
    	
    		--syntax-tab-size: 2;
    	}
    }
    
    
    /* Global stylesheet */
    * {
    	box-sizing: border-box;
    }
    
    @view-transition {
    	navigation: auto;
    }
    
    html,
    body {
    	padding: 0;
    	margin: 0 auto;
    	font-family: var(--font-family);
    	color: var(--text-color);
    	background-color: var(--background-color);
    }
    html {
    	overflow-y: scroll;
    }
    body {
    	/*max-width: 40em;*/
    }
    /*
    .flex-columns {
    	max-width: 90em;
    	display: flex;
    	flex-wrap: wrap;
    	justify-content: center;
    }
    
    .column-left {
    	max-width: 50em;
    	flex: 2 2 40em;
    	margin: auto;
    	padding-left: 5%;
    	padding-right: 5%;
    }
    
    .column-right {
    	max-width: 40em;
    	flex: 2 10 40em;
    }
    */
    p {
    	font-size: 1.2rem;
    }
    
    /* https://www.a11yproject.com/posts/how-to-hide-content/ */
    .visually-hidden {
    	clip: rect(0 0 0 0);
    	clip-path: inset(50%);
    	height: 1px;
    	overflow: hidden;
    	position: absolute;
    	white-space: nowrap;
    	width: 1p
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 217.197.84.141:80 · blundervalley.ca

    2026-01-21 19:32

    HTTP/1.1 302 Found
    content-length: 0
    location: https://blundervalley.ca/
    cache-control: no-cache
    connection: close
    
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2a0a:4580:103f:c0de::2:80 · blundervalley.ca

    2026-01-21 19:32

    HTTP/1.1 302 Found
    content-length: 0
    location: https://blundervalley.ca/
    cache-control: no-cache
    connection: close
    
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 217.197.84.141:443 · blundervalley.ca

    2026-01-21 19:32

    HTTP/1.1 200 OK
    Allow: GET, HEAD, OPTIONS
    Cache-Control: public, max-age=600
    Content-Length: 18059
    Content-Type: text/html; charset=utf-8
    Etag: "e77c70a9784f1488965faad1c196ef5f3cab18a6"
    Last-Modified: Wed, 17 Dec 2025 19:09:21 GMT
    Referrer-Policy: strict-origin-when-cross-origin
    Server: pages-server
    X-Pages-Cache: true
    Date: Wed, 21 Jan 2026 19:32:39 GMT
    Connection: close
    
    Page title: BlunderValley.ca
    
    <!doctype html>
    <html lang="en">
    	<head>
    		<meta charset="utf-8">
    		<meta name="viewport" content="width=device-width, initial-scale=1.0">
    		<title>BlunderValley.ca</title>
    		<meta name="description" content="Don&#39;t fall for the hype, the Wonder Valley data centre project is a terrible idea">
    		<meta name="Keywords" content="Wonder Valley, Kevin O'Leary, AI, Alberta, Canada, Artificial Intelligence">
    		<meta name="Keywords" content="">
    		<link rel="alternate" href="feed/feed.xml" type="application/atom+xml" title="BlunderValley.ca">
    		<link rel="icon" type="image/png" sizes="96x96" href="/img/favicon.png">
    		<meta property="og:title" content="BlunderValley.ca">
    		<meta property="og:image" content="https://blundervalley.ca/img/Blunder-Valley-flames.jpg">
    		<meta property="og:type" content="website">
    		<meta property="og:url" content="https://blundervalley.ca/">
    		<meta property="og:description" content="Don&#39;t fall for the hype, the Wonder Valley data centre project is a terrible idea">
    
    		<meta name="twitter:site" content="blundervalley.ca">
    		<meta name="twitter:card" content="summary_large_image">
    		<meta name="twitter:description" content="Don&#39;t fall for the hype, the Wonder Valley data centre project is a terrible idea">
    		<meta name="twitter:image" content="https://blundervalley.ca/img/Blunder-Valley-flames.jpg">
    		<meta name="twitter:creator" content="blundervalley.ca">
    		
    		<style>.postlist { counter-reset: start-from 13 }
    /* This is an arbitrary CSS string added to the bundle */
    /* My Custom Fonts */ 
    
    @font-face {
        font-family: 'Lato';
        src: url('/fonts/lato-regular.woff2') format('woff2'),
             url('/fonts/lato-regular.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }
    
    @font-face {
        font-family: 'Roboto Slab';
        src: url('/fonts/robotoslab-regular.woff2') format('woff2'),
             url('/fonts/robotoslab-regular.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }
    
    /* Defaults */
    :root {
    	--font-family: Lato, arial, -apple-system, system-ui, sans-serif;
    	--font-headings: Roboto Slab, fira sans;
    	--font-family-monospace: Consolas, Menlo, Monaco, Andale Mono WT, Andale Mono, Lucida Console, Lucida Sans Typewriter, DejaVu Sans Mono, Bitstream Vera Sans Mono, Liberation Mono, Nimbus Mono L, Courier New, Courier, monospace;
    }
    
    /* Theme colors */
    :root {
    	--color-gray-20: #e0e0e0;
    	--color-gray-50: #C0C0C0;
    	--color-gray-90: #dad8d8;
    
    	--background-color: #1c1c1c;
    	
    	--text-color: var(--color-gray-90);
    	
    	--text-color-link: #1493fb;
    	--text-color-link-active: #6969f7;
    	--text-color-link-visited: #a6a6f8;
    
    	--heading-color: #ffcc88;
    
    	--color-highlight: #c11;
    	--header: #fff;
    	--header-visited: #eee;
    	--header-hover: #aaf;
    	--header-active: #fff;
    
    
    }
    
    
    
    @media (prefers-color-scheme: light) {
    	:root {
    		--color-gray-20: #e0e0e0;
    		--color-gray-50: #C0C0C0;
    		--color-gray-90: #222;
    	
    		--background-color: #f0f0f0;
    
    		/* --text-color is assigned to --color-gray-_ above */
    
    		--text-color-link: #0c73c2;
    		--text-color-link-active: #2d9df1;
    		--text-color-link-visited: #b93e82;
    	
    		--heading-color: #373c4d;
    	
    		--color-highlight: #c11;
    		--header: #fff;
    		--header-visited: #ddd;
    		--header-hover: #aaf;
    		--header-active: #fff;
    	
    		--syntax-tab-size: 2;
    	}
    }
    
    
    /* Global stylesheet */
    * {
    	box-sizing: border-box;
    }
    
    @view-transition {
    	navigation: auto;
    }
    
    html,
    body {
    	padding: 0;
    	margin: 0 auto;
    	font-family: var(--font-family);
    	color: var(--text-color);
    	background-color: var(--background-color);
    }
    html {
    	overflow-y: scroll;
    }
    body {
    	/*max-width: 40em;*/
    }
    /*
    .flex-columns {
    	max-width: 90em;
    	display: flex;
    	flex-wrap: wrap;
    	justify-content: center;
    }
    
    .column-left {
    	max-width: 50em;
    	flex: 2 2 40em;
    	margin: auto;
    	padding-left: 5%;
    	padding-right: 5%;
    }
    
    .column-right {
    	max-width: 40em;
    	flex: 2 10 40em;
    }
    */
    p {
    	font-size: 1.2rem;
    }
    
    /* https://www.a11yproject.com/posts/how-to-hide-content/ */
    .visually-hidden {
    	clip: rect(0 0 0 0);
    	clip-path: inset(50%);
    	height: 1px;
    	overflow: hidden;
    	position: absolute;
    	white-space: nowrap;
    	width: 1p
    Found 2026-01-21 by HttpPlugin
    Create report
blundervalley.ca
CN:
blundervalley.ca
Key:
RSA-2048
Issuer:
R12
Not before:
2026-01-21 18:32
Not after:
2026-04-21 18:32
Domain summary