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/)G
Posts
1
Comments
18
Joined
3 yr. ago

  • Best avoid as this commit had to be made due 0.5.21 not working at all

  • I've also noticed too and they've been showing up on other communities with the flimsiest reasons for why it's been posted e.g. "Oh well I made the slopware while using Linux so that's why I'm posting to this Linux community". Their profiles only contributions are self promoting their slop app and nothing else. Shameless

    Some communities seemed to be fine with those low effort "I made a slop thing/I'm just going to shamelessly promote" though so I think block profile/unsub is the only option.

  • Tauri is a cross platform framework and not something specific to the Linux operating systems as per the first rule of this community

    "Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise."

    Again I might be wrong, and apologies if I am, but the relevance of this post is extremely weak.

  • I might be missing something here but I don't understand what this has to do with the topic of Linux? Sure you can install on Linux, but that's not really a topic about Linux

  • Money for old rope-pilot

  • Microslop has been a rotten cesspool since it's birth. 50 years of consistently fucking over it's customers, then promising to change followed by more screwing so please forgive me when I say to this Don't... Talk ... Shit ...

  • Man alive. Play a record

  • Deleted

    Permanently Deleted

    Jump
  • Have used Linux for work (desktop and server) for 15+ years. At home I've got Linux for my servers but desktop had stuck to windows because of gaming and audio production software.

    The experience in gaming is amazing now on Linux for me and while audio is still quite iffy it's workable.

    I have never liked Microsoft so binning them off at home completely is something I've always wanted to do

  • They look delicious!!! Great job. Bet they're wonderful with a good schmear

  • I see this said about the 90s all the time but really this is not true. In the 90s there was (not an exhaustive list)

    • First Gulf War
    • Yugoslavia war
    • Rwandan Genocide
    • Oklahoma City Bombing
    • Columbine Massacre
    • Los Angeles Riots
    • The Fall Of USSR (while on one hand a good thing it also cause so much economic decline, hunger, and excess mortality in the millions to many former bloc countries)
    • Somalian War
    • US 1990 recession
    • 1997 Asian Financial crisis
    • Dot com bubble
    • Hurricane Andrew
    • 1999 İzmit earthquake

    It's very common when asking any person what was the best period of time for the world for their response to be a period of time their formative years were.

    The reality is history is full of horrid horrid things and nostalgia is a follie that'll trick your mind.

  • Ah yes a quote about beginners rapidly gaining beginner gains by practicing really does apply to a group of professionals trying to do their job in a business /s

    It's shocking the amount of morons people trying to do their job have to deal with nowadays. I'm sorry you have a colleague with the critical thinking ability of a punch drunk.

  • I would love to learn to not worry, stress and ruminate about every little thing ever

  • If it was me personally I would just test the handlers separately rather than scaffolding the router entirely.

    Either way, I suggest looking into using the standard lib http/httptest https://pkg.go.dev/net/http/httptest

    Here's an snippet example of testing a handler

     
        
    req, err := http.NewRequest(http.MethodGet, "/health", bytes.NewBuffer([]byte{}))
    if err != nil {
        t.Fatal(err)
    }
    
    rr := httptest.NewRecorder()
    handler := http.HandlerFunc(srv.HealthCheckHandler)
    handler.ServeHTTP(rr, req)
    
    if rr.Code != http.StatusOK {
        t.Fatalf("expect HTTP response code %d, got %d", tt.expectHttpCode, rr.Code)
    }
    
      
  • Pizza @lemmy.world

    Homemade pepperoni, red onions, jalapeno, mozzarella

  • It's not quite as simple as that and there are other growing conditions that are required. If we take Arabica, it requires a very small window temperature window, sunlight but not so much it scorches the plant, a particular pH of soil, and consistent rainfall.

    Climate change brings unpredictability to growing conditions so even if you had to move where you grow it, it won't necessarily mean it'll grow well. Plus different locations can bring on new diseases for the (coffee has its fair share of diseases to combat with) and so new varitals would need to be selected which is no simple task.

    As the article points out, coffee is notorious for being fussy when growing it.

  • Can confirm it definitely works!

  • I wonder if you can still have syncthing on Android just by using Termux, installing from the package manager (looks like syncthing is available) and installing Termux on boot app add on to keep syncthing running no matter what.

    Obviously not as convenient but potentially a workaround

  • Happy Endings