Count–min sketch Count–min sketch is a probabilistic data structure that serves as a frequency table...

Please Visit: http://ift.tt/1ajReyV

Count–min sketch
Count–min sketch is a probabilistic data structure that serves as a frequency table of events in a stream of data. It uses hash functions to map events to frequencies, but unlike a hash table uses only sub-linear space, at the expense of overcounting some events due to collisions.
Bloom filters represent sets, while CM sketches represent multisets.
http://ift.tt/1v7NBNg
store a numerical value associated with each element, say the number of occurrences of the element in a stream
To obtain the count of an element, we take the minimum of the k fields that correspond to that element (as given by the hashes). This makes intuitive sense. Out of the k values, probably some have been incremented on other elements also (if there were collisions on the hash values).
the real count can never be larger than the reported number.
http://ift.tt/1cLZCbr
http://ift.tt/1zMY9B6


from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1JhJAId
via LifeLong Community

Reshared post from Popescu Sorin:

Please Visit: http://ift.tt/1ajReyV

Maybe my next laptop...


from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1dDUGNO
via LifeLong Community

Shortcuts in Sublime Delete line: cmd+x Jump to files: cmd+P Split Screen: cmd+alt+2/1 Distraction ...

Please Visit: http://ift.tt/1ajReyV

Shortcuts in Sublime
Delete line: cmd+x

Jump to files: cmd+P
Split Screen: cmd+alt+2/1
Distraction free mode: CMD+CTRL+SHIFT+F
Switch file: ALT+CMD+LEFT/RIGHT
Auto-indentation: CMD+CTRL+A

http://ift.tt/1DT0cT9
http://ift.tt/1dDUDSl


from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1DT0cTe
via LifeLong Community

Merkle Trees && ZFS Merkle tree is a tree in which every non-leaf node is labelled with the hash of ...

Please Visit: http://ift.tt/1ajReyV

Merkle Trees && ZFS
Merkle tree is a tree in which every non-leaf node is labelled with the hash of the labels of its children nodes.
Before downloading a file on a p2p network, in most cases the top hash is acquired from a trusted source, When the top hash is available, the hash tree can be received from any non-trusted source, like any peer in the p2p network. Then, the received hash tree is checked against the trusted top hash, and if the hash tree is damaged or fake, another hash tree from another source will be tried until the program finds one that matches the top hash.

it is efficient to split files up in very small data blocks so that only small blocks have to be re-downloaded if they get damaged.
http://ift.tt/T8wd5c


ZFS provides fault isolation between data and checksum by storing the checksum of each block in its parent block pointer -- not in the block itself. Every block in the tree contains the checksums for all its children, so the entire pool is self-validating.
http://ift.tt/1EdXzjE

http://ift.tt/1dDUDSf

http://ift.tt/1vjb3V6
We use ditto blocks to ensure that the more "important" a filesystem block is (the closer to the root of the tree), the more replicated it becomes.

ZFS Administration
http://ift.tt/1dDUGxt


from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1DT0aL9
via LifeLong Community

02.05.2015 19:30

Please Visit: http://ift.tt/1ajReyV



from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1zDx5XL
via LifeLong Community

Compiling a nodejs projects as a single binary npm install nexe [-g] nexe -i myproject.js -o myproject.bin...

Please Visit: http://ift.tt/1ajReyV

Compiling a nodejs projects as a single binary
npm install nexe [-g]
nexe -i myproject.js -o myproject.bin
http://ift.tt/12xkyQ4
http://ift.tt/1m6uA5X


from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1JfPdXw
via LifeLong Community

Compiling a nodejs projects as a single binary npm install nexe [-g] nexe -i myproject.js -o myproject.bin...

Please Visit: http://ift.tt/1ajReyV

Compiling a nodejs projects as a single binary
npm install nexe [-g]
nexe -i myproject.js -o myproject.bin
http://ift.tt/12xkyQ4
http://ift.tt/1m6uA5X


from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1JfPdXw
via LifeLong Community

Pro tip: Make the most of Google Now with Research Topics http://ift.tt/1EX5cff...

Please Visit: http://ift.tt/1ajReyV

Pro tip: Make the most of Google Now with Research Topics
http://ift.tt/1EX5cfh
http://ift.tt/1EDNt9p


from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1EX5anB
via LifeLong Community

Video format for small screen such as Google Glass +Google Glass If we can watch youtube in Google Glass...

Please Visit: http://ift.tt/1ajReyV

Video format for small screen such as Google Glass +Google Glass
If we can watch youtube in Google Glass, and the size of the video is much smaller, it could be a killer function: so we can watch some education related videos during commute.

Same for images.
Google data compression server can optimize video/images for small screen devices.


from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1EDNrOQ
via LifeLong Community

