hilary_mason_data hilary_mason_data-2008 hilary_mason_data-2008-13 knowledge-graph by maker-knowledge-mining

13 hilary mason data-2008-01-22-Create a group Twitter account


meta infos for this blog

Source: html

Introduction: Create a group Twitter account Posted: January 22, 2008 | Author: hilary | Filed under: blog | Tags: hack , social networking , twitter , web apps , web dev | 13 Comments » Twitter rocks. It’s useful for all kinds of things , but especially for chronicling a live event as it happens, including the pre-event discussion and post-conference wrapup. We’re very excited to be hosting NewB Camp here in Providence, RI on February 23rd. In preparation for the event, Sara created a NewBCamp Twitter account and I coded up this quick script to pull in all tweets related to the conference. It examines all of your followers tweets for a particular phrase or tag, and then reposts those tweets containing the tag to its own timeline with the author’s name prepended. I’m running this as a cron job on my hosting account. You can see it in action here . This is a quick hack. It has a couple of issue that I’m aware of: Someone has to log in and manually add


Summary: the most important sentenses genereted by tfidf model

sentIndex sentText sentNum sentScore

1 Create a group Twitter account Posted: January 22, 2008 | Author: hilary | Filed under: blog | Tags: hack , social networking , twitter , web apps , web dev | 13 Comments » Twitter rocks. [sent-1, score-0.901]

2 It’s useful for all kinds of things , but especially for chronicling a live event as it happens, including the pre-event discussion and post-conference wrapup. [sent-2, score-0.275]

3 We’re very excited to be hosting NewB Camp here in Providence, RI on February 23rd. [sent-3, score-0.123]

4 In preparation for the event, Sara created a NewBCamp Twitter account and I coded up this quick script to pull in all tweets related to the conference. [sent-4, score-0.729]

5 It examines all of your followers tweets for a particular phrase or tag, and then reposts those tweets containing the tag to its own timeline with the author’s name prepended. [sent-5, score-0.852]

6 I’m running this as a cron job on my hosting account. [sent-6, score-0.259]

7 It has a couple of issue that I’m aware of: Someone has to log in and manually add followers. [sent-9, score-0.258]

8 The Twitter API only returns the previous 20 friends posts, and it’s possible we might miss some if we have so many friends that the post rate exceeds 20/50 secs (our permitted API request rate). [sent-10, score-1.183]

9 I do hope that you find this useful for creating your own Twitter event monitor! [sent-11, score-0.213]

10 $post['text']; // post the new post to the newbcamp account with the user's name prepended $twitter->updateStatus($new_post); } } } Update 10. [sent-20, score-1.303]

11 2009 : This script is basically superseded by Twitter’s lists feature . [sent-22, score-0.271]


similar blogs computed by tfidf model

tfidf for this blog:

wordName wordTfidf (topN-words)

[('tag', 0.402), ('twitter', 0.366), ('newbcamp', 0.349), ('post', 0.298), ('friends', 0.217), ('account', 0.196), ('tweets', 0.185), ('json', 0.174), ('api', 0.135), ('posts', 0.134), ('event', 0.13), ('hosting', 0.123), ('true', 0.109), ('rate', 0.109), ('update', 0.09), ('quick', 0.086), ('useful', 0.083), ('new', 0.082), ('name', 0.08), ('script', 0.075), ('previous', 0.074), ('action', 0.074), ('apps', 0.074), ('configurable', 0.074), ('cron', 0.074), ('exceeds', 0.074), ('monitor', 0.074), ('returns', 0.074), ('last', 0.073), ('web', 0.068), ('username', 0.067), ('related', 0.067), ('aware', 0.067), ('basically', 0.067), ('lists', 0.067), ('log', 0.067), ('networking', 0.067), ('dev', 0.062), ('password', 0.062), ('running', 0.062), ('feature', 0.062), ('issue', 0.062), ('coded', 0.062), ('key', 0.062), ('live', 0.062), ('manually', 0.062), ('miss', 0.062), ('pull', 0.058), ('user', 0.058), ('request', 0.058)]

