nahostdeutschland@feddit.org to Technology@lemmy.worldEnglish · 16 hours agoAfter 40 years of being free Microsoft has added a paywall to Notepadwww.tweaktown.comexternal-linkmessage-square141fedilinkarrow-up1425arrow-down1104
arrow-up1321arrow-down1external-linkAfter 40 years of being free Microsoft has added a paywall to Notepadwww.tweaktown.comnahostdeutschland@feddit.org to Technology@lemmy.worldEnglish · 16 hours agomessage-square141fedilink
minus-squarenull_dot@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up10arrow-down1·15 hours agoI think the idea is that you can use it for reformatting small sets of data I guess. “make all the dates in this CSV iso-8601”
minus-squareTheGrandNagus@lemmy.worldlinkfedilinkEnglisharrow-up5·12 hours agoGenuinely very useful, however I feel that can be achieved without a login and paid AI subscription.
minus-squarenull_dot@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up1·1 hour agoYou’re right of course. Like the other commenter said for this specific problem you’d use a spreadsheet. It’s just an example though and there are others, like maybe removing url encoding from a string or something. Again this can be done in some other tool without much fuss, but the versatility offered by notepad will be useful for a lot of people.
minus-squarelambalicious@lemmy.sdf.orglinkfedilinkEnglisharrow-up7·10 hours agoHeck, it probably can be done with a regex. (Yeah, I know) There’s no need to kill three forests just to do the exact same work you could have done by opening your dataset in Excel.
I think the idea is that you can use it for reformatting small sets of data I guess.
“make all the dates in this CSV iso-8601”
Genuinely very useful, however I feel that can be achieved without a login and paid AI subscription.
You’re right of course.
Like the other commenter said for this specific problem you’d use a spreadsheet.
It’s just an example though and there are others, like maybe removing url encoding from a string or something.
Again this can be done in some other tool without much fuss, but the versatility offered by notepad will be useful for a lot of people.
Heck, it probably can be done with a regex. (Yeah, I know)
There’s no need to kill three forests just to do the exact same work you could have done by opening your dataset in Excel.