Below is Go code for creating a proto node for calling, unfortunately, it didn't work yet.
var encKey = make([]byte, 32)
rand.Read(encKey)
var msg = &proto.Message{
Call: &proto.Call{
CallKey: encKey,
},
Below is Go code for creating a proto node for calling, unfortunately, it didn't work yet.
var encKey = make([]byte, 32)
rand.Read(encKey)
var msg = &proto.Message{
Call: &proto.Call{
CallKey: encKey,
},
@echo off | |
rem PNG Gamma trick (by @marcan42 / [email protected]) | |
rem | |
rem This script implements an improved version of the gamma trick used to make | |
rem thumbnail images on reddit/4chan look different from the full-size image. | |
rem | |
rem Sample output (SFW; images by @Miluda): | |
rem https://mrcn.st/t/homura_gamma_trick.png | |
rem https://www.reddit.com/r/test/comments/6edthw/ (click for fullsize) | |
rem https://twitter.com/marcan42/status/869855956842143744 |
#!/bin/sh | |
# PNG Gamma trick (by @marcan42 / [email protected]) | |
# | |
# This script implements an improved version of the gamma trick used to make | |
# thumbnail images on reddit/4chan look different from the full-size image. | |
# | |
# Sample output (SFW; images by @Miluda): | |
# https://mrcn.st/t/homura_gamma_trick.png | |
# https://www.reddit.com/r/test/comments/6edthw/ (click for fullsize) | |
# https://twitter.com/marcan42/status/869855956842143744 |