Jonkman Microblog
  • Login
Show Navigation
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Notices tagged with javascript, page 7

  1. drak (drak@sn.1w6.org)'s status on Tuesday, 30-Jul-2019 03:30:50 EDT drak drak
    #Javascript map with index looks pretty cool: urls.map((url, index) => makeReq(url, index)) /vs/ urls.map((url) => makeReq(url))
    In conversation Tuesday, 30-Jul-2019 03:30:50 EDT from sn.1w6.org permalink
  2. TeMPOraL (temporal@mastodon.technology)'s status on Wednesday, 24-Jul-2019 03:22:50 EDT TeMPOraL TeMPOraL
    • TeMPOraL

    Holy shit did #JavaScript / #React people just discover conditions and restarts from #CommonLisp! Another secret power is out!

    Two things:

    1) It's not true you "can't touch this"; it's not theoretical, it's been a part of Common Lisp for the past three decades and it works just fine!

    2) I'm not surprised this is an active area of theoretical work, but I am surprised by the implication that this area is considered new, or that they don't realize an implementation already exists.

    https://overreacted.io/algebraic-effects-for-the-rest-of-us/

    In conversation Wednesday, 24-Jul-2019 03:22:50 EDT from mastodon.technology permalink
  3. lnxw48a1 (lnxw48a1@nu.federati.net)'s status on Saturday, 20-Jul-2019 14:44:40 EDT lnxw48a1 lnxw48a1
    • spotlight night shot
    #JavaScript hellworld is an apt description of the modern Web. I love it when slow connections, gobs of JS, and certificate errors on the hotel's log-in page combine to keep me offline for a while. (Currently hot spotting myself.)
    In conversation Saturday, 20-Jul-2019 14:44:40 EDT from nu.federati.net permalink
  4. Nobody [Linux Walt Alt (@lnxw37a2)] (lnxw37a2@pleroma.soykaf.com)'s status on Saturday, 20-Jul-2019 09:31:26 EDT Nobody [Linux Walt Alt (@lnxw37a2)] Nobody [Linux Walt Alt (@lnxw37a2)]
    • Oneesan succubus
    • Nobody [Linux Walt Alt (@lnxw37a2)]
    • iceloops the crypto terrorist
    @1iceloops123 @lain I'm not going to enable #JavaScript for that.
    In conversation Saturday, 20-Jul-2019 09:31:26 EDT from pleroma.soykaf.com permalink
  5. Hypolite Petovan (hypolite@friendica.mrpetovan.com)'s status on Friday, 19-Jul-2019 11:52:09 EDT Hypolite Petovan Hypolite Petovan

    β™² @starbreaker@mastodon.sdf.org: #PSA: It's possible to detect #AdBlocking plugins using #JavaScript. Instead, you should use a #HostsFile to block ads by redirecting ad server DNS queries.

    You can download a hosts file from <github.com/StevenBlack/hosts>.

    Windows users should refer to <helpdeskgeek.com/how-to/block-…>, too.

    Mobile users are going to need a VPN and an adblocking DNS server like AdGuard's. <adguard.com/en/adguard-dns/ove…> or PiHole <pi-hole.net/>.

    In conversation Friday, 19-Jul-2019 11:52:09 EDT from friendica.mrpetovan.com permalink
  6. drak (drak@sn.1w6.org)'s status on Thursday, 18-Jul-2019 17:52:15 EDT drak drak
    #JavaScript Isn't #Scheme http://journal.stuffwithstuff.com/2013/07/18/javascript-isnt-scheme/
    In conversation Thursday, 18-Jul-2019 17:52:15 EDT from sn.1w6.org permalink
  7. drak (drak@sn.1w6.org)'s status on Wednesday, 17-Jul-2019 10:18:33 EDT drak drak
    Immutable function arguments and variables https://www.draketo.de/english/free-software/immutable-java-js-fortran #java #javascript #fortran
    In conversation Wednesday, 17-Jul-2019 10:18:33 EDT from sn.1w6.org permalink
  8. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Monday, 15-Jul-2019 16:02:54 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    In JavaScript the "empty" regular expression literal is written `/(?:)/` since the parser would erroneously take `//` as the start of a single-line comment

    https://www.ecma-international.org/ecma-262/5.1/#sec-7.8.5
    #JavaScript #ECMA #Empty #RegExp

    In conversation Monday, 15-Jul-2019 16:02:54 EDT from mastodon.social permalink
  9. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Sunday, 14-Jul-2019 09:35:29 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    Nice illustration of several random shuffle algorithms, including Fisher–Yates Shuffle:
    https://bost.ocks.org/mike/shuffle/
    by Mike Bostock (https://twitter.com/mbostock)

    #Random #Shuffle #JavaScript #Array

    In conversation Sunday, 14-Jul-2019 09:35:29 EDT from mastodon.social permalink
  10. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Tuesday, 09-Jul-2019 06:35:11 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    If you like writing your JavaScript code in a functional style, you may already know the `Array.map` and `Array.filter` methods.
    But is there a way to combine them? And will this be a more efficient solution?
    http://www.yesik.it/blog/2018-javascript-map-filter-and-reduce-compared

    #JavaScript #FunctionalStyle #Array #Filter #Map #Reduce

    In conversation Tuesday, 09-Jul-2019 06:35:11 EDT from mastodon.social permalink

    Attachments

    1. Invalid filename.
      How to use the Array.reduce method to combine the map and filter operations
      from Yes I Know IT!
      Maybe did you already know how to use the `filter` and `map` array methods in JavaScript? But how to perform those operations both at the same time? `Array.reduce` is the solution...
  11. Nextcloud πŸ“±β˜οΈπŸ’» (nextcloud@mastodon.xyz)'s status on Monday, 24-Jun-2019 04:25:35 EDT Nextcloud 📱☁️💻 Nextcloud πŸ“±β˜οΈπŸ’»

    Did you know we have no less than 83 good first issues in our issue tracker? Those are great to get started with if you want to help make #nextcloud better! #javascript #PHP #CSS
    https://github.com/nextcloud/server/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22

    In conversation Monday, 24-Jun-2019 04:25:35 EDT from mastodon.xyz permalink

    Attachments

    1. Invalid filename.
      nextcloud/server
      from GitHub
      ☁️ Nextcloud server, a safe home for all your data - nextcloud/server
  12. JordiGH (jordigh@mathstodon.xyz)'s status on Thursday, 20-Jun-2019 11:39:18 EDT JordiGH JordiGH

    #Javascript doesn't have a built-in method to get the #epsilon of a number. It only has the epsilon of 1.

    The way to get the epsilon of any other number is

    \[
    2^{\lfloor \log_2 x\rfloor} \epsilon
    \]

    or Math.pow(2, Math.floor(Math.log(x)/Math.log(2)))*Number.EPSILON for you non-mathjaxed instance dwellers.

    Isn't there a cleaner way?

    In conversation Thursday, 20-Jun-2019 11:39:18 EDT from mathstodon.xyz permalink
  13. lnxw48a1 (lnxw48a1@nu.federati.net)'s status on Saturday, 25-May-2019 19:46:58 EDT lnxw48a1 lnxw48a1
    It looks like β€˜jsish’ is getting multiple daily updates. I know Peter isn’t getting any money from it, so he must have some other funding source. https://jsish.org/ Jsish is another #Ecmascript / #JavaScript interpreter
    In conversation Saturday, 25-May-2019 19:46:58 EDT from nu.federati.net permalink
  14. Gergely Nagy 🐁 (algernon@trunk.mad-scientist.club)'s status on Friday, 17-May-2019 08:01:18 EDT Gergely Nagy 🐁 Gergely Nagy 🐁

    That moment when you realize that prod builds of your application are broken due to a transient dependency, and as long as you have a carefully set up `yarn.lock`, things work. But as soon as you try to regenerate it, all hell breaks loose.

    I'm not sure I have the spoons for this today, so I'm going to commit the carefully set up `yarn.lock` and worry about the reproducibility sometime later.

    The #JavaScript ecosystem is... weird.

    :flan_on_fire:

    In conversation Friday, 17-May-2019 08:01:18 EDT from trunk.mad-scientist.club permalink
  15. lnxw48a1 (lnxw48a1@nu.federati.net)'s status on Sunday, 28-Apr-2019 01:51:41 EDT lnxw48a1 lnxw48a1
    • spotlight night shot
    Maybe if "Big Yoshi" spent less time dining out, some of the bigness would go away. https://www.yoshinoyaamerica.com/

    Incidentally, "browse no support js" is not a valid reason not to show where their locations are. If they're wanting people to come to their locations and spend money, letting #JavaScript become an obstacle is stupid. #JavaScrippled.
    In conversation Sunday, 28-Apr-2019 01:51:41 EDT from nu.federati.net permalink
  16. Yes, I Know IT ! πŸŽ“ (yesiknowit@mastodon.social)'s status on Tuesday, 16-Apr-2019 15:04:36 EDT Yes, I Know IT ! 🎓 Yes, I Know IT ! πŸŽ“

    In JavaScript the "empty" regular expression literal is written `/(?:)/` since the parser would erroneously take `//` as the start of a single-line comment

    https://www.ecma-international.org/ecma-262/5.1/#sec-7.8.5
    #JavaScript #ECMA #Empty #RegExp

    In conversation Tuesday, 16-Apr-2019 15:04:36 EDT from mastodon.social permalink
  17. zorak (zorak@social.ilikefreedom.ro)'s status on Friday, 05-Apr-2019 02:11:34 EDT zorak zorak
    Something wrong with using static HTML to display all of a couple dozen jpegs? If your site needs #Javascript to display a simple image on an #HTML page, please consider your users and their accessibility needs.
    In conversation Friday, 05-Apr-2019 02:11:34 EDT from social.ilikefreedom.ro permalink
  18. David Hunt (davehunt@2mb.social)'s status on Tuesday, 02-Apr-2019 22:06:17 EDT David Hunt David Hunt
    • Hard Iced Tea
    I so hope you're right about #javascript Sadly, #flash isn't completely dead yet.
    In conversation Tuesday, 02-Apr-2019 22:06:17 EDT from 2mb.social at 42Β°22'21"N 71Β°10'53"W permalink
  19. Strypey (strypey@mastodon.nzoss.nz)'s status on Wednesday, 27-Mar-2019 02:09:42 EDT Strypey Strypey

    #Akasha are developing a #FreeCode social app based on #Ethereum and #IPFS. They are currently looking for a #Javascript engineer, backend engineer, and fullstack developer:
    https://akasha.org/careers/ #PaidWork

    In conversation Wednesday, 27-Mar-2019 02:09:42 EDT from mastodon.nzoss.nz permalink

    Attachments

    1. Invalid filename.
      AKASHA Foundation
      A non-profit born at the intersection of blockchain and collective intelligence. We nurture projects helping individuals unlock their potential through open systems that expand our collective minds at local, regional and global scales.
  20. David Hunt (davehunt@social.mayfirst.org)'s status on Saturday, 23-Mar-2019 14:53:44 EDT David Hunt David Hunt
    Next: audit #javascript for being #libre #librejs can help; react, therefore, removed from devel stack because it may generate non-free script. #libreplanet 2019
    In conversation Saturday, 23-Mar-2019 14:53:44 EDT from social.mayfirst.org at 42Β°21'30"N 71Β°5'41"W 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.