• 1 Post
  • 88 Comments
Joined 1 year ago
cake
Cake day: April 10th, 2024

help-circle
  • Could be that I misread but I think you’re misunderstanding types in Typescript.

    You have an array of 1 or 2 values of unbounded size. You put two values in but could have put 1000 in, your type doesn’t say anything about that. You can only put ones or twos in there though.

    I think your first line is equivalent to saying:

    type MyStringType = string[];
    

    I haven’t checked though so I might be wrong…





  • It is a nice look into the switch from a perspective of a windows user. But since he is experimenting there is a also a lot of bad choices or wrong information.

    He gripes about things not going smoothly while replacing his whole desktop environment (when was the last time you replaced your explorer.exe?).

    And clamping to old ways of doing things. Which is understandable but would go a lot better with a little bit of guidance. Why force Chrome while Firefox was probably pre-installed or Chromium also works. Using Filezilla while Dolphin can probably do it in an integrated way. Using Notepad++ while Kate probably covers most of his use-cases.

    This doesn’t invalidate his experiences but it does indicate a resistance to switch.

    There is some valid criticisms as well though. The docking station that bugs out or KDE Connect that is confused. We can improve those things, but hardly force Logitech to bring their (horrible) software suite to Linux.

    Maybe he should give it another few weeks to actually feel that while his old ways might not transfer over 1:1 the new ways give him a lot more power.