• 4 Posts
  • 405 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle





  • I have decades as a SWE, including deep (but now out-of-date) C++ experience, a lot more recently in serious Python systems, and a fair amount of web UI dev on the side.

    Now I have 1 year with Go. I came to it with an open mind having heard people sing its praises I thought it would be broadening to spend some time with a language new to me.

    My advice now is do anything you can to avoid working in golang. Almost daily, I seriously contemplate whether it’d be worth quitting and being unemployed, even in this economy (US). It is a better C, but that’s a low, low bar at least for the project domains I ever work in. Where it’s an even plausible answer, Rust is probably a better one (I think? - haven’t used Rust for anything real).








  • Windows will never come close to replacing Linux! There’s way more Linux out there than there is Windows.

    Presumably you mean on the personal desktop. In which case I still disagree in the very long term. I think at some point Windows will be replaced by *nix based systems in the vein of OSX and Chrome OS.





  • Git’s unconventional and decentralized design—nowadays ubiquitous and seemingly obvious—was revolutionary at the time,

    Of course, there’s more innovation in git than being DVC but the decentralized nature wasn’t revolutionary.

    It was funny when I started using bzr and then git, I kept being told “it’s a DVC, which is a different way to work that takes some getting used to”, and I was puzzled as it felt very familiar to me. Then I looked up DVCs and found out that Sun’s Teamware that I’d used for a decade was also a DVC. It was actually a return to familiar and comfortable workflows after a brief period using abominations like Perforce and Clearcase. I’m so glad they’ve been largely replaced. Git may not be perfect, but it’s better than those in any use cases I have had.