Sat.May 26, 2018 - Fri.Jun 01, 2018

article thumbnail

MachineX: Two Parts of Association Rule Learning

DZone

In our previous blog, MachineX: Layman's Guide to Association Rule Learning, we discussed what Association rule learning is all about, and as you can already tell, with a large dataset, which almost every market has, finding association rules isn't very easy. For these purposes, we introduced measures of interestingness , which were support, confidence, and lift.

article thumbnail

Getting Started With Capacitor Using React

The Polyglot Developer

In February 2018 the Ionic team announced Capacitor. Capacitor allows you to make your frontend builds run everywhere, for example, iOS, Android, Electron and in the browser as a progressive web application (PWA). Also, Capacitor provides a high-quality API to work with native functions within your apps. For example, you can get access to the camera and it means you still get this access to every platform.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

NServiceBus 7 for.NET Core is here

Particular Software

It's a pretty cool time to be a.NET developer. Don't believe it? Check out this excerpt from a popular children's book 1 : Congratulations! Today is your day. You're off to Great Places! You're off and away! Maybe you like Linux or have a MacBook, Or want to host code without breaking your checkbook. The license for Windows can be a bit pricey. Getting approval for more servers can be a bit dicey.

Azure 49
article thumbnail

How to Read a Waterfall Chart for Beginners

Gtmetrix

Learn what each element of a Waterfall Chart means and how it relates to performance.

article thumbnail

Linux bcc/eBPF tcpdrop

Brendan Gregg

While debugging a production issue of kernel-based TCP packet drops, I remembered seeing a new function added in Linux 4.7 by Eric Dumazet (Google) called tcp_drop(), which I can trace using kprobes and bcc/eBPF. This lets me fetch extra context to explain why these drops are happening. Eg: # tcpdrop. TIME PID IP SADDR:SPORT > DADDR:DPORT STATE (FLAGS) 05:46:07 82093 4 10.74.40.245:50010 > 10.74.40.245:58484 ESTABLISHED (ACK) tcp_drop+0x1 tcp_rcv_established+0x1d5 tcp_v4_do_rcv+0x141 tcp_v4_rcv+

article thumbnail

Speeding Up Linux Kernel Builds With ccache

O'Reilly Software

ccache, the compiler cache, is a fantastic way to speed up build times for C and C++ code that I previously recommended. Recently, I was playing around with trying to get it to speed up my Linux kernel builds, but wasn’t seeing any benefit. Usually when this happens with ccache, there’s something non-deterministic about the builds that prevents cache hits.

Speed 40
article thumbnail

Optimizing PPC Campaigns with Experiments

Website Optimization

Continuing our ongoing series on PPC optimization, this time we look at PPC drafts and experiments. Drafts and experiments lets you propose and test changes to your Google Adwords search and display campaigns. Using experiments you can optimize the performance of your campaigns to squeeze more leads our of less spend. This article shows how to set up a PPC experiment for a dental client.

Google 40
article thumbnail

Linux bcc/eBPF tcpdrop

Brendan Gregg

While debugging a production issue of kernel-based TCP packet drops, I remembered seeing a new function added in Linux 4.7 by Eric Dumazet (Google) called tcp_drop(), which I can trace using kprobes and bcc/eBPF. This lets me fetch extra context to explain why these drops are happening. Eg: # tcpdrop. TIME PID IP SADDR:SPORT > DADDR:DPORT STATE (FLAGS) 05:46:07 82093 4 10.74.40.245:50010 > 10.74.40.245:58484 ESTABLISHED (ACK) tcp_drop+0x1 tcp_rcv_established+0x1d5 tcp_v4_do_rcv+0x141 tcp_v4_rcv+