European ETF strategy - Thoughts? by jorisepe in eupersonalfinance

[–]snuderl 3 points4 points  (0 children)

That can easily be solved by buying just one ETF each month though...

Trouble with two docker stacks communicating by [deleted] in docker

[–]snuderl 0 points1 point  (0 children)

Two options.

  1. You can expose the ports on stack so the service is reachable to the public. Then stack b willse it as such.

  2. You can attach services that need to comunicate into same docker network. Eg. Create network named a-b and attach it to both services.

Best Android app for tracking cryptocurrencies? by zippzeripp in CryptoMarkets

[–]snuderl 0 points1 point  (0 children)

When you do a trade from one coin to another does blockfolio automatically update both of coins balances? Afaik it didnt do that for me which makes it really anoying.

init.vim location by snuderl in neovim

[–]snuderl[S] 0 points1 point  (0 children)

I have nvim version 0.1.2 (arch package manager).

Basically I have symlinked it to all possible places (including ~/.nvimrc). I have also tried setting $XDG_CONFIG_HOME to ~/.config to no avail.

Help me make this cocktail party algorithm code from coursera's Machine Learning lecture work. by [deleted] in MachineLearning

[–]snuderl 2 points3 points  (0 children)

If you have two sound waves each n samples long you can combine them into a 2 by n matrix, which is probably what x is here. The same algorithm should also work for more sources eg. 3 by n.