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/)CO
Posts
0
Comments
375
Joined
5 yr. ago

  • Something which notifies you whenever a new comment or reply is made to a selected post/comment, so that you can keep track of any new conversation.

    Something like this would be awesome as a core Lemmy feature IMO. It would essentially turn a post (or maybe any comment tree?) into a matrix style room. Lemmy is actually decent for long term discussion (e.g. helping someone with a problem), but not if there are more than two people involved.

  • I'd probably:

    1. make sure it can be reliably reproduced using something like systemctl suspend
    2. try swapping the cables and see if it still happens on the same screen, or the same port
    3. look at journald/dmesg output for the period from suspend to resume

    When the screen fails to wake, are you able to get it back by powering it off, or by unplugging it? Is it X or wayland?

  • Related stories:

    Fewer international students to study in Canada over next two years

    Fewer international students in the fall could impact Maritime work force

    Maritime universities, students, governments share concern after Ottawa unveils plan to cap student visas

    Also I can't seem to find a link to the actual survey, but:

    The survey also shows 61 per cent agree so many international students are being admitted into Canada due to mismanaged finances by post-secondary institutions in the country.

    This sounds like a bullshit survey question. This article is all survey and zero data.

  • There's actually not that much autotools jank, really. There's configure.ac and a few Makefile.am. The CMakeLists.txt in the root is bigger than any of those files.

    There's also some stuff from autotools archive in m4/. IMO that's a bad practice and we should instead be referencing them as a build dependencies.

    I'm not convinced this backdoor would have been significantly more difficult to hide in the cmake code.

  • If you stop shipping autotools generated artefacts in your tarballs, things will be a lot simpler.

    Weirdly enough the malicious code does look eerily similar to the benign code, because both are unnecessarily obfuscated.

    This is not a human written or readable file you're talking about. It's a generated script.

  • I agree. I think it's the actual sense of community that you need. It's the reason I can play rec sports or the pub quiz and it's not constantly ruined by assholes.

    You can't have a sense of community with hundreds of thousands of people in the same queue to play a game.

  • Many of the files have been created by hand with a hex editor, thus there is no better “source code” than the files themselves.

    I don't buy that. There would have been some rationale behind the contents that could be automated, like "compressed file with bytes 3-7 in the header zeroed".

    You also probably don't need these test files to be available in the environment where the library itself is built. There are various ways you could avoid that.

    I do agree about the autotools stuff though.

    Minor differences in those files are perfectly normal as the contents of them are copied in from the shared autoconf-archive project, but every distro ships a different version of that, so what any given thing looks like will depend on the maintainer’s computer.

    This seems avoidable. We shouldn't be copying code around like that.

  • They are actually not that much bigger or different from mobile or game console GPUs, they just have a lot of cooling bolted to them. The cooling allows them to sacrifice efficiency, to be more power hungry and more powerful.

  • Hi, This is a high priority ticket and the FFmpeg version is currently used in a highly visible product in Microsoft. We have customers experience issues with Caption during Teams Live Event. Please help,

    Use -data_field first as decoder option in CLI. Default value was changed from first to auto in latest FFmpeg version. Or modify AVOption of same name in API for this decoder.

    Thanks @Elon for the reply, This is the command we are currently using: ffmpeg.exe -f lavfi -i movie=flvdecoder_input223.flv[out+subcc] -y -map 0:1 ./output_p.srt

    I will be looking to see any updates in the FFmpeg documentation. Can you please elaborate and provide pointers the right decoding options or the right FF command er can use. Thank you!

    ffmpeg.exe -data_field first -f lavfi -i movie=flvdecoder_input223.flv[out+subcc] -y -map 0:1 ./output_p.srt

    Got that's fucking brutal. This isn't even asking them to fix a bug, it's just basic help-desk shit.

    I'm sure Microsoft has some good devs that are a net benefit to the open source projects they use, but this is not one of them.