her01n

joined 11 months ago
[–] her01n@programming.dev 5 points 1 week ago* (last edited 1 week ago)

Here's the link to Akamai.

[–] her01n@programming.dev 2 points 2 weeks ago

I have had a horrible experience with JLPCB. Paid 150 euro for 5 boards, only 3 of them working, got 8 dollars coupon for next purchase.

[–] her01n@programming.dev 64 points 3 weeks ago (13 children)

That depends. Does the keyboard on the thinkpad work?

[–] her01n@programming.dev 3 points 1 month ago (1 children)

diceware is an online as well as command line implementation.

[–] her01n@programming.dev 13 points 1 month ago* (last edited 1 month ago) (5 children)

UEFI standard requires a FAT32 partition. It is usually a first partition on disk, 500MB in size. The linux kernel to boot, together with initrams disk can be placed in the root partition, usually ext4 or btrfs, or it can be placed in uefi partition. Limine will only support booting the kernel from uefi fat32 partition to avoid having to support ext4 and btrfs filesystems. The root partition will still be ext4 or btrfs, the code to mount it would be in kernel or in initramfs. Edit: size of uefi partition

[–] her01n@programming.dev 7 points 2 months ago (1 children)

Can I follow them from my programming.dev account?

[–] her01n@programming.dev 10 points 6 months ago (1 children)

Yes, you can delete arbitrary snapshot without other snapshot being affected. You can even delete the original subvolume and the snapshots made from it would be still accessible.