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

  • In KDE I hotkeyed Super+PrtSc to run flameshot gui, so I can instantly get very good custom screen shots that I can annotate or whatever if I want. Then Alt+Super+PrtSc takes a screenshot of both displays and saves it to a custom folder

  • I asked an AI to calculate a side of a triangle today. The hypotenuse was 24 and both opposite sides were equal, with two small angles of 10° and a wide one of 160°. The answer should have been something a little over 12... And it very confidently said 25. That makes zero sense. Fucking AI really is stupid isn't it.

  • Well if we're going to be talking about logical fallacies, I feel like the string of arguments that you made there is a category error. Infinity isn't exactly a number, it's more of a philosophical concept than anything else. I would argue that trying to subtract Infinity from Infinity is illogical and kind of silly, but it wouldn't be a reductio ad absurdum as you put it, but instead a category error.

    An absurdist argument might be more like, if I have one cat I can trade it for one dog. Therefore infinite cats can be traded for infinite dogs. This is obviously absurd, because infinite cats don't exist, unfortunately.

  • Well you're wrong. A440 is the Nazi Reich frequency, and in response, the globohomo Jewish elites developed A432 to vibrationally enslave the goyim. It's obvious that we must revert to Renaissance tuning and just temperament A415 to undo the cancer caused by modernity

  • A440 was developed by the Nazis because it is harmonically dissonant and causes disorder and chaos as it is incongruous with people's natural frequency. A432 is the 'natural' tuning system.

    As someone who went to college for music theory, it was hilarious hearing this

  • KDE + Arch is such a great combo. I'm using it on a 10yo laptop (though admittedly it's a rather beefy lappy for it's gen, a 2014 ZBook g2, with 32 GB ram)

    KDE can be slow on lower spec devices but it is so great to use and it was trivially easy to alter keyboard shortcuts, default application, startup behavior, etc.

  • I am very new to programming so as of now I'm not doing much more than simple shell scripts and C programs to do basic CLI things lol. I'm talking the Harvard CS50x course which has been a real treat. I'm no "programmer" yet but someday I hope I can make applications. I really enjoy C and have an interest in Java, Zig and PHP (mostly because my buddy loves PHP and doesn't shut up about it)

  • It certainly isn't fast but Acode is seriously amazing for its functionality. It even supports keyboard commands with a command key plugin, which let's you do things like move lines, select within parenthesis, run code, etc.

    I'm a bit of a luddite though, I don't really care much for major IDEs and i prefer to write in simple code editors like Kate and do my debugging with the compiler and gdb.