<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en-us" xmlns="http://www.w3.org/2005/Atom"><title>Simon Willison's Weblog: networking</title><link href="http://simonwillison.net/" rel="alternate"/><link href="http://simonwillison.net/tags/networking.atom" rel="self"/><id>http://simonwillison.net/</id><updated>2024-01-30T22:08:56+00:00</updated><author><name>Simon Willison</name></author><entry><title>Beej's Guide to Networking Concepts</title><link href="https://simonwillison.net/2024/Jan/30/beejs-guide-to-networking-concepts/#atom-tag" rel="alternate"/><published>2024-01-30T22:08:56+00:00</published><updated>2024-01-30T22:08:56+00:00</updated><id>https://simonwillison.net/2024/Jan/30/beejs-guide-to-networking-concepts/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="https://beej.us/guide/bgnet0/"&gt;Beej&amp;#x27;s Guide to Networking Concepts&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Beej's &lt;a href="https://beej.us/guide/bgnet/"&gt;Guide to Network Programming&lt;/a&gt; is a legendary tutorial on network programming in C, continually authored and updated by Brian "Beej" Hall since 1995.&lt;/p&gt;
&lt;p&gt;This is NOT that. Beej's Guide to Networking Concepts is brand new - started in March 2023 - and illustrates a whole bunch of networking concepts using Python instead of C.&lt;/p&gt;
&lt;p&gt;From the forward:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Is it Beej’s Guide to Network Programming in Python? Well, kinda, actually. The C book is more about how C’s (well, Unix’s) network API works. And this book is more about the concepts underlying it, using Python as a vehicle.&lt;/p&gt;
&lt;/blockquote&gt;

    &lt;p&gt;&lt;small&gt;&lt;/small&gt;Via &lt;a href="https://lobste.rs/s/ehewh7/beej_s_guide_networking_concepts"&gt;lobste.rs&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/c"&gt;c&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/networking"&gt;networking&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/python"&gt;python&lt;/a&gt;&lt;/p&gt;



</summary><category term="c"/><category term="networking"/><category term="python"/></entry><entry><title>ifconfig.co</title><link href="https://simonwillison.net/2021/Mar/30/ifconfigco/#atom-tag" rel="alternate"/><published>2021-03-30T19:53:53+00:00</published><updated>2021-03-30T19:53:53+00:00</updated><id>https://simonwillison.net/2021/Mar/30/ifconfigco/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://ifconfig.co/"&gt;ifconfig.co&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
I really like this: “curl ifconfig.co” gives you your IP address as plain text, “curl ifconfig.co/city” tells you your city according to MaxMind GeoLite2, “curl ifconfig.co/json” gives you all sorts of useful extra data. Suggested rate limit is one per minute, but the code is open source Go that you can run yourself.

    &lt;p&gt;&lt;small&gt;&lt;/small&gt;Via &lt;a href="https://news.ycombinator.com/item?id=26632178"&gt;Hacker News&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/curl"&gt;curl&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ip"&gt;ip&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/networking"&gt;networking&lt;/a&gt;&lt;/p&gt;



</summary><category term="curl"/><category term="ip"/><category term="networking"/></entry><entry><title>Wireless access points or mesh networking?</title><link href="https://simonwillison.net/2017/Jan/5/wireless-access-points-or-mesh/#atom-tag" rel="alternate"/><published>2017-01-05T22:00:00+00:00</published><updated>2017-01-05T22:00:00+00:00</updated><id>https://simonwillison.net/2017/Jan/5/wireless-access-points-or-mesh/#atom-tag</id><summary type="html">
    &lt;p&gt;&lt;em&gt;My answer to &lt;a href="http://ask.metafilter.com/304515/Wireless-access-points-or-mesh-networking#4409658"&gt;Wireless access points or mesh networking?&lt;/a&gt; on Ask MetaFilter&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;I recently acquired the Netgear Orbi based on &lt;a href="http://m.thewirecutter.com/reviews/best-wi-fi-mesh-networking-kits/"&gt;this recommendation in the wirecutter&lt;/a&gt; and it provides excellent fast wifi across our whole apartment where our previous non-mesh router failed to do so (tested using fast.com)&lt;/p&gt;
