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/)MO
Posts
18
Comments
433
Joined
2 yr. ago

  • See also: noyaml.com

    I personally like yaml though. Although I won't deny it can be hellish to write without a linter, it's just like any other language with tab autocomplete and warning for sus things if you have the right software set up.

    I used the ansible and kubernetes VSCode extensions, and I really like them both. With the kubernetes one, you can just start typing the name of the resources you want to create, and then press tab, and boom, a template is created.

    I would much rather see something like Nix be the norm, but I find Nix very frustrating to edit because the language servers for it are nowhere near as developed.

  • Could I have a game rendered by a discrete GPU running in a window being handled by an Xorg session rendered by an integrated GPU?

    I used to do this, but I use wayland now. Similar setup though.

    Would it matter if the video output was physically connected to the discrete GPU or the motherboard, or is that configurable?

    Yes it matters. On many laptops the hdmi out is ONLY on the discrete gpu, meaning the discrete gpu must be on (and sucking power) in order to display to external monitors, even if the internal gpu is doing the rendering.

  • Vscode is an IDE, but only after I spent 15 minutes finding and selecting the appropriate java extensions and ensuring that my Linux system had Java installed.

    But what was a 15 minute process to me, could easily be a 2 hour struggle to someone who is setting up a development environment for the first time and "just wants autocomplete and debugging".

  • also as a bonus question, why does every IDE seem to require you to configure every single option before it can run code

    What IDE's have you tried?

    Kate (and vscode) aren't really IDE's, they're more like extremely extensible text editors. You can make them IDE's, but they dob't come like that out of the box.

    On the other hands, actual IDE's often have the inbuilt capability to install and manage the programming language related software.

  • The respawns take forever

    They take much less time now, but back when respawns took 10 minutes instead of 3, I used to do homework/work between rounds.

    I got a TON of work done that way.

  • You're probably going to end up on Jitsi meet, but I'm also going to drop a recommendation for bigbluebutton.

    I recently noticed that it was integrated into the open source Learning-Management-System Canvas, which every school I have gone to so far uses.

    Although bigbluebutton doesn't seem to explicitly support e2ee (but maybe this counts for something), if you are already using Canvas, BigBlueButton definitely worth looking at.

    I really, really wish people at my school would use the integrated bigbluebutton instead of using zoom, especially given I've seen people occasionally have issues with authentication for zoom, but all of that stuff is handled with bigbluebutton because it's fully browser based and integrated into Canvas.