Monday, January 11, 2016

D-Bus

I was reading up on FirewallD (separate post altogether forthcoming), and noticed it was based on D-Bus, which is an interprocess communication mechanism.

I thought I was aware of all of the interprocess communication mechanisms, but this one is more recently developed.

Looks like I have some reading to do in order to get current on this.

No comments:

Target Encoding & One-Hot Encoding

I had completely overlooked these concepts earlier on, and somehow not until just now - this late in the game - did they come up as I was re...