&lt;p&gt;It has parental controls via the Netgear Genie app  but I have no idea if they are any good.&lt;/p&gt;
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/ask-metafilter"&gt;ask-metafilter&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/networking"&gt;networking&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/wifi"&gt;wifi&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/resolved"&gt;resolved&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/speed"&gt;speed&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/parentalcontrols"&gt;parentalcontrols&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="ask-metafilter"/><category term="networking"/><category term="wifi"/><category term="resolved"/><category term="speed"/><category term="parentalcontrols"/></entry><entry><title>What are some good designs for a personal business card for professional networking?</title><link href="https://simonwillison.net/2014/Jan/26/what-are-some-good/#atom-tag" rel="alternate"/><published>2014-01-26T18:57:00+00:00</published><updated>2014-01-26T18:57:00+00:00</updated><id>https://simonwillison.net/2014/Jan/26/what-are-some-good/#atom-tag</id><summary type="html">
    &lt;p&gt;&lt;em&gt;My answer to &lt;a href="https://www.quora.com/What-are-some-good-designs-for-a-personal-business-card-for-professional-networking/answer/Simon-Willison"&gt;What are some good designs for a personal business card for professional networking?&lt;/a&gt; on Quora&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Two things I think are absolutely worth including:&lt;/p&gt;

&lt;ol&gt;&lt;li&gt;A photograph. People collect a LOT of cards at big networking events - if you have a recognisable photograph somewhere on your card it really helps people remember who you are, and follow up with you later if they had a great conversation with you in person.&lt;/li&gt;&lt;li&gt;Space for notes. I always get non-glossy cards so that regular pens can write on them. This lets people (or you) jot down a note to remind them of anything they were going to follow up with you later.&lt;/li&gt;&lt;/ol&gt;
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/networking"&gt;networking&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/quora"&gt;quora&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="networking"/><category term="quora"/></entry><entry><title>What is the best way one can expand his or her professional network?</title><link href="https://simonwillison.net/2014/Jan/26/what-is-the-best/#atom-tag" rel="alternate"/><published>2014-01-26T14:47:00+00:00</published><updated>2014-01-26T14:47:00+00:00</updated><id>https://simonwillison.net/2014/Jan/26/what-is-the-best/#atom-tag</id><summary type="html">
    &lt;p&gt;&lt;em&gt;My answer to &lt;a href="https://www.quora.com/What-is-the-best-way-one-can-expand-his-or-her-professional-network?no_redirect=1"&gt;What is the best way one can expand his or her professional network?&lt;/a&gt; on Quora&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Go to events - local meetups, conferences, tradeshows... there's no better way of expanding your professional network than to attend events and build in-person relationships with people.&lt;/p&gt;
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/facebook"&gt;facebook&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/linkedin"&gt;linkedin&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/networking"&gt;networking&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/social-networks"&gt;social-networks&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/web-development"&gt;web-development&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/quora"&gt;quora&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/india"&gt;india&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="facebook"/><category term="linkedin"/><category term="networking"/><category term="social-networks"/><category term="web-development"/><category term="quora"/><category term="india"/></entry><entry><title>Why was LinkedIn Events shut down? Why isn't there now a social network for business events?</title><link href="https://simonwillison.net/2014/Jan/13/why-was-linkedin-events/#atom-tag" rel="alternate"/><published>2014-01-13T12:50:00+00:00</published><updated>2014-01-13T12:50:00+00:00</updated><id>https://simonwillison.net/2014/Jan/13/why-was-linkedin-events/#atom-tag</id><summary type="html">
    &lt;p&gt;&lt;em&gt;My answer to &lt;a href="https://www.quora.com/Why-was-LinkedIn-Events-shut-down-Why-isnt-there-now-a-social-network-for-business-events/answer/Simon-Willison"&gt;Why was LinkedIn Events shut down? Why isn&amp;#39;t there now a social network for business events?&lt;/a&gt; on Quora&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Our site Lanyrd offers LinkedIn signin and works as a social network for business and professional events. You can read more about our LinkedIn integration here: &lt;span&gt;&lt;a href="http://lanyrd.com/blog/2012/linkedin/"&gt;Use Lanyrd and LinkedIn to get more out of professional events and conferences&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/business"&gt;business&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/events"&gt;events&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/linkedin"&gt;linkedin&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/networking"&gt;networking&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/social-media"&gt;social-media&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/social-networks"&gt;social-networks&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/quora"&gt;quora&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="business"/><category term="events"/><category term="linkedin"/><category term="networking"/><category term="social-media"/><category term="social-networks"/><category term="quora"/></entry><entry><title>How do I network with speakers at events?</title><link href="https://simonwillison.net/2013/Dec/6/how-do-i-network/#atom-tag" rel="alternate"/><published>2013-12-06T11:31:00+00:00</published><updated>2013-12-06T11:31:00+00:00</updated><id>https://simonwillison.net/2013/Dec/6/how-do-i-network/#atom-tag</id><summary type="html">
    &lt;p&gt;&lt;em&gt;My answer to &lt;a href="https://www.quora.com/How-do-I-network-with-speakers-at-events/answer/Simon-Willison"&gt;How do I network with speakers at events?&lt;/a&gt; on Quora&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;I've spoken at loads of conferences, and I can tell you that speakers WANT you to approach them. They're definitely interested in talking to you - that's one of the main reasons they speak.&lt;/p&gt;

