Viewing profile — maalhamdan
maalhamdan
HN member- Joined
- Tue, Jan 20, 2026, 10:36 AM UTC
- HN karma
- 7
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About maalhamdan
No profile information was provided.
Recent public activity
-
comment
Comment #47763670
I think they shouldn't back up git objects individually because git handles the versioning information. Just compress the .git folder itself and back it up as a single unit.
-
comment
Comment #47763622
document.querySelectorAll('p').forEach(p => p.style.color = 'black'); Use this command in the developer tools console to change the color.