Zamundaaa's Blog
https://zamundaaa.github.io/wayland/2023/12/18/update-on-hdr-and-colormanagement-in-plasma.html
Gamescope
https://github.com/ValveSoftware/gamescope
Vulkan HDR Layer
Zamundaaa's Blog
https://zamundaaa.github.io/wayland/2023/12/18/update-on-hdr-and-colormanagement-in-plasma.html
Gamescope
https://github.com/ValveSoftware/gamescope
Vulkan HDR Layer
// ==UserScript== | |
// @name noVNC Paste for Proxmox | |
// @namespace http://tampermonkey.net/ | |
// @version 0.2a | |
// @description Pastes text into a noVNC window (for use with Proxmox specifically) | |
// @author Chester Enright | |
// @match https://* | |
// @include /^.*novnc.*/ | |
// @require http://code.jquery.com/jquery-3.3.1.min.js | |
// @grant none |
let cache; webpackChunkdiscord_app.push([["wp_isdev_patch"], {}, r => cache=r.c]); | |
var UserStore = Object.values(cache).find(m => m?.exports?.default?.getUser).exports.default; | |
var actions = Object.values(UserStore._dispatcher._actionHandlers._dependencyGraph.nodes); | |
var user = UserStore.getCurrentUser(); | |
actions.find(n => n.name === "ExperimentStore").actionHandler.CONNECTION_OPEN({ | |
type: "CONNECTION_OPEN", user: {flags: user.flags |= 1}, experiments: [], | |
}); | |
actions.find(n => n.name === "DeveloperExperimentStore").actionHandler.CONNECTION_OPEN(); | |
webpackChunkdiscord_app.pop(); user.flags &= ~1; "done"; |
[ | |
{ | |
"type": "container", | |
"title": "Registry", | |
"description": "Docker image registry", | |
"categories": ["docker"], | |
"platform": "linux", | |
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png", | |
"image": "registry:latest", | |
"ports": [ |
#!/bin/bash | |
# Compresses all .jpg/.jpeg and saves them to opt/ | |
# works with spaces in filenames | |
# make sure you adjust the path to mozjpeg bin | |
# uses the mozilla mozjpeg encoder from https://github.com/mozilla/mozjpeg | |
# based on https://gist.github.com/sauramirez/e0ef5059ab637ed3e2cea090b504f385 | |
# Che4ter - 2017 | |
#Change to mozjpeg path | |
MOZJPEG='/opt/mozjpeg/bin/' |
// To the extent possible under law, the Yawning Angel has waived all copyright | |
// and related or neighboring rights to orhttp_example, using the creative | |
// commons "cc0" public domain dedication. See LICENSE or | |
// <http://creativecommons.org/publicdomain/zero/1.0/> for full details. | |
package main | |
import ( | |
// Things needed by the actual interface. | |
"golang.org/x/net/proxy" |