• 0 Posts
  • 19 Comments
Joined 3 months ago
cake
Cake day: June 5th, 2025

help-circle




  • moseschrute@lemmy.ziptoFuck AI@lemmy.worldBrowser wars
    link
    fedilink
    arrow-up
    10
    arrow-down
    2
    ·
    edit-2
    30 days ago

    To be fair, Chrome is actually pretty good at some things. I noticed when building an infinite feed of Lemmy posts, Chrome required zero optimization to render hundreds of posts at once. Safari was a different story. I had to rebuild my feed of posts with some pretty complex list virtualization to get Safari to be performant.

    I wish I remembered what Firefox was like at the time, but I don’t. Possible it’s also very performant. But as a developer, Chrome is way more enjoyable to build for.

    This is NOT an endorsement for Chrome. I absolutely hate Google. Just wanted to provide my perspective as a developer. And maybe that also explains the high ram usage of Chrome since there’s some ✨magic✨ optimization happening that Safari lacks.













  • Maybe what I misunderstood is where git ends and github starts. I know there are other hosting platforms, and I’ve used a lot of git visualizers. But what I’ve never tried to do is use git with multiple developers without connecting to some 3rd party server. Is there some peer to peer functionality built into git or did I totally misunderstand your original comment? Or are you literally sharing the git folder via network file system, thumb drive, etc?