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

  • It's nothing fancy, but I have phone alerts if any windows are open when the heating comes on, and I also use the average temperature inside the house as the input temperature for the thermostat (sensors in several rooms are averaged and published via MQTT to a DIYless thermostat).

    My plan going forward is to add ZigBee TRVs to the radiators in each room and automatically close any that are already at or over the target temperature.

  • NOTICE:

    Jump
  • Fuck, who let [DATA EXPUNGED] breach containment again?!

  • British Mastodon user.

  • Fine, you win, I'm going to sleep.

  • Can I pick 2 and have them talk to each other instead? Would love to watch Hawking get Newton up to speed on some stuff.

  • I read this as "bipedal girls". Me too, love me a nice pair of legs.

  • That's WALL-E.

  • As another Brazilian, good riddance to that crap. The current standard is so much better. Anything that is compatible with the American standard is automatically a mistake. Now if only we could standardise the whole country on 220V and drop the need for different 10A/20A sockets...

  • Your top priority should be "Are my backups good? / Can I trivially roll back any breaking changes?" If an account oopsie can permanently compromise your users' photos, then you have bigger problems to worry about.

    But assuming your backups are good, there isn't much to worry about. I recommend you don't take my word for it and thoroughly read the documentation of each of the services you want to put behind Authentik, but in general, when a service is configured to use SSO, if a user with the same ID already exists on the target service, they are simply merged. The most common ID for this is the email associated with that user on both Authentik and the service. Worst case, if the ID doesn't match, you either get an error saying the user is invalid or you get a new user created on the target service.

  • It's Koreas all the way down.

  • "By opening AND using this product (...)"

    Have someone else open it for you, then consume the product yourself. Boom, no contract. Checkmate, lawyers!

  • I tried

    Jump
  • não foi possível tocar 'grass'

    Toca Raul!

  • I maintain the opinion that NixOS exists solely to make us Arch users (btw) look not as bad in comparison.

  • +1This is a problem a simple spreadsheet is perfectly adequate for.

  • Deleted

    Permanently Deleted

    Jump
  • Haha!

  • But the rules say the system must be usable.

  • I have the 2020 G14 and I got this working once. I'm afraid easy and simple are not a thing here, as you need to understand what you're doing if you want it to work well. The basics are:

    • Prevent the host system from loading any drivers that touch the discrete GPU. This is done by attaching it to the VFIO driver and uninstalling/blacklisting the Nvidia and Nouveau drivers.
    • Make sure you have the correct kernel parameters to support virtualisation and PCI-e passthrough.
    • Create a Windows VM and attach the Nvidia GPU to it.
    • Setup Looking Glass so you can play with the best possible latency. This will likely require a dummy USB-C display stick.

    Personally, I don't think it's worth the hassle. I keep a Windows install for when it's needed, and do most of my gaming on a separate system.

  • My stuff is all in docker-compose with a stack/service structure, so listing it is as simple as running tree, and reading the individual YAML files if I need in-depth details.