What It's Like To Be Ridiculed For Open Sourcing A Project
harthur.wordpress.com
What It's Like To Be Ridiculed For Open Sourcing A Project
1–10 of 826 posts
Re: What It's Like To Be Ridiculed For Open Sourcing A Project
#2> Modifies files when matches are found
Just like sed's -i option (except that -i allows you to specify a backup extension just in case)
> Recursive search on directories with -r
I usually use find with sed, so it's not so much a problem (and it actually allows to filter the files by extension, exclude directories, etc, which is pretty handy)
> Uses JavaScript syntax for regular expressions and replacement strings
I'm not sure that it's an advantage :)
So, is there something that I missed ?
Re: What It's Like To Be Ridiculed For Open Sourcing A Project
#3I'm curious : what is the use case for this utility ? If I look at the README, it says : > Modifies files when matches are found Just like sed's -i option (except that -i allows you to specify a backup extension just in case) > Recursive search on directories with -r I usually use find with sed, so it's not so much a problem (and it actually allows to filter the files by extension, exclude directories, etc, which is…
Edit: using the proper gender pronoun would help.
Re: What It's Like To Be Ridiculed For Open Sourcing A Project
#4I'm curious : what is the use case for this utility ? If I look at the README, it says : > Modifies files when matches are found Just like sed's -i option (except that -i allows you to specify a backup extension just in case) > Recursive search on directories with -r I usually use find with sed, so it's not so much a problem (and it actually allows to filter the files by extension, exclude directories, etc, which is…
Re: What It's Like To Be Ridiculed For Open Sourcing A Project
#5Granted, it duplicates stuff in sed and grep, but it looks like it would probably be useful to many people.
A project this reminded me of: http://betterthangrep.com/
Re: What It's Like To Be Ridiculed For Open Sourcing A Project
#6I'm curious : what is the use case for this utility ? If I look at the README, it says : > Modifies files when matches are found Just like sed's -i option (except that -i allows you to specify a backup extension just in case) > Recursive search on directories with -r I usually use find with sed, so it's not so much a problem (and it actually allows to filter the files by extension, exclude directories, etc, which is…
Not one she specifically mentioned (or possibly thought of) but it runs on windows without Cygwin. Edit: using the proper gender pronoun would help.
Re: What It's Like To Be Ridiculed For Open Sourcing A Project
#7I'm curious : what is the use case for this utility ? If I look at the README, it says : > Modifies files when matches are found Just like sed's -i option (except that -i allows you to specify a backup extension just in case) > Recursive search on directories with -r I usually use find with sed, so it's not so much a problem (and it actually allows to filter the files by extension, exclude directories, etc, which is…
Not one she specifically mentioned (or possibly thought of) but it runs on windows without Cygwin. Edit: using the proper gender pronoun would help.
Six of one, half a dozen of the other
Re: What It's Like To Be Ridiculed For Open Sourcing A Project
#8I'm curious : what is the use case for this utility ? If I look at the README, it says : > Modifies files when matches are found Just like sed's -i option (except that -i allows you to specify a backup extension just in case) > Recursive search on directories with -r I usually use find with sed, so it's not so much a problem (and it actually allows to filter the files by extension, exclude directories, etc, which is…
Debating the technical merits of this particular project can't really address that.
Re: What It's Like To Be Ridiculed For Open Sourcing A Project
#9I'm curious : what is the use case for this utility ? If I look at the README, it says : > Modifies files when matches are found Just like sed's -i option (except that -i allows you to specify a backup extension just in case) > Recursive search on directories with -r I usually use find with sed, so it's not so much a problem (and it actually allows to filter the files by extension, exclude directories, etc, which is…
Re: What It's Like To Be Ridiculed For Open Sourcing A Project
#10I'm curious : what is the use case for this utility ? If I look at the README, it says : > Modifies files when matches are found Just like sed's -i option (except that -i allows you to specify a backup extension just in case) > Recursive search on directories with -r I usually use find with sed, so it's not so much a problem (and it actually allows to filter the files by extension, exclude directories, etc, which is…
It's not about the usefulness of the project, it's about why does notorious developers like steveklabnik (rails core team) and dcramer (lots of django related projects) are publicly bashing this project without any reason.
It's rude and childish.