Code Monkey home page Code Monkey logo

Comments (10)

sylvia43 avatar sylvia43 commented on July 4, 2024

Great idea, but let's wait for all the pr's to come in then change it?

from docs.

raphaelrk avatar raphaelrk commented on July 4, 2024

Definitely agree

from docs.

zachlatta avatar zachlatta commented on July 4, 2024

Does removing the domain from the URLs really help spam?

from docs.

raphaelrk avatar raphaelrk commented on July 4, 2024

Probably not. It could still make things look nicer, getting rid of the horizontal scrollbar on the csv. It also makes it really obvious that a some people put incorrect URLs in anyway to stop bots.
Pictures:
cleanhs_csv
dirtyhs_csv

javascript automation:
document.body.innerHTML = document.body.innerHTML.replace( new RegExp("https://www.facebook.com/", 'g'), ''); void 0
document.body.innerHTML = document.body.innerHTML.replace( new RegExp("https://twitter.com/", 'g'), ''); void 0
document.body.innerHTML = document.body.innerHTML.replace( new RegExp("https://github.com/", 'g'), ''); void 0

from docs.

raphaelrk avatar raphaelrk commented on July 4, 2024

So yeah, one big advantage to removing URLs is getting rid of incorrect URLs. They would be made a non-issue if we remove URLs from those three columns.

from docs.

zachlatta avatar zachlatta commented on July 4, 2024

When talking with him earlier tonight, @ttaylorr brought up that if we decide to add LinkedIn in the future, it has different URLs for different user profile views. I'm not a big user of LinkedIn myself (and I may have misunderstood him), but this may be an issue if we decide to remove the domain from the URLs.

I do like the idea of no longer having incorrect URLs.

from docs.

ttaylorr avatar ttaylorr commented on July 4, 2024

For example, if you have a Facebook "username" your link looks like https://facebook.com/ttaylorr.blau, but if you don't it looks like https://facebook.com/user/. To allow for easy data usage in the future, I'd recommend keeping in the longer URLs.

from docs.

raphaelrk avatar raphaelrk commented on July 4, 2024

You mean https://facebook.com/profile.php?id=, right? Either way, I concede. It's easier to use the data when it has the URL beside it

from docs.

ttaylorr avatar ttaylorr commented on July 4, 2024

Yeah, I did mean that - thanks @raphaelrk :)

from docs.

zachlatta avatar zachlatta commented on July 4, 2024

I'm going to go ahead and close this issue. If either of you (or anyone else) comes up with a good way to list Facebook profiles that don't have a username without the fully-qualified URL, I do agree with @raphaelrk that the document would be much cleaner with just usernames.

from docs.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.