&lt;p&gt;Good speakers will hang around for the rest of the conference, and head to the after-party / bar afterwards. The initial rush of people after their talk almost always subsides within 20 minutes, so you should be able to talk to them later on without needing to queue.&lt;/p&gt;

&lt;p&gt;There are a few exceptions: VCs might not be too keen on having everyone at an event pitching their startup - but generally you should expect that most speakers would be happy to talk to you.&lt;/p&gt;
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/events"&gt;events&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/networking"&gt;networking&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/quora"&gt;quora&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="events"/><category term="networking"/><category term="quora"/></entry><entry><title>What's the best way to reach out to alumni if you're interested in working at their company?</title><link href="https://simonwillison.net/2013/Nov/23/whats-the-best-way/#atom-tag" rel="alternate"/><published>2013-11-23T09:13:00+00:00</published><updated>2013-11-23T09:13:00+00:00</updated><id>https://simonwillison.net/2013/Nov/23/whats-the-best-way/#atom-tag</id><summary type="html">
    &lt;p&gt;&lt;em&gt;My answer to &lt;a href="https://www.quora.com/Whats-the-best-way-to-reach-out-to-alumni-if-youre-interested-in-working-at-their-company/answer/Simon-Willison"&gt;What&amp;#39;s the best way to reach out to alumni if you&amp;#39;re interested in working at their company?&lt;/a&gt; on Quora&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Yes, it's fine. Many tech companies have a referral bonus for employees that help them make a good hire, and any alumni you contact will be able to forward your details straight on to the recruiting department.&lt;/p&gt;

