• 3 Posts
  • 31 Comments
Joined 2 years ago
cake
Cake day: November 23rd, 2022

help-circle
rss




  • yes bare git works just fine. if you ever want a web GUI and/or issues and Pull Request you want such a tool.

    A web GUI can be very nice to share your repository publicly. You can also use codeberg.org if you can’t or don’t want to self host.

    PS : I’m kinda shocked (not that much) by the downvotes or your legitimate and polite comment. Still looking for better communities/system.








  • I’m not sure why people keep pushing that myth on C++. It’s been a decade we have smart pointers. There’s no memory management to be done ever.

    Using the old ‘new’ is like typing ‘unsafe’ in rust. Even arrays/vectors have safe accessor.

    Am I missing something?