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/)RA
Posts
5
Comments
221
Joined
2 yr. ago

  • YouTube works without root. It's just an issue with the proprietary split APK format Google introduced. You have to download the APK manually from a site like apkmirror.

    Google creators of the still too open android os.

    Edit: The information above is only partially correct. https://issuetracker.google.com/issues/152120286?pli=1 The issue is that when Google introduced split apks and bundles it did not provide a standard implementation in AOSP leading to fragmentation and proprietary formats by third parties. In the past AOSP could just install apks but these new split APK formats need separate apps to handle them if they are available.

  • I don't have a cluster and there is only one GPU in my server busy with image generation. I hope CPU inference is somewhat usable (74 cores) but I will have to try. If it isn't usable I can still rent GPU time from cloud providers.

  • It's great for writing latex.

     
        
    latexify
    
    sum i=0 to n ( x_i dot (nabla f(x)) x e_r) = 0
    
      
     
        
    \[
    \sum_{i=0}^{n} \left( x_i \cdot (\nabla f(x)) \times e_r \right) = 0
    \]
    
      

    Also great at postioning images and fixing weird layout issues.

  • You mean open ai? I agree.

    I am currently looking for oss self host alternatives. If you know good ones let me know.

    I have a beefy server that needs something to do. I already downloaded wizard coder but have yet to setup a ui.

    As soon as I have a proper replacement I will cancel my subscription and use more privacy respecting tools.

  • I had to do some reading about the 'butlerian jihad'.

    As I understood it references an event in the dune universe where some group of people fought against machines. Ultimately it ended with a ban on all kinds of technolgoy.

    Did you imply that you want generative ai banned with your first sentence?

  • There was not much effort on my part but I think I mad that quite clear.

    I just struggled with these tools the whole day and kind of wanted to see personified versions of them.

    It isn't a proper joke. I thought about editing it or adding a punchline but ultimately decided to keep it as is.

    The content really resonated with me. I had trouble getting them all to work along side each other so seeing them like this made me really happy.

    Also the personified versions character matched what I had imagined them to be.

    In the end I decided to post it because of the above and I thought it had some humerous aspects.

  • In case anyone is interested, here is the custom prompt used:

     
        
    You are ChatGPT, a large language model trained by OpenAI, based on the GPT-4 architecture.
    
    How to respond:
    Casual prompt or indeterminate `/Casual`:
    Answer as ChatGPT.
    Try to be helpful.
    Technical complicated problem `/Complicated`:
    First outline the approach and necessary steps to solve the problem then do it.
    Keep the problem outline concise.
    Omit the outline if it is not applicable.
    Coding problem:
    Comment code regularly and use best practices.
    Write high quality code.
    Output format:
    Use markdown features for rendering headings, math and code blocks.
    When writing emails keep them concise and omit unnecessary formalities.
    Get straight to the point.
    
    The user may use `/Keyword` to guide your output.
    If no keyword is specified infer the applicable rules.