Wednesday, August 16, 2023

DNS_PROBE_FINISHED_NXDOMAIN Docker windows 10

So you faced that your hosts doesnt loads up after launching Docker image as regular, right? 



For some reason, Docker adds 'his' section for hosts file under Windows/system32/drivers/etc/hosts file and ruins everything what was there before.

All you need to do is to add previously added hosts which you were using, like so:

127.0.0.1 your.local.development.domain.com

Save and close.

Now you are ready to go.

Sunday, November 28, 2021

Fiverr deletes negative reviews

Be careful with fiverr reviews. 

Today I faced with negative review deletion. There are ability to delete negative reviews ( don't know which side, but fact that it is not there ).


Long story short: As reseller I ordered from service provider and asked for specific requests. The requests wasn't done ( Client - always right? yeah... right,... not on fiverr ). 

For the second order I insisted for requirements to be met., in result i was insulted and my site was chased and bad reviewed.


Another strange thing i noticed is that once i tried to access offer from service provider , it says "That seller is no longer available". But if you check the offer in incognito, you will see it perfectly without any problems... ( almost - sometimes fiverr crashes )





Anyway

In result if you had bad experience - its only your problem and fiverr doesn't wants to share the experience with other visitors - its bad for their reputation and money. Same as youtube's dislike button about to delete. Who wants bad thoughts when you can get only good ones....



p.s. Once we see all bad reviews on user thesibyl which insults clients, the post might be deleted.

Friday, October 1, 2021

Battlefield 1 on geforce now my experience


Why i write the post

I want to share my experience to attract EA managers and open their eyes about the experience there is on market.

Long story short

Bought bf1 on steam to play it on geforce now, but after several launches i can't play it , because EA 'shmesecurity' 'safes' me from hacks and doesn't allows me to sign in.

Long

I love battlefield 1 - played it on ps4 and paid for EA play just to play F. ONLINE ( multiplayer ). Anyway, i can understand that they 'needs the money to cover support and servers costs' ( while pc gamers doesn't needs hmmm.... ) . But story not about that...
Once ( 1 oct 2021 ) geforce published that bf1 available - I bought without discout bf1 on steam and played like 2-3 times ( different launches ). 
Playing it on GN is pretty good... ( has small 0.1 ms lag - but the lag is acceptable ). 
But after 3rd launch i got error "Too many connections to the version of battlefield on your account.... blah blah blah". 

I started to investigate and try to fix the problem. 

After searching Big brother i found posts from 2020 and even 2019 about same issue. People suggests to change password / add email verification / google verification app .
With big problems like:
1. no emails about verification from EA side comes. 
2. not working google authentication barcode
3. Stupid verification before each verification, after you already verificated into account...
i made verification "On".

So, i though that i have possibility that the problems ended. BUTTTTT....
After trying to sign in you will get stuck problems like "connecting to origin" window, or no coming emails from EA, or same "too many connections".

Supports

As mentioned before, even forums posts are from 2019-2020 - which means the problem ignored ( from EA side ). Created ticket ( waiting for reply - "not our problem - it's security from hax0rs - who uses single account with one purchased game for multiple pcs" )

Geforce support - "not our problem - EA problem" . While advertising the EA games in geforce community. In result they will have more reports about the problem in future ( stuck support - lower quality of support - lower money .... and so on.. )

Cloud gaming

As could gaming progresses , i think the companies must adapt and add functionalities to make experience better.

Simple ( geforce ips white listing ) could solve such simple problem.


p.s. Received emails 1-2 hours later. ( reason? i guess alot of users tries to sign in into game )



EDIT 2021.11.04

Recently noticed that I finally can open game multiple times per day. Possible some fixed was made from their sides. Thanks for them if so...

Tuesday, September 21, 2021

taskhost.exe what is ? camera access / internet access firewall blocked

 Today i faced the problem:

firewall blocked internet access for taskhostw.exe 

I tried to investigate what is it and why it wants internet access. 

After searching found some posts for asking same problem , but differently their exe tried to access camera, which triggered them to search for possible problem too.

In result i scanned pc with different malware cleaners with fixes as original dell autostarters and no other trojans as monero miners and so on..

I checked IP which was triggered to internet access - 51.104.136.2 . After checking 'IP 51.104.136.2' , it turns out it is microsoft azure servers.



For now i agreed to allow internet access, but turned off frequence to diagnostics to report in windows settings to "never"  

Monday, March 15, 2021

BSOD etd.sys after install and reboot pc

Long story short.



After installing fresh windows, and first boot you install or not install anything on your pc, you restart pc and get blue screen of death with strange etd.sys message. 

I waste whole day for "solving" the problem. It's trick not solving.

Reason for the problem is that your touch pad is dead or connected in wrong way.

Hard way to fix that: 

  • unplug touchpad
  • fix touchpad
  • connect touchpad correct way
Easy way if your touch pad is dead for sure:

  1. Once you see repair screens , find commanad promt tab and open in
  2. Write commands to rename file: 
  3. Command 1: cd c:\windows\system32\drivers
  4. Command 2: ren etd.sys etd.sys.old
  5. now close promt window and restart pc
  6. once you see login window ( latests versions of windows asks  to create pin and forces you to enter the pin ) open from right bottom icons - "on screen keyboard" and press with mouse and enter your pin by pressing buttons with your mouse ( because that your keyboard will not work at  the moment ).
  7. Now navigate to c:\windows\system32\drivers\ and rename file back with mouse ( second mouse to open properties-> rename -> select bad naming of file and press cut )
  8. once it done, now you can reenable keyboard back . to do that -> go to "my pc" and go to properties ( second mouse button inside folder ) and select device manager.
  9. Disable / enable your keyboard under "keyboards" , try all.
  10. Now disable your touch pad under "mice and other pointing devices" ( mine was ELAN )
Solved.


Friday, October 5, 2018

Elastic search LTR plugin install


Elastic search plugin LTR install is first plugin i have installed for elastic. I had trouble to install it on Windows. So ill share exact steps to take so you could not waste time.

About LTR plugin

The Elasticsearch Learning to Rank plugin uses machine learning to improve search relevance ranking. It's powering search at places like Wikimedia Foundation and Snagajob!
  • Allows you to store features (Elasticsearch query templates) in Elasticsearch
  • Logs features scores (relevance scores) to create a training set for offline model development
  • Stores linear, xgboost, or ranklib ranking models in Elasticsearch that use features you've stored
  • Ranks search results using a stored model
  • Important

    * LTR plugin is build to exact Elastic version. For example: "ltr-1.1.0-es6.4.1.zip" is build for 6.4.1 elastic version. So first make sure you find correct versions.

    Plugins to download:
    http://es-learn-to-rank.labs.o19s.com/

    Elastic search to download / renew version:
    https://www.elastic.co/downloads/

    1. Renew elastic if required for versions to match
    2. Download plugin zip
    3. Open cmd.exe ( command prompt )
    4. Go to for example "C:\Elastic\6.4.1\bin"
    5. Run "elasticsearch-plugin.bat install file:///c:/Elastic/6.4.0/ltr-1.1.0-es6.4.1.zip" . Make sure you write 'file:///' before path. Else you might get error like "Exception in thread "main" java.net.MalformedURLException: unknown protocol: c".
    6. Done.

    Helpful

    Other instructions can be found here:
    https://github.com/o19s/elasticsearch-learning-to-rank

    Preparing / training data:
    https://github.com/o19s/elasticsearch-learning-to-rank/tree/master/demo

    Monday, May 14, 2018

    Solution for Chrome USB debugging remote devices doesn't appear

    Today I was forced to inspect crashing chrome browser. To inspect that i needed to use desktop chrome.

    To do that there is pretty good tutorial: https://raygun.com/blog/debug-android-chrome/

    But after completing all steps. Nothing appeared in "remote devices" on desktop.

    After few hours i have found solution.

    To fix that:



    1. Download SDK Platform-Tools for Windows zip file. Extract..
    2. Launch cmd.exe ( command prompt ). 
    3. From extracted folder launch "C:\path_to_file\adb.exe devices" . You might get as i got - "List of devices attached: 9be86c14 unauthorized"
    4. Now unplug your phone and plug it back. 
    5. Check your phone that it allows PTP connection of USB debugging ( check raygun.com link ).
    6. Repeat #3 step - launch "adb.exe devices" command again. You might get same message in cmd.exe window. BUT now check your phone. There should be confirmation popup window for mac address. Accept that.
    7. Now just repeat same #3 step. As it shown from my screenshot i got success message "9a479b83 device".
    8. Done. Now you should be able to detect the device under "remote devices" in google chrome. 

    To inspect url on device:

    1. On device open chrome and open desired url
    2. On desktop open remote devices 
    3. Click device
    4. Near appeared list of "opened" tabs with shown urls find your "last one" and on right side click "inspect" button.
    5. Done.

    Happy debugging.

    Let me know if it helped you. Or write where you stuck and how you solved it, so other people could save time. Thanks.

    Wednesday, May 9, 2018

    Elastic search FORBIDDEN/12/index read-only / allow delete



    You have faced the problem - on update index it doesnt changes and gives the error ? The error appears after your index is locked and changes to read only. Reason for that is because of not enough storage on your machine hard drive.

    Here what to do:

    1. Clean hard disk, because it has not enough space... Remove cache, Remove unused files and so on... find trash and just delete it... 
    2. Update elastic search cluster index settings with parameter ( 'index.blocks.read_only_allow_delete' => null - source: https://discuss.elastic.co/t/forbidden-12-index-read-only-allow-delete-api/126067/11 ) 
    3. Once you do previous steps, you will be able to make updates to index.
    Comment if it helped you. Else write comment what was different, so other visitors might find your comment useful.

    Saturday, November 4, 2017

    Setting shopify quantity minimum value



    Today faced with problem of shopify:

    Ability to set up minimal value for a product quantity

    After some research i found some old topics with difficult solutions, for example this one:

    https://ecommerce.shopify.com/c/shopify-discussion/t/solved-how-to-set-up-minimum-order-quantities-for-each-product-403648

    In my case it was enough to set minimal value for all products. So here how to do that:

    Goto:
    1. Admin / Online Store / 
    2. From button "actions" select "edit code"
    3. In folder "Sections" find file "product-template.liquid"
    4. In my case it was line 172 with code:
    class="product-form__input" id="Quantity" name="quantity" pattern="[0-9]*" type="number" value="1"
    So i made change here to:
    class="product-form__input" id="Quantity" min="10" name="quantity" pattern="[0-9]*" type="number" value="10"
    I have set value default to 10 and "min" to 10 too.
    5. Press review / save
    6. Done


    p.s. similar solution found here:
    https://www.reddit.com/r/shopify/comments/45j225/how_do_i_set_minimum_order_quantities/

    Tuesday, May 2, 2017

    CPU lag spikes while moving mouse

    So recently i faced with strange problem: While moving mouse i have seen noticeable lags spikes like wrapping for a several seconds and lag stops after it and mouse starts to move smoothly again. Doesn't matters what places - gaming / desktop or even bios.

    My PC specs:

    Windows 10
    Nvidia GTX 770
    Intel I5-2400 @ 3,1 Ghz
    DDR3 8 GB ram
    Asus mother board p8h61-m le r2.0
    bios 1408

    It felt like it was a virus / trojan or other bad program which uses CPU / HDD or other PC resources.

    Preparation 

    First thing what i did is checked Task manager. Than i have continued and monitored several hours in resource monitor. But nothing was noticed in cpu / memory / disk neither in network tab.

    Secondly I have installed few free or trial versions of anti-viruses and other monitoring applications:

    • Kaspersky ( https://www.kaspersky.com/downloads/thank-you/antivirus-free-trial ) install and made full scan
    • Malwarebytes ( https://www.malwarebytes.com/business/ ) install and made full scan
    • Bitdefender ( https://www.bitdefender.com/solutions/free.html ) made full scan
    • CCleaner ( https://www.piriform.com/ccleaner/download ) full scan
    But nothing was found.

    Hard drive check

    Next i have checked hard drive for bad sectors. Made other scans with programs like
    • LatencyMon ( http://www.resplendence.com/latencymon )

    Advanced task manager

    For more advanced tasks monitoring i have installed programs like:
    • Open hardware monitor ( http://openhardwaremonitor.org/ )
    • Security task manager ( https://www.neuber.com/taskmanager/ )
    But still no results and bad process was fount there. 

    Notices


    After multiple check noticed:
    • Lag spikes was noticed even in BIOS
    • Sometimes lags disappear but after some use of PC the lags appeared back.
    Other tries was made to prevent lags:
    • Disable cortana
    • Performance windows 10 optimization ( recommended youtube video with full steb by step instuction how to clean and disable unusefull programs/services and gadgets https://www.youtube.com/watch?v=DwiHog2leMM ) 
    • Disabling Realtek HD drivers
    • Disabling Nvidia sound drivers
    • Try to update bios ( but i had latest version )


    Ask profesionals for help

    Coworker/Friend of mine suggested to disconnect GPU.

    After i have disconnected GPU i have noticed some improvement, but not for long... after few moments lags was noticed again. 

    Logitech m185


    Finally suggestion was to try disconnect used USB port devices and look if something is interrupting. And after i have changed bluetooth mouse usb plugin i came up with idea that maybe my mouse is broken ( because of rage gaming ). So what i did i changed mouse with same model - logitech m185 ( best mouse in the world. if you want one buy it here ) my wifes one. 
    And miracle happened. It worked perfectly! No lags, no spikes nothing, but smooth movements. 

    Finally 

    And finally i came up with idea to try changing battery on my mouse. And guess what...  It started to work perfectly again

    Problem that i didn't though about battery at first time was because that when my battery dies mouse stops working immediately, but this time it didn't happen that way.


     

    Saturday, March 4, 2017

    Left handed circular saws

    Two types of circular saws

    • Right handed circular saw -  blade on right side
    • Left handed circular saw - blade on left side
    Bosch
    Makita
    Dewalt
    Milwaukee

    I suggest to check reviews inside.

    Typical use of circular saws is when blade goes to side of your body. Righty holds main grip with right hand, aux grip with left and blade goes to right side. Opposite, lefties holds main grip with left hand, aux grip with right and blade goes to left side.


    Between arms

    So what about other method? How about holding right bladed saw's main grip with left hand and left bladed saw's main grip with right?

    You shouldn't cross your amrs while holding circular saw. On forums topic here. ToolGuyd explains how it happens:
    With a right-hand saw, your right hand is on the main grip, left hand on the aux grip, and blade is positioned to the right of all that. It's similar with a left-hand saw.
    But when a righty uses a left-handed saw, the right hand is on the main grip, left hand is on the aux handle, and your left arm crosses over the blade. The blade is aligned between your right hand and your body. Yes, the cut line is more visible, but it places the blade inside your arms, rather than outside.
    In such a position, if your left hand holds a workpiece and your right holds the main grip, you could in theory accidentally put the blade in contact with your left hand.


    Switching arms

    The Burb Billy in this video shows and shares his experience switching - arms https://www.youtube.com/watch?v=ayZcdL5tLQw

    From his explanation the change has advantages:
    • You don't need to lean over
    • You see blade and cutting mark so you able to make perfect cut
    On other side appears disadvantages:
    • In this position you could in theory accidentally put the blade in contact with your hand ( as ToolGuyd says ).
    • Sawdust is thrown all over you, compared to having it on side, where it can be directed away more efficiently.

    I have contacted author to know how he feels after 3 years experience of using saw that way and here his reply:

    Being in the trades for years, safety is a huge thing for me, being safe has allowed me to keep all my fingers on my hands and my eyes still work as they were intended to. That said, when I use a saw I know that I need to keep my hands away from the blade. I would be more concerned about someone cutting a leg because they propped a board on their knee and then tried to cut it, or bringing their body around the saw to try and see the cut and getting themselves off balance right before the saw decides to kickback.

    I did a video a few years ago about saw horses and covered some of the safety tips I have developed over the years. Here is the link https://www.youtube.com/watch?v=l3J0AzDRwDM

    In my opinion, being able to comfortably see the blade far outweighs any safety gains or saw dust concerns. The saw dust blowback was never really that bad for me.

    Some carpenters like using the right handed saws and I grew up with that being the only saw around. But I am always looking for ways to improve my skill set and make my job easier. I feel that I found that in the left handed saw and have used it for years now with zero safety issues.

    Safety

    Very good safety video guide can be found here - https://www.youtube.com/watch?v=dRau7aaR2c4 .

    Thursday, January 19, 2017

    Google Chrome is unresponsive. Relaunch now? [Solution]



    Today faced with the annoying error "Google Chrome is unresponsive. Relaunch now?" while clicking on every link in skype and other programs.

    After checking for solution i have found that it happens not only with skype, but also with other applications like outlook and others.

    Solution:

    1. Fully close application in which chrome links doesn't work
    2. Close chrome application too. (Recommended to close it with Task Manager)
    3. Find application on start menu
    4. Open it As administrator.
    5. Done.

    Solution was found here: https://productforums.google.com/forum/#!msg/chrome/VTjkplvGp0g/uTuzz1sWTJgJ

    Thursday, December 29, 2016

    Diagnostic policy service not running - Solution

    The error might appear once you diagnose your network because of not working internet.


    Once you see this message you could try to run the service:

    1. Press Windows + R to open run.
    2. Enter into input 'services.msc'
    3. Press Enter
    4. Scroll down and find 'Diagnostic Policy Service'
    5. Right click on it and click Start
    Once it finished you might get Error 5: Access is denied.


    To solve it do this:
    1. Open start
    2. Search for 'cmd'
    3. Right click on it and click Open As Administrator
    4. Enter this: net localgroup Administrators /add networkservice
    5. Enter this: net localgroup Administrators /add localservice
    6. Close cmd window
    7. Do restart of your PC.

    If you don't have antivirus I suggest to install it on your PC. Some good offers of ESET antivirus
    Also possible reason because of not legal windows. Another good offers Here.


    If this didn't work you might try to solve it with regedit.exe help. More info on Microsoft forums here.

    P.S. Let me know in comments section below, if this method helped you. Thanks


    Sunday, January 31, 2016

    Redirect loop on admin login WordPress [Solved]



    Once i faced the problem i googled and found some topics about the problem.


    Result of the discussion I found solutions which might help you in same cases.

    If you still haven't figured out how to skip the loop - add "index.php" in address bar after "youdomain.com/wp-admin/" ( In result you will get "http://www.yourdomain.com/wp-admin/index.php" ) . It will allow you to access normally wordpress admin page without loop.

    Solutions

    Method 1

    Check general settings ( settings -> general ). And make sure your addresses are same ( make them lowercase ).

    Method 2

    Go to Permalinks settings ( settings -> permalinks ) and change to plain.

    Method 3 ( My situation )

    None of first methods worked for me ( Method 1 was correct for me, and method 2 - i didn't wanted to change permalinks ). So i have checked code what is happening there... and noticed that index.php isn't loading on wp-admin/ ( which should.. ). So I have checked ".htaccess" file in dir ( and in root dir later ). And I found old code in .htaccess which ruined login process.

    I have removed everything but wordpress comment surounded code, saved and wuallia... everything worked.


    Let me know if it worked for you. Thanks for comment <3 p="">

    Saturday, November 21, 2015

    Windows doesn't detects my nokia lumia

    Ill tell you how i solved my problem with nokia lumia 930 and maybe it will help you.

    First of all i had nokia lumia 635 which worked as charm when i was connecting it to my laptop with windows. But i have changed my phone and now when i was connecting with another cabel which i found at home it was charging but not connecting so i could copy photos.

    After searching internet for help, I couldn't find any proper solution how to fix it. Mostly they offer to check devices and update drivers. But problem is that it doesn't show up there. So finally I have tried to change cabel i was using. And you know what? It worked... I was using cabel from my JBL sound system. I guess it supports only devices like that. For similar problems you might check this officia nokia lumia support page https://support.microsoft.com/en-us/kb/2749484 . It possible that you have only 1 left usb cabel, so i suggest to buy original nokia lumia cabels - Find cabel for your nokia lumia.

    Then devices showed up in my devices list I have tried to update drivers with simple "update drivers software". But no success... It says "Windows could not find driver software for your device.".

    Finally I found solution how to solve it but checking "Driver software installation" popup which shows up when you unplug and plugin your device. There was messages near each driver that It can't find drivers. But there was small button that says I can change settings where to check drivers. And I found out that my it doesn't searched for online windows update. So i have changed settings by simple checking checkbox - to search drivers with windows update. Saved settings; Unpluged device; Plugged in device and waited until drivers was found online with windows update.


    After few moments my phone appeared in my computer and I could access files in it.

    P.S. I suggest to set lock screen on your device to be without time limit. So it's screen be always turned on while you install your device, else it might not shown up on your computer too...

    Please "like" my article so it could shown up higher in search engine, so it could help other people to solve the problem.

    Also please write in comments if it worked for you or maybe i skipped some part which was not understandable for you - so write how to solve it, so other people might not have problem in that place.

    Thanks



    Tuesday, October 27, 2015

    Antique salt and pepper shakers

    Salt and pepper shakers is matching set of salt and paper containers which was used in 19th century. Earlier there was no shakers and salt and paper was held in bowls.


    Image 1 - Black Americana Children Eating Watermelon Salt and Pepper Shakers
    Image 2 - Vintage Porcelain Ethnic Heads Japanese Figural Salt and Pepper Shakers

    Best shakers is matching set sellers

    There are not many places where you could find nice sets for you collection.
    First of all you should check gigants like amazon, Ebay, ebay for stuff like that.




    Amazon


    Amazon is good place to search such things.
    http://www.amazon.com/gp/search/ref=as_li_qf_sp_sr_il_tl?ie=UTF8&camp=1789&creative=9325&index=aps&keywords=antique%20salt%20and%20pepper%20shakers&linkCode=as2&tag=igloro-20&linkId=KZZPCO4G5JAYXKNF

    At the moment of search: 410 objects

    Etsy

    Etsy is site for handmakers, but not always... Some (a lot) people sell old stuff which was not maid by their hands... So its good place to find items like old salt and paper shakers.

    https://www.etsy.com/c/vintage/home-and-living/kitchen-and-dining/dining-and-serving/salt-and-pepper-shakers

    At the moment of search: 9189 objects

    Ebay

    Ebay is good place for a lot people to sell / buy items online same as for vintage same as for new items.

    Co uk version of ebay is an English for UK for sellers located in UK .
    http://www.ebay.co.uk/sch/Vintage-Retro-/69851/i.html?_from=R40&_nkw=salt+and+pepper+shakers

    At the moment of search: 174 objects


    http://www.ebay.com/sch/Antiques-/20081/i.html?_from=R40&_nkw=salt+and+pepper+shakers

    At the moment of search: 5141 objects


    Craighlists

    You might check craiglists... I haven't used it or ordered from there ( because not American ).
    http://sfbay.craigslist.org/search/sss?query=salt%20and%20pepper%20shakers&sort=rel

    At the moment of search: 93 objects




    Image 3 - Vintage Blue Dutch Kissers Kitchen Size Salt and Pepper Shakers
    Image 4 - Pig salt and pepper shakers


    Facebook


    There are Facebook pages like this one which contains offers in which you might be interested: https://www.facebook.com/Antique-salt-and-pepper-shakers-1207125309304202/



    Other sells

    Finally if you can't find what you want on these sites, you might check for online shops like this one:
    https://www.coololdstuffforsale.com/sc108-salt-pepper.php which is running by one persons ( i guess ). At the check of site it has 75 objects, some of which are already sold. So you better hurry if you want to buy one.




    Image 5 - Vintage Treasure Craft Mushroom Salt and Pepper Shakers

    Price check

    If you don't know or you wonder what price might have one of sets, you might use this page: https://www.kovels.com/price-guide/salt-pepper-shakers.html . It contains big list of shakers with prices for each ( registration required... but few minutes for registration is nothing comparing with that - you will get price of the set ).

    Monday, October 19, 2015

    Bitcoin physical coin

    Physical bitcoin coin is real coin which is made from different metals. The coins doesn't has true values of bitcoin mostly it is just an souvenir coin ( It is just an collectible for show off ).

    There is one guy who makes real coins with true value. Title of the coins are casascius coins. He makes coins which has hologram on other side. After you rip off sticker, you can redeem the coins into your balance. Problems I already can see with this product is - you can lose the physical bitcoin coin or you can damage the hologram side...



    At the same side, price of the coin will not be same amount you will pay for ( not one to one ).

    Mostly the Collectible Souvenir Coin plated with silver and gold cover.


    Golden bitcoin physical coins

    Golden bitcoin physical coins


    Check current prices


    Silver bitcoin physical coins

    Silver bitcoin physical coins


    Check current prices


    Copper bitcoin physical coins

    Copper bitcoin physical coins


    Check current prices


    Conclusion


    Mostly physical bitcoin coins are just collectible coin. Buy only if you want just have it as souvenir.


    Sunday, October 18, 2015

    Best Lego Molds

    There are various types of lego molds on current market. We took our time to research which are best ones and deserve your attention. First of all candy mold, gummies molds, jello mold, ice mold and even lollipop mold is all the same. Its possible you already seen one of these molds in walmart for sale. So lets start with our list of best lego molds.


    Deluxe 4 Pack Silicone Lego Molds - Non-stick Ice Cube, Jello, Chocolate and Candy Trays for Kids and Adults


    Well done quality, only lego forms with nice huge lego guy form.

  • SIMPLY THE #1 BEST SILICONE CANDY MOLDS for your house. User friendly and great fun for kids
  • USED TO MAKE candy, ice cubes, jello, chocolate etc.
  • 100% HIGH QUALITY FDA APPROVED product. 100% Bpa free with a high heat resistant
  • 4 DIFFERENT COLORED SILICONE TRAYS with different shapes and sizes

  • Check current price


    Soft Silicone Star Wars and Lego Shape Silly Ice Cube Tray 



    Nicely done silicone molds wich contains not only lego but also star wars shapes.


    • HAVE FUN making chocolate, ice, cakes the shape of your favourite things with these silicone moulds SET of 3 pieces GREAT gift idea for all ages, kids will love it but adults will have so much fun too, WITH BONUS EBOOK!
    • GREEN MOLD makes 6 Boba Fett Ice Cubes - 3 of Boba Fett's Helmet and three (3) Mandalorian symbol (15*11*3cm)
    • YELLOW MOLD - 10 LEGO Building Bricks Or Blocks (19*12*2cm)
    • RED MOLD 8 mini robots Minifigures (16.3*11.4*1.5cm)

    Check current price


    Lucentee® Silly Candy Molds & Ice Cube Trays



    Simple molds which contains only Lego forms. With extra recipes included.

  • MAKE - Candy, Chocolates (perfect as cake toppings/decoration), Silly Ice Cubes, Jello, Soap Or Own Crayons
  • YELLOW MOLD - 10 LEGO Or DUPLO Building Bricks Or Blocks (2.5 x 4.7 x 1.5 cm)
  • GREEN MOLD - 1 Giant LEGO Man (height 9.5cm) And 4 Small LEGO Figures (height 4.5 cm)
  • BLUE MOLD - 8 LEGO Minifigures (height 4 cm)

  • Check current price


    Conclusion

    If you are looking for lego mold, you will find only simple forms which quality may be as not as good as you maybe expect. But enough good to make cool ice cubes for cold drink. Most molds are same types - lego human; lego brick 2x4; 1x3 and other similar bricks. Do not expect too much... you will not be able to build houses with these self made bricks.

    Our choice is #1 with 4 different types of shapes ( almost all possible lego mods in single product ).


    Cooler master sf 17

    Silent and Powerful 180 mm fan for excellent cooling performance Stepless Fan Speed Dial with power on/ off function 4 Height Adjustments for optimal working / typing angles 4 Port USB Hub to expand connectivity Improved Cable Management with grooved sides for cable routing Comfortable Rubber Handle designed to be easy to carry Laptop Retention Tabs for more stability at higher angles Red LED lighting stripe underneath for game session in the dark Supports Large Laptops up to 19"





    Silent and Powerful 180mm Fan. The massive metal mesh surface is accompanied by a powerful 180mm turbine fan to provide unprecedented airflow and keep laptop components running at optimal temperatures.

    Ergonomic Design for Gamers. Proper viewing and typing angles can mean the difference between being fully comfortable during a long fire fight or bowing out due to pains. Four height adjustment settings (3.5, 17, 21, and 28.5 degrees) provide the best viewing angle and relieve stress to your eyes and wrist.

    Expanded Connectivity. SF-17 has 4 USB port hub to expand extra connectivity for accessories or tablet/phone charging. A stepless fan speed dial allows you to adjust the fan speed to your desired need and a power on/ off toggle for the LED light to set the mood for gaming.

    Improved Cable Management. Cable routing grooves around three sides mean that you can arrange cables in place without cluttering your work or gaming environment.

    LED Lighting Stripe. Stylish LED lighting stripe provides the atmosphere gamers need for their unique system setups.

    Anti-slip Design. Thick rubber padding around the base with retention tabs guarantee more stability for your laptop even at higher angles.

    Dimensions: 470.7 x 326.9 x 54.9 mm flat, 173.2mm max height. 18.5 x 12.9 x 2.2 in flat, 6.8 in max height


    Check current price




    Tuesday, August 18, 2015

    Growing mushrooms at home (or outdoors)

    I'm person which likes to harvest mushrooms in forest. But in my situation this season is not much rainy, and there is luck of mushrooms. So I found interesting article on how to grow mushrooms at home. Cool idea for me... no need to wait fall and even you can harvest mushrooms every week and also you can get money for selling these mushrooms for friends or piceries.... or farmers?

    Growing mushrooms is pretty interesting thing and requires a lot to get "fruits". But with current people's ideas there are mushrooms kits which will help you to get first mushrooms pretty easy... You will not need any chemical clothes / scalpels and so on...

    I suggest to read few how to articles:
    Indoors growing
    Outdoors growing



    As I know now, a lot methods how to grow mushrooms. Starting from collecting mushroom spores from mushrooms which you can found in forest and finishing with the kits I mentioned. Coolest ones are growing mushrooms on logs. You will need some sticks / logs / drill / wax? Next you drill holes in fresh logs, put there spores; then stick there sticks and covering with wax, put in not windi and not sunny place. Done! Great huh?
    After few hours of work you will be able to get mushroom fruits for a few years... like 3 or 4 if you do everything correctly. Spores requires like 6 months to grow there..

    At the moment i look for spores supplier from which i could get them and grow them in my basement. Also thinking to try logs method...