631 Matching Annotations
  1. Mar 2021
    1. No worries, thanks for getting back to me and working with me on this. You didn't hurt us, there's no hard feelings. I think Hypercable is a cool project demonstrating some interesting tech :) We use AGPL to protect us from large corproations but if our code gets relicensed by somebody else under Apache, then we lose the protections. I hope you understand.Yes, the AGPL license is designed to be viral in this sense. If any AGPL code is used in a project, the whole project must be open sourced under the AGPL license. It's much more strict than MIT/Apache.This is what protects us from large corporations, for example Google has a policy to never use AGPL licensed code in their projects because it would force them to open-source their projects.> Once I have removed the references to AGPL v3, can I then change my project to another open source protocol, such as Apache v2 or MIT?Yes. For now you can change the project over to AGPL by just pushing a new license to the repo. Once you feel like your product is unique enough, doesn't look like Plausible, and doesn't use any of our code, you can change back to MIT/Apache. But when changing from AGPL to MIT/Apache, you need the permission of all the collaborators of the project.So, if during the time it's AGPL you accept any PRs or contributions, the contributors become copyright owners along with you and their written permission is required to change the license back.You can bypass this by not accepting any contributions while it's AGPL, or accepting contributions only with a Contributor License Agreement that signs the copyright of the contribution itself over to you. That way you remain the sole copyright owner and are free to change the license without anyone's permission.I hope this clarifies things a bit. We believe in using AGPL and recommend it, especially if you want to make money with your project. But you are the boss of your own project :)

      Plausible CEO's reply on AGPL license

    1. have no operations or business plan other than to acquire a private company using the money raised through an IPO, thereby enabling the latter to go public quickly.
  2. www.ventoy.net www.ventoy.net
    1. Ventoy is an open source tool to create bootable USB drive for ISO/WIM/IMG/VHD(x)/EFI files.

      With ventoy, you don't need to format the disk over and over, you just need to copy the ISO/WIM/IMG/VHD(x)/EFI files to the USB drive and boot them directly.

    1. Check out Harvard Business Review’s “Bizspeak Blacklist” for the most common offenders including words and phrases like “synergy”, “value-add”, and “operationalize”.
    2. Help your team write for an async-first style, using our guides on Writing Tips for Remote Workers (And Everyone Else), and How to Create Healthy Group Norms for Team Communication.
    1. Those best-positioned to outperform in the long run will have the capacity to innovate and reinvent around new business models that combine both human and technological capabilities.  
    2. By setting extraordinarily ambitious goals, leaders encourage their teams to break existing mental models and reimagine their business—thereby increasing the odds of identifying the growth opportunities required to outperform in the future.  
    1. 3⃣️查看地图是否切换至国际版

      查看地图是否为海外地区,只要点开地图右上角的小 i 看提供者是不是 tomtom

  3. Feb 2021
    1. You can now create workflows that are manually triggered with the new workflow_dispatch event.
      on: 
        workflow_dispatch:
          inputs:
            logLevel:
              description: 'Log level'     
              required: true
              default: 'warning'
            tags:
              description: 'Test scenario tags'
      

      Use inputs in the job

      jobs:
        printInputs:
          runs-on: ubuntu-latest
          steps:
          - run: |
              echo "Log level: ${{ github.event.inputs.logLevel }}"
              echo "Tags: ${{ github.event.inputs.tags }}"
      
    1. 7. Park a command. Ctrl-q "parks" the command you're currently typing and takes you back to the prompt, letting you start over and type another command.
      • Alt-? - Show which command
      • Alt-h - Show man page of current command
    2. 5. Perform calculations from the command line like a calculator.

      zcalc

      • The result of the calculation on the line preceded by 4> is available as $4.
      • The constants PI (3.14159...) and E (2.71828...) are provided.
      • The variables ans (the last answer) and stack (the stack in RPN mode) may be referred to directly; stack is an array but elements of it are numeric.
    1. git log --graph --abbrev-commit --decorate --all --format=format:"%C(bold blue)%h%C(reset) \ - %C(bold cyan)%aD%C(dim white) - \ %an%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n %C(white)%s%C(reset)"

      git log graph

    1. 先拿到这个项目的 actions id (需要自行申请 token) curl https://api.github.com/repos/yihong0618/blog/actions/workflows -H "Authorization: token d8xxxxxxxxxx" # change to your config

      workflows.node_id

    Tags

    Annotators

    URL

    1. While a program icon is selected, press Ctrl + Shift + Enter,

      .c1

      Ctrl + Shift + Win + Number to launch the programs pined in the task bar in admin mode.

    1. Don't go around saying{-- to people that--} the world owes you a living. The world owes you nothing. It was here first. {~~One~>Only one~~} thing is impossible for God: To find {++any++} sense in any copyright law on the planet. {==Truth is stranger than fiction==}{>>strange but true<<}, but it is because Fiction is obliged to stick to possibilities; Truth isn’t.

      .example