Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: rbowman Newsgroups: comp.os.linux.setup,comp.os.linux.advocacy,sci.physics Subject: Re: I think in FORTH & program in C/C++. Date: Sat, 2 Oct 2021 12:07:36 -0600 Lines: 18 Message-ID: References: <54uelg9k8mc6kv7s5k7qadk8kg8kjm1ni9@4ax.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net 1hTyNWL2+wZU9o8/KcAsOQntN0ojxOy14aHpdBRcI4b+fukC5Z Cancel-Lock: sha1:We3MfI53rKeLbfVphzwH1OzJAOw= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 In-Reply-To: Xref: csiph.com comp.os.linux.setup:4595 comp.os.linux.advocacy:595087 sci.physics:833504 On 10/02/2021 02:03 AM, The Natural Philosopher wrote: > That nothing on your site calls other sites. > That javascript is kept to the absolute minimum. If you're doing Angular it's pretty much all Javascript (or TypeScript before transpiling). There ain't no there there. The Angular webpack for production builds uses Terser to really obfuscate things. https://terser.org/ It's a different game today than when you just served up a html page with a little Javascript glue. For example I'm currently working on a map component. It's all client side. To position landmarks I'm pulling in GeoJSON, creating the graphic and positioning it on the appropriate layer in Javascript. The alternate would be developing a back end Web Feature Service and loading the layer, again from the client side.