similar blogs list:

simIndex simValue blogId blogTitle

same-blog 1 0.99999988 13 hilary mason data-2008-01-22-Create a group Twitter account

Introduction: Create a group Twitter account Posted: January 22, 2008 | Author: hilary | Filed under: blog | Tags: hack , social networking , twitter , web apps , web dev | 13 Comments » Twitter rocks. It’s useful for all kinds of things , but especially for chronicling a live event as it happens, including the pre-event discussion and post-conference wrapup. We’re very excited to be hosting NewB Camp here in Providence, RI on February 23rd. In preparation for the event, Sara created a NewBCamp Twitter account and I coded up this quick script to pull in all tweets related to the conference. It examines all of your followers tweets for a particular phrase or tag, and then reposts those tweets containing the tag to its own timeline with the author’s name prepended. I’m running this as a cron job on my hosting account. You can see it in action here . This is a quick hack. It has a couple of issue that I’m aware of: Someone has to log in and manually add

2 0.16783136 94 hilary mason data-2013-03-08-Speaking: Title Slides + Twitter = You Win

Introduction: Speaking: Title Slides + Twitter = You Win Posted: March 8, 2013 | Author: Hilary Mason | Filed under: speaking | Tags: slides , speaking , title , twitter | 2 Comments » Your title slide should focus on the title of the talk. It should also include your name and affiliation, your logo if you have a cute one, possibly your blog or e-mail address if you want people to get in touch, and your twitter handle. Here’s one of mine: I usually mention that the beginning of the talk that if people have questions they can tweet them at me. This isn’t just because Twitter is a great way to get questions from people too shy to speak up (or who don’t get an opportunity). Here’s the hack: letting people know that you’ll be reading everything they say about your talk on Twitter makes them more likely to say nice things. Further, in a multi-track conference, people who weren’t actually in your talk (or were there but not paying a lot of attention) will judge your

3 0.16113208 23 hilary mason data-2009-01-01-Twitter: A greasemonkey script to show who follows you

Introduction: Twitter: A greasemonkey script to show who follows you Posted: January 1, 2009 | Author: hilary | Filed under: blog | Tags: extension , firefox , greasemonkey , script , socialmedia , status , twitter | 9 Comments » A couple of days ago I saw @skap5′s comment : “Dear Twitter Is it too much to ask to add a follower marker so I can know if someone is following me and not just if I am following them?” I think that Twitter could benefit from displaying more information on the home page, and this idea was easy enough to code up. It should save some time and make the Twitter homepage that much more useful. The script displays a tiny icon on top of the portrait of people who are following you back on your Twitter home page. It leaves your non-followers alone, though it would be easy enough to develop a version that puts silly mustaches on them. This is only a first version, and I welcome your comments and suggestions. If you already have Greasemo

4 0.14699472 24 hilary mason data-2009-01-31-WordPress tip: Move comments from one post to another post

Introduction: WordPress tip: Move comments from one post to another post Posted: January 31, 2009 | Author: hilary | Filed under: blog | Tags: tips , wordpress | 3 Comments » I recently ended up with two posts on this site about the same project — one was a short summary, and the other a long, detailed article. I decided to consolidate them into the longer article, but I didn’t want to lose the six comments that had been posted to the short article. I couldn’t find a way in the WordPress UI to move comments from one post to another, so I jumped into the database. If you run WordPress on a host, they probably provide a MySQL management tool like PHPMyAdmin, or you can log in with a mysql client. First, find the table that contains the posts for your blog (the table name usually ends in _posts ). Find the ID that matches the post you want to move comments from , and the ID for the post that you want to move comments to . Note: An easy way to do this is to search by t

5 0.12609221 114 hilary mason data-2013-12-18-Using Twitter’s Lead-Gen Card to Recruit Beta Testers

