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/)H
Posts
1
Comments
11
Joined
9 mo. ago

  • It uses Gemini on web or else it gets the hose again.

  • That chars() call hides a lot of complexity, but also even that might not be correct depending on what exactly you mean by “reversing a string”.

  • Thank you for watching the video and answering the question that I had from just reading the title.

    Reversing a UTF-8 string is super hard in any language, rust doesn’t really make it that much harder.

  • Just an ad article. "Did you also encounter skill issues while building web applications? Try my platform."

  • but how many COMEFROMs are there

  • imagine the diffs

  • Uninitialized automatic variables. E.g. (in C/C++):

     cpp
        
    int get_time() {
      int time;
      syscall(/* something that fails */, &time);
      return time;
    }
    
      
  • probably the worst option for a library

    Even worse than returning garbage? :)

  • Programming @programming.dev

    Handling of unlikely syscall errors