senooken JP Social
  • FAQ
  • Login
senooken JP Socialはsenookenの専用分散SNSです。
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Conversation

Notices

  1. p (p@freespeechextremist.com)'s status on Friday, 04-Oct-2019 07:09:48 JST p p
    • p
    • /0/
    @kakol @PussySlayer @TheMadPirate If that were true, it would at least make some sense. Here's a screenshot that demonstrates what's actually going on, and it's way hairier and crazier.
    caststring.png
    In conversation Friday, 04-Oct-2019 07:09:48 JST from freespeechextremist.com permalink

    Attachments


    1. https://freespeechextremist.com/media/f3a691018aa19994afb7923721d5cf71c0e942bb1148baf6890920065c80af55.png?name=caststring.png
    • Tamamo repeated this.
    • Tamamo (rawrrawrfox@pl.smuglo.li)'s status on Friday, 04-Oct-2019 07:41:11 JST Tamamo Tamamo
      • Tamamo
      • /0/
      @p @kakol @PussySlayer @TheMadPirate
      i didn't really like javascript before this, because people keep trying to use it for server side stuff (smh my head)

      but now im really done with it because of lack of any consistency
      image.png
      In conversation Friday, 04-Oct-2019 07:41:11 JST permalink

      Attachments


      1. https://pl.smuglo.li/media/cafd7c45a54babfac2db8a2f35c21e2a30d745e577773c7b49aabe284486305c.png?name=image.png
    • Tamamo (rawrrawrfox@pl.smuglo.li)'s status on Friday, 04-Oct-2019 07:50:36 JST Tamamo Tamamo
      • Tamamo
      • /0/
      @TheMadPirate @PussySlayer @kakol @p

      when empty array equates in a one line comparison to a string with the character "0" within a string, our coding philosophy is certainly broke
      In conversation Friday, 04-Oct-2019 07:50:36 JST permalink
    • p (p@freespeechextremist.com)'s status on Friday, 04-Oct-2019 08:05:41 JST p p
      in reply to
      • Tamamo
      • /0/
      @rawrrawrfox @PussySlayer @TheMadPirate @kakol Ha, you wanna see some "P & !P"? This one's my favorite:

      f = [0];
      f == f;
      f == !f;
      In conversation Friday, 04-Oct-2019 08:05:41 JST permalink
      Tamamo repeated this.
    • Tamamo (rawrrawrfox@pl.smuglo.li)'s status on Friday, 04-Oct-2019 08:08:48 JST Tamamo Tamamo
      in reply to
      • Tamamo
      • /0/
      @p @PussySlayer @TheMadPirate @kakol

      i am losing brain cells... send hepl
      sonic_sad.png
      In conversation Friday, 04-Oct-2019 08:08:48 JST permalink

      Attachments


      1. https://pl.smuglo.li/media/2cd21ce771bd8a8b5a44589e5e211c79b940ecf17330d58d1d98401d0a96b9c3.png?name=sonic_sad.png
    • p (p@freespeechextremist.com)'s status on Friday, 04-Oct-2019 08:11:31 JST p p
      in reply to
      • Tamamo
      • /0/
      @rawrrawrfox @PussySlayer @TheMadPirate @kakol QUIT CRYING OR BRENDAN EICH WILL MAKE IT WORSE

      [1,3,1000,2].sort()
      In conversation Friday, 04-Oct-2019 08:11:31 JST permalink
      Tamamo repeated this.
    • Tamamo (rawrrawrfox@pl.smuglo.li)'s status on Friday, 04-Oct-2019 08:15:36 JST Tamamo Tamamo
      in reply to
      • Tamamo
      • /0/
      @p @PussySlayer @TheMadPirate @kakol

      1,1000,2,3.....

      i knew js was bad, but i had no idea it was this bad
      image.png
      In conversation Friday, 04-Oct-2019 08:15:36 JST permalink

      Attachments


      1. https://pl.smuglo.li/media/91557edd7788416daba0f9f555396e6a774286a4b31da1afbbe3e175aaf8ad32.png?name=image.png
    • p (p@freespeechextremist.com)'s status on Friday, 04-Oct-2019 08:21:32 JST p p
      in reply to
      • Tamamo
      • /0/
      @rawrrawrfox @PussySlayer @TheMadPirate @kakol Incidentally, this is how '==' works: http://es5.github.io/#x11.9.3

      x=[[]]
      ++x[+[]]
      console.log(x)
      ++x
      console.log(x)
      In conversation Friday, 04-Oct-2019 08:21:32 JST permalink

      Attachments


      Tamamo repeated this.
    • Tamamo (rawrrawrfox@pl.smuglo.li)'s status on Friday, 04-Oct-2019 08:28:00 JST Tamamo Tamamo
      in reply to
      • Tamamo
      • /0/
      @p @PussySlayer @TheMadPirate @kakol wow
      print(""==0)print([]=="")print([]==0 && 0=="0")print([]=="0")// true// true// true// false
      In conversation Friday, 04-Oct-2019 08:28:00 JST permalink
    • p (p@freespeechextremist.com)'s status on Friday, 04-Oct-2019 08:59:57 JST p p
      • Tamamo
      • /0/
      @TheMadPirate @rawrrawrfox @PussySlayer @kakol Brendan Eich was getting yelled at by coked-out execs to add features without sleeping for a week so that they stayed ahead of IE, and every mistake that shipped was set in stone forever.
      In conversation Friday, 04-Oct-2019 08:59:57 JST permalink
      Tamamo repeated this.
    • Tamamo (rawrrawrfox@pl.smuglo.li)'s status on Saturday, 05-Oct-2019 00:13:47 JST Tamamo Tamamo
      • Tamamo
      • /0/
      @p @TheMadPirate @PussySlayer @kakol i vote lua for javascript replacement
      In conversation Saturday, 05-Oct-2019 00:13:47 JST permalink
    • Tamamo (rawrrawrfox@pl.smuglo.li)'s status on Saturday, 05-Oct-2019 02:16:57 JST Tamamo Tamamo
      • Tamamo
      • /0/
      @TheMadPirate @PussySlayer @kakol @p

      if we lived in a perfect world maybe javascript could behave more like the emulated lua code on this page
      https://fengari.io/
      In conversation Saturday, 05-Oct-2019 02:16:57 JST permalink

      Attachments


    • Tamamo (rawrrawrfox@pl.smuglo.li)'s status on Saturday, 05-Oct-2019 07:23:43 JST Tamamo Tamamo
      • Tamamo
      • /0/
      @p @PussySlayer @TheMadPirate @kakol

      hmm, for the time being it might be more achievable via a browser plugin which blocks all javascript, with the exception of the javascript code which it injects into every page, and the injected code would be something like fengari, which emulates lua.

      other than that there is a luakit project which doesnt let a browser run lua (i dont think so at least), but instead gives advanced control over the webkit via lua scripts
      In conversation Saturday, 05-Oct-2019 07:23:43 JST permalink

Feeds

  • Activity Streams
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

senooken JP Social is a social network, courtesy of senooken. It runs on GNU social, version 2.0.2-beta0, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All senooken JP Social content and data are available under the Creative Commons Attribution 3.0 license.