Keep Reading

Showing posts with label iOS. Show all posts
Showing posts with label iOS. Show all posts

XBMC Team's Worst Decision

 Here is some spolier from XBMC Official Site

Since 2002, the software program often called XBMC has gone through three namings. First, it was known as Xbox Media Player. Upon realizing that it did a bit greater than your conventional media player, in 2004 the event group elected to rename it Xbox Media Center. A mere four years later in 2008, the staff once again elected to rename the software program to easily XBMC, provided that it had moved on from its original roots on the Xbox. Assist for the Xbox was dropped shortly thereafter.


The XBMC Team just announced the name changing to Our Favorite Media Center from XBMC into Kodi
the 14 Update will be totally different and it will impact old lazy user,who never check updates like me.
And the most annoying changes to me is the Splash logo that totally different to the Software,that offer simplicity  and speed.
Just compare old logo with the new one


Humin : A Smart Way to Organize a Smartphone Contacts


We took an early sneak-peek at Humin, a better contacts app than default contact app for the iPhone, back in January. Lastly, it’s launched into the App Retailer within the US in the present day and it’s even higher than once we first tried it.


Humin works best when it’s placed in your dock in place of the default Phone app. It organizes your contacts in a smart way, replacing the normal alphabetized list with factors like your location and the day and time. Over time, the app learns which people are most relevant in a particular context and displays them first.
The search facility is just as impressive. It’s based on a ‘connection graph’ built up of data from Gmail, Facebook, LinkedIn and other sources. Our brains don’t organize the people we know in order of their surnames, but by arbitrary connections like ‘We met at a party in Paris’, ‘She works at IBM’, or ‘He lives in New York City’. Humin gets its name from a ‘human’ approach to search. When I enter ‘Works at The Next Web’, I get a list of all my colleagues. If I search for ‘lives in San Francisco’, I get a list of everyone in my contacts list from that city.
In the months since we first checked Humin out, the San Francisco-based team has been busy refining the product and now many people will be able to discard their default Phone app completely. The startup has arrangements with all major US carriers so that your missed calls and voicemail can be routed to Humin.
The app works well overall, aside from the odd minor bug here and there (the app insists that the company ‘The Next Web’ is called ‘Next Web’, for example, and former employees can show up in a company search, even if their data shows they’ve moved on).
Beyond these niggles that can be ironed out by the developers over time, the quality of the experience is only as good as the quality of the contacts data on your smartphone. To that end, there’s a feature that allows users to request updated contact details from people they know.
During the app’s beta period, it would mass-mail all contacts to request updated data, without it really being clear to the user that this is what would happen. Humin briefly developed a reputation as a spammy app among some early adopters, although CEO Ankur Jain says that the company learned from this experience. Now, requests are more granular, with users being able to select exactly who they want the app to contact. I can’t help thinking that FullContact’s API would be worth the company exploring for a smoother experience, though.
Jain sees Humin as a company built around “tech that thinks about people the way you do.” He describes the core technology underpinning the app as “like PageRank for contacts.” How this could be used beyond smartphones is intriguing. Jain mentions wearable devices and cars as markets the company is exploring, although I’m sure the enterprise market could find uses related to CRM too.
Humin is currently available in the US only but will open up to new markets over time, with a UK launch coming soon.
 Humin.
Update: After  this article being published, some users from the beta program  told us that Humin is still sending contact update requests out in their name despite them having deleted the app. We have contacted the company for clarification about the issue. Humin reiterated that the verification flow has been changed to stop bulk requests for contact details, adding that an option to cancel verification has been added in-app, and any users affected by such an issue can contact the company to have all requests switched off. 



6 Free Apps for World Cup 2014 Brazil

Sorry gentleman it's not soccer  it's football time this year, it's World Cup 2014 Brasil so leave your baseball hat and get prepared to feel euphoria of universal sport.
But you might don't want to miss all news from your favorite internet sports portal, and you're welcome.
Here is some cool apps

1) ESPN FC Soccer & World Cup
Availabe for  iOS dan Android.
ESPN FC Soccer & World Cup

2) FIFA ’14
 iOS only
FIFA '14


3) FIFA Official
Yay it's swing both way iOS - Android
FIFA Official

4) Onefootball Brasil
Time for Threesome  iOS, Android and Windows Phone
Onefootball Brasil

5) Travel Portuguese Futebol Edition
For Android user only
Travel Portuguese Futebol Edition

6) TheScore
This cool apps availble for iOS and Android
theScore


OK dudes be prepared for World Cup 2014 Brasil and go straight to local bar and watch it with your mates

Limit your Linux's CPU Process

       I found cpulimit is  pretty useful for the scripts running from cron, for example I can do overnight backups and be sure that compression of 50GB file via rar won’t ate all CPU resources and all other system processes will have enough CPU time.
