www.brownstoneresearch.com Open in urlscan Pro
141.193.213.11  Public Scan

Submitted URL: https://click.e.brownstoneresearch.com/?qs=f51cb86b22f154b8b41ea4c77412e106e519c14a9236d04a7f64e39926b2647324a9cfe43489f9606a878c68d5ba...
Effective URL: https://www.brownstoneresearch.com/?src=bt1&emailjobid=5542048&es=NzgwNDI5OWUzZDY5NmI4Yi5u8GU93UIwpv5AtYYOocE%3d
Submission: On September 20 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

GET /

<form role="search" method="get" action="/"
  class="search-form lg:absolute lg:right-0 lg:top-10 z-10 flex w-full lg:w-screen lg:max-w-min duration-300 lg:invisible lg:pointer-events-none lg:opacity-0 lg:translate-y-1 duration-300 group-hover:opacity-100 group-hover:translate-y-0 group-hover:visible group-hover:pointer-events-auto">
  <div class="w-screen lg:max-w-96 shrink rounded-xl lg:bg-white lg:p-4 text-sm font-semibold leading-6 text-gray-900 lg:shadow-lg lg:border border-gray-200">
    <div class="relative flex items-center">
      <input type="text" name="s" id="search" placeholder="Search Brownstone Research..."
        class="block w-full font-normal rounded-md border-0 py-1.5 pr-14 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-amber-600 sm:text-sm sm:leading-6 duration-300">
      <button type="submit" class="absolute h-full top-0 right-0 px-3 flex items-center justify-center">
        <svg width="14" height="16" viewBox="0 0 14 16" fill="none" xmlns="http://www.w3.org/2000/svg">
          <path
            d="M13.7688 8.54358C13.9156 8.40296 14 8.20608 14 7.99983C14 7.79358 13.9156 7.59983 13.7688 7.45608L8.26875 2.20608C7.96875 1.91858 7.49375 1.93108 7.20937 2.23108C6.925 2.53108 6.93437 3.00608 7.23438 3.29046L11.3781 7.24983H0.75C0.334375 7.24983 0 7.58421 0 7.99983C0 8.41546 0.334375 8.74983 0.75 8.74983H11.3781L7.23125 12.7061C6.93125 12.9936 6.92188 13.4655 7.20625 13.7655C7.49063 14.0655 7.96562 14.0748 8.26562 13.7905L13.7656 8.54046L13.7688 8.54358Z"
            fill="#212529"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

Name: eletter-opt-in-formPOST https://cloud.e.brownstoneresearch.com/subscribe-tbe

