ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    What Are You Doing Right Now

    Scheduled Pinned Locked Moved Water Closet
    time waster
    88.9k Posts 285 Posters 43.0m Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • nadnerBN
      nadnerB @WrCombs
      last edited by

      @wrcombs just to add to the confusion … there are hybrid SSD HDD made be Seagate.

      IIRC the controller puts frequently accessed stuff on the SSD and moves less accessed items to the HDD.

      I may be over simplifying it.

      Seagate didn’t jump on the all flash bandwagon at the start as they believed that hybrid devices were the future

      WrCombsW 1 Reply Last reply Reply Quote 0
      • WrCombsW
        WrCombs @nadnerB
        last edited by

        @nadnerb said in What Are You Doing Right Now:

        @wrcombs just to add to the confusion … there are hybrid SSD HDD made be Seagate.

        IIRC the controller puts frequently accessed stuff on the SSD and moves less accessed items to the HDD.

        I may be over simplifying it.

        Seagate didn’t jump on the all flash bandwagon at the start as they believed that hybrid devices were the future

        That's interesting , I didn't even know that was a thing and we've used Seagate for a lot of our Drives for our PC's.

        1 Reply Last reply Reply Quote 0
        • EddieJenningsE
          EddieJennings
          last edited by

          Fixing an inherited PowerShell script.

          gjacobseG 1 Reply Last reply Reply Quote 0
          • gjacobseG
            gjacobse @EddieJennings
            last edited by

            @eddiejennings said in What Are You Doing Right Now:

            Fixing an inherited PowerShell script.

            9afdb1d8-2ef5-4830-b9ad-9de117ad01b2-image.png

            EddieJenningsE 1 Reply Last reply Reply Quote 2
            • EddieJenningsE
              EddieJennings @gjacobse
              last edited by

              @gjacobse said in What Are You Doing Right Now:

              @eddiejennings said in What Are You Doing Right Now:

              Fixing an inherited PowerShell script.

              9afdb1d8-2ef5-4830-b9ad-9de117ad01b2-image.png

              Ha! I've seen worse scripts than this; however, all of its boolean tests are ($anActualBooleanValue -eq "True"), which apparently does work, but I wouldn't trust it.

              ObsolesceO 1 Reply Last reply Reply Quote 0
              • ObsolesceO
                Obsolesce @EddieJennings
                last edited by Obsolesce

                @eddiejennings said in What Are You Doing Right Now:

                ($anActualBooleanValue -eq "True")

                "True" is a string.

                A boolean value would be $True or $False.

                $anActualBooleanValue -eq $True

                Technically, you can do if ($anActualBooleanValue) {}

                EddieJenningsE 1 Reply Last reply Reply Quote 0
                • EddieJenningsE
                  EddieJennings @Obsolesce
                  last edited by EddieJennings

                  @obsolesce said in What Are You Doing Right Now:

                  @eddiejennings said in What Are You Doing Right Now:

                  ($anActualBooleanValue -eq "True")

                  "True" is a string.

                  A boolean value would be $True or $False.

                  $anActualBooleanValue -eq $True

                  Technically, you can do if ($anActualBooleanValue) {}

                  Yep. Hence my critique, and my surprise that the comparison to a string seemed to work. Needless to say those instances will be fixed. 🙂

                  1 Reply Last reply Reply Quote 0
                  • iroalI
                    iroal
                    last edited by

                    Recovering a file from a Backup of 2014, the backup are in 6 Lto-3 tapes.

                    gjacobseG 1 Reply Last reply Reply Quote 0
                    • gjacobseG
                      gjacobse @iroal
                      last edited by

                      @iroal said in What Are You Doing Right Now:

                      Recovering a file from a Backup of 2014, the backup are in 6 Lto-3 tapes.

                      Recovering a file from seven years ago? Wow -

                      iroalI DustinB3403D 2 Replies Last reply Reply Quote 0
                      • iroalI
                        iroal @gjacobse
                        last edited by

                        @gjacobse said in What Are You Doing Right Now:

                        @iroal said in What Are You Doing Right Now:

                        Recovering a file from a Backup of 2014, the backup are in 6 Lto-3 tapes.

                        Recovering a file from seven years ago? Wow -

                        It took me 1 hour but it was successfully.

                        Long life for Lto Tapes !!

                        1 Reply Last reply Reply Quote 4
                        • DustinB3403D
                          DustinB3403 @gjacobse
                          last edited by

                          @gjacobse said in What Are You Doing Right Now:

                          @iroal said in What Are You Doing Right Now:

                          Recovering a file from a Backup of 2014, the backup are in 6 Lto-3 tapes.

                          Recovering a file from seven years ago? Wow -

                          This seems completely normal to me, maybe the laws of retainment are more strict in NY, but I want to say that 7 years is the minimum that records need to be kept.

                          gjacobseG 1 Reply Last reply Reply Quote 0
                          • gjacobseG
                            gjacobse @DustinB3403
                            last edited by

                            @dustinb3403 said in What Are You Doing Right Now:

                            @gjacobse said in What Are You Doing Right Now:

                            @iroal said in What Are You Doing Right Now:

                            Recovering a file from a Backup of 2014, the backup are in 6 Lto-3 tapes.

                            Recovering a file from seven years ago? Wow -

                            This seems completely normal to me, maybe the laws of retainment are more strict in NY, but I want to say that 7 years is the minimum that records need to be kept.

                            Oh it wasn't about the retention time... it was having to recover a file from that long back.. Most cases I see / have done are within the last day/week/month. Not 7 years.

                            1 Reply Last reply Reply Quote 2
                            • EddieJenningsE
                              EddieJennings
                              last edited by

                              Audio editing

                              gjacobseG 1 Reply Last reply Reply Quote 0
                              • gjacobseG
                                gjacobse @EddieJennings
                                last edited by

                                @eddiejennings said in What Are You Doing Right Now:

                                Audio editing

                                Sound check,….

                                EddieJenningsE 1 Reply Last reply Reply Quote 0
                                • EddieJenningsE
                                  EddieJennings @gjacobse
                                  last edited by EddieJennings

                                  @gjacobse said in What Are You Doing Right Now:

                                  @eddiejennings said in What Are You Doing Right Now:

                                  Audio editing

                                  Sound check,….

                                  Less glamorous than it sounds. I'm going through the audio of a video and removing strange speaking and breathing sounds that you never notice in live conversation, but are super noticeable when recorded with a microphone.

                                  1 Reply Last reply Reply Quote 1
                                  • EddieJenningsE
                                    EddieJennings
                                    last edited by EddieJennings

                                    Working on a Fedora ticket.

                                    1 Reply Last reply Reply Quote 1
                                    • gjacobseG
                                      gjacobse
                                      last edited by

                                      Looking for a new radio, as I managed to sell my main one yesterday. ... which was a bit of a surprise. Not sure I want to deal with an external tuner on the next one,.. but just means more up front...

                                      It's between these:
                                      FT-991A ALL-BAND, MULTIMODE PORTABLE TRANSCEIVER
                                      24a7c03c-b002-41f4-a23d-2a25225865af-image.png

                                      or

                                      FT-891 HF+50Mhz ALL MODE MOBILE TRANSCEIVER
                                      8be4e647-8924-4050-bbb4-a351b7fea9c4-image.png

                                      I would need a tuner to go with the FT-891, whereas the FT-991A has it internal. It's been a long time (cir 2000) since I bought a new primary radio,... it's over due...

                                      dafyreD jt1001001J 2 Replies Last reply Reply Quote 2
                                      • dafyreD
                                        dafyre @gjacobse
                                        last edited by

                                        @gjacobse said in What Are You Doing Right Now:

                                        Looking for a new radio, as I managed to sell my main one yesterday. ... which was a bit of a surprise. Not sure I want to deal with an external tuner on the next one,.. but just means more up front...

                                        It's between these:
                                        FT-991A ALL-BAND, MULTIMODE PORTABLE TRANSCEIVER
                                        24a7c03c-b002-41f4-a23d-2a25225865af-image.png

                                        or

                                        FT-891 HF+50Mhz ALL MODE MOBILE TRANSCEIVER
                                        8be4e647-8924-4050-bbb4-a351b7fea9c4-image.png

                                        I would need a tuner to go with the FT-891, whereas the FT-991A has it internal. It's been a long time (cir 2000) since I bought a new primary radio,... it's over due...

                                        What kind of radios are those? CB?

                                        I'd definitely go with the 991A if it's got the tuner built in.

                                        gjacobseG 1 Reply Last reply Reply Quote 0
                                        • jt1001001J
                                          jt1001001 @gjacobse
                                          last edited by

                                          @gjacobse 991A for me but then again I do weak signal VHF work. I'm saving up for an Icom 705 to be my next primary rig. Also check out the Icom 7300's many of our club members have them and absolutely love them even the non Icom gang.

                                          jt1001001J gjacobseG 2 Replies Last reply Reply Quote 0
                                          • jt1001001J
                                            jt1001001 @jt1001001
                                            last edited by

                                            Haven't posted here in forever. I see @scottalanmiller has relocated out of country?

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 10
                                            • 11
                                            • 12
                                            • 13
                                            • 14
                                            • 4443
                                            • 4444
                                            • 12 / 4444
                                            • First post
                                              Last post