&lt;p&gt;Just keep it short and to the point: "I found you in the XXX alumni directory, and I'm interested in finding out more about job openings at your company". Include your CV and see what happens.&lt;/p&gt;
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/email"&gt;email&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/jobs"&gt;jobs&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/networking"&gt;networking&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/quora"&gt;quora&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="email"/><category term="jobs"/><category term="networking"/><category term="quora"/></entry><entry><title>Why is it important to expand/upgrade my professional network?</title><link href="https://simonwillison.net/2013/Oct/24/why-is-it-important/#atom-tag" rel="alternate"/><published>2013-10-24T17:06:00+00:00</published><updated>2013-10-24T17:06:00+00:00</updated><id>https://simonwillison.net/2013/Oct/24/why-is-it-important/#atom-tag</id><summary type="html">
    &lt;p&gt;&lt;em&gt;My answer to &lt;a href="https://www.quora.com/Why-is-it-important-to-expand-upgrade-my-professional-network/answer/Simon-Willison"&gt;Why is it important to expand/upgrade my professional network?&lt;/a&gt; on Quora&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;There are plenty of reasons, but the most obvious is for finding a better job. Next time you are job hunting having a high quality, wide ranging network can make a huge difference.&lt;/p&gt;

&lt;p&gt;You might not find a job directly with one of your contacts, but they are very likely to know someone else who has need of your skills. The more high quality relationships you have, the better the chance someone will hear of something relevant to you.&lt;/p&gt;

&lt;p&gt;Some of the best jobs aren't advertised anywhere, and are only filled by word if mouth recommendations. That's where your network comes in.&lt;/p&gt;

&lt;p&gt;There are plenty of other benefits (building your skills, hearing about interesting events, making business connections) but the job hunting advantage affects everyone, no matter what your line of work is.&lt;/p&gt;
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/networking"&gt;networking&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/quora"&gt;quora&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="networking"/><category term="quora"/></entry><entry><title>Professional Networking: How can I find on the internet an expert in a given field?</title><link href="https://simonwillison.net/2013/Sep/3/professional-networking-how-can/#atom-tag" rel="alternate"/><published>2013-09-03T09:40:00+00:00</published><updated>2013-09-03T09:40:00+00:00</updated><id>https://simonwillison.net/2013/Sep/3/professional-networking-how-can/#atom-tag</id><summary type="html">
    &lt;p&gt;&lt;em&gt;My answer to &lt;a href="https://www.quora.com/Professional-Networking-How-can-I-find-on-the-internet-an-expert-in-a-given-field/answer/Simon-Willison"&gt;Professional Networking: How can I find on the internet an expert in a given field?&lt;/a&gt; on Quora&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;We launched a speaker directory for Lanyrd recently that might help here - it lists the most prolific speakers for thousands of topics, based on our dataset gathered across many conferences around the world.&lt;/p&gt;

&lt;p&gt;We have a tech focus at the moment, so it will give you the best results for tech topics. This also assumes that speaking on a topic is a proxy for being an expert on the topic, which may or may not be true!&lt;/p&gt;

&lt;p&gt;Some examples:&lt;/p&gt;

&lt;ul&gt;&lt;li&gt;&lt;span&gt;&lt;a href="http://lanyrd.com/speakers/social-media/"&gt;Social Media speakers&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span&gt;&lt;a href="http://lanyrd.com/speakers/python/"&gt;Python speakers&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span&gt;&lt;a href="http://lanyrd.com/speakers/javascript/"&gt;JavaScript speakers&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;You can find other topics by searching on &lt;span&gt;&lt;a href="http://lanyrd.com/speakers/"&gt;http://lanyrd.com/speakers/&lt;/a&gt;&lt;/span&gt;
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/networking"&gt;networking&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/quora"&gt;quora&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="networking"/><category term="quora"/></entry><entry><title>What's the best way to expand your professional network?</title><link href="https://simonwillison.net/2013/Aug/5/whats-the-best-way/#atom-tag" rel="alternate"/><published>2013-08-05T18:43:00+00:00</published><updated>2013-08-05T18:43:00+00:00</updated><id>https://simonwillison.net/2013/Aug/5/whats-the-best-way/#atom-tag</id><summary type="html">
    &lt;p&gt;&lt;em&gt;My answer to &lt;a href="https://www.quora.com/Whats-the-best-way-to-expand-your-professional-network?no_redirect=1"&gt;What&amp;#39;s the best way to expand your professional network?&lt;/a&gt; on Quora&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Speak at events, and talk to people afterwards.&lt;/p&gt;

