Comparing two Bencodex_ binary files
A small CLI program to easily compare two Bencodex trees:
$ pip3 install --user -r requirements.txt
$ ./bdiff.py ./a.dat ./b.dat
--- a.dat| # A Python port of: | |
| # https://github.com/tevador/RandomX/blob/v1.1.8/src/tests/api-example1.c | |
| # | |
| # You can build librandomx.{so,dylib} by the following command: | |
| # cmake -DARCH=native -DBUILD_SHARED_LIBS=ON | |
| from ctypes import * | |
| from ctypes.util import find_library | |
| librandomx = cdll.LoadLibrary(find_library('librandomx')) |
| class Eclint < Formula | |
| desc "EditorConfig linter" | |
| homepage "https://gitlab.com/greut/eclint" | |
| url "https://gitlab.com/greut/eclint/-/archive/v0.3.2/eclint-v0.3.2.tar.bz2" | |
| sha256 "81d8997a329edb0f598b56326cd34d007e59bb20885bfc21beca084d3d5a2f6c" | |
| license "MIT" | |
| head "https://gitlab.com/greut/eclint.git" | |
| depends_on "go" => :build |
| bin/ | |
| obj/ |
A small CLI program to easily compare two Bencodex trees:
$ pip3 install --user -r requirements.txt
$ ./bdiff.py ./a.dat ./b.dat
--- a.datAs of June 2022, VS Code's [Live Share] still does not work well on Apple silicon Macs (M1/M2 series) without [Rosetta 2]. Although [this bug is tracked in the official issue tracker on GitHub][1], unfortuneately, Live Share extension is not open source, so no outsiders can send any patch to address this bug to the upstream. Instead, I'd like to share a workaround I found:[^1]
Install [.NET SDK] 6 (arm64) or higher. It's also available on Homebrew
Cask: brew install --cask dotnet-sdk.
Replace vsls-agent (no postfix) in
This script inductively analyzes relationships between conditional values and their dependent substructures from XML files exported from the [official website of Standard Korean Language Dictionary (標準國語大辭典)][1].[^1]
Tested with Python 3.9, but it would probably work with Python 3.8, and maybe even 3.7.
The usage is simple. Just pass all exported dictionary XML files into its arguments:
openpgp4fpr:374B15AF323796A62AB1BCE3C429ECD57EED6CCA
안녕하세요, 서울에 거주하는 18년차 소프트웨어 엔지니어 [홍민희]입니다.
[집안 사정]으로 일을 쉰 지 1년이 되었고, 이제 슬슬 재취업을 하려고 합니다. 1년을 쉰 만큼 이번 취업은 소프트웨어 엔지니어로서 재활을 큰 목표로 두고 있습니다. 자세한 제 소개는 [이력서]를 참고해 주세요.
제가 선호하는 업무 환경은 다음과 같습니다.
| const keyPair = await crypto.subtle.generateKey( | |
| "Ed25519", | |
| true, | |
| ["sign", "verify"], | |
| ); | |
| console.debug(keyPair); | |
| const msg = new TextEncoder().encode("Hello, World!"); | |
| const sig = await crypto.subtle.sign( |
Caution
This table is outdated. See also the [Fedify's docs].
The [OpenTelemetry Semantic Conventions] currently do not have a specification for ActivityPub as of November 2024. However, Fedify provides a set of semantic attributes for ActivityPub. The following table shows the semantic attributes for ActivityPub: