Poll: Where do you store your personal code?

2 akulbe 8 7/10/2025, 8:38:52 PM
Curious to know what tooling folks are using for their personal code projects.

If "Other", which one?

Comments (8)

pavel_lishin · 1d 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.

JohnFen · 23h ago
On my home NAS, no version control system (I gave up on git as a vcs and am looking for alternatives).
akulbe · 1d ago
I'm currently using GitHub, but I'm considering something on-prem. Wanted to hear what other folks are doing for themselves.
litoE · 1d ago
Personal computer, using SCCS for version control and daily backups.
pavel_lishin · 1d ago
Are your backups only things like dotfiles & text?

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

vouaobrasil · 1d ago
Local hard drive, without version control. Works well enough for me.
mattl · 1d ago
Previously GitLab self hosted, then GitHub... now I'm bringing it all under something I host again, so I can block AI bots.
bramgn · 1d ago
On a server at home