&lt;p&gt;(Just going to events is a great way of extending your network, but it can be difficult networking effectively with other attendees. Speaking is an amazing shortcut, since it ensures everyone at the event knows a bit about you and makes it much easier to strike up interesting conversations later on).&lt;/p&gt;
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/networking"&gt;networking&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/quora"&gt;quora&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="networking"/><category term="quora"/></entry><entry><title>What are some ways to get a job from attending a conference?</title><link href="https://simonwillison.net/2013/Mar/25/what-are-some-ways/#atom-tag" rel="alternate"/><published>2013-03-25T18:28:00+00:00</published><updated>2013-03-25T18:28:00+00:00</updated><id>https://simonwillison.net/2013/Mar/25/what-are-some-ways/#atom-tag</id><summary type="html">
    &lt;p&gt;&lt;em&gt;My answer to &lt;a href="https://www.quora.com/What-are-some-ways-to-get-a-job-from-attending-a-conference/answer/Simon-Willison"&gt;What are some ways to get a job from attending a conference?&lt;/a&gt; on Quora&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Talk to people. Ask if they are hiring - if they aren't, ask if they know anyone at the conference who is hiring. Make sure you have lots of business cards. Get other people's business cards. Follow up afterwards. Connect with people on LinkedIn.&lt;/p&gt;

&lt;p&gt;Before the event, figure out who is going from companies you would like to work for. Research those companies in advance, then aim to talk to their representatives at the conference. If you don't know anyone from those companies, ask people you meet at the conference to introduce you.&lt;/p&gt;
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/conferences"&gt;conferences&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/networking"&gt;networking&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/quora"&gt;quora&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/careers"&gt;careers&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="conferences"/><category term="networking"/><category term="quora"/><category term="careers"/></entry><entry><title>How can you use SlideShare effectively to grow your professional reputation in a specific niche?</title><link href="https://simonwillison.net/2012/Aug/24/how-can-you-use/#atom-tag" rel="alternate"/><published>2012-08-24T17:43:00+00:00</published><updated>2012-08-24T17:43:00+00:00</updated><id>https://simonwillison.net/2012/Aug/24/how-can-you-use/#atom-tag</id><summary type="html">
    &lt;p&gt;&lt;em&gt;My answer to &lt;a href="https://www.quora.com/How-can-you-use-SlideShare-effectively-to-grow-your-professional-reputation-in-a-specific-niche/answer/Simon-Willison"&gt;How can you use SlideShare effectively to grow your professional reputation in a specific niche?&lt;/a&gt; on Quora&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;"How to integrate SlideShare activities with other social networks"&lt;/p&gt;

&lt;p&gt;If you want to increase the visibility of your presentations, one thing you could do is ensure you have an up-to-date speaker profile on our service, Lanyrd. You can list the events you've spoken at and the talks you've given, then attach your SlideShare presentations.&lt;/p&gt;

&lt;p&gt;If you do this, your talks will show up in a bunch of places - they'll be linked to from your Lanyrd profile, they'll be featured on the event page and they'll also show up on any topic pages relevant to the talk.&lt;/p&gt;

&lt;p&gt;Here's an example: I gave a talk about Comet (a fore-runner to WebSockets) at an event back in 2008. Here's the session page on Lanyrd, with the embedded SlideShare presentation:&lt;/p&gt;

&lt;span&gt;&lt;a href="http://lanyrd.com/2008/skillswap-goes-javascript/skq/"&gt;http://lanyrd.com/2008/skillswap...&lt;/a&gt;&lt;/span&gt;

&lt;p&gt;The presentation also shows up as a thumbnail on our page about that event:&lt;/p&gt;

