MelmanGI's comments

MelmanGI | 2 years ago | on: Update Your Bitbucket Cloud SSH Host Keys

Strange response in my opinion. They seem to explain step by step how to add trust for the new keys, but fail to explain how to remove trust for the old leaked keys.

Am I missing something?

MelmanGI | 10 years ago | on: Automatic Image Colorization with Simultaneous Classification

Thank you for the hint!

Found a video [1] colorized with the approach by these guys with the unstable coloring.

There are some other videos [2][3] colorized using differing approaches, that don't seem to have as much color unstability though the color in general appears more off.

Could of course also just be a property of the underlying source.

[1] https://www.youtube.com/watch?v=__kcHbzSNC4 [2] https://www.youtube.com/watch?v=_MJU8VK2PI4 [3] https://www.youtube.com/watch?v=qQSViqdd0tU

MelmanGI | 10 years ago | on: A Haskell Reading List

> Here is a list of papers and writings of what I consider are essential Haskell reading

Most of those papers are really not "essential" for getting things done in Haskell.

If you want to dig deeper into Haskell's type system or Category Theory in general, then yes, there are a lot of good papers in that list.

If you just want to write safe, conscious and understandable code, then you are much better off reading the excellent "Haskell Programming from first priciples" [1] or the slightly outdated "Real World Haskell" [2].

[1] http://haskellbook.com/ [2] http://book.realworldhaskell.org/

MelmanGI | 12 years ago | on: Code highlighting is wonderful, but we're having too much of it

I think he has a point especially regarding underlining and highlighting by coloring the background of words, which can often be hard to distinguish. I am quite used to IntelliJ's Darcula theme though and like most of the defaults there.

Does anyone know if there was ever done some serious research on this?

page 1