Nerdcity47

Nerdcity47 Streamer looking for likeminded people and intelligent conversations about a vast variety of topics. Come on by and chat! (Gamerpic pending).

I love comic book/movie talk, Star Wars and Trek, horror movies, Ninja Turtles, James Bond, Dragon Ball Z, Pro Wrestling, everything! Like it says in the (about me) section, I'm just a nerd looking for nerdy conversations. Ill also be posting regular updates, pictures of toys and statues I have around the room and of course streaming games. But I'm trying not to focus on the gaming so much as find

ing likeminded people interested in talking about a huge variety of things. Ill also plug a bunch of artists, my brothers a tattoo artist is Brooklyn and he designs shirts, (as do most of his friends) most of which you can see me wearing if you come over and kick it with me. I know, it sounds like I want to start a podcast, which someday I do, but for now I'm having fun playing video games and talking about this stuff too. I'm very well versed in just about everything I named in the about me portion, thanks for your time, come chill and chat about your favorite things!

Address

Boston, MA

Alerts

Be the first to know and let us send you an email when Nerdcity47 posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Share

Category

//iconSize: [32, 32], //html: '' }) .bindTooltip(name, { //permanent: true, direction: 'bottom', //offset: L.point(12, 25), //opacity: 0.88, interactive: true }) .bindPopup(name); markersLayer.addLayer(marker); } function getMore() { if (gettingMore) { return; } gettingMore = true; var center = map.getCenter(); $.ajax({ url: "/vicinitysearch", data: { lat: center.lat, lng: center.lng, country: "UNITED STATES" } }) .done(function(data) { var added = 0; data.forEach(function(loc) { if (!locationIds.includes(loc.id)) { var mapLoc = {id:loc.id,lat:loc.latitude,lng:loc.longitude,title:trunc20(loc.name),popupHtml:loc.popupHtml,urlPath:loc.urlPath,pictureUrl:loc.pictureUrl}; locations.push(mapLoc); locationIds.push(loc.id); map._addMarker(mapLoc); added++; } }); }) .always(function() { gettingMore = false; }); } map._clearMarkers = function() { markersLayer.clearLayers(); } }); }, 4000); });