Comment Re:I can wear my phone just fine, in a pocket (Score 1) 180
Also, I don't have to track my fitness, because I am usually there myself to observe my fitness with my own eyes.
That
Comment No, tech alone will not save education (Score 5, Insightful) 234
I am always amazed how everyone seem to think that throwing money at the educational issues will somehow solve them. The biggest problem is not with the lack of funding in general especially in western countries (although there are exceptions).
The biggest problem lies much deeper than that in the fabric of society itself. Parents just want the state to take the problem of properly raising their children away from them. They send their children to public schools and expect that the children will be educated so they don't have to do it themselves.
Look at the standardized testing system. It is utter BS. The notion that all children across a country or even across borders have to be tested against (more or less) the same set of standards is just nonsense. It's a tool of the establishment to dumb them down and make everyone conforming and easier to control.
Add to this this kind of corporate agenda pushing like give children iPads. Sure Apple gets to make a good money on it and expand their market share and vendor lock-in while the taxpayers will subsidize the cost for little or no benefit for the children. Even if we agree that tablets are useful in education, why does it have to be iPads? A single brand of tablets? And arguably the priciest.
And what sorts of things can you use a tablet to enhance education? Provide cheap/free textbooks which won't wear out? Doesn't happen, because of copyright issues. You will have to sell a copy to all children. And every couple of years the textbooks get rewritten so that somebody makes more money on it. In the days when I was a kid, the school issued paperback textbooks which were re-used year after year until they were completely worn out.
You would think that with the digital textbooks all this is solved: no wear and tear, you can make many copies of it for absolutely no cost, can be upgraded whenever necessary for free. Guess what: it does not happen! Even worse, it probably costs more nowadays then back in the days. Just because of stupid copyright issues and the push for constant consumption for the benefit of a few large corporate entities.
--/rant--
Anyway, Happy New Year to all of you, fellow Slashdotters!
Comment Re:I'm there!!! (Score 1) 211
Prior to referring to screen resolutions as 720p or 1080p and the like, people actually used the pixel-count, like 1920×1440 for example. I know that 1080p also refers to the vertical pixel count (which in this case goes along with the 1920 horizontal pixel count), but somehow 1080p has been made to sound like the holy grail of resolutions, while in reality it is not so great. Especially compared to monitor screen resolutions from 5-10 years ago used by serious gamers.
1080p for a game is just so-so even if your playing on a HDTV from just a couple of feet away.
Just compare the total number of pixels per screen surface for different resolutions: https://en.wikipedia.org/wiki/List_of_common_resolutions#Computer_graphics
Comment Re:Windows Tablet (Score 1) 293
Comment Re:It's convenience and security. (Score 1) 835
Comment Re:Have invites (Score 1) 1223
boteeka at gmail dot com
Thanks
Comment Re:I've always preferred a global menu bar (Score 1) 272
Comment Re:What does this improve? (Score 1) 797
Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away. - Antoine de Saint Exupery
It seems like Gnome devs are aiming for this kind of perfection
Comment Re:Who cares? (Score 1) 279
I would rather they focus on making things other than JavaShit faster, i try to leave it switched off when I can. I don't use Slashdot 2.0 or Web 2.0 apps so JavaShit speed is pretty much irrelevant to me.
You being the minority exception.
Comment Re:Window control buttons on the left? Bad. (Score 1) 683
Submission + - eBay sells Skype to Netscape founder
Comment Re:Extensions (Score 1) 202
Comment Don't know but... (Score 1) 586
Comment Dreamweaver isn't bad, it ain't the best either (Score 1) 318
When I got in the web-dev business I started with Dreamweaver. Not because it was all that good, but everybody I knew (and thought was a "pro" web-designer/developer) used it, and loved it. In the beginning I started as an all-in-one web developer, meaning I've done the server side programming, client side HTML and CSS, and the occasional JavaScript.
Couple of years passed away since then, and I now absolutely don't want to use Dreamweaver at all. Why? Because I do not create static sites anyway, PHP support is worth shit (no autocomplete, no outlining, etc.), the HTML autocomplete feature just doesn't cut it for me (it works, sort of, but not the way I like it; it doesn't prevent you from introducing not-valid-for-the-doctype attributes, etc.). The only good things, which I do liked was the integrated FTP support (but no version control support of any kind), and the CSS editing mode (I could edit the CSS rule from the HTML file and the modifications were saved in the external CSS file, linked to the HTML file).
Since then, I use Aptana Studio, and I absolutely love it. It has all I need. It works good with PHP, Ruby, HTML, CSS, JavaScript (actually this is awesome, very good quality). It has FTP, SFTP support. It has version control support (CVS, SVN, GIT, maybe more). And a very big plus: it has support for the most popular JavaScript libraries (autocomplete and all), like: jQuery, Prototype, Scriptaculous, MooTools, EXTjs, Dojo, etc.
And to top it all, it has integrated support for online deployment to the cloud (Aptana Cloud) where you can have a hosting plan and deployment done with a few clicks right from Aptana Studio.
Oh, and did I mention the server-side JavaScript AJAX server, Jaxer?
It beats Dreamweaver hands down any minute.