Reshared post from TechCrunch:

Please Visit: http://ift.tt/1ajReyV

This can be big thing if it works

Original Post from TechCrunch:

Tesla’s $3,000 Powerwall Will Let Households Run Entirely On Solar Energy



from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1DQ65jW
via LifeLong Community

Reshared post from Android Authority:

Please Visit: http://ift.tt/1ajReyV

Finally...

Original Post from Android Authority:

VLC for Android gets background video playback in version 1.3.2 update

Post by +Jimmy Westenberg 



from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1DQ65jS
via LifeLong Community

Reshared post from François Beaufort:

Please Visit: http://ift.tt/1ajReyV

Original Post from François Beaufort:

Chrome Apps Team has started to work on a new HTML tag named <adview> to embed Ads inside Chrome Apps in a separate process which will enforce some separation between ad networks and app code for security and privacy.

If you wanna test it, you can run last chromium build with these two switches --enable-adview and enable-adview-src-attribute, load an unpacked chrome app with "adview" permissions and play around with the <adview> tag.

Source: http://ift.tt/1E0U5eu



from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1GM23iS
via LifeLong Community

AndroidCommunity: New Google Now card tells you when there’s a price drop. http://ift.tt/1eUavJA...

Please Visit: http://ift.tt/1ajReyV

AndroidCommunity: New Google Now card tells you when there’s a price drop. http://ift.tt/1dxUJe8


from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1dxUJee
via LifeLong Community

Droid Life: Google Introduces Custom Voice Actions Like “OK, Google, Listen to NPR” (Updated) http:/...

Please Visit: http://ift.tt/1ajReyV

Droid Life: Google Introduces Custom Voice Actions Like “OK, Google, Listen to NPR” (Updated) http://ift.tt/1dxULCI


from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1dxUIXK
via LifeLong Community

Launch Sublime Text 3 from the command line ln -s "/Applications/Sublime http://ift.tt/1GHrvDb...

Please Visit: http://ift.tt/1ajReyV

Launch Sublime Text 3 from the command line
ln -s "/Applications/Sublime http://ift.tt/1pia1a6; /usr/local/bin/sublime
http://ift.tt/1GHrvDd


from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1QMyVL2
via LifeLong Community

Forbes Now: Five Email Habits To Steal From The World's Busiest People. http://ift.tt/1dYfZXa...

Please Visit: http://ift.tt/1ajReyV

Forbes Now: Five Email Habits To Steal From The World's Busiest People. http://ift.tt/1AhQFnc


from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1AhQFne
via LifeLong Community

Android Central: Google's 'Password Alert' Chrome extension helps protect your Google account from phishing...

Please Visit: http://ift.tt/1ajReyV

Android Central: Google's 'Password Alert' Chrome extension helps protect your Google account from phishing attacks. http://ift.tt/1dujAzu


from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1AhQFn0
via LifeLong Community

Use Smart Lock to Automatically Unlock Your Chromebook With Your Android Phone -- Just Tried it, works...

Please Visit: http://ift.tt/1ajReyV

Use Smart Lock to Automatically Unlock Your Chromebook With Your Android Phone
-- Just Tried it, works perfectly. 
http://ift.tt/1LY4ZcB


from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1PVLNx5
via LifeLong Community

Reshared post from Brent Sullivan:

Please Visit: http://ift.tt/1ajReyV

Original Post from Brent Sullivan:

Wow! HP 14 G3 Chromebook now only $188.99!

$111 off!  Just in time for Mother's Day. This is the latest version of the HP 14 Chromebook. It normally retails new for $300. The HP 14 runs on an NVIDIA Tegra K1 processor, has 2GB of RAM and 16GB of eMMC storage. This is a factory refurbished unit from HP.

How the deal works:  Groupon has this model marked down to $209.99 but they are also running a "Groupon Goods" campaign where you can use the coupon code "sale3" which gives you an extra 10% off ($21). Final price $188,99. The extra 10% off ends today.

You can see more specs, details and link to purchase on Groupon:

http://ift.tt/1PVlG9p

If you would like to keep up with the latest new models, news, and deals on Chromebooks I also recommend following me as I update my profile regularly. 

http://ift.tt/1s9IJ7H


#chromebook   #dealoftheday   #mothersday   #mothersdaygifts  



from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1zbRfYd
via LifeLong Community

Linux: SSH Tunneling ssh -L 10001:localhost:3689 fredrik@http://ift.tt/1JyvNk1 Start a tunnel from ...

Please Visit: http://ift.tt/1ajReyV

Linux: SSH Tunneling
ssh -L 10001:localhost:3689 fredrik@http://ift.tt/1JyvNk1
Start a tunnel from here (where we write the command) on port 10001, then go to http://ift.tt/1JyvNk1 as user fredrik and end the tunnel at a host called localhost on port 3689 over there.