&lt;span&gt;&lt;a href="http://lanyrd.com/2008/skillswap-goes-javascript/"&gt;http://lanyrd.com/2008/skillswap...&lt;/a&gt;&lt;/span&gt;

&lt;p&gt;And since it was about "Comet", it shows up in the slider widget at the top of our page about Comet as well:&lt;/p&gt;

&lt;span&gt;&lt;a href="http://lanyrd.com/topics/comet/"&gt;http://lanyrd.com/topics/comet/&lt;/a&gt;&lt;/span&gt;

&lt;p&gt;Finally, it's included in my overall speaker profile, along with all of my other talks:&lt;/p&gt;

&lt;span&gt;&lt;a href="http://lanyrd.com/profile/simonw/"&gt;http://lanyrd.com/profile/simonw/&lt;/a&gt;&lt;/span&gt;
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/networking"&gt;networking&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/slideshare"&gt;slideshare&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/social-networks"&gt;social-networks&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/quora"&gt;quora&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="networking"/><category term="slideshare"/><category term="social-networks"/><category term="quora"/></entry><entry><title>Are there any large tech conferences/events in Australia?</title><link href="https://simonwillison.net/2011/Oct/31/are-there-any-large/#atom-tag" rel="alternate"/><published>2011-10-31T13:53:00+00:00</published><updated>2011-10-31T13:53:00+00:00</updated><id>https://simonwillison.net/2011/Oct/31/are-there-any-large/#atom-tag</id><summary type="html">
    &lt;p&gt;&lt;em&gt;My answer to &lt;a href="https://www.quora.com/Are-there-any-large-tech-conferences-events-in-Australia/answer/Simon-Willison"&gt;Are there any large tech conferences/events in Australia?&lt;/a&gt; on Quora&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Web Directions South is a big Australian web event - you've just missed it though, it was a couple of weeks ago: &lt;span&gt;&lt;a href="http://south11.webdirections.org/"&gt;http://south11.webdirections.org/&lt;/a&gt;&lt;/span&gt; ( &lt;span&gt;&lt;a href="http://lanyrd.com/2011/web-directions-south/"&gt;http://lanyrd.com/2011/web-direc...&lt;/a&gt;&lt;/span&gt; on Lanyrd). It's along the lines you describe, although tends to be more developer-focused than business-focused.&lt;/p&gt;

&lt;p&gt;We have a list of upcoming conferences in Australia here, most of which are technology related - you might find something interesting in there: &lt;span&gt;&lt;a href="http://lanyrd.com/places/australia/"&gt;http://lanyrd.com/places/australia/&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/australia"&gt;australia&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/conferences"&gt;conferences&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/networking"&gt;networking&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/startups"&gt;startups&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/sydney"&gt;sydney&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/quora"&gt;quora&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/meetups"&gt;meetups&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="australia"/><category term="conferences"/><category term="networking"/><category term="startups"/><category term="sydney"/><category term="quora"/><category term="meetups"/></entry><entry><title>What are some good ways to promote a "networking event" on the internet ?</title><link href="https://simonwillison.net/2011/May/23/what-are-some-good/#atom-tag" rel="alternate"/><published>2011-05-23T12:10:00+00:00</published><updated>2011-05-23T12:10:00+00:00</updated><id>https://simonwillison.net/2011/May/23/what-are-some-good/#atom-tag</id><summary type="html">
    &lt;p&gt;&lt;em&gt;My answer to &lt;a href="https://www.quora.com/What-are-some-good-ways-to-promote-a-networking-event-on-the-internet/answer/Simon-Willison"&gt;What are some good ways to promote a &amp;quot;networking event&amp;quot; on the internet ?&lt;/a&gt; on Quora&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Add your event to &lt;span&gt;&lt;a href="http://lanyrd.com/"&gt;http://lanyrd.com/&lt;/a&gt;&lt;/span&gt; and encourage your attendees to mark themselves as attending. That way, anyone who follows them on Twitter and uses Lanyrd will hear about the event, either directly on the site or via email if they've signed up for our email alerts.&lt;/p&gt;