Introduction: Using Twitter’s Lead-Gen Card to Recruit Beta Testers Posted: December 18, 2013 | Author: Hilary Mason | Filed under: blog | Tags: email , hack , twitter | 12 Comments » It turns out that it’s pretty easy to co-opt Twitter’s Lead Generation card for anything where you want to gather a bunch of e-mail addresses from your Twitter community. I was looking for people willing to alpha test a little side project of mine, and it worked great and didn’t cost anything. The tweet itself: Love tech discussion but looking for a better community? Help me beta test a side project! https://t.co/H3DYjbCy19 — Hilary Mason (@hmason) December 12, 2013 I created it pretty easily: First, go to ads.twitter.com , log in, and go to “creatives”, then “cards”. Click “Create Lead Generation Card”. It’s a big blue button. You can include a title and a short description. Curiously, you can also include a 600px by 150px image. This seems like an opportunity to

6 0.12140675 16 hilary mason data-2008-03-08-Following a group of Twitterers without exhausting SMS

7 0.11398353 71 hilary mason data-2012-01-26-Identity Slippage, and what’s the weirdest thing you’ve been e-mailed by accident?

8 0.10987464 48 hilary mason data-2010-09-04-Twitter Succeeds Because it Fails

9 0.098303944 90 hilary mason data-2013-02-18-One Random Tweet, please.

10 0.089930959 35 hilary mason data-2009-10-17-Yahoo OpenHackNYC: The Del.icio.us Cake

11 0.078662656 28 hilary mason data-2009-04-28-LSL: AOL IM Status Indicator

12 0.077687606 1 hilary mason data-2006-02-20-JavaScript Rotating Images Tutorial

13 0.076501347 113 hilary mason data-2013-11-22-Speaking: Two Questions to Ask Before You Give a Talk

14 0.070961669 45 hilary mason data-2010-07-26-A quick twitter bot, @bc l

15 0.069511645 74 hilary mason data-2012-08-19-Why I love New York City

16 0.067461565 82 hilary mason data-2013-01-08-Bitly Social Data APIs

17 0.066173881 85 hilary mason data-2013-01-19-Startups: How to Share Data with Academics

18 0.064056903 40 hilary mason data-2010-02-16-Conference: Search and Social Media 2010

19 0.063031368 115 hilary mason data-2014-02-14-Play with your food!

20 0.061469361 31 hilary mason data-2009-08-12-My NYC Python Meetup Presentation: Practical Data Analysis in Python


similar blogs computed by lsi model

lsi for this blog:

topicId topicWeight

[(0, -0.226), (1, 0.052), (2, -0.192), (3, 0.055), (4, -0.046), (5, 0.066), (6, -0.254), (7, 0.033), (8, -0.054), (9, -0.107), (10, 0.0), (11, -0.088), (12, 0.198), (13, 0.363), (14, -0.161), (15, 0.047), (16, 0.123), (17, 0.058), (18, 0.003), (19, -0.16), (20, -0.032), (21, 0.03), (22, 0.035), (23, -0.138), (24, 0.063), (25, -0.075), (26, 0.005), (27, 0.132), (28, -0.017), (29, 0.093), (30, 0.041), (31, 0.083), (32, -0.05), (33, 0.068), (34, 0.028), (35, -0.113), (36, -0.062), (37, 0.04), (38, 0.069), (39, -0.03), (40, 0.078), (41, -0.074), (42, 0.096), (43, -0.008), (44, -0.151), (45, -0.058), (46, -0.018), (47, -0.067), (48, -0.056), (49, 0.029)]

similar blogs list:

simIndex simValue blogId blogTitle

same-blog 1 0.99228638 13 hilary mason data-2008-01-22-Create a group Twitter account