ssh -L 10001:kermit:80 fredrik@http://ift.tt/1JyvNk1
Start a tunnel from here (where the command is issued) on port 10001, then go to http://ift.tt/1JyvNk1 as user fredrik and end the tunnel at a host named ‘kermit’ on port 80 over there.
-N Do not execute a remote command.  This is useful for just forwarding ports

http://ift.tt/1DybbQy
http://ift.tt/TH2QDo
http://ift.tt/1Dyb9rW


from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1JyvPbq
via LifeLong Community

Java Certificate http://ift.tt/1DybbQq http://www.nodsw.com...

Please Visit: http://ift.tt/1ajReyV



from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1JyvNjQ
via LifeLong Community

@Async in Spring it must be applied to public methods only self invocation – calling the async method...

Please Visit: http://ift.tt/1ajReyV

@Async in Spring
it must be applied to public methods only
self invocation – calling the async method from within the same class – won’t work
The reasons are simple – the method needs to be public so that it can be proxied. And self-invocation doesn’t work because it bypasses the proxy and calls the underlying method directly.
http://ift.tt/1bMXKqs
http://ift.tt/1DRcCKn


from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1DRcCKp
via LifeLong Community

27.04.2015 18:10

Please Visit: http://ift.tt/1ajReyV



from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1IfXNar
via LifeLong Community

Press Ctrl+Shift+V to Paste Text Without Formatting in Google Chrome http://ift.tt/1JuZCBT...

Please Visit: http://ift.tt/1ajReyV

Press Ctrl+Shift+V to Paste Text Without Formatting in Google Chrome
http://ift.tt/1bvkjis


from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1bvkies
via LifeLong Community

Reshared post from Joshua “Wall Breaker” deVille:

Please Visit: http://ift.tt/1ajReyV

Original Post from Joshua “Wall Breaker” deVille:

If you want Chrome OS to feel more like a desktop you can set the dock shortcuts to open in their own window by right clicking. 



from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1JuZAda
via LifeLong Community

Zookeeper Recipes: Distributed Lock using Zookeeper http://ift.tt/1Fqa0Zg...

Please Visit: http://ift.tt/1ajReyV



from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1Fqa1fK
via LifeLong Community

Higher-order function a function that does at least one of the following: takes one or more functions...

Please Visit: http://ift.tt/1ajReyV

Higher-order function
 a function that does at least one of the following:
takes one or more functions as an input
outputs a function
All other functions are first-order functions.
http://ift.tt/1aHIbOX


from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1DB8ij1
via LifeLong Community

#Chrome +Google Chrome +Google Chrome Developers +Chromebook Run website(for example: gdrive) as standalone...

Please Visit: http://ift.tt/1ajReyV

#Chrome +Google Chrome +Google Chrome Developers +Chromebook
Run website(for example: gdrive) as standalone application: separate app icon(like google keep), no address bar, no menu
Integrate Chrome App Launcher into Chrome: Search and open chrome app directly from address bar.
-- So we can easily open chrome app, or easily access often-visited website.

Users often open multiple windows, 20+ tabs
We are editing one specific word in gdrive, then switch to other website(or other local app),we should be able to easily switch back.


from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1DB8gYp
via LifeLong Community

Youtube: Show static Ads when go to next video if autoplay is on +YouTube  If autoplay is on, and we...

Please Visit: http://ift.tt/1ajReyV

Youtube: Show static Ads when go to next video if autoplay is on +YouTube 
If autoplay is on, and we are playing videos (not in a playlist), youtube will pause for several seconds then play next video automatically.

Maybe youtube can show some static ads here.
Compared with videos ads, we prefer static ads: not intrusive, less annoying.


from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1DB8gI0
via LifeLong Community

Integrating Kafka and Spark Streaming: Code Examples and State of the Game http://ift.tt/1wknimY...

Please Visit: http://ift.tt/1ajReyV

Integrating Kafka and Spark Streaming: Code Examples and State of the Game
http://ift.tt/1wYz6aX
http://ift.tt/1z2Zshr

http://ift.tt/1z2ZqWM
val lines = KafkaUtils.createStream(ssc, zkQuorum, group, topicMap).map(_._2)
val words = lines.flatMap(_.split(" "))
val wordCounts = words.map(x => (x, 1L))
  .reduceByKeyAndWindow(_ + _, _ - _, Minutes(10), Seconds(2), 2)

val producer = new Producer[String, String](config)
producer.send(messages: _*)


from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1z2ZqWQ
via LifeLong Community

HyperLogLog http://ift.tt/1hdW1oj http://ift.tt/1b34Uph...

Please Visit: http://ift.tt/1ajReyV



from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1b34XBh
via LifeLong Community