Jonkman Microblog
  • Login
Show Navigation
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Notices tagged with javascript, page 16

  1. La Guía Linux (laguialinux@gnusocial.net)'s status on Monday, 15-Jan-2018 05:25:58 EST La Guía Linux La Guía Linux
    El plugin/complemento para #firefox que permite solo ejecutar #Javascript libre (bloquea el cerrado) necesita mantenedores.
    Actualmente no se encuentra para firefox #Quantum.
    ¿Conoces alguna #alternativa para la misma función?

    Información oficial:
    https://www.gnu.org/software/librejs/

    #laguialinux #lgl #linux #fsf #js #gnu
    In conversation Monday, 15-Jan-2018 05:25:58 EST from gnusocial.net permalink
  2. lnxw48a1 (lnxw48a1@nu.federati.net)'s status on Sunday, 14-Jan-2018 23:47:13 EST lnxw48a1 lnxw48a1
    in reply to
    • ∑ XahLee
    @xahlee One reason they do all those things is because the browsers' implementation support is so scattered. I'm not saying they are right, but the alternatives are either 1997-era "this site works best in Internet Explorer 4" buttons or limit functionality to #JavaScript subsets that are broadly supported.

    Or, you know, create sites that mostly work without relying on JS. Has the industry forgotten "progressive enhancement" again?
    In conversation Sunday, 14-Jan-2018 23:47:13 EST from nu.federati.net permalink
  3. ∑ XahLee (xahlee@noagendasocial.com)'s status on Sunday, 14-Jan-2018 23:39:34 EST ∑ XahLee ∑ XahLee

    yesterday, i took half a day to convert #javascript object to es2015 Map, for much more proper code. Today, i had to revert it back, cuz apparently lots browser still can't do Map. So i got more angry at these js "compilers" namely #TypeScript etc really fake compilers.

    of course, the industry monkeys will say u should “polyfill”. fill them hindquarters. If u do, the import/require syntax is not even valid es2015 code. Dragging in complex fancy packagers. WTF is comp sci when u need it?

    In conversation Sunday, 14-Jan-2018 23:39:34 EST from noagendasocial.com permalink
  4. ∑ XahLee (xahlee@noagendasocial.com)'s status on Sunday, 14-Jan-2018 22:56:27 EST ∑ XahLee ∑ XahLee

    it's super annoying, that the #javascript compilers out there, including @typescriptlang @babeljs they do nothing to new functions such as Map/Set. So, they are not really compilers, just transform syntax.

    In conversation Sunday, 14-Jan-2018 22:56:27 EST from noagendasocial.com permalink
  5. ∑ XahLee (xahlee@noagendasocial.com)'s status on Sunday, 14-Jan-2018 17:09:41 EST ∑ XahLee ∑ XahLee

    understand #JavaScript Closure in 3 minutes
    http://xahlee.info/js/javascript_closure.html

    In conversation Sunday, 14-Jan-2018 17:09:41 EST from noagendasocial.com permalink
  6. ∑ XahLee (xahlee@noagendasocial.com)'s status on Sunday, 14-Jan-2018 06:26:14 EST ∑ XahLee ∑ XahLee

    the utter confusion of of the concept “Operator” in Computer Languages
    http://xahlee.info/comp/whats_operator_in_comp_lang.html
    #JavaScript

    In conversation Sunday, 14-Jan-2018 06:26:14 EST from noagendasocial.com permalink
  7. ∑ XahLee (xahlee@noagendasocial.com)'s status on Saturday, 13-Jan-2018 20:50:34 EST ∑ XahLee ∑ XahLee

    #JavaScript tip:
    clear array by
    「ar.splice(0)」
    better than 「ar=[]」
    because the latter assingns a new value.
    Is a problem if the variable is a constant.
    JS: Array.prototype.splice
    http://xahlee.info/js/js_array_splice.html

    In conversation Saturday, 13-Jan-2018 20:50:34 EST from noagendasocial.com permalink
  8. ∑ XahLee (xahlee@noagendasocial.com)'s status on Saturday, 13-Jan-2018 18:28:50 EST ∑ XahLee ∑ XahLee

    ask me question on patreon this weekend. emacs, #JavaScript, keyboard, or any tech stuff on my site.
    https://www.patreon.com/posts/16282546

    if you like my work, put money there. Thanks.

    In conversation Saturday, 13-Jan-2018 18:28:50 EST from noagendasocial.com permalink
  9. ∑ XahLee (xahlee@noagendasocial.com)'s status on Saturday, 13-Jan-2018 16:07:14 EST ∑ XahLee ∑ XahLee
    in reply to

    #JavaScript the JSON[Symbol.toStringTag] is interesting one, new in ES2015.
    To understand it fully, see
    http://xahlee.info/js/js_determine_object_type.html

    In conversation Saturday, 13-Jan-2018 16:07:14 EST from noagendasocial.com permalink
  10. ∑ XahLee (xahlee@noagendasocial.com)'s status on Friday, 12-Jan-2018 22:11:20 EST ∑ XahLee ∑ XahLee

    here's my superb #JavaScript incarnation.
    The BEST Unicode/Emoji Search on the web, period.
    http://xahlee.info/comp/unicode_search.html

    In conversation Friday, 12-Jan-2018 22:11:20 EST from noagendasocial.com permalink
  11. ∑ XahLee (xahlee@noagendasocial.com)'s status on Friday, 12-Jan-2018 21:27:39 EST ∑ XahLee ∑ XahLee

    learn advanced #JavaScript .every() and .some()

    Array.prototype.every
    http://xahlee.info/js/js_array_every.html

    Array.prototype.some
    http://xahlee.info/js/js_Array.prototype.some.html

    In conversation Friday, 12-Jan-2018 21:27:39 EST from noagendasocial.com permalink
  12. ∑ XahLee (xahlee@noagendasocial.com)'s status on Friday, 12-Jan-2018 20:53:29 EST ∑ XahLee ∑ XahLee

    new #JavaScript insight. Do not use .every() or .some() for the purpose of loop with break, just cuz you like functional programing. In js, every and some semantics is loop anyway. But the syntax makes it 10 times harder to read.

    In conversation Friday, 12-Jan-2018 20:53:29 EST from noagendasocial.com permalink
  13. ∑ XahLee (xahlee@noagendasocial.com)'s status on Friday, 12-Jan-2018 12:14:32 EST ∑ XahLee ∑ XahLee

    more #JavaScript in Depth update:

    Function.prototype
    http://xahlee.info/js/js_Function_prototype_properties.html

    Set an Object's Prototype
    http://xahlee.info/js/js_set_objects_prototype.html

    In conversation Friday, 12-Jan-2018 12:14:32 EST from noagendasocial.com permalink
  14. Bob Jonkman (bobjonkman@gs.jonkman.ca)'s status on Friday, 12-Jan-2018 10:59:33 EST Bob Jonkman Bob Jonkman
    Worst case of a #Javascrippled site I have ever seen, misleading the naive user to think that running without #Javascript is a security problem. #JSDR (Javascrippled, Didn't Read) https://gs.jonkman.ca/attachment/42428
    In conversation Friday, 12-Jan-2018 10:59:33 EST from web permalink

    Attachments

    1. beab802c431a8ce4dc840013408071820d33a80f3beca68245bf1787bae1a26f.png
  15. ∑ XahLee (xahlee@noagendasocial.com)'s status on Friday, 12-Jan-2018 10:08:47 EST ∑ XahLee ∑ XahLee

    ☯ ⚡ ∑ ♥ 😄.
    Best unicode/emoji search there is.
    http://xahlee.info/comp/unicode_index.html
    Brand new sparkling #JavaScript code.

    In conversation Friday, 12-Jan-2018 10:08:47 EST from noagendasocial.com permalink
  16. ∑ XahLee (xahlee@noagendasocial.com)'s status on Friday, 12-Jan-2018 09:51:27 EST ∑ XahLee ∑ XahLee

    #JavaScript impossible to combine these into 1 line. Can you?
    const unicodedata = {};
    (data_str.split("\n")) . forEach ((x) => { ((y) => {unicodedata[ parseInt( y[0], 16 )] = y[1];}) (x.split(";")) });

    In conversation Friday, 12-Jan-2018 09:51:27 EST from noagendasocial.com permalink
  17. ∑ XahLee (xahlee@noagendasocial.com)'s status on Friday, 12-Jan-2018 09:23:51 EST ∑ XahLee ∑ XahLee

    #javascript in depth, understand the most confusing thing property key named "prototype" in 10 minutes
    http://xahlee.info/js/javascript_object_prototype_property.html

    In conversation Friday, 12-Jan-2018 09:23:51 EST from noagendasocial.com permalink
  18. ∑ XahLee (xahlee@noagendasocial.com)'s status on Friday, 12-Jan-2018 00:49:54 EST ∑ XahLee ∑ XahLee

    #JavaScript #semicolonwar all over again. See @BrendanEich has to say. But Douglas Crockford will probably disagree.

    https://twitter.com/xah_lee/status/951677715840512000

    if you are not familiar with #javascript semicolon issues, see
    http://xahlee.info/js/js_semicolon.html

    In conversation Friday, 12-Jan-2018 00:49:54 EST from noagendasocial.com permalink
  19. ∑ XahLee (xahlee@noagendasocial.com)'s status on Thursday, 11-Jan-2018 17:31:08 EST ∑ XahLee ∑ XahLee

    #JavaScript In Depth update today.

    Function.prototype.constructor
    http://xahlee.info/js/js_Function.prototype.constructor.html

    Set.prototype
    http://xahlee.info/js/js_set_prototype.html

    Set.prototype.values
    http://xahlee.info/js/js_Set.prototype.values.html

    In conversation Thursday, 11-Jan-2018 17:31:08 EST from noagendasocial.com permalink
  20. ∑ XahLee (xahlee@noagendasocial.com)'s status on Wednesday, 10-Jan-2018 17:24:39 EST ∑ XahLee ∑ XahLee
    in reply to

    To many programer idiots, when they learned about x = y or 3, they think, “omg, this is cool!”, cuz it is not intuitive and short, to them, they learned a fancy trick! And they proceed to tell everyone to use it as “idiom”. #python #JavaScript #haskell #lisp

    In conversation Wednesday, 10-Jan-2018 17:24:39 EST from noagendasocial.com permalink
  • After
  • Before
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

Jonkman Microblog is a social network, courtesy of SOBAC Microcomputer Services. It runs on GNU social, version 1.2.0-beta5, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All Jonkman Microblog content and data are available under the Creative Commons Attribution 3.0 license.

Switch to desktop site layout.