18 Matching Annotations
  1. Jun 2023
  2. Apr 2023
    1. Data Centers42Node Providers79Subnets36Active Nodes549Boundary Nodes16CPU Cores32,760Memory1.068PBAvg DC Nodes13 (7.7%)Avg Node Cores60Avg Node Memory1.94TBSimulationCountryDCsNodesUSA18398Switzerland8168Singapore370Slovenia367Belgium364Japan364Germany256Romania128France126

      Data Centers 42 Node Providers 79 Subnets 36 Active Nodes 549 Boundary Nodes 16 CPU Cores 32,760 Memory 1.068PB Avg DC Nodes 13 (7.7%) Avg Node Cores 60 Avg Node Memory 1.94TB Simulation<br /> Country DCs Nodes USA 18 398 Switzerland 8 168 Singapore 3 70 Slovenia 3 67 Belgium 3 64 Japan 3 64 Germany 2 56 Romania 1 28 France 1 26

  3. Mar 2023
    1. minor vulnerabilities in smart contracts can and often lead to massive, irrecoverable losses for users.

      bold quotation

  4. Jan 2023
    1. my idea is we let people take photos of their bank notes and store their own reserves, let the blockchain be a 50% hedge that the money doesn't really exist, ask everyone to deposit cash at random points and places to keep them more honest

    1. The Employee Navigator team does not access data provided by licensees through administrative and support activities unless explicitly requested by the customer. Employee Navigator does not perform any data classification on behalf of licensees. All licensee data is classified equally as sensitive. Employee Navigator does not share customer data stored in Employee Navigator with external third-parties, unless requested by the customer or required by law.

      white label of a white label of azure from the looks of it?

    1. ApisCP's adaptive firewall activates by protecting all facets from WordPress to SSH for added peace of mind. This is a multi-tenant platform in which each account is partitioned from one another and may be optionally controlled via resource enforcement. 1-click installation and automatic updates are provided for WordPress, Discourse, Ghost, Drupal, and Laravel.

      This application includes a 30-day Pro license to use ApisCP. After 30 days, your server will continue to protect itself against malicious activity as well as host your sites, but you won't be able to access your panel.

    1. Installation is not as simple or as easy it may seem. This is why DIY/backyard mechanics and even professional mechanics (who are not familiar with these cars) will bend/break the tensioner bolts and brackets. There is NO NEED to force or bend the tab next to the adjustment nut when you install the alternator. Simply loosen your tensioner bolt all the way (not included in this listing, but available from this seller for purchase separately), back out the tensioner bolt completely, then tilt the tensioner screw upward at a 45 degree angle, move it back slightly and you can remove it with ease. To install your alternator, make sure you have a washer behind the tensioner screw, then slide your alternator into the bracket, then partially insert the tensioner bolt with the thin section pointed at about the 11:00 position, then insert the spacer nut between the alternator and the bracket (which you should have from your old bracket --- if not I have some for sale) and then slide the rest of the tensioner bolt through the bracket. Insert a wide washer on the back of the bracket along with a wavy lock washer and nut, but keep them loosely threaded on. Do not tighten all the way at this point. With the other long bolt loosely threaded into the engine block bracket, and alternator inserted, then carefully (and slowly start the threads by hand into the tensioner bracket until a few threads grab. Now you can put your alternator belt(s) back on and tension them accordingly. You should not have to force the belts on or force the tensioner adjustment if you keep the hardware loose. Only fully tighten the hardware once the belt is tensioned. NOTE: the belt cannot be tensioned with the alternator bracket hardware tight! Doing so will cause your tensioner bolt to bend and/or the threads to strip.

  5. Feb 2022
    1. array_zip(array<T>, array<U>, ...): array<struct<T, U, ...>>Returns a merged array of structs

      should read arrays_zips plural zips as in query example

      alternative description: a recursive flatten and merge

  6. Jan 2022
    1. Serverless Framework Used By 90% of Serverless Apps.Datadog – State of Serverless Report

      Note: datadog.com states that 'Our investigation focuses only on CloudFormation usage' https://hyp.is/dHcJ5ncoEeygdSfTOoYbmw/www.datadoghq.com/state-of-serverless/

    1. Our investigation focuses only on CloudFormation usage

      Note: serverless.com states Serverless Framework Used By 90% of Serverless Apps.Datadog – State of Serverless Report

  7. Dec 2021
    1. Data scientists can achieve 20x faster performance than ODBC and JDBC through Dremio Cloud’s Arrow Flight interface.

      The Tableau connectors are still ODBC and JDBC, so this sentence about Data Scientist users connecting via Arrow is a bit misplaced.

    1. This is Mode's page for its "Helix Data Engine." It contains a video which has screenshots of the SQL editor showing 258MB worth of data 3.5MM rows returned in 2m44s which is slow. They state a 10GB max for in memory work. Their slogan in SQL format shows as SELECT * from data_science JOIN business_intelligence LIMIT 10000000. Their SQL editor has SUM appearing as an auto complete within a GROUP BY statement. Their interactive chart builder appears to be about as good as Excel's bar chart builder.

  8. Aug 2021
  9. docs.codemagic.io docs.codemagic.io
    1. $0.038 / minute

      54.72 per day compared to about 27 per day for AWS

  10. Mar 2020
    1. front bumper and headlamps

    Annotators

  11. Feb 2020
    1. Review the comments and examples in the sample file within Hyperledger Fabric repo referenced below.

      In brief, yaml anchors are defined starting with & and later on they are referenced via duplication using <<: * followed by any modifications thereto. The Profiles section ties together all the previous sections' definitions (those often labeled as defaults) to produce unique profiles for generating the orderer genesis block a.k.a. the configuration. That's the main purpose of profiles. The SampleSingleMSPChannel example you give is similar to the SampleSingleMSPChannel example which "defines a channel with only the sample org as a member. It is designed to be used in conjunction with SampleSingleMSPSolo and SampleSingleMSPKafka orderer profiles. Note, for channel creation profiles, only the 'Application' section and consortium name are considered." This means that the MSP format is a special case of a type of profiles.

      The sample https://github.com/hyperledger/fabric/blob/master/sampleconfig/configtx.yaml looks identical but lists a single organization.

         SampleSingleMSPChannel:
              Consortium: SampleConsortium
              Application:
                  <<: *ApplicationDefaults
                  Organizations:
                      - *SampleOrg
      
      1. What is the role of Consortium?
      • It combines two or more organizations together and assigns them access controls as a consortium that can be modified or revoked without requiring their approval (depending on how your administering things, you may want some of the member orgs to be admins, also).
      1. Can a Consortium entity would have peer nodes running for it's own?
      • No the orgs will each have their own peer nodes and I do not think they are identified as being a consortium when contributing proposals/transactions. However, the proposals/transactions will be targeted to a specific channel whose config is defined as being the channel for consortium A.
      1. If yes, how to configure in this yaml file?
      • To run a distinct node you would need to manually create a third "organization" named pseudoOrgConsortiumOrg1Org2 and run its own peer node, join it to the network as an organization, then give both Org1 and Org2 the key, thereby making it a non-unique node.
      1. What is the meaning of <<: line?
      • see summary, other responses... yaml reference to an anchor (&) defined as a default
      1. What is Application in this context?
      • "resources" that include functions on system chaincodes (e.g., "GetBlockByNumber" on the "qscc" system chaincode) or other resources (e.g.,who can receive Block events)., see the ApplicationDefaults portion of the sample
      1. Can I define multiple profiles in this yaml file?
      • yes, that's the point