Introduction: Create a group Twitter account Posted: January 22, 2008 | Author: hilary | Filed under: blog | Tags: hack , social networking , twitter , web apps , web dev | 13 Comments » Twitter rocks. It’s useful for all kinds of things , but especially for chronicling a live event as it happens, including the pre-event discussion and post-conference wrapup. We’re very excited to be hosting NewB Camp here in Providence, RI on February 23rd. In preparation for the event, Sara created a NewBCamp Twitter account and I coded up this quick script to pull in all tweets related to the conference. It examines all of your followers tweets for a particular phrase or tag, and then reposts those tweets containing the tag to its own timeline with the author’s name prepended. I’m running this as a cron job on my hosting account. You can see it in action here . This is a quick hack. It has a couple of issue that I’m aware of: Someone has to log in and manually add

2 0.51392204 24 hilary mason data-2009-01-31-WordPress tip: Move comments from one post to another post

Introduction: WordPress tip: Move comments from one post to another post Posted: January 31, 2009 | Author: hilary | Filed under: blog | Tags: tips , wordpress | 3 Comments » I recently ended up with two posts on this site about the same project — one was a short summary, and the other a long, detailed article. I decided to consolidate them into the longer article, but I didn’t want to lose the six comments that had been posted to the short article. I couldn’t find a way in the WordPress UI to move comments from one post to another, so I jumped into the database. If you run WordPress on a host, they probably provide a MySQL management tool like PHPMyAdmin, or you can log in with a mysql client. First, find the table that contains the posts for your blog (the table name usually ends in _posts ). Find the ID that matches the post you want to move comments from , and the ID for the post that you want to move comments to . Note: An easy way to do this is to search by t

3 0.49601451 23 hilary mason data-2009-01-01-Twitter: A greasemonkey script to show who follows you

Introduction: Twitter: A greasemonkey script to show who follows you Posted: January 1, 2009 | Author: hilary | Filed under: blog | Tags: extension , firefox , greasemonkey , script , socialmedia , status , twitter | 9 Comments » A couple of days ago I saw @skap5′s comment : “Dear Twitter Is it too much to ask to add a follower marker so I can know if someone is following me and not just if I am following them?” I think that Twitter could benefit from displaying more information on the home page, and this idea was easy enough to code up. It should save some time and make the Twitter homepage that much more useful. The script displays a tiny icon on top of the portrait of people who are following you back on your Twitter home page. It leaves your non-followers alone, though it would be easy enough to develop a version that puts silly mustaches on them. This is only a first version, and I welcome your comments and suggestions. If you already have Greasemo

4 0.47022808 16 hilary mason data-2008-03-08-Following a group of Twitterers without exhausting SMS

Introduction: Following a group of Twitterers without exhausting SMS Posted: March 8, 2008 | Author: hilary | Filed under: blog | Tags: code , hack , sms , social networking , sxsw , twitter , utilities , web apps , web dev | Leave a comment » I’m at SXSW, and I want an ability to see the latest Tweets from the group of Twitterers that I follow who are here in the area. I also have a limited number of text messages on my phone (1500, but still). I coded up a quick app that allows you to great a group of twitterers and see their latest tweet on a mobile-friend page. Check it out . Comments are welcome!

5 0.44259849 114 hilary mason data-2013-12-18-Using Twitter’s Lead-Gen Card to Recruit Beta Testers

Introduction: Using Twitter’s Lead-Gen Card to Recruit Beta Testers Posted: December 18, 2013 | Author: Hilary Mason | Filed under: blog | Tags: email , hack , twitter | 12 Comments » It turns out that it’s pretty easy to co-opt Twitter’s Lead Generation card for anything where you want to gather a bunch of e-mail addresses from your Twitter community. I was looking for people willing to alpha test a little side project of mine, and it worked great and didn’t cost anything. The tweet itself: Love tech discussion but looking for a better community? Help me beta test a side project! https://t.co/H3DYjbCy19 — Hilary Mason (@hmason) December 12, 2013 I created it pretty easily: First, go to ads.twitter.com , log in, and go to “creatives”, then “cards”. Click “Create Lead Generation Card”. It’s a big blue button. You can include a title and a short description. Curiously, you can also include a 600px by 150px image. This seems like an opportunity to

