“then” is used to depict time, sequence or a causal relationship. “than” is used with comparative adjectives, to depict comparison.

  • 6 Posts
  • 760 Comments
Joined 2 years ago
cake
Cake day: November 12th, 2024

help-circle
  • I recently saw a picture of a SCSI connector when looking for PCIe - SATA cards.

    Apparently most normal PCIe - SATA cards are very unreliable (somehow even worse than USB to SATA adapters), so I went on looking for the SCSI ones that have been reviewed as more reliable.

    P.S. If anyone knows about a (non-RAID) PCIe - SATA card that I can rely upon as much as my motherboard SATA controller, then do tell.



















  • I am starting to learn Rust and the only reason I don’t intend on using it for GUI stuff for the time being is because I just like QtWidgets a lot and GUI toolkits in Rust are a pretty new thing.

    Apart from that, pretty much all logic can benefit from a language that forces people to be more explicit.

    Although I won’t consider it for larger projects until the borrow checker gets the overhaul it needs, because I’d rather not start hating another language.