Poll: Where do you store your personal code? 2 points by akulbe 1y ago ↗ HN Curious to know what tooling folks are using for their personal code projects.If "Other", which one?
[–] akulbe 1y ago ↗ I'm currently using GitHub, but I'm considering something on-prem. Wanted to hear what other folks are doing for themselves.
[–] mattl 1y ago ↗ Previously GitLab self hosted, then GitHub... now I'm bringing it all under something I host again, so I can block AI bots.
[–] pavel_lishin 1y ago ↗ I push my git repos to my desktop hard-drive, which is backed up regularly to both on- and off-premise locations.I don't collaborate on any of it in any significant manner.
[–] litoE 1y ago ↗ Personal computer, using SCCS for version control and daily backups. [–] pavel_lishin 1y ago ↗ Are your backups only things like dotfiles & text?I use borg for mine, since it includes photos, documents, etc.
[–] pavel_lishin 1y ago ↗ Are your backups only things like dotfiles & text?I use borg for mine, since it includes photos, documents, etc.
[–] JohnFen 1y ago ↗ On my home NAS, no version control system (I gave up on git as a vcs and am looking for alternatives).
9 comments
[ 3.0 ms ] story [ 11.1 ms ] threadI don't collaborate on any of it in any significant manner.
I use borg for mine, since it includes photos, documents, etc.