6 0.40618277 94 hilary mason data-2013-03-08-Speaking: Title Slides + Twitter = You Win

7 0.37168711 71 hilary mason data-2012-01-26-Identity Slippage, and what’s the weirdest thing you’ve been e-mailed by accident?

8 0.33108974 48 hilary mason data-2010-09-04-Twitter Succeeds Because it Fails

9 0.32424974 45 hilary mason data-2010-07-26-A quick twitter bot, @bc l

10 0.29059282 35 hilary mason data-2009-10-17-Yahoo OpenHackNYC: The Del.icio.us Cake

11 0.25474104 90 hilary mason data-2013-02-18-One Random Tweet, please.

12 0.23268411 113 hilary mason data-2013-11-22-Speaking: Two Questions to Ask Before You Give a Talk

13 0.23158249 1 hilary mason data-2006-02-20-JavaScript Rotating Images Tutorial

14 0.21350184 28 hilary mason data-2009-04-28-LSL: AOL IM Status Indicator

15 0.2068553 34 hilary mason data-2009-10-16-Data: first and last names from the US Census

16 0.19769838 115 hilary mason data-2014-02-14-Play with your food!

17 0.19382684 39 hilary mason data-2010-01-03-SMS to e-mail gateway: The SMS doorbell

18 0.19239236 81 hilary mason data-2013-01-03-Interview Questions for Data Scientists

19 0.18968678 82 hilary mason data-2013-01-08-Bitly Social Data APIs

20 0.17360154 74 hilary mason data-2012-08-19-Why I love New York City


similar blogs computed by lda model

lda for this blog:

topicId topicWeight

[(2, 0.181), (4, 0.537), (18, 0.036), (56, 0.091), (99, 0.039)]

similar blogs list:

simIndex simValue blogId blogTitle

1 0.96819919 89 hilary mason data-2013-02-04-Experimenting With Physical Graphs

Introduction: Experimenting With Physical Graphs Posted: February 4, 2013 | Author: Hilary Mason | Filed under: blog | 4 Comments » I ended up at NYC Resistor on Sunday, and decided to experiment with physical visualization of some data. I grabbed the clicks per second on keyphrases including my name (“hilary mason”) over the last six months, aggregated them by day, and made this graph: This is easy enough to construct for any phrase using the clickrate data that we’re calculating at bitly . I exported it from matplotlib in svg, added a label, and used the laser-cutter to create this out of plywood: laser-cut time series …which will shortly be adorning my desk at work. This is very simple, but there’s a lot of fun to be had with the physical manifestation of patterns we see in large amount of ephemeral data.

same-blog 2 0.91754448 13 hilary mason data-2008-01-22-Create a group Twitter account

Introduction: Create a group Twitter account Posted: January 22, 2008 | Author: hilary | Filed under: blog | Tags: hack , social networking , twitter , web apps , web dev | 13 Comments » Twitter rocks. It’s useful for all kinds of things , but especially for chronicling a live event as it happens, including the pre-event discussion and post-conference wrapup. We’re very excited to be hosting NewB Camp here in Providence, RI on February 23rd. In preparation for the event, Sara created a NewBCamp Twitter account and I coded up this quick script to pull in all tweets related to the conference. It examines all of your followers tweets for a particular phrase or tag, and then reposts those tweets containing the tag to its own timeline with the author’s name prepended. I’m running this as a cron job on my hosting account. You can see it in action here . This is a quick hack. It has a couple of issue that I’m aware of: Someone has to log in and manually add

3 0.34649032 91 hilary mason data-2013-02-22-Why YOU (an introverted nerd) Should Try Public Speaking

