Slashdot Mirror


User: boteeka

boteeka's activity in the archive.

Stories
0
Comments
53
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 53

  1. Re: i think it shows trends in GitHub's demographi on The Top 10 Programming Languages On GitHub, Over Time · · Score: 2

    That's not accurate. Rather, jQuery uses the same DOM selectors to target elements as CSS does.

  2. Re:I can wear my phone just fine, in a pocket on A Third of Consumers Who Bought Wearable Devices Have Ditched Them · · Score: 1

    Also, I don't have to track my fitness, because I am usually there myself to observe my fitness with my own eyes.

    That

  3. No, tech alone will not save education on Is a Super-Sized iPad the Future of Education? · · Score: 5, Insightful

    --rant--

    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!

  4. Re:I'm there!!! on SteamOS Will Be Available For Download On December 13 · · Score: 1

    It is really interesting how quickly the world forgets.

    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

  5. Re:Windows Tablet on Microsoft May Finally Put Windows RT Out To Pasture · · Score: 1

    Real Time! Oh, wait... that doesn't make any sense

  6. Re:It's convenience and security. on Why the Fax Machine Refuses To Die · · Score: 1

    Go and see The Light Bulb Conspiracy (http://www.imdb.com/title/tt1825163/)

  7. Re:Have invites on Google+ Already At 10 Million Users · · Score: 1
    I would also appreciate one :D

    boteeka at gmail dot com

    Thanks

  8. Re:I've always preferred a global menu bar on Tom's Hardware Dissects Ubuntu 11.4's Interface and Performance · · Score: 1

    There is a main difference between global menu on the Mac, and global menu on Ubuntu/Unity: on the Mac platform every one application has exactly one menu, independent of how many windows it has opened; on Ubuntu every window has exactly zero or one menu, independent of the application which owns the window. I generally like the concept of having a global location for the menus, however, Unity sacrifices too much to obtain this. The single main shortcoming being the necessity to select the window for which you need to access the menu. You can not access the menu of an application which is not in focus, but before Unity you could. This would only make sense if you ran all your apps and all their windows fullscreen all the time. Then you would need to select the window first anyway to access its menu. I am using Unity since it was released, and I do want to like it. I really like the new scrollbars, I think that was a great step in the right direction. But there are very clear shortcomings for which I can't really see a possible solution without dropping parts of Unity. Will they realize the mistakes in time? I guess time will tell.

  9. Re:What does this improve? on GNOME To Lose Minimize, Maximize Buttons · · Score: 1

    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

  10. Re:Who cares? on Mozilla Unleashes JaegerMonkey Enabled Firefox 4 · · Score: 1

    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.

  11. Re:Window control buttons on the left? Bad. on Ubuntu Gets a New Visual Identity · · Score: 1
  12. Re:Extensions on Firefox 3.5 Hits Release Candidate Milestone · · Score: 1

    Yes, these extensions are all working in RC too.

  13. Don't know but... on What Do You Call People Who "Do HTML"? · · Score: 1

    At my workplace, where I work as a "web developer", my main job is to write code (PHP as that is what we use there), and administer the databases (MySQL). We also have "web designers", who's job is to create nice graphics (images, flash animations, etc.) and integrate that into static HTML pages, with the occasionally added JavaScript for nice animations and other effects. The problem with those "web designers" is that, although they might have good artistic skills in the field of graphics, they are just Dreamweaver web monkeys, who throw together some junk HTML with a couple of clicks, copy and paste JavaScript from all over the web for the effects without the slightest understanding of what script does what, what is semantic HTML, what is the difference between HTML and XHTML, what does strict or loose mean in the doctype declarations, and why the doctype is necessary at all. When the "web designers" are finished, I get the result of their work and I need to integrate that into the web application. So, by the time I get those "designs", they are filled with at least two JavaScript libraries (Scriptaculous + Prototype, jQuery, Mootools, etc.) and a good amount of non-library utilizing scripts just for fun. And because I am a little bit zealous about markup correctness, and elegant code, I almost have to redo the whole thing, using just one JavaScript library, rewritten markup, and so on. Basically my job now includes PHP coding, database design and administration, (X)HTML markup writer, user interface designer with the added JavaScript (AJAX), CSS writer. I just recently got the job at this company and I already started to educate the designers about the basics of these modern concepts (for them), but it is painful and slow process as hell. It is just my colleagues who I know and can talk about. So, in some situations, even web monkey is a little bit of an exaggeration when it comes to how would I call them.

  14. Dreamweaver isn't bad, it ain't the best either on Dreamweaver Is Dying; Long Live Drupal! · · Score: 1

    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.

  15. Re:DRM-Less on World of Goo Ported To Linux · · Score: 2, Informative

    It is not about the "uber rez", it is about a game should run on the native resolutions of LCD displays currently available on almost any laptops and LCD monitors. If you are running _anything_ on other than the native resolution on an LCD display it looks pretty awful. So, GP has a good point here.

  16. It's a "feature" ... on Is It Windows 7, Or KDE 4? · · Score: 1

    This "effect" is only present with a compositing window manager. I guess the root of the problem is in X server. It doesn't matter what video chipset do you have. I have an Intel integrated video chipset and I also experience this "feature", but only if compiz is running.

  17. Re:Thats it just show the eye candy. on Is It Windows 7, Or KDE 4? · · Score: 1

    Exactly!

  18. The problem with encyclopedias is on Britannica Goes After Wikipedia and Google · · Score: 1

    that they are somehow less relevant in most of the cases than the up-to-date Wikipedia. Classic encyclopedias fall short on providing up-to-date information, even in their online versions. There is simply no way an organization like Britannica could hire so much editors to cover all the articles what's already covered in Wikipedia.

  19. Re:willingness to relocate on Dell Closes Ireland Plant; 2nd Largest Employer · · Score: 2, Insightful

    Now, it's suddenly cheaper to make widget X in another country, so the company moves its operations. By doing this the 50 people lose their jobs, but now the entire country gains the use of widget X for a lower price than before.

    Wouldn't it be nice if it were true? Sadly, the truth is that probably the price would stay where it was, and the profit % would increase. Everybody in the company's management happy.

  20. Re:Not necessarily good on All of Vietnam's Government Computers To Use Linux, By Fiat · · Score: 1

    Mandating the use of open-source software in government institutions is OK. Individual people can use whatever they want.

  21. Re:Get real on Is Open Source Different In Europe Than In the US? · · Score: 1

    That is, indeed, true. It is also true that corporatist software companies (like Microsoft) also originated in the US. Moreso, internet itself was conceived in the US. But in the end, it seems like it is also true that all of them are declining in the US.

  22. Re:Get real on Is Open Source Different In Europe Than In the US? · · Score: 2, Insightful

    That is true indeed. Also corporatist software development companies (like Microsoft) originated from the US too. Also, the internet is originated from the US. It is also true that all of them are declining in the US.

  23. Re:I have no idea what they're talking about on Why Is the Internet So Infuriatingly Slow? · · Score: 1

    I don't know about the ISPs in the US, I live in Romania. I pay ~$10/month for my internet service. In this subscription I get 10Mbit/s download and 1Mbit/s upload bandwidth if I browse the public internet, and I get 50Mbit/s up and down for my metropolitan network (the ISP's network in my town), and this metropolitan network is now extending to the whole country (major cities are already interconnected). The network infrastructure is Fiber To The Building from where is distributed by a local router to my apartment. I am very satisfied with my ISP, and my internet never seems to be slow. Maybe the US is lagging behind - as far as internet connection is considered - other countries.

  24. Re:How do they do it? on Google Chrome, Day 2 · · Score: 1

    I thought I remember correctly - but I could be mistaken - that Galeon would change its rendering engine to WebKit (or was it GTKhtml?). Maybe you're right.

  25. Re:How do they do it? on Google Chrome, Day 2 · · Score: 1

    They used WebKit as a browser engine (also used by Safari, Galeon and Konqueror). They created a new JavaScript engine from scratch, called V8. It has lots of optimizations from which the most important is that it compiles once to machine code and doesn't use introspection after compile, and the second one is that although JavaScript isn't a class based OO language, Chrome classifies it in the background this way accounting for a great deal of performance boost. But I'm not an expert on this,you'd better look for yourself.