That said, I am not a very advanced or very sophisticated user of these tools, but I don't really see what memory offers, other than the risk of being fooled more effectively.
That said, I am not a very advanced or very sophisticated user of these tools, but I don't really see what memory offers, other than the risk of being fooled more effectively.
It appears that the corroboration mostly references the conversation itself. This is probably because I have memory disabled. That's a horoscope if I ever saw one.…
It appears that the corroboration mostly references the conversation itself. This is probably because I have memory disabled. That's a horoscope if I ever saw one.…
# using Arch install media
$ cryptsetup luksOpen /dev/nvme1n1p2 root
$ mount /dev/mapper/root /mnt
$ mount /dev/nvme1n1p1 /mnt/boot
$ arch-chroot /mnt /bin/zsh
# inside chroot
$ pacman -S pam{,base,openssh,sudo,util-linux}
# using Arch install media
$ cryptsetup luksOpen /dev/nvme1n1p2 root
$ mount /dev/mapper/root /mnt
$ mount /dev/nvme1n1p1 /mnt/boot
$ arch-chroot /mnt /bin/zsh
# inside chroot
$ pacman -S pam{,base,openssh,sudo,util-linux}
with open(__file__) as f:
code = f.read().replace(' ' * 4, '\t')
run(main(handle=environ['HANDLE'], password=environ['PASSWORD'], code=code))
### 04/04
with open(__file__) as f:
code = f.read().replace(' ' * 4, '\t')
run(main(handle=environ['HANDLE'], password=environ['PASSWORD'], code=code))
### 04/04
post = await client.send_post(
client_utils.TextBuilder().text(msg),
reply_to=models.AppBskyFeedPost.ReplyRef(parent=last_ref, root=root_ref) if root_ref else None,
)
last_ref = models.create_strong_ref(post)
root_ref = root_ref or last_ref
### 03/04
post = await client.send_post(
client_utils.TextBuilder().text(msg),
reply_to=models.AppBskyFeedPost.ReplyRef(parent=last_ref, root=root_ref) if root_ref else None,
)
last_ref = models.create_strong_ref(post)
root_ref = root_ref or last_ref
### 03/04
parts = [*chunked(code, size=290)]
messages = [
f'{txt}\n### {idx:02d}/{len(parts):02d}'
for idx, txt in enumerate(parts, start=1)
]
client = AsyncClient()
profile = await client.login(handle, password)
root_ref = last_ref = None
### 02/04
parts = [*chunked(code, size=290)]
messages = [
f'{txt}\n### {idx:02d}/{len(parts):02d}'
for idx, txt in enumerate(parts, start=1)
]
client = AsyncClient()
profile = await client.login(handle, password)
root_ref = last_ref = None
### 02/04