Introduction: Why YOU (an introverted nerd) Should Try Public Speaking Posted: February 22, 2013 | Author: Hilary Mason | Filed under: speaking | Tags: algorithms , hacks , public speaking | 27 Comments » You should be speaking at conferences. Not an extrovert? Great. Speaking is for introverts! We go to conferences to meet people (and learn things from people and find opportunities… from people). Meeting people at events takes a lot of energy, especially if you don’t look like the average dude at a conference. You have to explain your story to every single person you talk to, listen to theirs, and try to see if you have overlapping interests. It’s inefficient and takes a lot of time. By being a speaker, you can tell your story just once, to everyone, and the people who are excited about what you have to say will come find you. You will actually save energy if you get up on stage. It’s a great hack. Before you say, “fine, but I’m not good at speaking”, please tak

4 0.33234188 34 hilary mason data-2009-10-16-Data: first and last names from the US Census

Introduction: Data: first and last names from the US Census Posted: October 16, 2009 | Author: hilary | Filed under: blog | Tags: data , dataset , mysql , sql | 1 Comment » I’ve found myself in need of a name distribution for a few projects recently, so I thought I would post it here so I won’t have to go looking for it again. The data is available from the US Census Bureau (from 1990 census) here , and I have it here in a friendly MySQL *.sql format (it will create the tables and insert the data). There are three tables: male first names, female first names, and surnames. I’ve noted several issues in the data that are likely the result of typos, so make sure to do your own validation if your application requires it. The format is simple: the name frequency (percentage of people in the sampled population with that name) cumulative frequency (as you read down the list, the percentage of total population covered) rank If you want to use this to generate

5 0.32700241 90 hilary mason data-2013-02-18-One Random Tweet, please.

Introduction: One Random Tweet, please. Posted: February 18, 2013 | Author: Hilary Mason | Filed under: projects | 4 Comments » One random tweet. It’s easy to believe that other people use social networks in the same way that you do. Your friends largely do use them the same way, which gives us an even more biased perspective. Unfortunately, most networks don’t provide a way to explore representative communications that you’re not connected to. Well, now you can! One random tweet , please. Update: There were some slight technical difficulties due to hitting Twitter’s oembed rate limit. They should be repaired now. (Note: between this and bookbookgoose.com I’m on a bit of a random kick lately. There’s a method to this madness!)

6 0.32447278 24 hilary mason data-2009-01-31-WordPress tip: Move comments from one post to another post

7 0.32421985 60 hilary mason data-2011-08-21-What do you read that changes the way you think?

8 0.31998909 105 hilary mason data-2013-07-05-Speaking: Spend at least 1-3 of the time practicing the talk

9 0.31638455 94 hilary mason data-2013-03-08-Speaking: Title Slides + Twitter = You Win

10 0.30133116 113 hilary mason data-2013-11-22-Speaking: Two Questions to Ask Before You Give a Talk

11 0.29999074 82 hilary mason data-2013-01-08-Bitly Social Data APIs

12 0.28004766 48 hilary mason data-2010-09-04-Twitter Succeeds Because it Fails

13 0.27605209 93 hilary mason data-2013-03-01-Speaking: Pick a Vague and Specific Title for Your Talk

14 0.26673767 95 hilary mason data-2013-03-17-Speaking: Entertain, Don’t Teach

15 0.26374206 83 hilary mason data-2013-01-10-Book Book — Goose!

16 0.26291755 35 hilary mason data-2009-10-17-Yahoo OpenHackNYC: The Del.icio.us Cake

17 0.25988728 33 hilary mason data-2009-10-03-Hadoop World NYC

18 0.25684965 80 hilary mason data-2012-12-28-Getting Started with Data Science

19 0.25646031 114 hilary mason data-2013-12-18-Using Twitter’s Lead-Gen Card to Recruit Beta Testers

20 0.25280362 40 hilary mason data-2010-02-16-Conference: Search and Social Media 2010