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/)J
Posts
0
Comments
29
Joined
2 yr. ago

  • That's a common misconception. It's the Amps that cause fires, not the voltage.

    The 5090 uses 600W, at 12V that's 50A, but at 120V that'd only be 5A and at 240V only 2.5A.

    50A melts cables and burns your PC down, 2.5A won't. The only risk of higher voltages is that they can jump across small air gaps much easier.

  • when you do need power you need a special circuit.

    We also have a standard socket and a high power socket.

    Expect our normal outlets provide 230V 16A 3.5kW (3kW sustained) and the typical high power outlets outlets provide 400V 30A 11kW or 400V 60A 21kW.

    Which is why typical electric stoves here use 11kW and typical instant water heaters use 21kW.

    Though probably the most noticeable advantage is in electric car charging.

  • The affordable Sony Xperia 10 series is really good. My new Xperia runs circles around my OG Pixel, costs basically nothing, is waterproof, has upgradable storage and a headphone jack, and besides Apple, Google and Intel, Sony is the only manufacturer that actually has working bluetooth.

  • That's definitely wrong. You should follow danielle's mastodon, she's working on elementary all the time.

  • It's not just office, SH and many other parts of the German government have been slowly replacing the entire O365 suite with OpenDesk, which is an open source product based on Matrix, Jitsi, LibreOffice, and a few other tools.

    The goal is to have a fully integrated solution for calender, chat, calls, documents, cloud storage, etc.

    My employer is developing parts of that solution and we recently switched our internal communication over to it, and tbh, it's working really well.

    Now is the perfect point in time to do it, with the GDPR ruling regarding O365 and Microsoft fumbling the migration between old teams and new teams.

  • You need to be able to have multiple nodes in one LAN access ports on each others' containers without exposing those to the world and without using additional firewalls in front of the nodes.

    That's why kubernetes ended up removing docker support and instead recommends podman or using containerd natively.

  • There's no alternative for 0.0.0.0 and a firewall if you're e.g. using kubernetes.

  • That assumes you're on some VPS with a hardware firewall in front.

    Often enough you're on a dedicated server that's directly exposed to the internet, with those iptables rules being the only thing standing between your services and the internet.

  • In some languages, it's actually common to say US-American to clearly specify what is meant.

  • The EU demands that alternative app stores or individual users can do exactly that.

    Apple disagrees.

    That's precisely why this is back in court.

  • It being totally without rules or terms is exactly what the EU demanded.

  • Why would they need to comply with Apple's ToS to publish apps outside of the app store?

  • What you're describing used to be right under X11, but under Wayland the compositor handles all rendering itself. For Gnome that's mutter, which is also maintained by the gnome project.

  • It's just like those shitty recipe sites that tell you their grandma's life story for hours before giving the recipe. Get to the point, who cares about the anecdotes of some writer?

    I don't want to connect with everyone always everywhere. It's just like small talk, which may be acceptable or even essential in some cultures, while considering rude and wasteful where I'm from.

  • Don't SteamVR tools work on linux as well? Not that it'd help in your situation, where you're stuck with proprietary GPU drivers and proprietary VR tools.

  • Why so? AMD supports Wayland just fine, while having good enough performance. As a VR dev, AMD still including a USB C port on GPUs should actually be even more convenient for you.

  • So how do you juggle having to see dozens of windows at the same time then?

  • I'm a software dev as well.

    But I often layer multiple windows in the same tile of the screen. e.g. I may have the IDE with the software I'm working on in one tile, the IDE with the library source code I'm working with in the second tile, and a live build of the app in the third tile. But I've also got documentation, as a website, in the same tile as the IDE with the lib's source.

    Now when I switch between the IDE with the lib's source, and the browser with the lib's documentation, I only want that tile to change. No problem, with KDEs taskbar and window switcher I can quickly do that.

    But when using the applications menu on Gnome I get a disrupting UI across all screens that immediately rips me out of whatever I was doing.