As described in xattr(7)
extended attributes are name:value
pairs associated with
each file on the filesystem
in Linux the only supported namespace classes are security
, system
, trusted
and
user
which is the most general of these.
{ pkgs, lib, ... }: | |
{ | |
# Home Manager needs a bit of information about you and the paths it should | |
# manage. | |
home.username = "antr"; | |
home.homeDirectory = "/home/antr"; | |
# This value determines the Home Manager release that your configuration is | |
# compatible with. This helps avoid breakage when a new Home Manager release |
module IIRC | |
module Throttle | |
# ratio in seconds / messages | |
def throttle_ratio | |
1/1r | |
end | |
def time | |
@time ||= Time.now | |
end |
As described in xattr(7)
extended attributes are name:value
pairs associated with
each file on the filesystem
in Linux the only supported namespace classes are security
, system
, trusted
and
user
which is the most general of these.
Title | Author | Date |
---|---|---|
Universal Chess Interface Specification |
blocr |
Feb 18, 2023 |
The Universal Chess Interface (UCI) is a communication protocol used between chess engines and chess user interfaces (GUI). UCI was created and first release in November 2000 by Rudolf Huber and Stefan Meyer-Kahlen
This list is not necessarily meant to be fully comprehensive, but just to shed the light on the piles of hidden resources for those who are interested in the game of kings
<oxidfract::lsm_avx2::h5baaa77574b30ab9>: | |
mov rax,rdi | |
vxorpd xmm0,xmm0,xmm0 | |
mov ecx,0x3e8 | |
vbroadcastsd ymm1,QWORD PTR [rip+0x2e47b] | |
vbroadcastsd ymm2,QWORD PTR [rip+0x2f02a] | |
vxorpd xmm4,xmm4,xmm4 | |
vxorpd xmm3,xmm3,xmm3 | |
vxorpd xmm5,xmm5,xmm5 | |
vxorpd xmm6,xmm6,xmm6 |
<oxidfract::lsm::h6d09fa2e1870eca3>: | |
xorpd xmm5,xmm5 | |
xor eax,eax | |
movsd xmm2,QWORD PTR [rip+0x2f29a] | |
xorpd xmm3,xmm3 | |
xorpd xmm4,xmm4 | |
xorpd xmm6,xmm6 | |
nop WORD PTR [rax+rax*1+0x0] | |
mov ecx,eax | |
lea eax,[rcx+0x1] |