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/)GH
Posts
3
Comments
419
Joined
2 yr. ago

  • That one seems to only do remote streaming over network. Droidcam can be used over a USB connection as well, which works much more reliably (than the wireless version of droidcam, at least) in my experience.

  • Your script uses gh, which I think is the github cli, to clone a repository.

    It would be easier for most people to just do a git clone git@github.com:umlaeute/v4l2loopback (or git clone https://github.com/umlaeute/v4l2loopback). I don't really understand why you'd use gh for something as simple as a clone tbh.

  • Oh that's weird, I can see your replies just fine.

    Then the interesting question is: Do tax auditors accept that if you claim a deduction for a cost where a receipt was not rendered?

    I believe a bank transaction can also function as a receipt in that regard, but I'm not super sure about that.

    And yeah, PIN in the Netherlands is actually a different thing. As I said in another reply, it's the branded name of the technology used (or something like that). It's been replaced nowadays, but that PIN logo and pinnen as a verb used to be absolutely everywhere.

  • They used to be blue with PIN on it, but that hasn't been a thing for quite a while I think.

    The reason for that was that in NL, PIN was actually the brand name of the technology used for payments back then. But this has been replaced by Maestro and V-pay, who now process their payments through currence I think.

  • (I don't like this kind of data collection either fwiw, not trying to defend them or anything)

    On Android at least, device id's are unique per app, and reset when you reset your phone to factory. In theory they can't use this data to cross-track you personally, since every service that uses a device id has a different one for the same user.

    They can probably still build up a pretty accurate profile of you based on other data they collect though.

  • If you just want it to auto-start at login, you could create a symlink from the .desktop file to ~/.config/autostart.

    Something like ln ~/.local/applications/spotify.desktop ~/.config/autostart (or ln /usr/share/applications/spotify.desktop ~/.config/autostart if that's where it installed to).

    I believe most DE's will pick this up automatically.

  • Firefox also has a built-in list of user agent overrides for websites that don't work on Firefox for no reason.

    You can create an issue here, and maybe they'll fix it at some point. Not sure what the normal turnaround is for fixes like this though, could take a while.

    You can see the list in about:compat btw

  • Should be pretty easy to test, just run a GPU benchmark for a while and see when it fails. Ideally on an os where the drivers are known to work well though, which unfortunately is pretty much just windows

  • If you tried running it outside steam through wine, you should try again using GloriousEggroll's wine instead of default.

    Wine isn't really made for games and (iirc) doesn't include support for a lot of commonly used graphic/audio api's, which GE's version does.

    Or if it is through steam and it still didn't work correctly, you could try his version of proton. It gets more frequent updates and some other fixes as well.

    Or you really just found a game that doesn't work under proton, in which case you could open an issue so they can fix it at some point