You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GitHub is in the business of collaboration and connecting people to projects
they are interested in. Search plays a key role in discovering new projects,
and we are looking for someone to join us in making GitHub search an
outstanding experience.
At the heart of the GitHub search experience is
ElasticSearch, a Lucene-based distributed search
and analytics engine running on the Java virtual machine. As we have expanded
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This past week I was wondering what are the most often used emoji on GitHub
issues, pull requests, and comments. After a little bit of scripting this is the
resulting list.
Each emoji is only counted once per text block. If a comment contains the ⚡
emoji five times, it is only counted once in the resulting statistics.
Future ideas for useless emoji research:
emoji trends over time to track the rise in popularity of a given emoji
Our goal today is to configure a VLAN for "Internet of Things" devices that is sequestered from our default private network. Devices on the private network are free to initiate connections into our IoT VLAN, but devices in the IoT VLAN should not be able to initiate connections to one another or to the private network.
The focus of this document is the configuration of UniFi system to allow Sonos speakers to operate across VLANs. Creating the VLAN itself is left to the user (there are many other guides out there that cover this topic). For our discussion, here are the networks we'll be working with:
10.1.1.0/24 - this is our Private network where our trusted devices live.
10.1.20.0/24 - this is our IoT network configured as VLAN 20; Sonos devices live here.
Sonos Speakers
Each Sonos speaker is assigned a static IP address via a DHCP reservation. These static IP addresses enable us to write some targeted firewall to allow the Sonos software to work across our V