From mboxrd@z Thu Jan 1 00:00:00 1970 Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=2001:558:fe16:19:96:114:154:166; helo=resqmta-po-07v.sys.comcast.net; envelope-from=eklhad@comcast.net; receiver= Received: from resqmta-po-07v.sys.comcast.net (resqmta-po-07v.sys.comcast.net [IPv6:2001:558:fe16:19:96:114:154:166]) by hurricane.the-brannons.com (Postfix) with ESMTPS id 1EF3077AE2 for ; Mon, 14 May 2018 13:02:11 -0700 (PDT) Received: from resomta-po-03v.sys.comcast.net ([96.114.154.227]) by resqmta-po-07v.sys.comcast.net with ESMTP id IJW9f4ePdgSrpIJfffPTdz; Mon, 14 May 2018 20:02:11 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20161114; t=1526328131; bh=rRKpHv0JVupIW0qXfGZXayzgdWR+T6vX+AD/I7pCwlc=; h=Received:Received:To:From:Reply-to:Subject:Date:Message-ID: Mime-Version:Content-Type; b=K95uKKMI7BS0slResXZEmCkEHMJD1ey0nAkpAdp2vnwxjT1LBP5yJXR0Ld4OkdEgj BATQmKOA6FC1YDvZ4Q1l6yqm38kX/6SEB18UttH3dmBYjDDaZnNn9prsQvPtISvHvJ +b3lxfVzwmCBoWntM7GiolqxH/hYAypL3VU/kkNltL2e3++LxEUIH2EIflC+AymOHk BBJ/uCSA4ycUy5X4mlXajqg7mEQyDmGd2jXQsaJyMRc+T4h1ka7pZDFUnXGVvCNRsH 8vNv6uyUWasWCLWZPbihLuxHDhCPfKUWvMLizBCSmdEX3S5ufJLFBujfLLHqyUeZQa 90W0ihmtCCHJg== Received: from unknown ([IPv6:2601:408:c300:8f09:21e:4fff:fec2:a0f1]) by resomta-po-03v.sys.comcast.net with ESMTPA id IJfdfWUiqAAdJIJfefReel; Mon, 14 May 2018 20:02:10 +0000 To:edbrowse-dev@edbrowse.org From: Karl Dahlke Reply-to: Karl Dahlke User-Agent: edbrowse/3.7.3 Subject: [edbrowse-dev] High Hanging Fruit Date: Mon, 14 May 2018 16:02:09 -0400 Message-ID: <20180414160209.eklhad@comcast.net> X-BeenThere: edbrowse-dev@edbrowse.org List-Id: Edbrowse Development List Mime-Version: 1.0 Content-Type: multipart/mixed; boundary=nextpart-eb-529851 Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4wfEdLVgiRgFcgc7ekVrfh5L84WlBZLV59MCld4BYgvCGAoVVu6N6L7kUtxAinw3d1nb9Q+6qhfQn/ueH5L4VlrHvNGxE6Lf0HyifGj4ULh/qoEGNxH39M Yyj12v2WQkGF1gF4lR/IXSuXzN0d0mHf3xa/PjXItEWFtFEgKzh+gQQA7lPOxi2Yu5b6uP+VukOPv87QDNH/UEi4gPhH238kC2dIEzr2ICFO3a/0yveQJwIf This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --nextpart-eb-529851 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable I fear we have reached a point in edbrowse where all the low hanging = fruit has been plucked. I have several sites that "don't work", yet evoke no js errors as they = run. That means all the javascript executes, but doesn't do everything it is = suppose to, or does something slightly wrong, or lacks a connection to = our nodes in the edbrowse world, or some such. Some of these sites have 20 js files, some have 50,000 lines of js code. Most of the js is minimized, and even if you deminimize it, it still = has gross one letter variables and no comments, and no way to know what = it is suppose to do, as compared to what it does in edbrowse, and where the paths diverge. We can only hope to run into some simpler websites that don't work, I = call these middle hanging fruit, and maybe we can find and fix a problem, and that will fix the other = site over there, where the fruit is way up high. Other than that, I don't know what to do. Another approach is to plow through the 100 acid tests, which is where = we started almost a year ago. The js is clear and readable, although there is a lot of it, and maybe = the time has come for that. Karl Dahlke --nextpart-eb-529851--