Edit: so it turns out that every hobby can be expensive if you do it long enough.

Also I love how you talk about your hobby as some addicts.

  • @colonial@lemmy.world
    link
    fedilink
    52 years ago

    Good soldering gear already makes me wince. I couldn’t imagine paying $500+ for an oscilloscope.

    Fortunately I’m more interested in the software side of things… thank God nobody charges for programming toolchains anymore.

    • @CoderKat@lemm.ee
      link
      fedilink
      English
      12 years ago

      Same. I’m lucky for software to be my hobby/career. It’s practically free. Contrary to popular misconception, it doesn’t require any kind of special or more powerful hardware (for most dev, at least). Maybe $150 for a second monitor, for sanity, but that’s not actually necessary.

      …I mean, I do have good hardware too, but that’s for my gaming hobby, not my software hobby.

      • @colonial@lemmy.world
        link
        fedilink
        22 years ago

        To be fair, if C++ or Rust is your thing… let’s just say I’d have a Threadripper if they weren’t five grand.

        I once had to (repeatedly) compile a C++ codebase on some Lenovo shitbook. It ended up being so infuriating (thirty seconds, minimum) that I wrote a few load-bearing shell scripts to rsync everything to my desktop, build it, and copy the binary back… which was ultimately about five times faster.

        Man, I wish I could have just used MicroPython for that project.