Poll: Where do you store your personal code?

2 points by akulbe ↗ HN
Curious to know what tooling folks are using for their personal code projects.

If "Other", which one?

9 comments

[ 3.0 ms ] story [ 11.1 ms ] thread
I'm currently using GitHub, but I'm considering something on-prem. Wanted to hear what other folks are doing for themselves.
Previously GitLab self hosted, then GitHub... now I'm bringing it all under something I host again, so I can block AI bots.
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.

Local hard drive, without version control. Works well enough for me.
Personal computer, using SCCS for version control and daily backups.
Are your backups only things like dotfiles & text?

I use borg for mine, since it includes photos, documents, etc.

(comment deleted)
On my home NAS, no version control system (I gave up on git as a vcs and am looking for alternatives).