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/)HU
Posts
0
Comments
213
Joined
2 yr. ago

  • I don’t think it is fear. We are transitioning our decades old software to .net 6 right now. It will approximately take a full year (we are about halfway done) since we use WPF, WCF and a lot of Windows native APIs. And in the end we will be on 6-windows and not the cross platform sdk since we can not get rid of WPF without major UI rewrites.

  • My job requires me to work 7h a day. When I am working from home I will probably work 6h-6.5h since I will take two 15 minute breaks but otherwise there is nothing to distract me. If I work from the office however that number easily drops to 4.5-5h since I will be interrupted all the time by various issues and also just take more breaks due to others taking them as well.

    Edit: I don’t really know how it is to work from a hole, but I know how to work from home

  • Almost all popular applications on flathub come with filesystem=host, filesystem=home or device=all permissions

    So if I checked the permissions with flatseal and that statement isn’t true for any of my flatpacks…where do we go from here?

  • I mean the user initiates the login flow and gets the token, why does it matter how many users Relay has?

    In order to make requests to reddit's API via OAuth, you must acquire an Authorization token, either on behalf of a user or for your client

    Maybe I am misunderstanding how API pricing for reddit works though. Do they count it against the app id and not the user?

  • Apps that make fewer than 100 queries per minute using OAuth authentication

    This is what Reddit allows for free, why is Relay asking for 1$ when using 50 queries a day?

    Edit: Nevermind, reddit apparently counts access against the app-id and not the logged in user. So this would only work if you could use your own app-id within Relay which isn’t possible.