532
  • 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.
you are viewing a single comment's thread
view the rest of the comments
[-] darklamer@lemmy.dbzer0.com 372 points 3 weeks ago

The developer said he forgot that his secret keys were in the repository.

If you have your secret keys in your repository you've already fucked up, long before you accidentally make that repository public.

[-] BrianTheeBiscuiteer@lemmy.world 92 points 3 weeks ago

One of the first things you should do in a repo is add a .gitignore file and make sure there are rules to ignore things like *secret* or *private* etc. Also, I pretty much never use git add . because I don't like the laziness of it and EVERY TIME one of my coworkers checked in secrets they were using that command.

[-] JimmyMcGill@lemmy.world 15 points 3 weeks ago

I basically always do a git add -p

Very useful command and it works with other git commands as well.

Everytime a colleague asks me for help with git that’s the one rule I suggest them to use.

[-] kambusha@sh.itjust.works 4 points 3 weeks ago
[-] PumaStoleMyBluff@lemmy.world 10 points 3 weeks ago

Instead of just adding whole changed files, it starts an interactive mode where it shows every hunk of diffs one by one, and asks you to input yes or no for each change. Very helpful for doing your own mini code review or sanity check before you even commit.

[-] iegod@lemm.ee 4 points 3 weeks ago

I use vscode with plugins and manually add my files now. The workflow is beautiful.

[-] PumaStoleMyBluff@lemmy.world 2 points 3 weeks ago

If you ever Stage Selected Range in VSCode, that accomplishes basically the same thing as git add -p!

[-] JimmyMcGill@lemmy.world 3 points 3 weeks ago

That’s exactly why I do it

The s option is very useful to split the chunks.

load more comments (17 replies)
load more comments (34 replies)
this post was submitted on 07 Jun 2024
532 points (98.4% liked)

Technology

55690 readers
3594 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS