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
Date: 08 September 2021 | |
Over the last decade I have been trying to grasp over what OpenPGP and GnuPG | |
actually are. I was not sure about how’s and why’s of the technology, which is | |
why I have accumulated a lot of various OpenPGP keys. Some of them are too | |
small, some are long expired, some have weak passwords, and some are completely | |
inaccessible. | |
In order not to confuse other people and to finally establish my online | |
identity, I have set up a new OpenPGP key. From now on, this will be my primary |
This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://docs.keyoxide.org/understanding-keyoxide/identity-claims-proofs/
[Verifying my OpenPGP key: openpgp4fpr:af6c280c2a34d3f39bed9366d397e9be9e6898fa]
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
# File format: "Artist/Album/# - Track.ext" | |
-o '%(album_artist)s/%(album)s/%(playlist_index)s - %(title)s.%(ext)s' | |
--no-mtime | |
# Get best audio | |
-f 'ba*' | |
# Extract audio: MP3, best VBR | |
-x --audio-format mp3 --audio-quality 0 |
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
Lawnchair bug report 13.08.2022 00:42:45 | |
version: 12.1.0 Alpha 4 (12010005) | |
commit: b7ad08c | |
build.brand: OnePlus | |
build.device: OnePlus7T | |
build.display: HD1903_14_220617 | |
build.fingerprint: OnePlus/OnePlus7T_EEA/OnePlus7T:11/RKQ1.201022.002/2206171329:user/release-keys | |
build.hardware: qcom | |
build.id: RKQ1.201022.002 | |
build.manufacturer: OnePlus |
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
Title: The 2022 OpenPGP key transition | |
Author: Nikita Karamov | |
Date: 29 Nov 2022 | |
What follows is a quite long explanation as to what happened to my OpenPGP keys. | |
TL;DR: Do not use these RSA keys any more: | |
- 0xF0A49E6D84E6EEBE |
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
body { | |
font-family: | |
"Helvetica Neue", /* macOS - basically our goal */ | |
"Neue Haas Grotesk Text Pro", /* Windows - part of the "Pan-European Supplemental Fonts" package */ | |
Helvetica, /* macOS - also the classic */ | |
"FreeSans", /* Linux - made by GNU, can be installed on most systems */ | |
Arial, /* macOS and Windows - part of the "Core fonts for the Web" */ | |
system-ui, /* if for some reason we're here - let's hope that the system UI font is Swiss */ | |
sans-serif; /* most generic fallback */ | |
} |
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
// Only count the production website | |
// TODO: You should replace these with your webpage production URL | |
if (window.location.host === "domain.tld") { | |
// Check if the default GC URL resolves | |
// This allows us to not track people with ad blockers | |
fetch("//gc.zgo.at/", { method: "HEAD" }) | |
.then((result) => { | |
if (!result.ok) { | |
return; | |
} |
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
#!/usr/bin/osascript | |
# This is free and unencumbered software released into the public domain. | |
# SPDX-License-Identifier: Unlicense OR CC0-1.0 | |
# Required parameters: | |
# @raycast.schemaVersion 1 | |
# @raycast.title New iTerm2 Window | |
# @raycast.mode silent | |
# Optional parameters: |
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
2023-07-03 14:30:26.375 10998-10998 AutofillManager org.joinmastodon.android V requestHideFillUi(null): anchor = null | |
2023-07-03 14:30:26.464 10998-10998 oplus.andr...actoryImpl org.joinmastodon.android I get feature:IOplusDynamicVsyncFeature | |
2023-07-03 14:30:26.464 10998-10998 oplus.andr...actoryImpl org.joinmastodon.android I get feature:IOplusDynamicVsyncFeature | |
2023-07-03 14:30:26.464 10998-10998 oplus.andr...actoryImpl org.joinmastodon.android I get feature:IOplusDynamicVsyncFeature | |
2023-07-03 14:30:26.490 10998-11156 MastodonAPIController org.joinmastodon.android D [fosstodon.org_107218015383863784] Sending request: Request{method=GET, url=https://fosstodon.org/api/v1/statuses/110649998033991795/context, tags={}} | |
2023-07-03 14:30:26.493 10998-10998 Quality org.joinmastodon.android I Skipped: false 3 cost 66.023094 refreshRate 0 processName org.joinmastodon.android | |
2023-07-03 14:30:26.554 10998-10998 Q |