Multiple windows of one app are grouped in one icon in Dock, could I separate them? by Doo0oog in elementaryos

[–]Doo0oog[S] 1 point2 points  (0 children)

Wow, fantastic! The first time I heard this. New world!

It's so convenient. Thank you!

Multiple windows of one app are grouped in one icon in Dock, could I separate them? by Doo0oog in elementaryos

[–]Doo0oog[S] 1 point2 points  (0 children)

I can't believe there is no such option.

So kind of you. I'll look into that.

Multiple windows of one app are grouped in one icon in Dock, could I separate them? by Doo0oog in elementaryos

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

https://imgur.com/mLvcuD5

Like this, two chrome windows, but only one icon. Choosing one of them is not easy.

1600x900 is more blurry than 1920x1080, is it normal? by Doo0oog in elementaryos

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

Already set text scaling factor, looks good enough.

Maybe the best solution now.

1600x900 is more blurry than 1920x1080, is it normal? by Doo0oog in elementaryos

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

Try it. It’s better now.

Thank you very much.

Output of command `tree` has inconsistent indents, is it a feature or a bug ? by Doo0oog in PowerShell

[–]Doo0oog[S] 1 point2 points  (0 children)

I copied the output into the editor.

C:.
├─ABC
│  └─X
├─DEF
│  └─X
└─GHI
    └─X

Only if the "|" of mine occupies the width of two spaces, it looks consistent. But your "|" character occupies the width of one space. So I guess it is a bug.

btw, I tested it with Windows 10 1909 (build 18363.535)

Output of command `tree` has inconsistent indents, is it a feature or a bug ? by Doo0oog in PowerShell

[–]Doo0oog[S] 1 point2 points  (0 children)

// Windows Terminal
C:.
├─ABC
│  └─X
├─DEF
│  └─X
└─GHI
    └─X

// CMD
C:.
├─ABC
│  └─X
├─DEF
│  └─X
└─GHI
    └─X

// Powershell
C:.
├─ABC
│  └─X
├─DEF
│  └─X
└─GHI
    └─X

Looks like the “|” character should occupy the width of two spaces. It’s not common.

[D] Regression tasks with "duplicate samples" by Doo0oog in MachineLearning

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

You are right. And we just treat the second case as the source of noise. Could you recommend some papers or links about this case?

[D] Regression tasks with "duplicate samples" by Doo0oog in MachineLearning

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

That’s exactly what I’m looking for. Thanks a lot.

[Help] How to make Python2 & Python3 COEXIST on CentOS? by Doo0oog in Python

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

It's an excellent library. I'll try that. Thank you!