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

    Chromebooks and Mild Paranoia

    IT Discussion
    8
    78
    4.7k
    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.
    • R3dPand4R
      R3dPand4 @scottalanmiller
      last edited by

      @scottalanmiller I have no idea hence why I don't own them, I just know it caused some buzz. I think the issue was that it was regularly activating itself without the prompt from the user and was recording conversations then relaying them. I'll link the article I'm referring to. http://bgr.com/2017/10/11/google-home-mini-spying-on-user-fix/

      1 Reply Last reply Reply Quote 0
      • R3dPand4R
        R3dPand4 @scottalanmiller
        last edited by

        @scottalanmiller Ah okay, understandable. I can still use CodeAnywhere, no biggy.

        scottalanmillerS 1 Reply Last reply Reply Quote 0
        • scottalanmillerS
          scottalanmiller @R3dPand4
          last edited by

          @r3dpand4 said in Chromebooks and Mild Paranoia:

          @scottalanmiller Ah okay, understandable. I can still use CodeAnywhere, no biggy.

          Right. Or just SSH into a Linux VM, that's what @QuixoticJeremy and I do.

          R3dPand4R dafyreD 2 Replies Last reply Reply Quote 1
          • R3dPand4R
            R3dPand4 @scottalanmiller
            last edited by

            @scottalanmiller said in Chromebooks and Mild Paranoia:

            @r3dpand4 said in Chromebooks and Mild Paranoia:

            @scottalanmiller Ah okay, understandable. I can still use CodeAnywhere, no biggy.

            Right. Or just SSH into a Linux VM, that's what @QuixoticJeremy and I do.

            Perfect.

            scottalanmillerS 1 Reply Last reply Reply Quote 0
            • DashrenderD
              Dashrender @R3dPand4
              last edited by

              @r3dpand4 said in Chromebooks and Mild Paranoia:

              @dashrender I deleted my Facebook account going on 5 years ago now, don't regret it at all.

              I have social groups that exist solely on FB, so I have little choice if I want to maintain them.

              But since last summer, I'll go days without looking at the FB feed, and only use FB messenger on my phone as needed.

              R3dPand4R 1 Reply Last reply Reply Quote 0
              • scottalanmillerS
                scottalanmiller @R3dPand4
                last edited by

                @r3dpand4 said in Chromebooks and Mild Paranoia:

                @scottalanmiller said in Chromebooks and Mild Paranoia:

                @r3dpand4 said in Chromebooks and Mild Paranoia:

                @scottalanmiller Ah okay, understandable. I can still use CodeAnywhere, no biggy.

                Right. Or just SSH into a Linux VM, that's what @QuixoticJeremy and I do.

                Perfect.

                It's ideal because then we control the development VM, and can take backups, and automate things and make sure that all packages are exactly what we want for production without needing to find ways to make laptops and desktops match that environment. Which is especially hard if you try to do that on a Chromebook that is often not even AMD64 architecture. So you often can't even run the same OS, let alone have a matching version. And many things that you want for production might be problematic on a light laptop.

                Examples would be Java environments, databases, caches and such. Things that suck down resources, even for just a test environment.

                R3dPand4R 1 Reply Last reply Reply Quote 0
                • RojoLocoR
                  RojoLoco
                  last edited by

                  Remeber, if you do have any type of voice activated device (alexa, google home, etc), be sure to put it near a TV and watch the 1st episode of thew new season of South Park...

                  1 Reply Last reply Reply Quote 0
                  • R3dPand4R
                    R3dPand4 @Dashrender
                    last edited by

                    @dashrender Yeah I could see why that might be hard, I might be "that guy" in certain groups where I'm just more difficult to involve in things, and I may honestly get passed up on invites to things because it requires an extra step to contact me. Either way, to me it's worth not supporting that site. I despise the structure itself, the content that's regularly shared, and the business practices behind the scenes.

                    1 Reply Last reply Reply Quote 0
                    • dafyreD
                      dafyre @scottalanmiller
                      last edited by

                      @scottalanmiller said in Chromebooks and Mild Paranoia:

                      @r3dpand4 said in Chromebooks and Mild Paranoia:

                      @scottalanmiller Ah okay, understandable. I can still use CodeAnywhere, no biggy.

                      Right. Or just SSH into a Linux VM, that's what @QuixoticJeremy and I do.

                      I can and have done development with vi and/or nano for more than one or two files... I severely dislike this. Setups like Codiad or CodeAnywhere are much more to my liking.

                      scottalanmillerS 1 Reply Last reply Reply Quote 0
                      • scottalanmillerS
                        scottalanmiller @dafyre
                        last edited by

                        @dafyre said in Chromebooks and Mild Paranoia:

                        @scottalanmiller said in Chromebooks and Mild Paranoia:

                        @r3dpand4 said in Chromebooks and Mild Paranoia:

                        @scottalanmiller Ah okay, understandable. I can still use CodeAnywhere, no biggy.

                        Right. Or just SSH into a Linux VM, that's what @QuixoticJeremy and I do.

                        I can and have done development with vi and/or nano for more than one or two files... I severely dislike this. Setups like Codiad or CodeAnywhere are much more to my liking.

                        We tried other tools, keep coming back to vi. It's just so fast and easy.

                        R3dPand4R dafyreD 2 Replies Last reply Reply Quote 0
                        • R3dPand4R
                          R3dPand4 @scottalanmiller
                          last edited by

                          @scottalanmiller I could definitely see that, aren't a lot of Chromebooks running ARM now? My partner and I moved to vm development with our latest project, and I'll never go back. We are beginning to incorporate containers, but that's more so for for the team after we're gone than it is for us at the moment.

                          scottalanmillerS 1 Reply Last reply Reply Quote 0
                          • scottalanmillerS
                            scottalanmiller @R3dPand4
                            last edited by

                            @r3dpand4 said in Chromebooks and Mild Paranoia:

                            @scottalanmiller I could definitely see that, aren't a lot of Chromebooks running ARM now?

                            Used to all be on ARM. Now some low end AMD64 is starting to show up, but they never seem as nice as their ARM counterparts.

                            1 Reply Last reply Reply Quote 1
                            • R3dPand4R
                              R3dPand4 @scottalanmiller
                              last edited by

                              @scottalanmiller @dafyre The extent of my experience with vi thus far is just simple things like copying and editing eth config files to make bridges on CentOS7/KVM hosts.

                              scottalanmillerS 1 Reply Last reply Reply Quote 0
                              • scottalanmillerS
                                scottalanmiller @R3dPand4
                                last edited by

                                @r3dpand4 said in Chromebooks and Mild Paranoia:

                                @scottalanmiller @dafyre The extent of my experience with vi thus far is just simple things like copying and editing eth config files to make bridges on CentOS7/KVM hosts.

                                In six figure developer shops, it seems to be the most common tool that I see. It's universally available, universally known, rock solid, really fast and easy once learned, doesn't put all this annoying crap in your face to make things hard, works everywhere unlike fat apps which often don't, and just works... that's the biggest thing. Doesn't require all kinds of special considerations and management to get the basics done.

                                R3dPand4R 1 Reply Last reply Reply Quote 1
                                • dafyreD
                                  dafyre @scottalanmiller
                                  last edited by

                                  @scottalanmiller said in Chromebooks and Mild Paranoia:

                                  @dafyre said in Chromebooks and Mild Paranoia:

                                  @scottalanmiller said in Chromebooks and Mild Paranoia:

                                  @r3dpand4 said in Chromebooks and Mild Paranoia:

                                  @scottalanmiller Ah okay, understandable. I can still use CodeAnywhere, no biggy.

                                  Right. Or just SSH into a Linux VM, that's what @QuixoticJeremy and I do.

                                  I can and have done development with vi and/or nano for more than one or two files... I severely dislike this. Setups like Codiad or CodeAnywhere are much more to my liking.

                                  We tried other tools, keep coming back to vi. It's just so fast and easy.

                                  For small things, sure, but needing to switch between files constantly? I could see using tmux or screen for that.

                                  scottalanmillerS 1 Reply Last reply Reply Quote 0
                                  • scottalanmillerS
                                    scottalanmiller @dafyre
                                    last edited by

                                    @dafyre said in Chromebooks and Mild Paranoia:

                                    @scottalanmiller said in Chromebooks and Mild Paranoia:

                                    @dafyre said in Chromebooks and Mild Paranoia:

                                    @scottalanmiller said in Chromebooks and Mild Paranoia:

                                    @r3dpand4 said in Chromebooks and Mild Paranoia:

                                    @scottalanmiller Ah okay, understandable. I can still use CodeAnywhere, no biggy.

                                    Right. Or just SSH into a Linux VM, that's what @QuixoticJeremy and I do.

                                    I can and have done development with vi and/or nano for more than one or two files... I severely dislike this. Setups like Codiad or CodeAnywhere are much more to my liking.

                                    We tried other tools, keep coming back to vi. It's just so fast and easy.

                                    For small things, sure, but needing to switch between files constantly? I could see using tmux or screen for that.

                                    That's why we have things like screen or tabbed terminals 🙂

                                    1 Reply Last reply Reply Quote 0
                                    • R3dPand4R
                                      R3dPand4 @scottalanmiller
                                      last edited by

                                      @scottalanmiller Nice, I'll definitely have to dedicate some more time to getting it down.

                                      scottalanmillerS 1 Reply Last reply Reply Quote 0
                                      • scottalanmillerS
                                        scottalanmiller @R3dPand4
                                        last edited by

                                        @r3dpand4 said in Chromebooks and Mild Paranoia:

                                        @scottalanmiller Nice, I'll definitely have to dedicate some more time to getting it down.

                                        It's got a tough up front learning curve, but there are huge reasons that you want to use it for UNIX administration, and decent ones to consider it for development.

                                        R3dPand4R 1 Reply Last reply Reply Quote 1
                                        • R3dPand4R
                                          R3dPand4 @scottalanmiller
                                          last edited by

                                          @scottalanmiller I'm sure the payoff is well worth it though.

                                          scottalanmillerS 1 Reply Last reply Reply Quote 0
                                          • scottalanmillerS
                                            scottalanmiller @R3dPand4
                                            last edited by

                                            @r3dpand4 said in Chromebooks and Mild Paranoia:

                                            @scottalanmiller I'm sure the payoff is well worth it though.

                                            Yes, especially as it is used in so many places. It's the editor I use most. No matter where I am or what I am doing, it's the one thing that is always there.

                                            1 Reply Last reply Reply Quote 1
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 2 / 4
                                            • First post
                                              Last post