<form class="mt-4" name="eletter-opt-in-form" method="post" action="https://cloud.e.brownstoneresearch.com/subscribe-tbe" target="_self" onsubmit="createEmailCookieid_inputMKT518024()" data-opt-in-eid="MKT518024"
  data-cf-modified-63ec4dd312c7cd5f9111e2e9-="">
  <input type="hidden" id="myQSInput" name="QS" value="0">
  <input type="hidden" id="mySourceInput" name="source" value="MKT518024">
  <input type="hidden" id="myCidInput" name="cid" value="MKT407989">
  <input type="hidden" id="cookieQSInputMKT518024" name="cookieQS" value="0">
  <input type="hidden" id="cookieSourceInputMKT518024" name="cookiesource" value="MKT518024">
  <input type="hidden" id="cookieCidInputMKT518024" name="cookiecid" value="MKT407989">
  <div id="lrg-input-groupMKT518024" class="input-group relative">
    <input class="block w-full rounded-md border-0 py-3 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 duration-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-amber-500 sm:text-sm sm:leading-6" id="id_inputMKT518024"
      type="text" name="email" placeholder="Enter your email" onfocus="if (!window.__cfRLUnblockHandlers) return false; this.placeholder = ''" onblur="if (!window.__cfRLUnblockHandlers) return false; this.placeholder = 'Enter your email'" required=""
      aria-required="true" aria-label="Enter your email" data-cf-modified-63ec4dd312c7cd5f9111e2e9-="">
    <span>
      <input
        class="absolute top-0.5 right-0.5 cursor-pointer rounded-md bg-amber-500 px-3.5 py-2.5 text-base font-medium text-white duration-300 shadow-sm hover:bg-amber-600 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-amber-600"
        type="submit" value="Subscribe">
    </span>
    <script type="63ec4dd312c7cd5f9111e2e9-text/javascript">
      function createEmailCookieid_inputMKT518024() {
        var previousEmail = getCookie("emailformdata");
        var data = document.getElementById("id_inputMKT518024").value;
        if (previousEmail != data) {
          document.cookie = "changeGUID=Yes; max-age=30; path=/";
          document.cookie = "emailformdata=" + data + "; expires=Tue, 19 Jan 2038 03:14:07 GMT; path=/";
        }
        var dataQS = document.getElementById("cookieQSInputMKT518024").value;
        var dataSource = document.getElementById("cookieSourceInputMKT518024").value;
        var dataCid = document.getElementById("cookieCidInputMKT518024").value;
        document.cookie = "emailQSdata=" + dataQS + "; expires=Tue, 19 Jan 2038 03:14:07 GMT; path=/";
        document.cookie = "emailSourcedata=" + dataSource + "; expires=Tue, 19 Jan 2038 03:14:07 GMT; path=/";
        document.cookie = "emailCiddata=" + dataCid + "; expires=Tue, 19 Jan 2038 03:14:07 GMT; path=/";
      }

      function getCookie(name) {
        var cookieArr = document.cookie.split(";");
        for (var i = 0; i < cookieArr.length; i++) {
          var cookiePair = cookieArr[i].split("=");
          if (name == cookiePair[0].trim()) {
            return decodeURIComponent(cookiePair[1]);
          }
        }
        // Return null if not found
        return null;
      }
    </script>
  </div>
</form>

Text Content

Bleeding Edge Experts Products About Contact
Login
Search



QUALITY INVESTMENT
RESEARCH FOR ALL INVESTORS…

Discover the most important developments happening in technology and how to
profit.

Join Now

This is only for decoration


LATEST ARTICLES

Read the latest insights from the world of high technology.


THE NEXT GENERATION OF DEFENSE

Jeff Brown
|
Sep 19, 2024
|
Bleeding Edge

We’re talking about a new breed of defense technology companies…


A DEFENSE AGAINST A DIGITAL SUPERINTELLIGENCE

Jeff Brown
|
Sep 18, 2024
|
Bleeding Edge

How many millions of people would love to be able to just “think” and make
things happen?


CHAIN OF THOUGHT

Jeff Brown
|
Sep 17, 2024
|
Bleeding Edge

Yesterday, we explored the latest developments at OpenAI and its most recent
breakthrough – named “o1” – but we...


SMARTER THAN HUMAN PHDS

Jeff Brown
|
Sep 16, 2024
|
Bleeding Edge

There’s an inherent risk in pandering to AI pontificators and fearmongers…

Read More

Domestic/International 1-888-493-3156

Company
 * Bleeding Edge
 * Experts
 * Products
 * About
 * Contact

Policies
 * Privacy Policy
 * Ad Choices
 * Terms Of Use
 * DMCA Policy
 * Billing FAQ
 * Do Not Sell My Personal Information
 * Cookie Preferences

Join the Bleeding Edge

The Bleeding Edge is the only free newsletter that delivers daily insights and
information from the high-tech world as well as topics and trends relevant to
investments.



Protected by copyright laws of the United States and international treaties.
This website may only be used pursuant to the subscription agreement and any
reproduction, copying, or redistribution (electronic or otherwise, including on
the World Wide Web), in whole or in part, is strictly prohibited without the
express written permission of Brownstone Research.

©2024 Brownstone Research. All Rights Reserved.