&lt;p&gt;Putting your event on Plancast is a good idea for the same reason.&lt;/p&gt;
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/events"&gt;events&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/internet"&gt;internet&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/networking"&gt;networking&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/quora"&gt;quora&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="events"/><category term="internet"/><category term="networking"/><category term="quora"/></entry><entry><title>Where can I find a calendar of upcoming tech events in the San Francisco / Bay area?</title><link href="https://simonwillison.net/2010/Dec/29/where-can-i-find/#atom-tag" rel="alternate"/><published>2010-12-29T11:29:00+00:00</published><updated>2010-12-29T11:29:00+00:00</updated><id>https://simonwillison.net/2010/Dec/29/where-can-i-find/#atom-tag</id><summary type="html">
    &lt;p&gt;&lt;em&gt;My answer to &lt;a href="https://www.quora.com/Where-can-I-find-a-calendar-of-upcoming-tech-events-in-the-San-Francisco-Bay-area/answer/Simon-Willison"&gt;Where can I find a calendar of upcoming tech events in the San Francisco / Bay area?&lt;/a&gt; on Quora&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Take a look at &lt;span&gt;&lt;a href="http://lanyrd.com/places/san-francisco/"&gt;http://lanyrd.com/places/san-fra...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/calendars"&gt;calendars&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/networking"&gt;networking&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/san-francisco"&gt;san-francisco&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/startups"&gt;startups&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/quora"&gt;quora&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/sanfranciscobayarea"&gt;sanfranciscobayarea&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="calendars"/><category term="networking"/><category term="san-francisco"/><category term="startups"/><category term="quora"/><category term="sanfranciscobayarea"/></entry><entry><title>Google and Microsoft Cheat on Slow-Start. Should You?</title><link href="https://simonwillison.net/2010/Dec/3/ben/#atom-tag" rel="alternate"/><published>2010-12-03T19:03:00+00:00</published><updated>2010-12-03T19:03:00+00:00</updated><id>https://simonwillison.net/2010/Dec/3/ben/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://blog.benstrong.com/2010/11/google-and-microsoft-cheat-on-slow.html"&gt;Google and Microsoft Cheat on Slow-Start. Should You?&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Fascinating optimisation tricks by some of the big websites, which violate the RFC governing the TCP slow-start algorithm in order to perform better in the common case.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/google"&gt;google&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/microsoft"&gt;microsoft&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/networking"&gt;networking&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/performance"&gt;performance&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/recovered"&gt;recovered&lt;/a&gt;&lt;/p&gt;



</summary><category term="google"/><category term="microsoft"/><category term="networking"/><category term="performance"/><category term="recovered"/></entry><entry><title>ZeroMQ: Modern and Fast Networking Stack</title><link href="https://simonwillison.net/2010/Sep/5/zeromq/#atom-tag" rel="alternate"/><published>2010-09-05T19:41:00+00:00</published><updated>2010-09-05T19:41:00+00:00</updated><id>https://simonwillison.net/2010/Sep/5/zeromq/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.igvita.com/2010/09/03/zeromq-modern-fast-networking-stack/"&gt;ZeroMQ: Modern and Fast Networking Stack&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
I get ZeroMQ now. I was having trouble figuring out how it differed from things like RabbitMQ—it turns out it’s an entirely new low-level socket abstraction, designed to make common socket programming tasks like message sending/receiving and publish/subscribe a whole lot easier than dealing with raw BSD sockets.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/io"&gt;io&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/messaging"&gt;messaging&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/networking"&gt;networking&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/sockets"&gt;sockets&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/zeromq"&gt;zeromq&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/recovered"&gt;recovered&lt;/a&gt;&lt;/p&gt;