In most of Linux distributions cpulimit is available from binary repositories so you can install it using commands:
sudo apt-get install cpulimit
or
sudo yum install cpulimit
If it’s not possible in your distro then it’s extremely easy to compile it:
cd /usr/src/
wget --no-check-certificate https://github.com/opsengine/cpulimit/tarball/master -O cpulimit.tar
tar -xvf cpulimit.tar
cd opsengine-cpulimit-9df7758
make
ln -s cpulimit /usr/sbin/cpulimit
From that moment you can run commands limited by CPU percentage, e.g. below command executes gzip compression so that gzip process will never step over 10% of CPU limit:
/usr/sbin/cpulimit --limit=10 /bin/rar archive.rar
You can check actual CPU usage by gzip using commands:
ps axu | grep rar
or
top
Btw, the first command contains ‘grep [g]zip’ to avoid the last line in common output:
root    896448  10.0  3.1 159524  3528 ?        S    13:12   0:00 /usr/sbin/cpulimit --limit=10 /bin/gzip vzdump-openvz-102-2012_06_26-19_01_11.tar
root       26490  0.0  0.0   6364   708 pts/0    S+   15:24   0:00 grep rar
Using cpulimit you can also allocate CPU limit to already running processes, e.g. below command will allocate 20% CPU limit to process with PID 2342:
/usr/sbin/cpulimit -p 2342 -l 20
It’s possible to specify process by its executable file instead of PID:
/usr/sbin/cpulimit -P /usr/sbin/cups -l 30

What is Captive Portal ?

Captive Portal often used in Internet Cafe,or in Coffee shop Wireless Network
but actually it widely used in Authenticating Netwok Users,
The Most Famous Captive Portal Technology and the Cheapest router that called Mikrotik.

And How it worked?
Captive Portal is a Software that Authenticating user that allowed to access the Internet from their network, and when the user type any address,they'll be redirected to gstatic.com/generate_204 and redirected to Captive Portal Page.



Let's check an example from Indonesian Wifi or called wifi.id










How To Download Torrent Files Without a Torrent Client

This time I assure you there no need to use Java Apllet to Download torrent Files
and we won't use BitLet because it's using Java or Use Torrent2Exe that's not compatible to Mac OSX,and GNU/Linux Distributions


Recently i found a great Website , If your Office restricts you to download torrent file or your Internet Service Provider doesn't allow you to download Torrent files,but calm down this website make it possible to download torrent files.

Just Sign Up on ZBigZ

And Follow the the instructions 









1. Copy your Torrent Download Link or magnet link to the URL box




2. Wait until torrent caching completed


3. And Download Your Torrent File without using any Torrent Client


Click on Free Cloud to Use standard download feature or Premum Cloud if you registered as Premium User before.


Warm Regards 


Irhas Fernanda





Watch Live TV Streaming on XBMC

Watching Live TV Stream using Web Browser is such a pain in the ass, 
CPU Performance is at it best
Flash library,advertising, and another annoying notifications

Now You can watch live TV streaming on XBMC using FilmOn  or NotFilmOn Add-ons
The Add-ons is available on XBMCHub Directory 


XBMC Live Streaming

Add Fusion to Your Online Directory on System Sub menu ->File Manager

XBMC Live Streaming


Add Source
XBMC Live Streaming

Add URL : http://fusion.xbmchub.com

XBMC Live Streaming

Give The Online Directory a Name , i.e: FUSION

XBMC Live Streaming

Go to Add-ons -> Install from zip


XBMC Live Streaming

XBMC Live Streaming

Enter FUSION --> videos --> featured --> choose XMBCHub's repo


XBMC Live Streaming

XBMC Live Streaming

XBMC Live Streaming

XBMC Live Streaming


Back To Add-Ons -> Get Add-ons --> XBMChub.com Repository , if the add-ons inside XBMCHub.com repository doesn't appear,try to force refresh by clicking XBMCHub.com Repository using right click button 

XBMC Live Streaming

XBMC Live Streaming

XBMC Live Streaming

 Now Install Mikey1234 inside Add-ons Repository

XBMC Live Streaming

XBMC Live Streaming

Back to Get Add-ons ,enter Mikey1234's repository, if the add-ons doesn't appear ,repeat the step from XBMChub Add-ons
Install FilmOn or NotFilmOn inside Video Add-ons

XBMC Live Streaming

XBMC Live Streaming

XBMC Live Streaming

Now Start Using FilmOn 
access it from Videos Submenu--> Add-ons-->FilmOn or NotFilmOn
Just close the warning pop up from XBMCHub

Log in or Register if you want to

XBMC Live Streaming

XBMC Live Streaming

XBMC Live Streaming

XBMC Live Streaming

XBMC Live Streaming

XBMC Live Streaming

Now Enjoy Watching TV Without Ads,Annoying Notification,Faster Buffer,and without using Adobe Flash Player

Warm Regards.



Irhas Fernanda







XBMC Setup for Beginners





XBMC is an out of box free and open source (GPL) software media player and entertainment hub that can be installed on Linux, OSX, Windows, iOS, and Android, that includes a 10-foot user interface to be used with televisions and remote controls. It allows users to play and view most videos, music, podcasts, and different digital media files from local and network storage media and the net. 
XBMC is often used to made a homemade Smart TV,but here we will learn about XBMC from the scratch

Download XBMC from Official Download Page


Now Configure Your XBMC 

First : Set Movie Directory

Click on Add Videos..



Choose Source


Browse and Choose from Hard Drive


Click OK


Give it a Name 


Define the The Content, Use Your Favorite Movie Scraper Add-on, My Favorite is Universal Movie Scraper


Click on OK button




Now Scan For New Content


Your Home Made Smart TV is ready to use


Movie Information


Cast Info


Now Explore more to Customize XBMC appearance

Go to Systems -> Settings -> Add-ons ->Get Add-Ons -> XBMC.org add-on -> Skin -> Choose Skin and Install

or Look at these Picture











Now Change The Skin Setting
Go To System -> Settings -> Appearance -> Skin -> Skin and Choose the skin you install before






That's all about XBMC Setup for beginners