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
4
Comments
216
Joined
2 yr. ago

  • Looks to me like you swapped at the end. Try printing it face down first the black lines and then the white around it. You get a really cool flat surface.

    You need to subtract the lines from the white form. Make sure your z hop is higher than 2 layers.

    Also keep the bed heated while switching filaments and KEEP THE MOTORS RUNNING.

  • So in German we have these weird symbols: äßöü one of them is even in my name. In my opinion they are not necessary and cause more trouble that they are worth.

    UTF 8 has alleviated some of the pain. However I still regularly find documents encoded in old character encodings and I have to manually fix all these accents.

    I also have one of them in my name. In the past in school a SYS-Admin entered my name with an ö instead of the alternate form oe. All was fine. I was about 13yo, so I had no idea about backups and didn't care. I stored all my files on their NAS. One day they had drive failures and could recover all data except from students with accents in their name. I don't know what shitty software they used but I am still annoyed at this.

    We also have das,dass which I always get wrong while writing texts.

    There are some good things. The time forms can be pretty fun to use.

    All in all German is a 6/10 for me could be better could be worse.

  • 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.