webuildsg / webuild

:memo: Robot-handpicked list of open events and open source for designers, developers and makers in Singapore
https://webuild.sg/
MIT License
62 stars 33 forks source link

event not being picked up #122

Closed sayanee closed 9 years ago

sayanee commented 9 years ago

http://www.meetup.com/Singapore-Creative-Coding-Meetup/events/220024568/

hunch: event duplicate checking algo

image

{
id: "15582627057",
name: "Null Singapore - Monthly meet",
description: "About null null is an open security community for ethical hackers, security professionals and security enthusiasts, born out of the need for: Promoting advanced security research. Spreading security awareness among the netizens. A Centralized knowledge base for security related information. All our Null Singapore meets are Free and Open to all, just register and join us.    Agenda : Introduction to null Singapore by Mohammed A Imran Reversing Google Protobuf "A new Binary Protocol" by Prasanna Kangasabai   About Speakers: Prasanna Kanagasabai :  I have been a Application Pentester for close to 10 years. Speaker @ nullcon-Delhi, Clubhack, IIT Guwahati and various null meetups. Enjoy solving new challenges. Creator of IronSAP a module over IronWASP. Present interest is in Fuzzing and UAF bugs discovery.",
location: "TBD, we will update it by Monday, Singapore null",
url: "http://nullsgfeb15.eventbrite.com/?aff=ebapi",
group_name: "Null Singapore",
group_url: "https://www.eventbriteapi.com/v3/organizers/7910757369/",
formatted_time: "05 Feb 2015, Thu, 7:00 pm",
start_time: "2015-02-05T11:00:00Z",
end_time: "2015-02-05T13:00:00Z"
},

vs

image

{
id: "220024568",
name: "Creative Coding Meetup #4 - VJing & Creative Coding",
description: " Happy new year to all! Sorry for almost forgetting to hold a meetup this month, but we'll have exciting items for our upcoming one! We will also be holding our meetup at a new Zopim / Zendesk office! (Please check the address!) The plan for this meetup session is as follows: - Talk 1: "VJing" by Nozomu Miura - Talk 2? (Contact me if you're interested to speak) - Creative coding challenge break out session In the first talk, Nozomu Miura will be speaking about "VJing and creative coding". Nozomu is a Japanese software developer as well as a VJ working in Singapore. He also runs a company call http://techlife.sg/ He has written many software and it would be really interesting to know about stuff and applications he do. The second talk is still open for now, so feel free to come forward if you have anything to share. Finally we'll end with a creative coding challenge. I'll announce a challenge (which is to be decided) and we'll break out into groups trying to code that. At the end of the session, we'll present our works to other groups. So please bring your laptops if you would like to get your hands dirty. As always, remember to RSVP to estimate the amount of refreshments needed and hope to see you there! ",
location: "401 Commonwealth Drive, Haw Par Technocentre, #07-01, Singapore",
url: "http://www.meetup.com/Singapore-Creative-Coding-Meetup/events/220024568/",
group_name: "Singapore Creative Coding Meetup",
group_url: "http://meetup.com/Singapore-Creative-Coding-Meetup",
formatted_time: "05 Feb 2015, Thu, 7:00 pm",
start_time: "2015-02-05T11:00:00.000Z",
end_time: "2015-02-05T13:00:00.000Z"
},
notthetup commented 9 years ago

Was looking through the dup algo... Have a branch to print out stuff that's found to be duplicates.. Here is the branch 0e2b312.

I see this. We have false positives.

"Info: Removing duplicate event from feed : Creative Coding Meetup #4 - VJing & Creative Coding :: Null Singapore - Monthly meet"

notthetup commented 9 years ago

81e5a27 should help it I think. Added to common words list.

sayanee commented 9 years ago

fixed:

image