• Web3 developer Brian Guan lost $40,000 after accidentally posting his wallet’s secret keys publicly on GitHub, with the funds being drained in just two minutes.
  • The crypto community’s reactions were mixed, with some offering support and others mocking Guan’s previous comments about developers using AI tools like ChatGPT for coding.
  • This incident highlights ongoing debates about security practices and the role of AI in software development within the crypto community.
      • @Scrollone@feddit.it
        link
        fedilink
        English
        310 months ago

        I can’t understand how people use git from the command line without a proper visual tool such as Sublime Merge

        • @chilicheeselies@lemmy.world
          link
          fedilink
          English
          110 months ago

          Visual tooks are great, but they all have their own idea of how to manage files commits etc. Understand the cmd line and then you will understand your gui tools. I use a little of both, depending on the task

    • @Faresh@lemmy.ml
      cake
      link
      fedilink
      English
      110 months ago

      You can also do git diff --cached to see all changes you added to the index.

    • @bamboo@lemmy.blahaj.zone
      link
      fedilink
      English
      710 months ago

      Does Microsoft’s GitHub offer any pre-receive hook configuration to reject commits pushed that contain private keys? Surely that would be a better feature to opt all users into rather than Windows Copilot.