-
Recent Posts
Recent Comments
Andry on Ftplet – Servlet for Apa… Viktor on [Java FX 2] Stage with rounded… Other World on [Docker for Windows] Certifica… Marek on [Java FX 2] Stage with rounded… arpan on [Docker for Windows] Certifica… Archives
- April 2023
- May 2022
- February 2019
- December 2018
- November 2017
- June 2017
- May 2017
- January 2017
- September 2016
- August 2016
- May 2016
- March 2016
- February 2016
- January 2016
- August 2015
- June 2015
- May 2015
- March 2015
- January 2015
- October 2014
- August 2014
- July 2014
- June 2014
- May 2014
- April 2014
- March 2014
- February 2014
- November 2013
- October 2013
- September 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- November 2011
- October 2011
- September 2011
- August 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
Categories
Meta
Category Archives: Thechy Stuff
Set HttpBasicAuth credentials through code when using SolrJ
When using Solr Basic Authentication we need to set HttpBasicAuth credentials at JVM level(explained here) at the Client side to authenticate all requests. To do this we need to pass in JVM args and set following HttpBasicAuth credentials in the … Continue reading
FuzzyQuery issue with Solr RealTimeGet
Its almost more than 3 years without a post, many things happened in these 3 years which i had never seen in life or imagined that something like this can happen. But slowly and steadily Pandemic is receding and Good … Continue reading
Posted in Thechy Stuff
Leave a comment
Hashing for Similarity Detection
Few Months back i was researching on Hash for Similarity Detection, this blog post is the outcome of that. Hashing or Hash Function as described on Wiki is any Function which maps data of arbitrary size to data of fixed size. … Continue reading
Posted in Thechy Stuff
Leave a comment
Quick Virus/Malware Removal HowTo
Its been a long time since a post, i thought I’d just add a simple one from my past experiences. In some distant past some of my friends use to approach me for help to get rid of some nasty … Continue reading
Posted in Thechy Stuff
Leave a comment
[Docker for Windows] Certificate Error Solution
Problem Definition: After installing “Docker for Windows” on Windows 10 Professional box, when you type any docker command or lets say for eg. docker ps, you get following error: could not read CA certificate “C:\\Users\\UserName\\.docker\\machine\\machines\\default\\ca.pem”: open C:\\Users\\UserName\\.docker\machine\machines\default\ca.pem: The system cannot … Continue reading
Posted in Thechy Stuff
2 Comments
Petya attack is In Progress
Just received a security advisory from Trend Micro about a Ransomware attack in progress which is said to be a variant of Petya. Guys, Please update all your devices as a first step!
Posted in Thechy Stuff
Leave a comment
Reduce JPEG size up to 35% with Guetzli
Google has recently open sourced a JPEG encoder which reduces a uncompressed JPEG image up to 35% of its file size. Check it out on Github: https://github.com/google/guetzli/. This means less bytes transmitted over the wire!!!
Posted in Thechy Stuff
Leave a comment
Allo – new AI Assistant
There has been a steep increase in the research in recent days on AI and related technologies/techniques. Another spike of trends in adoption of Neural Networks, now Deep Neural Networks. The recent launch of Allo by Google seems to be an … Continue reading
Posted in Thechy Stuff
Leave a comment
gRPC – Binary RPC Framework
Google had open sourced gRPC a Binary Remote Procedure Call Framework in 2015 and recently there was a 1.0 release of the new RPC framework which uses latest HTTP/2 and also uses Protocol Buffers v3.0 which is the latest release of … Continue reading
Posted in Thechy Stuff
Leave a comment