Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)GW
Posts
14
Comments
243
Joined
2 yr. ago

  • They definitely do a risk assessment on the possible costs of announcing a breach vs the costs of hiding one. I've seen a talk where it was pointed out that one of America's biggest vulnerabilities in its tech sector and general cyber infrastructure is the fact that companies are not legally obliged to announce a leak when it happens.

  • I'd like to add that Wikipedia itself, while an amazing resource, can be full of propaganda. I came across a page for an international organisation against chemical warfare and went to the edit history. Sourced additions regarding complaints by scientists on the ground in Syria that their findings were being completely misrepresented to show Assad was using chemical warfare were consistently scrubbed without any reason given.

    It's funny that I was actually looking at that page randomly while considering how to code a tool that would highlight the most recent (and therefore unreviewed) edits on wiki. I got the idea from a Defcon talk on how to counter and deal with misinformation. It's ironic that in this instance, it was the more established editors that were propagating misnformation.

  • I accidentally deleted my root directory then botched the backup of my home directory by failing to copy my config files over then failed to check that before overwriting the SSD with my backups on it. I have learned many hard lessons today.

  • Really? I had an app that would autogenarate time sheets for work in Google Sheets. I decided to minimise API calls by doing a single call to Google Drive then parse the HTML and reupload. Not a big Python project but ChatGPT hit a wall pretty fast on that one. Though, tbf the documentation was suprisingly opaque so I suppose that goes back to your point.

    That project also produced my finest pile of spaghetti code since I had to account for stretched cells in the HTML parsing. I still have a piece of paper with my innumerate math scribbles. The paper makes sense to me. The code does not.