Currently, there are 2 ways you can accomplish this task:
- Waydroid (preferred method)
- Wine
Along with some information on the progress of running newer versions!
If you found this gist useful, remember to share it with others!
| // So, in sloppy mode, eval and var can do interesting things. | |
| globalThis.name = 'global'; | |
| console.log(name === 'global'); | |
| (function () { | |
| const name = 'outer'; | |
| // direct eval, using a var declaration. | |
| (function () { |
about:config settings to harden the Firefox browser. Privacy and performance enhancements.
To change these settings type 'about:config' in the url bar.
Then search the setting you would like to change and modify the value. Some settings may break certain websites from functioning and
rendering normally. Some settings may also make firefox unstable.
I am not liable for any damages/loss of data.
Not all these changes are necessary and will be dependent upon your usage and hardware. Do some research on settings if you don't understand what they do. These settings are best combined with your standard privacy extensions
(HTTPS Everywhere No longer required: Enable HTTPS-Only Mode, NoScript/Request Policy, uBlock origin, agent spoofing, Privacy Badger etc), and all plugins set to "Ask To Activate".
These are all the JSConf 2014 slides, codes, and notes I was able to cull together from twitter. Thanks to the speakers who posted them and thanks to @chantastic for posting his wonderful notes.
Picture a [non-modular] folder structure like this:
root/
- Gruntfile.js
- node_modules/
- Platform/
- Gruntfile.js
- ...
- Products/
| var Thing = (function(){ | |
| var instances = [] | |
| , data = [] | |
| function setId(){ | |
| data[instances.indexOf(this)] = id | |
| } | |
| function getId(){ |
---------- Forwarded message ----------
From: Mark S. Miller <[email protected]>
Date: Tue, Nov 16, 2010 at 3:44 PM
Subject: "Future of Javascript" doc from our internal "JavaScript Summit"
last week
To: [email protected]