Jonkman Microblog
  • Login
Show Navigation
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Notices tagged with javascript, page 2

  1. lnxw48a1 (lnxw48a1@nu.federati.net)'s status on Tuesday, 24-Aug-2021 22:55:57 EDT lnxw48a1 lnxw48a1
    • simsa04
    He did, but he kept control of them, so when his funds ran short, most of them disappeared. I've thought about deploying a Federati #Pump.io instance, but it runs atop #Node.js. I'd want to rent a completely separate server ( #VPS ) for it, so nothing else is affected if a poorly understood #JavaScript engine goes haywire.
    In conversation Tuesday, 24-Aug-2021 22:55:57 EDT from nu.federati.net permalink
  2. lnxw48a1 (lnxw48a1@nu.federati.net)'s status on Tuesday, 10-Aug-2021 00:31:39 EDT lnxw48a1 lnxw48a1
    in reply to
    • lnxw48a1
    It looks like it has been some months since I looked at #jsish. As #JavaScript interpreter projects go, it looks relatively good.
    In conversation Tuesday, 10-Aug-2021 00:31:39 EDT from nu.federati.net permalink
  3. lnxw48a1 (lnxw48a1@nu.federati.net)'s status on Monday, 09-Aug-2021 23:54:13 EDT lnxw48a1 lnxw48a1
    Playing with "jsish":{https://jsish.org/} a little bit. If I get very far, I'll probably try to create a minimal project to demonstrate its use.

    #JSISH is a #JavaScript like interpreter + websocket server + sqlite + C extension interface
    In conversation Monday, 09-Aug-2021 23:54:13 EDT from nu.federati.net permalink
  4. lnxw48a1 (lnxw48a1@nu.federati.net)'s status on Friday, 30-Jul-2021 21:21:49 EDT lnxw48a1 lnxw48a1
    in reply to
    • lnxw48a1
    It took forever for YouTube's ton* of #JavaScript to load, but yeah, that does look like fun.

    * Even after the video starts playing, the controls don't work until the last piece of #JabbaShit loads. Not even the "don't autoplay the next video" button. The actual video was already over by that time. WTH YouTube?
    In conversation Friday, 30-Jul-2021 21:21:49 EDT from nu.federati.net permalink
  5. lnxw48a1 (lnxw48a1@nu.federati.net)'s status on Saturday, 24-Jul-2021 03:37:36 EDT lnxw48a1 lnxw48a1
    Wow. There looked to be about twenty different sites pushing #JavaScript on that job application site. Even after I allowed all (except CloudFlare Insights and Google Analytics), the submit button wouldn't work. There was a defective Date object somewhere that threw the 'then' clause of an if statement into a tizzy.

    Switched browsers and it went right through. Same set of extensions, I think.

    Both browsers have built in ad-blocking, so I'm going to guess that some difference in their ad filters caused the different behavior.
    In conversation Saturday, 24-Jul-2021 03:37:36 EDT from nu.federati.net permalink
  6. lnxw48a1 (lnxw48a1@nu.federati.net)'s status on Sunday, 18-Jul-2021 23:57:06 EDT lnxw48a1 lnxw48a1
    #Manyverse ( mobile #SSB client ) is having another one of its “can’t connect to a pub server, so you’re basically operating standalone” periods. It seems the last successful connection was two weeks ago.

    I know one of Secure ScuttleButt’s features is not needing Internet at all, but if you’re not connecting via LAN occasionally, you need a way for #peer-to-peer software to bootstrap a pool of connections into the network overlay over the Internet. I think pubs (and the new implementation that is just getting started) are a sign that a P2P project is not designed for real life usage.

    I realize that many “Butts”, including the developers, are leftish anarchists, so when things work, they are able to discuss the dream world they hope to implement. But the majority of people are not breathing such rarified air, and #Secure_ScuttleButt needs to just work for regular people also.

    Probably needs some concepts from Jami … and to be implementable without using Node.js … which I’ve seen people saying is not currently possible.

    An aside: I do wonder whether it depends on peculiarities of #JavaScript or of #Node.JS itself. If the first is true, one may be able to implement SSB with #Deno or #JSI / #JSISH.
    In conversation Sunday, 18-Jul-2021 23:57:06 EDT from nu.federati.net permalink
  7. lnxw48a1 (lnxw48a1@nu.federati.net)'s status on Tuesday, 06-Jul-2021 14:59:58 EDT lnxw48a1 lnxw48a1
    • Alexandre Oliva (moved to @lxo@gnusocial.jp)
    @lxo RE: https://gnusocial.net/notice/9688345

    When I saw Aral's post, I thought he couldn't mean what he said in https://mastodon.ar.al/@aral/106532380339054212 ... surely he knows that generally, #JavaScript is hosted (and thus controlled) from the server, but runs on the local client. And therefore is only as trustworthy as the server's owner/operator.

    A high JS front-end requires a high-spec client machine (see all the people complaining about PleromaFE's slowness and browser crashes) and as soon as the organization hosting the JS determines that their interests require data centralization, that scripting can send it all back to the server without the user ever knowing anything changed.
    In conversation Tuesday, 06-Jul-2021 14:59:58 EDT from nu.federati.net permalink

    Attachments

    1. File without filename could not get a thumbnail source.
      mensaje de Alexandre Oliva (lxo@gnusocial.net), el Tuesday, 06-Jul-2021 09:54:17 CEST
      By Alexandre Oliva (lxo@gnusocial.net) from gnusocial.net
      it's not javascript per se that is dangerous. it's software delivered to you by the WWWorst App Store that is, because it's effectively under someone else's control, and running on your computer
  8. lnxw48a1 (lnxw48a1@nu.federati.net)'s status on Monday, 07-Jun-2021 19:13:08 EDT lnxw48a1 lnxw48a1
    https://github.com/ekzhang/rustpad Cooperative online text / document editor. Looked interesting until I saw that it requires #Node.JS.

    I'm also still a little leery of letting WASM run in my browsers. Not that people can read obfuscated minified #JavaScript, but if you could obtain the pre-minified source, you might be able to tell what it was doing. With WASM, you're totally just letting unauditable and untrusted code run in your browser.

    (I know this has a "Get off my lawn" flavor, but that's not what is happening here. Just wait until a GRU-sponsored malware gang starts inserting malicious WASM into popular sites around the Web.)
    In conversation Monday, 07-Jun-2021 19:13:08 EDT from nu.federati.net permalink

    Attachments

    1. ekzhang/rustpad
      from GitHub
      Efficient and minimal collaborative code editor, self-hosted, no database required - ekzhang/rustpad
  9. lnxw48a1 (lnxw48a1@nu.federati.net)'s status on Thursday, 03-Jun-2021 21:08:48 EDT lnxw48a1 lnxw48a1
    Time to switch back to #Palemoon. I've been using #Falkon as my main browser for a few days.

    Plus: Unlike Palemoon, when Falkon decides to have an issue, one or more tabs fail to load, but the browser itself doesn't crash.

    Minus: It really needs something like NoScript, where all #JavaScript is off, except for specific sites you authorize; it cannot load PleromaFE and cannot log in with Soapbox. I should have tried Bloat, but I didn't. Although I don't knowingly have any Snaps installed, snapd randomly spins all CPU cores at 100% for a few minutes ... this was never observed with Palemoon.
    In conversation Thursday, 03-Jun-2021 21:08:48 EDT from nu.federati.net permalink
  10. drak (drak@sn.1w6.org)'s status on Monday, 17-May-2021 10:05:51 EDT drak drak
    Do no eval! Mind the truthers! — minimal safety measures for #Javascript. What’s your war story? #donoeval #mindthetruthers
    In conversation Monday, 17-May-2021 10:05:51 EDT from sn.1w6.org permalink
  11. lnxw48a1 (lnxw48a1@nu.federati.net)'s status on Wednesday, 21-Apr-2021 02:28:58 EDT lnxw48a1 lnxw48a1
    in reply to
    • lnxw48a1
    https://nu.federati.net/url/280765 [www latimes com]

    (NOTE: The "turn off your adblocker or pay money" depends on #JavaScript. If you turn #JabbaShit off, you can read the article.)
    In conversation Wednesday, 21-Apr-2021 02:28:58 EDT from nu.federati.net permalink

    Attachments

    1. At flashpoint of George Floyd protests, Fairfax Avenue reacts to verdict with relief
      from Los Angeles Times
      At flashpoint of George Floyd protests, Fairfax Avenue praises verdict and hopes for justice
  12. lnxw48a1 (lnxw48a1@nu.federati.net)'s status on Wednesday, 07-Apr-2021 00:29:44 EDT lnxw48a1 lnxw48a1
    • Billy
    @storm #Pleroma comes with PleromaFE and MastoFE. I know PleromaFE is high in #JavaScript. If the #JabbaShit interferes with your assistive technologies, there is a separate front end called “Bloat”, which is supposed to be much less JavaScript-y.

    I have not seen Bloat myself (I don’t even know the project’s URL), so this is all hearsay.
    In conversation Wednesday, 07-Apr-2021 00:29:44 EDT from nu.federati.net permalink
  13. musicman (musicman@nu.federati.net)'s status on Tuesday, 06-Apr-2021 09:58:40 EDT musicman musicman
    One of two positions coming out on my team. These two positions are a little different than those on my team currently, but I should still be able to answer questions about it. My team is 100% remote, and was pre-pandemic, but there are office locations available if you prefer an office.

    Role: JavaScript Solutions Architect ( #AngularJS)
    Location: Minneapolis, MN, Burlington, MA, Louisville, CO, Alameda, CA or Remote for the Candidate


    Position Summary:

    Perforce is seeking an Open Source Software Support Engineer (with deep AngularJS experience) to join our OpenLogic team, responsible for providing support and services on Open Source technologies to our OpenLogic customers.

    This critical position demands a software engineer with a strong programming skills and some networking capabilities. You would be responsible for ensuring the success of our customers by effectively providing dependable and timely resolutions related to open source software. The ideal candidate is expected to be self-motivated, proactive, results-oriented and able to provide a high level of customer satisfaction through the delivery of world-class technical support service


    Responsibilities:
    Interact with end users on technical problems
    Tier 4 support for open source JavaScript products and tangential technologies
    Drive resolution of those problems, which include:
    Open source software issues
    Questions around open source software usage
    Questions around use and best practices
    Review of the architecture and design where software is implemented
    Conduct professional services and training engagements
    Research, understand, and advocate open source software
    Interact with various open source communities
    Drive early resolution of issues
    Present knowledge via articles, blogs, and conference presentations

    Requirements:
    Minimum of 10 years of software development and design, systems administration, or level 3-4 technical support experience
    Minimum 5 years development, design, implementation, and troubleshooting experience on AngularJS
    At least 2 years in a senior position ( senior/lead developer, engineer, or software architect)
    Experience resolving remotely exploitable CVEs & cross-site scripting vulnerabilities
    10+ years of hands on experience working w/ JavaScript technologies:
    Highly-skilled JavaScript developer with extensive knowledge of theoretical Angular software engineering

    Strong expertise w/ HTML, CSS, & writing cross-browser compatible code

    Understanding of AJAX and #JavaScript DOM manipulation Techniques

    Experience w/ RESTful services

    Experience in JavaScript build tools like #Gulp or #Grunt

    Familiar with JavaScript testing frameworks
    Virtualization and cloud experience with qemu/kvm, #Azure, #AWS, VirtualBox, #Vagrant
    Experience working in production environments, especially enterprise/carrier environments
    Technical knowledge, skills & expertise in complex infrastructure, web-based software and enterprise software
    Preference given to candidates with
    implementation and troubleshooting experience on one or more of the following: #Node.js, #npm, #React, #Redux, Vue.js, Aurelia, Apache Cassandra, Jenkins CI, #DockerCE, #ElasticSearch, #Kubernetes, or #MongoDB

    Experience migrating AngularJS to Angular

    Experience transitioning AngularJS to other modern JavaScript solutions
    Committer status on AngularJS product

    Configured, installed, & maintained JavaScript applications at scale in a production environment

    Experience tuning JavaScript for reliability & speed

    https://nu.federati.net/url/280588
    In conversation Tuesday, 06-Apr-2021 09:58:40 EDT from nu.federati.net permalink

    Attachments

    1. Now Hiring: Perforce Software, JavaScript Solutions Architect (AngularJS) - Minneapolis, MN
      Role: JavaScript Solutions Architect (AngularJS) Location: Minneapolis, MN, Burlington, MA, Louisville, CO, Alameda, CA or Remote for the Candidate Perforce develops DevOps tools that improve software quality and security as well as team productivity for several of the world's leading companies, such as PIXAR, CD Projekt Red, NASA, Verizon, Honda, NVIDIA. Position Summary: Perforce is seeking an Open Source Software Support Engineer (with deep AngularJS experience) to join our OpenLogic team, responsible for providing support and services on Open Source technologies to our OpenLogic customers. This position will work closely with members from Support, Sales and Professional Services to assist in resolving a wide variety of customer issues. This critical position demands a software engineer with a strong programming skills and some networking capabilities. You would be responsible for ensuring the success of our customers by effectively providing dependable and timely resolutions related to open source software. The ideal candidate is expected to be self-motivated, proactive, results-oriented and able to provide a high level of customer satisfaction through the delivery of world-class technical support service OpenLogic provides enterprise services for hundreds of open source projects, including OpenJDK, Kubernetes, CentOS, and MariaDB. With OpenLogic, teams boost efficiency and reduce risk. Responsibilities: Interact with end users on technical problems Tier 4 support for open source JavaScript products and tangential technologies Drive resolution of those problems, which include: Open source software issues Questions around open source software usage Questions around use and best practices Review of the architecture and design where software is implemented Conduct professional services and training engagements Research, understand, and advocate open source software Interact with various open source communities Drive early resolution of issues Present knowledge via articles, blogs, and conference presentations Requirements: Minimum of 10 years of software development and design, systems administration, or level 3-4 technical support experience Minimum 5 years development, design, implementation, and troubleshooting experience on AngularJS At least 2 years in a senior position ( senior/lead developer, engineer, or software architect) Experience resolving remotely exploitable CVEs and cross-site scripting vulnerabilities 10+ years of hands on experience working with JavaScript technologies: Highly-skilled JavaScript developer with extensive knowledge of theoretical Angular software engineering Strong expertise with HTML, CSS, and writing cross-browser compatible code Understanding of AJAX and JavaScript DOM manipulation Techniques Experience with RESTful services Experience in JavaScript build tools like Gulp or Grunt Familiar with JavaScript testing frameworks Virtualization and cloud experience with qemu/kvm, Azure, AWS, VirtualBox, Vagrant Experience working in production environments, especially enterprise/carrier environments Technical knowledge, skills and expertise in complex infrastructure, web-based software and enterprise software Preference given to candidates with implementation and troubleshooting experience on one or more of the following: Node.js, npm, React, Redux, Vue.js, Aurelia, Apache Cassandra, Jenkins CI, Docker CE, ElasticSearch, Kubernetes, or MongoDB Experience migrating AngularJS to Angular Experience transitioning AngularJS to other modern JavaScript solutions Committer status on the AngularJS product Configured, installed, and maintained JavaScript applications at scale in a production environment Experience tuning JavaScript for reliability and speed If you are passionate about the technology that impacts our day-to-day lives and want to work with people as talented and dedicated as yourself, apply today! www.perforce.com Perforce is an equal opportunity employer. We value diversity and celebrate its strengths.
  14. lnxw48a1 (lnxw48a1@nu.federati.net)'s status on Sunday, 04-Apr-2021 22:33:27 EDT lnxw48a1 lnxw48a1
    I should probably go ahead and close my #Twitter account. I keep saying I'm going to log in again, but I haven't ... partly because they've now made it impossible to use without turning on #JavaScript / #JabbaShit ... together with all the other unpleasing things about the site, I just don't want to deal with it anymore.
    In conversation Sunday, 04-Apr-2021 22:33:27 EDT from nu.federati.net permalink
  15. lnxw48a1 (lnxw48a1@nu.federati.net)'s status on Monday, 08-Feb-2021 21:42:23 EST lnxw48a1 lnxw48a1
    So I took a cursory look around https://dart.dev/ ... I think #Dart resembles #Java ... this may be why it has far less mindshare than #TypeScript and #CoffeeScript among "compiles to #JavaScript" languages.
    In conversation Monday, 08-Feb-2021 21:42:23 EST from nu.federati.net permalink

    Attachments

    1. Dart programming language
      Dart is a client-optimized language for fast apps on any platform
  16. lnxw48a1 (lnxw48a1@nu.federati.net)'s status on Sunday, 07-Feb-2021 13:10:09 EST lnxw48a1 lnxw48a1
    Also on hold:

    I had just started an exploration push with “Deno”:{https://deno.land/} and “JSI/jsish”:{https://jsish.org/} ... but despite being interesting (as interesting as #JavaScript gets, IMO, but with seemingly less of the security nightmare that is Node.js and the NPM package repository), I think it is better to pause it along with the other learning projects.

    #jsi #jsish #deno #node.js
    In conversation Sunday, 07-Feb-2021 13:10:09 EST from nu.federati.net permalink
  17. drak (drak@sn.1w6.org)'s status on Saturday, 23-Jan-2021 17:03:28 EST drak drak
    m3u-Playlist player in Vanilla #Javascript: https://www.draketo.de/software/m3u-player
    In conversation Saturday, 23-Jan-2021 17:03:28 EST from sn.1w6.org permalink
  18. lnxw48a1 (lnxw48a1@nu.federati.net)'s status on Saturday, 09-Jan-2021 23:29:50 EST lnxw48a1 lnxw48a1
    I suppose it could be worse. They could clone #PayPal. It's been a few years since I closed my account, but at the time, #PreyPal used #JavaScript during password change time to prevent you from pasting a password in from a password manager. I can't remember whether they also prevented pasting during the process of logging in.
    In conversation Saturday, 09-Jan-2021 23:29:50 EST from nu.federati.net permalink
  19. Hypolite Petovan (hypolite@friendica.mrpetovan.com)'s status on Thursday, 24-Dec-2020 05:32:31 EST Hypolite Petovan Hypolite Petovan
    I'm definitely jumping on the bandwagon of this hot new #JavaScript framework. #programming #Webdev

    vanilla-js.com
    In conversation Thursday, 24-Dec-2020 05:32:31 EST from friendica.mrpetovan.com permalink
  20. lnxw48a1 (lnxw48a1@nu.federati.net)'s status on Thursday, 03-Dec-2020 17:15:20 EST lnxw48a1 lnxw48a1
    in reply to
    • mangeurdenuage
    It is irritating that so many #socnets think they have to be entirely depending on #JavaScript. Mastodon and #Pleroma both require #JabbaShit before they display anything or have even basic functionality.

    It is bad, anti-human design.
    In conversation Thursday, 03-Dec-2020 17:15:20 EST from nu.federati.net 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.