</summary><category term="io"/><category term="messaging"/><category term="networking"/><category term="sockets"/><category term="zeromq"/><category term="recovered"/></entry><entry><title>Writing your own traceroute in Python</title><link href="https://simonwillison.net/2010/Aug/9/traceroute/#atom-tag" rel="alternate"/><published>2010-08-09T12:58:00+00:00</published><updated>2010-08-09T12:58:00+00:00</updated><id>https://simonwillison.net/2010/Aug/9/traceroute/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://blog.ksplice.com/2010/07/learning-by-doing-writing-your-own-traceroute-in-8-easy-steps/"&gt;Writing your own traceroute in Python&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
How to implement traceroute in Python, using the low-level socket module.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/networking"&gt;networking&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/python"&gt;python&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/recovered"&gt;recovered&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/socket"&gt;socket&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/traceroute"&gt;traceroute&lt;/a&gt;&lt;/p&gt;



</summary><category term="networking"/><category term="python"/><category term="recovered"/><category term="socket"/><category term="traceroute"/></entry><entry><title>Justniffer</title><link href="https://simonwillison.net/2009/Sep/25/justniffer/#atom-tag" rel="alternate"/><published>2009-09-25T22:12:51+00:00</published><updated>2009-09-25T22:12:51+00:00</updated><id>https://simonwillison.net/2009/Sep/25/justniffer/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://justniffer.sourceforge.net/"&gt;Justniffer&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Packet sniffing tool that can output sniffed HTTP traffic formatted the same way as an Apache access_log file.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/apache"&gt;apache&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/justniffer"&gt;justniffer&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/logging"&gt;logging&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/networking"&gt;networking&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/packetsniffing"&gt;packetsniffing&lt;/a&gt;&lt;/p&gt;



</summary><category term="apache"/><category term="justniffer"/><category term="logging"/><category term="networking"/><category term="packetsniffing"/></entry><entry><title>Imminent Death of the Net Predicted</title><link href="https://simonwillison.net/2009/Mar/5/drplokta/#atom-tag" rel="alternate"/><published>2009-03-05T09:50:12+00:00</published><updated>2009-03-05T09:50:12+00:00</updated><id>https://simonwillison.net/2009/Mar/5/drplokta/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://drplokta.livejournal.com/109267.html"&gt;Imminent Death of the Net Predicted&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Well, maybe not, but the way Windows Vista deals with round-robin DNS A records (using a new IPv6 algorithm from RFC3484 backported to IPv4) means that domains that serve up multiple A records to load balance between data centres will find that the IP nearest to the 192.168.* range will get the vast majority of Vista traffic.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/dns"&gt;dns&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/microsoft"&gt;microsoft&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/networking"&gt;networking&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/vista"&gt;vista&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/windows"&gt;windows&lt;/a&gt;&lt;/p&gt;



</summary><category term="dns"/><category term="microsoft"/><category term="networking"/><category term="vista"/><category term="windows"/></entry><entry><title>IPy</title><link href="https://simonwillison.net/2007/Dec/24/ipy/#atom-tag" rel="alternate"/><published>2007-12-24T13:19:20+00:00</published><updated>2007-12-24T13:19:20+00:00</updated><id>https://simonwillison.net/2007/Dec/24/ipy/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://software.inl.fr//trac/wiki/IPy"&gt;IPy&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Handy Python module for manipulating IP addresses—use IP(ip_addr).iptype() == ’PUBLIC’ to check that an address isn’t in a private address range.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/ip"&gt;ip&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ipaddresses"&gt;ipaddresses&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ipy"&gt;ipy&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/networking"&gt;networking&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/python"&gt;python&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/security"&gt;security&lt;/a&gt;&lt;/p&gt;



</summary><category term="ip"/><category term="ipaddresses"/><category term="ipy"/><category term="networking"/><category term="python"/><category term="security"/></entry></feed>