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/)L
Posts
0
Comments
11
Joined
3 yr. ago

  • You can already get a taste of the future with this finetune: https://huggingface.co/TheDrummer/Rivermind-24B-v1

    Here is a small snippet from their description:

    Why Rivermind 24B v1? While other AIs struggle with basic tasks, Rivermind 24B v1 handles complex queries with the precision of a Dyson vacuum cleaning every last speck of dust. It’s not just an AI—it’s your future, optimized.

    Ready to upgrade? Try Rivermind 24B v1 today and experience the difference—because tomorrow’s AI is here, and it’s powered by Intel’s cutting-edge processors. 🚀

  • The --rotate normal,inverted,left,right does not work, but you can use the transform option to achieve the same effect. To create the transformation matrix you can use something like: https://angrytools.com/css-generator/transform/

    • for translateXY enter half the screen resolution
    • don't copy the generated code, it has the numbers in the wrong order just type out the matrix row wise.

    The final command looks like this:

    xrandr --output screen-1 --transform 0.87,-0.50,960,0.50,0.87,540,0,0,1

    To restore the original use (type this in first, because if you screw up you might not be able to see anything anymore):

    xrandr --output screen-1 --transform 1,0,0,0,1,0,0,0,1

    I tested it on x11.

  • How can you do fractional rotation? Does it only work with x11 or is it also supported in wayland?

  • Here is a gray scale version of the image with better contrast.

  • You missed one C✝

  • Don't forget everything is better with Rust.

  • Hi