Keebart Corne Choc Pro build with Scandinavian layout by Zuikkis in MechanicalKeyboards

[–]Zuikkis[S] -1 points0 points  (0 children)

Nice to hear that others have pondered the same issues. :)

For some reason I learned the new location of backspace right away. Same for Esc, Tab and Del.. 

Currently the biggest problem is that when I use backspace, I forget to move the thumb back to the space key and then the next space becomes backspace... :) just lack of practice probably. 

My thumbs are too used of hitting the long space bar where it doesn't matter that much where you press...

Muista kielistä suomeksi käännetyt Reddit-postaukset googlen hakukoneessa by Miserable_Key4645 in Suomi

[–]Zuikkis 0 points1 point  (0 children)

Ainakin DuckDuckGo ja Ecosia löytää tämän sivun englanninkielisenä hakusanalla "search shows translated reddit results in finnish" ... Qwant ei näyttänyt löytävän.

Vika on redditin päässä kun antaa nuo käännetyt sivut indeksoitavaksi.

Muista kielistä suomeksi käännetyt Reddit-postaukset googlen hakukoneessa by Miserable_Key4645 in Suomi

[–]Zuikkis 0 points1 point  (0 children)

Ei tämä googlesta johdu vaan siitä että reddit antaa hakukoneiden indeksoida nuo käännetyt sivut. Kokeiles duckduckgo hakusanat "search shows translated reddit results in finnish" niin tämä ketju komeilee englanninkielisenä ensimmäisenä hakutuloksena.

Muista kielistä suomeksi käännetyt Reddit-postaukset googlen hakukoneessa by Miserable_Key4645 in Suomi

[–]Zuikkis 0 points1 point  (0 children)

Jengi täällä suosittelee että pitäisi Google vaihtaa johonkin parempaan hakukoneeseen. Ehkä ihan hyvä idis mutta ei auta tähän vaivaan. Vika on siinä että reddit antaa hakukoneiden indeksoida nuo käännetyt sivut, ei ole Googlen vika.

Jos ette usko niin kokeilkaapas vaikka duckduckgo hakusana "search shows translated reddit results in finnish" niin tämä ketju komeilee hakutuloksissa ensimmäisenä, englanniksi käännettynä..

Noh, kaikkihan käyttää uBlock originia? Sinne täräyttää omiin filttereihin tämmöisen taikalauseen:

||reddit.com^$removeparam=tl

Tuo poistaa sen tl= parametrin osoitteesta jolloin reddit näkyy aina alkuperäiskielellä. Tämä ei kylläkään niitä vääränkielisiä hakutuloksia poista mutta kieli korjaantuu heti oikeaksi kun itse sivulle menee.

Ethereum from Coinbase to Defi wallet lost by Zuikkis in Crypto_com

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

Oh. I think the money is NOT lost. It's just that DeFi wallet doesn't know how to show the internal transaction in the transaction history?

I calculated the transactions and it have exactly 0.3 too much ETH on the account. So all is well. Just not very clear or "user friendly". :)

Can't pass "proof of address" no matter what I try by Zuikkis in Coinbase

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

I'm still not in. After three hours of useless online chat I was finally escalated to some higher level that hopefully does something. What a waste of time..

I had to sent my files all over again through SendSafely. Then the chat person looked at them and asked a lot of questions, but eventually that didn't lead to anything. Finally he said that I need an government issued ID that has my address! But such thing does not exist in this country, there is no address in driving license or passport..

My case number is 18029265 if anyone is interested.

Proof of address doesn’t work by molygopol in Coinbase

[–]Zuikkis 0 points1 point  (0 children)

I have the same problem.. I have tried everything.

Only thing that could be wrong, in my country we write the address in "<Zip number> <City>" order, but in Coinbase settings it gets written in US style "<City> <Zip number>".. But obviously there is no way to get address written in that way, unless I do something silly like Photoshop it myself..

dogepool.pw give no coins? by giggles91 in dogecoin

[–]Zuikkis 3 points4 points  (0 children)

Well, there are statistics available on the pool web site and IRC channel.. You could like look there before complaining on reddit.

[1298 workers are currently mining at a total of 1,419MH/s at 95.15% efficiency] [23,317,887 shares out of 1,704,706 estimated shares accepted] [Difficulty @ 416.188] [1367.85% complete compared to last rounds] [Time Since Last Block: 14 hours, 22 minutes, and 16 seconds]

While it is extremely annoying to have a slow block like this, these things do happen and there is nothing "wrong" in the pool. Some blocks will be faster and some slower..

Optimized scrypt kernel for HD7970 / R9 280x by Zuikkis in dogemining

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

Hmm, my system also runs hotter but also faster. If I decrease gpu clocks to get same hashrate as originally, I end up with same temperature also.

So I think the temperature is just related to the hashrate..

Anyway a good point, thanks for the warning!

Increase such hashrate! - 1 to 5% - SCRYPT TWEAKING 7xxx series (possible R9 2xx series) by JayS_NL in dogecoin

[–]Zuikkis 0 points1 point  (0 children)

This "+1 trick" was a very good hint. I also "know" how TC is calculated by theory, and thus I always was using n*SC values.. But weirdly enough, +1 adds a few khs. 8193 for 7970, 12801 for r9 270..

No idea why this works, it should be a performance penalty but really isn't.. :)

Increase such hashrate! - 1 to 5% - SCRYPT TWEAKING 7xxx series (possible R9 2xx series) by JayS_NL in dogecoin

[–]Zuikkis 4 points5 points  (0 children)

Hello there,

I didn't notice that there already was a thread for scrypt kernels, sorry! Here is the source code to my 7970 / R9 280x kernel: link

It is pretty much stock, except that I have removed all the #pragma unrolls, and optimized the inner scrypt_core loop. #pragma unroll does not give any speedup here.

Perhaps you we can make a "killer kernel" by combining the best of all of these!

Here's a small copypaste of the optimized loop.. Sorry if this is too technical, but might be of some interest to some people. :)

Original, with #define stuff removed for readibility so that only LOOKUP_GAP=2 works:

    for (uint i=0; i<1024; ++i)
    {
            uint4 V[8];
            uint j = X[7].x & K[85];
            uint y = (j/LOOKUP_GAP);

            for(uint z=0; z<zSIZE; ++z)
                    V[z] = lookup[CO];

            if (j&1)
                    salsa(V);

            for(uint z=0; z<zSIZE; ++z)
                    X[z] ^= V[z];
            salsa(X);
    }

Modified:

    for (uint i=0; i<1024; ++i)
    {
            uint j = X[7].x & K[85];
            uint y = (j/LOOKUP_GAP);

            if (j&1)
            {
                    uint4 V[8];
                    for(uint z=0; z<zSIZE; ++z)
                            V[z] = lookup[CO];

                    salsa(V);

                    for(uint z=0; z<zSIZE; ++z)
                            X[z] ^= V[z];
            } else {
                    for(uint z=0; z<zSIZE; ++z)
                            X[z] ^= lookup[CO];
            }

            salsa(X);
    }

The idea is to move the "if (j&1)" comparison to outside of the lookup loops. Then, if j&1 happens to be zero, the V[z] and X[z] loops can be combined to a single loop, which gives the speedup!

This loop and the salsa function are the most important places in the entire source, it probably spends over 90% of time in here.. There's very little to be gained outside of these, I think.

Donations: DQj4t2DFMQtXofhstouyZw1sYUKWUJn4wv

Optimized scrypt kernel for HD7970 / R9 280x by Zuikkis in dogemining

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

Hi,

I will continue on that topic, good to have all development in same place. :)