Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Best Way to Learn Git? (Score 1) 442

These sites helped me a bit when I first started using git. The best way is to just start using it and set a goal to use a feature you just read about if you think it applies to your situation. I think the point of good-enough use of git is successfully operating like below, being able to use interactive rebases successfully and to know what command to use for the job (merge, rebase, cherry pick):
http://gitguru.com/2009/02/18/branching-strategies-overview/
http://nvie.com/posts/a-successful-git-branching-model/
http://stackoverflow.com/questions/2428722/git-branch-strategy-for-small-dev-team

Comment Re:7 billion? No wait, 8? 9? (Score 1) 461

The reason given is rising standard of living. People living in abject poverty (and I don't mean first world slums, I mean abject poverty which is something most slashdotters have never seen firsthand) have lots of kids. Raise them out of poverty to a standard of living that includes such luxuries as medicine, clean water, adequate food and shelter and they have fewer kids. This is human nature, and it's as true for the western world as it is elsewhere. Our population growth didn't slow until our conditions improved, so why should we expect otherwise elsewhere?

So we will eventually hit population stability. Now the catch is that the global demand for energy will more than double in the process. Given that many of our energy sources are either environmentally disastrous or finite, this is going to become a problem, as is competition for other natural resources. So we're not out of the woods, but Malthusian predictions about population growth are as wrong now as they were when they were new.

True. The real doom and gloom is that more people are coming out of poverty thus consuming more resources and the corollary of negatively impacting the environment. Some people would rather have 4 billion impoverished than 2 billion with an order of magnitude better standard of living. Of course in other domains there is plenty of money to be made by increased standards of living.

Comment Re:Summarize for you (Score 1) 127

Are you really telling me you don't ever expect a coworker to hand you a USB drive with a few files on it? With the Chromebook, you won't be able to do anything with those files until you upload them to Google Docs, and if they're in a Zip file on the USB drive, you're going to have to find another computer or ask someone to open it for you.

Didn't you hear? Google Docs supports zip and rar now.

Comment Re:The GPL remarks GPL in the article are nonsense (Score 1) 94

Some employees try to upsteam some patches. They are free to do so since the vendors' trees are public anyway (you can go look at what the big boys are doing to get 3.0 running right now) Most would probably LOVE to see their stuff merged upstream (either to Linux mainline or at least to Google's) so that they don't have port patches to new kernel versions.

A few reasons you don't see more upstreaming:
    - Some of the code is chip specific (errata, custom IP)
    - The market demands fast iteration, so having an engineer work to get his patches merged upstream is quite a thorn in the side when considering the time frame that can take.
    - A lot of the code that is submitted upstream is flat out denied already (for expected reasons: not elegant enough, too "my way or the highway" on part of vendor)

It does look like Linus really wants to be able to build a generic kernel to be able to boot up on any ARM. That seems to be what Linus and company are getting at. Because currently you have to build the kernel with a specific configuration to be able to boot a specific SoC.

Really a lot of the problem lies in the make process for the kernel... there is just no good dependency handling right now...

Slashdot Top Deals

HELP!!!! I'm being held prisoner in /usr/games/lib!

Working...