Tofu

Tofu, @tofu_product, is a Twitter account, that seems to have a thing for confusing tweets, and following General public.
Actually, it is supposed to be a bot. The moment you follow him, he’d follow you back, and he’d go through your tweets, make something out of them, and tweet it to you.. sounds stupid eh? But that’s more or less like what happens. A Tofu tweet normally doesnt make much sense.
Do give it a try, find him on Twitter and follow him. He’d follow you back instantly. Wait for another few minutes and he is bound to tweet something to you..

The not-too-light lightweight distro

I used to think the Lubuntu was capable of running on any machine available, until I read on some blog a post where a guy was hoping to find a nice damn-light distro for his Toshiba Satellite 300CDT, that had only 4GB storage and 48mb of RAM..
Well, guy could do with slax, as the minimum memory requirements for the 32bit version inn text mode happen to be exactly 48mb…

Camera-free iPhones

The Singapore ministry of defense actually asked the M1 operator for camera-free iPhone devices.

Reason: This allowed the “military” to use the smartphone in areas where cameras are strictly forbidden in those areas for security reasons..

http://asia.cnet.com/hands-on-apple-iphone-4s-without-camera-62213320.htm

Running StartX in Ubuntu screws up “login” [FIXED]

Two days back, I out of curiosity, fired up a terminal and typed in startx, with the hope that the UI would be reduced to naught but the _original form _of the X. At first it displayed an error, saying that i’m not permitted to. But then I tried again, and this time with a ‘sudo.’ The moment I _entered _my password, the screen went all dark, but only for a second, after which I was left with naught but a blank desktop, free from menus. Sensing failure, I opened another terminal and wrote ‘unity.’ Something similar happened, but this time, the title bar of the terminal kinda got stuck to the top of the screen. I tried the same command again, and this time, I was brought back to where i started. The terminal in which i had typed the startx command was still there, however i failed to notice that the user logged into it wasn’t my primary user account but root. I didn’t really notice anything unusual, except that the _settings _dropdown, present in the top-right, in the gnome bar, wasn’t showing up the options it ought to, so I restarted the computer by simply pressing the power button.

After the reboot, whenever I’d attempt a login, I’d be greeted by a dark screen, and after like a fraction of second, I’d be back on the Login Page. But the guest account seemed to work fine, so I logged into it and created another Administrator account, and on that one, I tried recreating the problem and was successful. _Okay, _now we might get somewhere…

Now what I did, that fixed the problem, was this:
I logged into the account, i.e the first one where i screwed everything up, via the tty1 terminal (Ctrl + Alt + F1), and ran the following commands:

sudo rm /home/anas/.Xauthority*
sudo apt-get install --reinstall xorg --fix-missing

The first one deletes the file, while the second re-installs Xorg. After this, I was able to login to the account again.

Neat!

www.heydonworks.com/article/tetris-the-power-of-css

HTML5 DrumBox

Do Give it a try….

The Facebook messenger [mobile] gets a new look

Yesterday, when going through a list of updates that had to be installed, I noticed that the icon of the messenger had changed into a round-er, and light colored one, rather like the new icons in iOS7, this:

The icon’s what forced me into upgrading; _had to _try as it was bound to come with a number of new features and not just a change of icon. Well, I installed it, and ran it.

I was welcom-ed by a screen, all white (they dropped the light-blue background), which asked me if I was indeed ‘Anas Ismail Khan.’ As I proceeded, I was asked to confirm my number, which would ensure that people find me using my number, regardless _of whether or not I’m part of the friendlist, but, this is optional. The reason behind it, I guess, is that they are moving towards making it into an independent messenger, which combines the best of both Kik and whatsapp. It’s similar to whatsapp in the sense that just having your number might do the trick, however the _friendlist of course is still there, and thus the contacts list would consist of both your phone’s contacts and your Facebook Friends. However, due to privacy settings perhaps, usernames dont always work either, and just like the number _thing _this might be optional as well.

They also eradicated the ‘__sms integration’  feature. You can no longer use this app as your primary messaging app, though the changelog might say something similar.

A strange _con _of the app happens to be the fact that there is no _‘log out’ _option. On androids, clearing the app data does the trick though..

500$ Aventador

Now this guy, Taras Lesko, who’s known to have previously built a 7-foot high Gundam, is now making an Aventador  worth no more than $500, out of.. what shall i say? paper?

Click here.

 

Wordo – The Only Truly Free Dictionary on the Web

I am a student, and every now and then I come across a term too complex for me to understand, (or perhaps not too complex but alien,) and thus I have to Google things a lot, and half the time its such terms. The results would of course direct me to some other site, and some of them would have stupid lag-gy popups, while others with flashy ads or too Bland an interface.

Wordo is free from all this. The interface is really clean and only that which is required is on the page. No ads, no popups, no surveys nothing to distract you, instead a huge mature font to provide maximum readability. Apart from that, the simplicity of the interface also ensures minimum lag.

To sum it all up in a single sentence, Wordo is a _true _dictionary, on which, the user’s activity does not extend beyond anything that he isn’t willing to do. Give it a try and you’d know…

Window Managers vs Windowing Systems(Display Server) vs Desktop Environments

If you happen to be a Linux user, you might, at the very least be familiar with the Desktop environments: GNOME, KDE, LXDE or XFCE. _Also, _you might have come across the names _OpenBox, X Window System _and _Window Maker, _and perhaps an implementation of more than one of these _together, _e.g. ‘Gnome/OpenBOX.’

Now the Question is, If they are all UIs, what exactly is the difference? And how can they all be working together at the same time? Because despite how similar they seem, each serves a totally different purpose.

To explain this, I’d take the example of layers. Imagine a stack of, let’s say, papers. The _Stack _represents a GUI Linux OS, and every individual sheet of paper represents a different component. Now assuming that the bottom section is dedicated to the GUI Components, the layer at the very bottom of this section would represent the X-Window System. It like forms the _base _of the GUI, and displays the information in a graphical way. Above the X, is a Window Manager, i.e. _assuming, _OpenBox. This Window Manager, as it’s name states, helps you _manage _them open windows. Menus, Taskbars, managing the look and feel, e.t.c. could be examples of what it might offer. Now a Window System, the X, may offer some of the functionality of a Window Manager, but still, they are two different things. In Simple words, a Window manager only enhances the Windows System.

Now the Desktop Environments are a bundle of Applications and tools, with their own UI, and built on some Window Manager, that provide the user with the essentials like a File Manager, Text editor, Browser, e.t.c.

Now to sum it all up, take the example of UbuntuGnome. The Ubuntu Gnome uses the X Windows System as the display server, but on top of it is the Openbox, and the Desktop environment is Gnome, which comes with its own set of Applications like the Nautilus File Manager, Gedit(text-editor), Rhythmbox Music Player, e.t.c.