The Core

Discussion in 'Windows 10' started by BorisJohen, Mar 3, 2016.

  1. BorisJohen

    BorisJohen MDL Novice

    Mar 17, 2012
    4
    0
    0
    Win 10 is a great OS i install it i on every think i come across i am not worried about privacy except in my project development i do not want some one reading my dev code. Unplugged pc the answer but do i really need to do this ? o_O
     
  2. lobo11

    lobo11 TOMAHAWK CHOP

    Feb 16, 2012
    6,584
    5,362
    210
    You could just as easily right click on network icon in system tray and disable Ethernet/wireless connection. :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. MS_User

    MS_User MDL Guru

    Nov 30, 2014
    4,629
    1,343
    150
    why not get another comp with win7 as a stand alone no web access for your projects.
     
  4. Garbellano

    Garbellano MDL Addicted

    Aug 13, 2012
    947
    248
    30
    do you even open source, bro?
     
  5. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,731
    120
    No, you don not need to do this.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. lobo11

    lobo11 TOMAHAWK CHOP

    Feb 16, 2012
    6,584
    5,362
    210
    #6 lobo11, Mar 4, 2016
    Last edited: Mar 4, 2016
    I do not understand this, you do not ask what kind of protection he has against hackers, does he have a hardware firewall (router) or is Windows Firewall enough to protect his dev code, me I'd do something, lol:D

    He must think what he has is important and that someone maybe after it or he would not have asked, lol:D

    Unplugging computer is alittle much, but I would at least do something.:confused:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Bezalel

    Bezalel MDL Member

    Apr 30, 2012
    245
    28
    10
    If you trust the software switch.
     
  8. lobo11

    lobo11 TOMAHAWK CHOP

    Feb 16, 2012
    6,584
    5,362
    210
    Easy enough to check out, disable it, then try to go online, :confused:
    @ murphy78 your thoughts
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Buckie

    Buckie MDL Junior Member

    Nov 27, 2012
    57
    4
    0
    What you using to weite your code ? if its visual studio your screwed in any case as that talks to Ms just the same as Win 10 ....
     
  10. Enzo Matrix

    Enzo Matrix Guest

    The paranoia is a little strong isn't it? lol. Why do people continue to use it if they don't like how it works?
     
  11. Gharlane00

    Gharlane00 MDL Addicted

    Aug 26, 2009
    838
    302
    30
    Because just like a mouse sniffing at the bait, the hunger overcomes the fear until SNAP!!!!
     
  12. BorisJohen

    BorisJohen MDL Novice

    Mar 17, 2012
    4
    0
    0
    The Beer is strong in this one :biggrin: Not worried about hackers just some microsoft engineer thinking that's a nice bit of code this man has write ? Show widows side by side was my code or was it open two windows explorers side by side I forget, anyway in the mean time run this and get back to me :eek:

    Private Sub Start_Click()

    fname = "0"

    Open fname For Output As 1#

    List1.AddItem ("Power Hunger")
    For a = 0 To 1

    For b = 1 To 15

    For c = 1 To 15

    For d = 1 To 15

    For e = 1 To 15

    For f = 1 To 15

    For g = 1 To 15

    For h = 1 To 15

    For i = 1 To 15

    For j = 1 To 15

    Print #1, Hex(a) & Hex(b) & Hex(c) & Hex(d) & Hex(e) & Hex(f) & Hex(g) & Hex(h) & Hex(i) & Hex(j)

    If x = 10000000 Then

    z = z + 1

    fname = Str(z)

    Close #1

    Open fname For Output As #1

    x = 0

    End If

    x = x + 1

    Next j

    Next i

    Next h

    Next g

    Next f

    Next e

    Next d

    Next c

    Next b

    Next a

    Close 1#

    List1.AddItem ("Done Enjoy ;)")

    End Sub
     
  13. BorisJohen

    BorisJohen MDL Novice

    Mar 17, 2012
    4
    0
    0
    did write that 10 years ago in vb6 it looks wicked indented lol:worthy: