This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[guid]::NewGuid().toString().ToUpper() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# configuration.nix for work hyper-v instance | |
{ config, pkgs, ... }: | |
{ | |
imports = | |
[ # Include the results of the hardware scan. | |
./hardware-configuration.nix | |
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/zsh | |
# Tiktok speech to text parser | |
# by hugeblank, April 2022 | |
# API endpoint & oneshot reading and playing discovered by @scanlime | |
# https://twitter.com/scanlime/status/1512288857596653568 | |
# First argument - string of text to read | |
# Second argument - voice to use | |
# Usage examples: |