- Distributed Denial of Secrets Distributed Denial of Secrets (DDoSecrets) is a 501(c)(3) journalist non-profit that publishes and archives leaks in the public interest #hacking
- Hacks, Leaks, and Revelations: The Art of Analyzing Hacked and Leaked Data by Micah Lee #data #analysis #book #infosec
- projecthorus/radiosonde_auto_rx: Automatically Track Radiosonde Launches using RTLSDR #sdr #radio
- SondeHub Tracker high altitude weather balloon tracking #maps #radio
- Background Noises • Ambient Sounds • Relaxing Music | myNoise ® #sound #noise #adhd #focus #audio #free
- START A COMPUTER CLUB you should start a computer club in the place that you live
- AnarchoTranshuman A journal of radical possibility & striving #journal #zines #anarchism
- [Zines – Iffy Books | 404 S. 20th
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
// playground for testing Promtail expressions and timestamp parsing | |
package main | |
import ( | |
"fmt" | |
"time" | |
regexp "github.com/wasilibs/go-re2" | |
) |
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
package main | |
import ( | |
"fmt" | |
"github.com/drags/pinboard" | |
"io" | |
"net/http" | |
"net/url" | |
"regexp" | |
"sort" |
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
I am hereby requesting immediate erasure of personal data concerning me according to Article 17 GDPR. | |
If I have given consent to the processing of my personal data, I am hereby withdrawing said consent for the entire process. | |
In case you have disclosed my personal data to third parties, you have to communicate my request for erasure of the affected personal data, as well as any references to it, to each recipient as laid down in Article 19 GDPR. Please also inform me about those recipients. | |
Yours sincerely, |
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
package main | |
import ( | |
"encoding/base64" | |
"encoding/hex" | |
"fmt" | |
"github.com/charmbracelet/log" | |
pb "github.com/meshnet-gophers/meshtastic-go/meshtastic" | |
"github.com/meshnet-gophers/meshtastic-go/mqtt" | |
"github.com/meshnet-gophers/meshtastic-go/radio" |
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
package main | |
import ( | |
pb "buf.build/gen/go/meshtastic/protobufs/protocolbuffers/go/meshtastic" | |
"crypto/aes" | |
"crypto/cipher" | |
"encoding/base64" | |
"encoding/binary" | |
"encoding/hex" | |
"fmt" |
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
import json | |
import os.path | |
import frontmatter | |
from slugify import slugify | |
path_to_json_files = 'arms-and-security-fair-exhibitors/data/' | |
json_file_names = [filename for filename in os.listdir(path_to_json_files) if filename.endswith('.json')] | |
for json_file_name in json_file_names: |
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
{ | |
"obsidian-default-theme@@color-user-request@@dark": "#6272A4", | |
"blue-topaz-theme@@font-text-theme": "Archivo,Bookerly,'Inter', 'Segoe UI','霞鹜文楷 GB', 'LXGW WenKai', 'Segoe UI Emoji',var(--font-interface)", | |
"blue-topaz-theme@@font-family-h5": "Archivo,Bookerly, 'LXGW WenKai', var(--font-interface)", | |
"blue-topaz-theme@@font-family-h6": "Archivo,Bookerly, 'LXGW WenKai', var(--font-interface)", | |
"blue-topaz-theme@@font-family-folder-file-title": "Archivo,Arlrdbd, 'Source Han Sans', 'Noto Sans CJK', 'Source Sans Pro', 'Segoe UI Emoji', sans-serif", | |
"blue-topaz-theme@@font-monospace-theme": "'FiraCode Nerd Font','JetBrains Mono', Consolas, Monaco, '等距更纱黑体 SC', 'Source Han Mono', 'Microsoft Yahei Mono', 'Segoe UI Emoji', 'Microsoft YaHei', 'Source Code Pro', monospace", | |
"blue-topaz-theme@@font-family-tag": "Archivo,Bookerly, 'Microsoft YaHei', STzhongsong, STSong, 'Segoe UI Emoji', Serif", | |
"blue-topaz-theme@@font-family-strong": "Archivo,Bookerly,'Inter', 'Segoe UI', 'LXGW WenKai Screen', 'LXGW WenKa |
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
package main | |
import ( | |
"encoding/json" | |
"io" | |
"net/http" | |
"os" | |
"path" | |
"text/template" | |
"time" |
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
/* | |
DESCRIPTION: This is a file that after installing a greasemonkey | |
extension can be used to convert imgur to any rimgo instance. | |
NOTE: I might change this really often because instances may fail. | |
---- | |
Copyright (C) 2021 Zortazert and other contributors | |
This program is free software: you can redistribute it and/or modify |
NewerOlder