Skip to main content

Posts

Showing posts with the label other

jPrime 2018 videos freely available

Good news everyone, the videos of jPrime 2018 are freely available at  https://www.youtube.com/watch?v=xs3heuY21Z0&list=PLcqA4DRMgIYvGPZfrK0EcMxEQCrtSl9A3 Also in Youtube Bulgarian Java User Group channel you may find a lot of helpful Java related videos from jPrime 2017, 2016, 2015 or other Bulgarian Java User Group talks and activities :  https://www.youtube.com/user/BulgarianJUG/ Hope to see everyone of you at jPrime 2019 ! Or some of the Bulgarian Java User Group ( jug.bg ) or java beer events ( http://java.beer )

Google Reader alternatives ?

None .. no really there is NO Google reader alternatives simply because Google reader is THE BEST. However since google reader will be shut down in few days and we don’t have a choice and we have to switch somewhere. So what are the alternatives one day before the google shutdown ? 1) Feedly : http://cloud.feedly.com/#latest I hate it .. no really it is HELL of a BUGGY .. it doesn’t mark my blog posts as read.. it requires some crappy plugins that will fetch the articles in the background otherwise it is not working, the android app is peace of buggy shit with some promotional popular craps and no real full article view for tablets. It is amazingly bad.. it looks shiny but it is shit, it requires login on all your machines each time when you make changes between the machine (work, home, phone). It is unusable even when it looks good : It looks good but it is not an alternative.. no my friends its peace of crap that just wants to steal some google reader users. 2) AOL reader : h...

[LINUX] How to find a specific String in file content with specific file name in specific folder

This is really the dumbest thing ever in linux, there are many many dumb things but this is the dumbest. Ultra trivial task you want to “find a specific string in a file content of specific file type starting from root folder” this is the easiest thing ever, it was not available in Windows XP/98 and because of that I was keeping one JBuilder which can search normally in any java file containing XXX in starting from this folder. But in Windows Vista / 7 this is done EASY just press F3! In Linux on the other hand it is a NIGHTMARE I was having a trivial task which takes… 10 seconds to search for a properties file which contains a default.session.timeout=600 which is a row in this file and this took me more then 30 mins because there are TONS of posts how this is done but none have worked there ware examples using grep, egrep whatever NOTHING is working total CRAP really. So in short I found it somewhere and I want to post it in order to have another POST in google which gives the answer...