Mega Vouchers Gearbest Deals

Here you can find really good coupons available on Gearbest.com. According to my database these prices are the best in history (since 01.2017).

Update: Xiaomi Mi MIX 6GB RAM 256GB ROM has been added!

Here’s simple tutorial:

1. Go here https://www.gearbest.com/m-promotion-active-380.html&lkid=10718737
2. Click on “Discover Deals”
3. Add product to the cart (products list below) and apply coupon

Use PC browser. Coupons resets on 3:00 CET.

Products

1. Xiaomi Mi6 6/128GB for $359.99
https://www.gearbest.com/cell-phones/pp_668630.html?wid=4&eo=b7weuiu1TavdbtFk&lkid=10718737

2. Xiaomi Mi6 6/64 GB for $338.99
https://www.gearbest.com/cell-phones/pp_663441.html?wid=4&eo=8KTCqX8Z1qF9nsNL&lkid=10718737

3. ZTE Axon 7 Mini 3GB RAM 32GB ROM for $109.99
https://www.gearbest.com/cell-phones/pp_1096515.html?wid=4&eo=b7weuiu1TavdbtFk&lkid=10718737

4. Xiaomi Redmi 4X 2GB RAM 16GB ROM for $99.99
https://www.gearbest.com/cell-phones/pp_616201.html?wid=21&eo=3Ejyw75HbeKkwNYO&lkid=10718737

5. Xiaomi Redmi 4A 2GB RAM 16GB ROM for $77.99
https://www.gearbest.com/cell-phones/pp_682468.html?wid=4&eo=3Ejyw75HbeKkwNYO&lkid=10718737

6. Xiaomi Mi MIX 6GB RAM 256GB ROM for $399.99
https://www.gearbest.com/cell-phones/pp_721689.html?wid=4&eo=yitSUn7WH2obzGyX&lkid=10718737

I hope you will enjoy it!
Cheers

Win OnePlus 3T in Gearbest 3rd Anniversary!

View post on imgur.com

GearBest’s 3rd Anniversary is coming soon, so they just created giveaway. Just go to this link and join:
https://www.rafflecopter.com/rafl/display/649ce649302/

Rules:
1. Leave your blessings for GearBest’s 3rd Anniversary.
2. Show your order number which does you think is the best shopping experience from GearBest in 2017.
3. Share to your SNS channels, more shares, more possibilities to win.

SATA I vs SATA III on SSD

Hi,

I’ve got two laptops:

  1. Lenovo T60 with SATA I
  2. DELL E6430 with SATA III
Check out what’s the difference between SATA 1 and SATA 3 using Kingston V300 128 GB SSD disk.
SATA I test on Lenovo T60 using AS SSD benchmark:

 Second test:
SATA III test on Dell E6430 using the same benchmark:
Well. The speed on SATA III is a little bit better. I don’t know why write speed is so low.
Cheers!

How to log in to WordPress dashboard using C#?

It works and it gets all cookies to get access to WordPress admin dashboard. You have to use SslStream and TcpClient. WebHelper in this code is WebClient with cookies support. It connects via SSL (https), creates CookieContainer and put it into WebClient (“WebHelper” in my code). You can modify this code to your needs of course.

http://pastebin.com/qAqCGLUj

Cheers