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/)FX
Posts
6
Comments
108
Joined
2 yr. ago

  • It works between android and any linux distro through kde connect. It let's me do more than just clipboard sharing. e.g.: I could remote control my laser engraver through it.

  • Vertical integration and progressive company are good for Apple but for the consumer they are irrelevant I think.

    Security is ok, privacy must be a joke, siri is listening, just like google. You have to be logged in to install an app from the store etc...

    Pretty limited ui. Some might like it, some may don't, but they can't change nothing.

  • Thanks for the question. GraphQL works with multiple languages, Cuple works only with Typescript. Despite this drawback this also gives you some advantages:

    • The Request and Response types are auto-inferred from the endpoint you write
    • Because the types are in Typescript you don't need to generate a client, you just simply use it with @cuple/client and get instant feedback.
    • You don't have to learn another language. It's just typescript.

    Practically it means less boilerplate and it let's you focus on the feature you write. Cuple is also not a query language, you get what the server sends you, it's more likely a type-safe FFI binding. With Cuple you can build a REST API, or anything similar to that with HTTP method, header, path, query, body, and you can use it type-safely.

  • Afaik, most phones are backdoored that can be abused using tools like "pegasus" which led to a huge indignation in Hungary. I don't belive PCs are exceptions. Intel ME is a proprietary software inside the CPU, often considered as a backdoor in Intel. AMD isn't an exception. It's even weirder that Intel produces chips with ME disabled for governments only.

  • Try donating projects you would like to use. If your adobe subscription amount is going to gimp and inkscape, you are buying yourself into the future of freedom. If you buy adobe, you will limit yourself more and more.

  • Thanks, I forgot to mention but that's what I do now. My problem with this is that I would like to make a plugin that makes sense only for me and not for the other users. I could maintain my personal fork though.

  • Using your own device is good and comfortable. I always hated companies that wants to force windows laptop or macbook on me. I suggest compell them for their tech choice or consider leaving that company and searching for a better one that supports libre software. I know it's hard but there are some areas like web development, which usually lets you use linux.

  • I bought pads as well but the original ones didn't break. I wanted to replace them with my new one, however i found the new one is more stiff while the original is soft that components can sink into it. I didn't know that it's a thing. So i kept the original. (If anybody is interested there were 0.5mm and 1mm pads on the cooler.)

  • Honestly, I don't get it.

    Is it about the syntax sugar? Would you like to use callbacks instead?

    Async programming is when you achive concurrency even with one thread. It's needed. There's no alternative to this.

  • Some distros do not include all supported device firmware in the base system. You have to determine your wifi adapeter and install the firmware for it. You may want to use usb tethering from your phone for that.

  • I made a home inventory management software, because I don't have much space in my flat, so I track every single piece of the compressed pile of boxes; with qr codes on them.

    It's a very simple app but you should have a printer to print qr codes for the boxes.

    The documentation lacks some detail, so ask anything about it, if you want to try it.

    https://github.com/fxdave/DavidHomeVentory

    EDIT: yeah I didn't update the readme. The installation may not work. So tell me if you want to give it shot.

    It looks like this in action btw: