Wipe windows, install OpenBSD (with full disk encryption, mandatory for laptops) and pull down my dotfiles.
Ask HN: What are the first things you do with a new laptop?
21–23 of 23 posts
Re: Ask HN: What are the first things you do with a new laptop?
#22get an ssh-key setup and connected to GitHub or GitLab and d/l my dotfiles. (.zshrc ...) sudo apt-get install aptitude
Re: Ask HN: What are the first things you do with a new laptop?
#23Upgrade RAM to 32GB+ Upgrade storage too, if necessary Wipe storage, install Arch Linux If this is my insecure laptop, turn off all mitigations (spectre / meltdown, etc). Custom compile Linux Kernel with my selected patches and build parameters (like LTO), mostly taken from other projects like Xanmod. Install particular proprietary drivers (nvidia-dkms, etc) Setup X11 Install all my required 'base' packages, like fon…
Just curious, what do you do with 32GB+ of Ram?
I work on a lot of bigger data-oriented projects so having more RAM is essential.