« 18 19 20 21 22 106 »

Pages are deceptive. Live life in a basket.

xkcd: Machine Learning

Archive What If? Blag Store About A webcomic of romance, sarcasm, math, and language. There are four new shirts in the xkcd store , along with posters and lots of other stuff ! Machine Learning |< < Prev Random Next > >| |< < Prev Random Next > >| Permanent link to this comic: https://xkcd.com/1838/ Image URL (for hotlinking/embedding): https://imgs.xkcd.com/comics/machine_learning.png Search comic titles and transcripts: <script type="text/javascript" src="//www.google.com/jsapi"></script> <script type="text/javascript">google.load('search', '1');google.setOnLoadCallback(function() {google.search.CustomSearchControl.attachAutoCompletion('012652707207066138651:zudjtuwe28q',document.getElementById('q'),'cse-search-box');});</script> <form action="//www.google.com/cse" id="cse-search-box"> <div> <input type="hidden" name="cx" value="01265270720706613865...

Linked on 2017-05-18 19:16:28 | Similar Links
h

This is a dumb hack, we should only have one or the other from the the template context, so only one of the following will be rendered. ...

Linked on 2017-05-18 01:00:14 | Similar Links
Panic Blog » The Case of the Stolen Source Code

Panic Tag Panic Inc. May 17th, 2017 The Case of the Stolen Source Code Last week, for about three days, the macOS video transcoding app HandBrake was compromised . One of the two download servers for HandBrake was serving up a special malware-infested version of the app, that, when launched, would essentially give hackers remote control of your computer. In a case of extraordinarily bad luck, even for a guy that has a lot of bad computer luck, I happened to download HandBrake in that three day window, and my work Mac got pwned. Long story short, somebody, somewhere, now has quite a bit of source code to several of our apps. Before I continue, three important points: There’s no indication any customer information was obtained by the attacker. Furthermore, there’s no indication Panic Sync data was accessed. Finally, our web server was not compromised. (As a reminder, ...

Linked on 2017-05-17 23:47:58 | Similar Links
launches/manifest - spacex

jump to content my subreddits announcements Art AskReddit askscience aww blog books creepy dataisbeautiful DIY Documentaries EarthPorn explainlikeimfive food funny Futurology gadgets gaming GetMotivated gifs history IAmA InternetIsBeautiful Jokes LifeProTips listentothis mildlyinteresting movies Music news nosleep nottheonion OldSchoolCool personalfinance philosophy photoshopbattles pics science Showerthoughts space sports television tifu todayilearned TwoXChromosomes UpliftingNews videos worldnews WritingPrompts edit subscriptions popular - all - random | AskReddit - funny - pics - aww - todayilearned - videos - worldnews - news - gaming - gifs - Showerthoughts - movies - mildlyinteresting - television - Jokes - Documentaries - OldSchoolCool - IAmA - nottheonion - space - explainlikeimfive - LifeProTips - tifu - TwoXChromosomes - food - sports - photoshopbattles - science - creepy - Ea...

Linked on 2017-05-15 19:33:56 | Similar Links
40% Keyboards: 16mm Jelly Comb

40% Keyboards A blog about small mechanical keyboards. Home Firmware Parts Vendors corrects IE6 width calculation Friday, May 12, 2017 Completely disassembled a Jelly Comb TKL. Reused the switches, LEDs, and keycaps in a 30% with 16mm switch spacing. The Jelly Comb TKL was $26 shipped from Amazon during a sale. This model is no longer available. The plate is aluminum and the body plastic. It had plate mount stabilizers. The LEDs were a different color in each row. The parts were used in a 16mm PCB/case . The keycaps were cut down to fit the narrower spacing. The plate mount blue clicky switches are branded "Long Hua". Posted by kb Email This BlogThis! Shar...

Linked on 2017-05-15 18:10:06 | Similar Links
lunk comments on The water from faucet does not fall into the sink

jump to content my subreddits announcements Art AskReddit askscience aww blog books creepy dataisbeautiful DIY Documentaries EarthPorn explainlikeimfive food funny Futurology gadgets gaming GetMotivated gifs history IAmA InternetIsBeautiful Jokes LifeProTips listentothis mildlyinteresting movies Music news nosleep nottheonion OldSchoolCool personalfinance philosophy photoshopbattles pics science Showerthoughts space sports television tifu todayilearned TwoXChromosomes UpliftingNews videos worldnews WritingPrompts edit subscriptions popular - all - random | AskReddit - funny - news - worldnews - pics - todayilearned - videos - gifs - gaming - aww - Showerthoughts - mildlyinteresting - movies - Jokes - television - IAmA - OldSchoolCool - nottheonion - LifeProTips - personalfinance - explainlikeimfive - science - TwoXChromosomes - food - tifu - Futurology - WritingPrompts - sports - Uplift...

Linked on 2017-05-12 21:47:15 | Similar Links
Sean Spicer won’t deny President Trump is recording his Oval Office guests. That’s untenable. - The Washington Post

2 Desktop notifications are on   | Turn off Get breaking news alerts from The Washington Post Turn on desktop notifications? Yes Not now It looks like you've previously blocked notifications. Please update your browser permissions to allow them. [if IE 9]><style>#main-sections-nav.subNavigation{width:475px !important}#main-sections-nav{left:-250px !important;width:315px !important}#main-sections-nav-inner{position:absolute !important}#main-sections-nav.subNavigation #main-sections-nav-inner{width:550px !important;overflow-x:hidden !important}#main-sections-nav.subNavigation{width:470px !important}</style><![endif] [if IE 9]><div id="page" class="ie ie9 "><![endif] [if IE 8]><div id="page" class="ie ie8 "><![endif] [if !IE]><! <![endif] Democracy Dies in Darkness Sections Subscribe Username Sign In ...

Linked on 2017-05-12 20:41:38 | Similar Links
WeeChat :: download :: security

English French German Italian Polish Portuguese (Brazil) Japanese header menu Home Latest news Upcoming events About Features Screenshots History Make a donation WeeChat.org Documentation Stable version Dev version Old versions FAQ (English) API (English) Download Stable version Dev version Old versions Debian/Ubuntu repositories Security issues Scripts Browse scripts Add script Update script Pending scripts Unofficial scripts Dev Roadmap Statistics Info Support Devel blog Repositories end of menu page content Stable Devel Old versions Debian/Ubuntu repositories Security Please DO NOT file a GitHub issue for security related problems, but send an email to security@weechat.org instead. This table contains a list of all known and fixed security vulnerabilities in WeeChat stable releases (the security vulnerabilities introduced du...

Linked on 2017-05-11 21:58:48 | Similar Links
Go Slices: usage and internals - The Go Blog

The Go Programming Language Go ▽ Documents Packages The Project Help Blog JSON and Go Go: one year ago today golang.org Install Go A Tour of Go Go Documentation Go Mailing List Go on Google+ Go+ Community Go on Twitter Blog index The Go Blog Go Slices: usage and internals 5 January 2011 Go's slice type provides a convenient and efficient means of working with sequences of typed data. Slices are analogous to arrays in other languages, but have some unusual properties. This article will look at what slices are and how they are used. The slice type is an abstraction built on top of Go's array type, and so to understand slices we must first understand arrays. An array type definition specifies a length and an element type. For example, the type [4]int represents an array of four integers. An array's size is fixed; its length is part of its type ( [4]int...

Linked on 2017-05-11 19:15:03 | Similar Links
US Air Force's secretive space plane lands after two years in orbit - BBC Newsbeat

BBCDOTCOM bodyFirst Begin iStats 20100118 (UX-CMC 1.1009.3) End iStats (UX-CMC) [if (gt IE 8) | (IEMobile)]><! <![endif] [if (lt IE 9) & (!IEMobile)]> <![if (IE 8)]> <header id="orb-banner" role="banner" class="orb-old-ie orb-ie8"> <![endif]> <![if (IE 7)]> <header id="orb-banner" role="banner" class="orb-old-ie orb-ie7"> <![endif]> <![if (IE 6)]> <header id="orb-banner" role="banner" class="orb-old-ie orb-ie6"> <![endif]> <![endif] Accessibility Help BBC iD Notifications News News Sport Weather Shop Earth Travel Capital iPlayer Culture Autos Future TV Radio CBBC CBeebies Food iWonder Bitesize Travel Music Earth Arts Make It Digital Taster Nature Local Menu Search Search the BBC Search the BBC Styling hook for shared modules only [if IE]> <DIV class=browser-notif...

Linked on 2017-05-08 18:37:21 | Similar Links
Japanese wont disappoint you

Imgur download Quantcast Tag End Quantcast tag ...

Linked on 2017-05-05 17:50:56 | Similar Links
ABOUT – clear coffee

end .gossip-logo end .gossip-social end .gossip-search-social end .row end .container end .gossip-logo-area HOME SHOP ABOUT CONTACT SLOVAK end .gossip-social end .row end .container end .gossip-nav CLEAR COFFEE is the first colorless coffee drink inthe World. This refreshing beverage is made from high quality Arabica coffee beans and pure water. It is produced by methods which have never been used before. Due to this combination of technology and high quality ingredients a drink has been developed which is unique in taste and flavour. Our product does not contain preservatives, artificial flavours, stabilizers, sugar or any other sweeteners. If you are looking for a refreshing coffee but you want to keep your smile white, then Clear Coffee is perfect for you! end .gossip-post end .gossip-comment-container end .row end .container ...

Linked on 2017-05-04 22:00:15 | Similar Links
« 18 19 20 21 22 106 »

Pages are deceptive. Live life in a basket.