zlacker

[parent] [thread] 6 comments
1. LtWorf+(OP)[view] [source] 2022-10-17 09:12:13
And why not train it on microsoft windows and office code?
replies(5): >>robert+a2 >>megous+H3 >>dusted+g4 >>xfer+s4 >>logifa+5S1
2. robert+a2[view] [source] 2022-10-17 09:36:32
>>LtWorf+(OP)
That is a rather good question.
3. megous+H3[view] [source] 2022-10-17 09:58:43
>>LtWorf+(OP)
Because then your Re4ct code would look like this:

    export default class USERCOMPONENT extends REACTCOMPONENT<IUSER, {}> {
    constructor (oProps: IUSER){
      super(oProps);
    }
    render() {
      return (  
        <div>
          <h1>User Component</h1>
            Hello, <b>{This.oProps.sName}</b>
            <br/>
            You are <b>{This.oProps.dwAge} years old</b>
            <br/>
            You live at: <b>{This.oProps.sAddress}</b>
            <br/>
            You were born: <b>{This.oProps.oDoB.ToDateString()}</b>
        </div>
        );
      }
    }
4. dusted+g4[view] [source] 2022-10-17 10:05:19
>>LtWorf+(OP)
Easy pal, we don't want to multiply that shyte.
5. xfer+s4[view] [source] 2022-10-17 10:08:08
>>LtWorf+(OP)
Exactly, it would actually benefit many C/C++ programmers. Some components of NT are very high quality, why not wash their license if the aim is to empower the programmers and also make some profit?
6. logifa+5S1[view] [source] 2022-10-17 19:37:10
>>LtWorf+(OP)
> And why not train it on microsoft windows and office code?

As a thought experiment, if one were to train a model on purely leaked and/or stolen source code, would the use of model step effectively "launder" the code and make later partial reuse legit?

replies(1): >>LtWorf+x53
◧◩
7. LtWorf+x53[view] [source] [discussion] 2022-10-18 05:04:29
>>logifa+5S1
Only if it's not microsoft's leaked code, I guess :)
[go to top]