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/)WE
Posts
0
Comments
2,104
Joined
2 yr. ago

  • I agree with what you're saying, that the attack didn't require any data breach to take place, but I do have one slightly pedantic point.

    Codeberg being non-profit does not make the employees "volunteers". They are normal employees and take a wage like working for any other company. What's different is that any excess revenue over costs must be used to continue the company's objectives and is not able to be taken by the company owners as profit.

  • Permanently Deleted

    Jump
  • The best gifts are ones where they've anticipated your needs, wants, or desires. These are exceedingly rare though, and are never found in a last minute dash to wherever is open.

    My brother, sister, and I have a deal. No fixed date gifts, but you don't need an excuse to get someone a gift when you've got a good idea.

    • US put up tariffs
    • Chine put them up in response
    • They now both drop them for 90 days

    Nothing has been achieved.

    What goal are we closer to? What does Trump want to get out of these negotiations?

  • Fine, but I hope you're taking a few seconds to understand why the error message you received came from the the syntactic mistake you fixed.

    A single Vs double quote mistake should be 5 seconds from error message to fix, with a thought process like:

    • "Unable" is illegal key-word on line 163
    • Go to line 163 - "Unable" is the first word of a string...oh the previous string must not be closed correctly.
    • Find previous string on line 154. There it is - the wrong quote mark.

    If you don't learn what the error message is telling you, you will be forever doomed take time to cut'n'paste code into an LLM. It might save you time today because that thought process takes you 2 mins not 5 seconds, but that's not the level you want to stay at.