Mike Gerwitz's GNU Social Instance
  • Login
  • Public

    • Groups
    • Recent tags

Notices tagged with javascript, page 2

  1. codesections (codesections)'s status on Monday, 10-Sep-2018 14:28:07 UTC codesections codesections
    • nige ⌨️
    • Scott Jenson🛠

    @rtwx @scottjenson

    Oh, right, #airbnb have that whole help-people-find-rentals/hotels side to their business. I tend to think of them primarily as a company that makes a pretty good style guide. https://github.com/airbnb/javascript

    #webDev #javascript

    Monday, 10-Sep-2018 14:28:07 UTC from fosstodon.org permalink
  2. codesections (codesections)'s status on Sunday, 09-Sep-2018 15:42:16 UTC codesections codesections
    in reply to
    • Nolan
    • GCU Prosthetic Conscience 🍞

    I'm still really struggling to debug my #Mastodon oauth #JavaScript code. I've cut the non-essential bits—it's now down to 74 SLOC; it seems like I'm requesting a token in exactly the way the docs describe.

    If anyone can offer a tip, I'd really appreciate it!

    code: https://github.com/codesections/t5/blob/master/get_favs.js
    Live demo: https://distracted-lovelace-530204.netlify.com

    @gcupc @nolan I hate to bother y'all with this, but I was modeling the oauth flow on #pinafore/#brutaldon, so I know y'all could help me with this if you have a second.

    Sunday, 09-Sep-2018 15:42:16 UTC from fosstodon.org permalink
  3. codesections (codesections)'s status on Sunday, 09-Sep-2018 15:00:08 UTC codesections codesections
    • Nathan Blaubach

    @blaubachn

    That's actually not the issue. Adding, removing, or modifying the *properties* of a #javascript object is fine for `const` variables—their not immutable, they just can't be reassigned. (Which took me a bit to remember/understand)

    (Just to be sure, though, I tested with that changed and it made no difference. Thanks for the thought!)

    Sunday, 09-Sep-2018 15:00:08 UTC from fosstodon.org permalink
  4. codesections (codesections)'s status on Sunday, 09-Sep-2018 11:31:04 UTC codesections codesections
    • Kev Quirk

    @kev Another vote for #javascript. It's gotten much better in the past few years; many (not all) of the issues people have with it have now been fixed. And, after all the work browser vendors have put into optimizing its interpreter, it's *really* fast (for an interpretated language, I mean).

    It's also very flexible in terms of paradigm: it supports functional programming or #OOP pretty well.

    Plus, it's a C-family language, so it would make it easier to learn C/C++/Rust/go/etc. one day.

    Sunday, 09-Sep-2018 11:31:04 UTC from fosstodon.org permalink
  5. codesections (codesections)'s status on Saturday, 08-Sep-2018 19:14:59 UTC codesections codesections

    Programming/markup languages I know passably well:
    - #C
    - #bash
    - #vimscript
    - #JavaScript
    - #HTML
    - #CSS
    - (various templating languages, e.g. #twig, #jinja2, #handlebars)

    Programming languages for the code I've had accepted in open-source pull requests in the last month:
    - #Rust
    - #Python

    Something seems very wrong with this picture.

    Saturday, 08-Sep-2018 19:14:59 UTC from fosstodon.org permalink
  6. codesections (codesections)'s status on Saturday, 08-Sep-2018 19:13:07 UTC codesections codesections

    Programming/markup languages I know passably well:
    - #C
    - #JavaScript
    - #HTML
    - #CSS
    - (various templating languages, e.g. #twig, #jinja2, #handlebars)

    Programming languages for the code I've had accepted in open-source pull requests in the last month:
    - #Rust
    - #Python

    Something seems very wrong with this picture.

    Saturday, 08-Sep-2018 19:13:07 UTC from fosstodon.org permalink
  7. Nobody [LinuxWalt (@lnxw48a1)] (lnxw48a1)'s status on Saturday, 25-Aug-2018 11:18:32 UTC Nobody [LinuxWalt (@lnxw48a1)] Nobody [LinuxWalt (@lnxw48a1)]
    @lanodan Explanation: When I see a comment or someone follows, I check their profile. Why should it be required to allow some.random.instance run #JavaScript for that? Their actual users should already trust them, but why should other instances' users have to trust them?
    Saturday, 25-Aug-2018 11:18:32 UTC from nu.federati.net permalink
  8. codesections (codesections)'s status on Thursday, 23-Aug-2018 23:51:12 UTC codesections codesections
    • emsenn
    • David P A

    @emsenn @modulux

    Yeah, and I'm sure my preference for camelCase has something to do with early exposure to #javaScript

    Thursday, 23-Aug-2018 23:51:12 UTC from fosstodon.org permalink
  9. codesections (codesections)'s status on Wednesday, 22-Aug-2018 12:38:44 UTC codesections codesections

    After some thought, I oppose the absolutist anti #javascript view in The Web I Want[0]

    Look, my website loads 0 JS and 4.3 KB total[1]; I *get* the appeal of blazing speed & minimal data transfer. I *love* it.

    *Your* post, conversely, loads 1,760 KB of JavaScript. But I don't think you're a hypocrite. No, I think that you had some reason for publishing on dev.to—likely a good one. You decided *something* was worth the weight of that JS.

    0: https://dev.to/quii/the-web-i-want-43o
    1: https://www.codesections.com/

    Wednesday, 22-Aug-2018 12:38:44 UTC from fosstodon.org permalink
  10. Nobody [LinuxWalt (@lnxw48a1)] (lnxw48a1)'s status on Monday, 23-Jul-2018 16:05:18 UTC Nobody [LinuxWalt (@lnxw48a1)] Nobody [LinuxWalt (@lnxw48a1)]
    At 1mbps, your #JavaScript based content loader just spins, but sites using HTML directly still load.
    Monday, 23-Jul-2018 16:05:18 UTC from nu.federati.net permalink
  11. Nobody [LinuxWalt (@lnxw48a1)] (lnxw48a1)'s status on Sunday, 15-Jul-2018 18:00:38 UTC Nobody [LinuxWalt (@lnxw48a1)] Nobody [LinuxWalt (@lnxw48a1)]
    Closed #Chromium and got back 75% of my swap and over 50% of my RAM. Both #Firefox and #Palemoon are running, but both of them together use fewer resources than Chromium, despite having more tabs open.

    (I suspect the difference is in the embedded #JavaScript interpreter.)
    Sunday, 15-Jul-2018 18:00:38 UTC from nu.federati.net permalink
  12. Douglas A. Whitfield (musicman)'s status on Saturday, 14-Jul-2018 20:10:19 UTC Douglas A. Whitfield Douglas A. Whitfield
    One of my buddies is looking for a #javascript dev position. Anyone looking?

    And you know I'm legit #askingforafriend if you know anything about my skill set. He's willing to relocate for the right position.
    Saturday, 14-Jul-2018 20:10:19 UTC from nu.federati.net permalink
  13. r҉ustic cy͠be̸rpu̵nk🤠🤖 (cypnk)'s status on Friday, 13-Jul-2018 11:36:42 UTC r҉ustic cy͠be̸rpu̵nk🤠🤖 r҉ustic cy͠be̸rpu̵nk🤠🤖

    Oh good

    “Compromised #JavaScript Package Caught Stealing npm Credentials”

    Once again, #npm delivers

    https://www.bleepingcomputer.com/news/security/compromised-javascript-package-caught-stealing-npm-credentials/

    Friday, 13-Jul-2018 11:36:42 UTC from mastodon.social permalink
  14. Nobody [LinuxWalt (@lnxw48a1)] (lnxw48a1)'s status on Wednesday, 11-Jul-2018 01:06:46 UTC Nobody [LinuxWalt (@lnxw48a1)] Nobody [LinuxWalt (@lnxw48a1)]
    in reply to
    • the fediverse's rabbit friend
    @kaniini I tried to convince my bank, but they lurve them some #JavaScript (including 3rd party)
    Wednesday, 11-Jul-2018 01:06:46 UTC from nu.federati.net permalink
  15. Nobody [LinuxWalt (@lnxw48a1)] (lnxw48a1)'s status on Monday, 25-Jun-2018 09:45:52 UTC Nobody [LinuxWalt (@lnxw48a1)] Nobody [LinuxWalt (@lnxw48a1)]
    Chromium's RAM bloat is back. Open several tabs on heavy #JavaScript heavy sites, then wait a few hours.
    Monday, 25-Jun-2018 09:45:52 UTC from nu.federati.net permalink
  16. Nobody [LinuxWalt (@lnxw48a1)] (lnxw48a1)'s status on Monday, 21-May-2018 00:36:33 UTC Nobody [LinuxWalt (@lnxw48a1)] Nobody [LinuxWalt (@lnxw48a1)]
    • r҉ustic cy͠be̸rpu̵nk🤠🤖
    @cypnk The other thing that I don't get is bank sites with five different third parties' #JavaScript. I can hear "We didn't know they could siphon customers' financial details" coming any day now.
    Monday, 21-May-2018 00:36:33 UTC from nu.federati.net permalink
  17. Nobody [LinuxWalt (@lnxw48a1)] (lnxw48a1)'s status on Thursday, 29-Mar-2018 00:10:03 UTC Nobody [LinuxWalt (@lnxw48a1)] Nobody [LinuxWalt (@lnxw48a1)]
    • Bricky
    @thatbrickster I'm no fan of #JavaScript based encryption either.
    Thursday, 29-Mar-2018 00:10:03 UTC from nu.federati.net permalink
  18. Nobody [LinuxWalt (@lnxw48a1)] (lnxw48a1)'s status on Wednesday, 28-Mar-2018 02:40:26 UTC Nobody [LinuxWalt (@lnxw48a1)] Nobody [LinuxWalt (@lnxw48a1)]
    I hate it when I accidentally reload the tab that is running #Riot-web. It takes forever for all the #JavaScript to load the page again. #Riot #Matrix
    Wednesday, 28-Mar-2018 02:40:26 UTC from nu.federati.net permalink
  19. Nobody [LinuxWalt (@lnxw48a1)] (lnxw48a1)'s status on Tuesday, 06-Feb-2018 16:18:38 UTC Nobody [LinuxWalt (@lnxw48a1)] Nobody [LinuxWalt (@lnxw48a1)]
    • Christmas Personified as a Catgirl
    That'll make a juicy target out of #Cloudflare accounts that run major domains. Compromise the account, throw some eee-ville #JavaScript on the CF edge, and in a few hours, you've turned half the user devices on the Internet into your personal botnet.
    Tuesday, 06-Feb-2018 16:18:38 UTC from nu.federati.net permalink
  20. dcapeletti (dcapeletti)'s status on Friday, 26-Jan-2018 18:29:07 UTC dcapeletti dcapeletti
    #JavaScript
    https://despora.de/uploads/images/scaled_full_f7bbe9678372e73048dd.jpg
    Friday, 26-Jan-2018 18:29:07 UTC from quitter.es permalink
  • After
  • Before

Feeds

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

Mike Gerwitz's GNU Social Instance is a social network, courtesy of Mike Gerwitz. It runs on GNU social, version 1.2.0-beta4, available under the GNU Affero General Public License.

Creative Commons Attribution-ShareAlike 3.0 Unported All Mike Gerwitz's GNU Social Instance content and data are available under the Creative Commons Attribution-ShareAlike 3.0 Unported license.

Switch to mobile site layout.