Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:April Fools! (Score 1) 162

Again, this is in no way git specific. Commit hooks are well supported in svn, and tools like hudson and jenkins handle continuous integration with svn just as well as with git.

It wasn't my intention to imply that these techniques are unique to git.
The original poster mentioned liking SVN better because of the command structure, and I was pointing out that that's possible as well with git. My point was that for certain corporate environments (or large teams in general) git can be made more centralized without losing many of its benefits.

Comment Re:April Fools! (Score 1) 162

I've used git in a traditional corporate environment, and done right, it can be a lot more powerful than SVN.

"Done right" means you have someone dedicated to the role of "git master" who merges the team's commits into the master repository.
This is what Linus does, and it works to great effect. The great advantage is that individuals and teams can very easily work on their private branches before merging into mainline.

The second method is to set up a server which runs automatic tests on all commits and guarantees at least that the git history remains clean and contributions do not break the build.

From my experience, people tend to resist git because the concepts are a bit difficult to get in, especially when coming from other SCMs. It doesn't help that git uses many of the same nomenclature as other systems for slightly different operations.
However once the concept starts to settle in, git is actually quite simple and its use becomes second nature.

I don't know mercurial that well. From my experiments and what I've read on the Internet, it's essentially the same as git. Some people have strong opinions (like you seem to have) towards one or the other, but I've found that it's mostly down to small differences.
However, to me it makes no sense to use mercurial when almost all open-source projects already use git. Using mercurial only means you have to deal with two SCMs rather than one.

Comment Re:I prefer my wearables untethered (Score 1) 103

Now wearable computer, that would be interesting, but this sounds more like some Android gadgets than a wearable computer.

If you already have an Android phone you already take everywhere, then it makes more sense.
An independent device would certainly be more useful, but that would greatly increase cost and size, and increase battery drain. And most of that would just be replicating things your smartphone already does.
Given the hardware constraints, it seems that this method is a decent compromise, at least for a first-generation device.

Personally I think the round version from Motorola looks good enough that I'd consider wearing it. It actually looks like a watch, even if a bit too thick for my taste, though I like my watches to be as thin as possible (I tend to buy Skagen).

The LG just looks too much like a gadget to me, sort of like the Pebble and the Samsung Gear, which is why I never got any of those.

Comment Re:Had he not waited. . . (Score 1) 129

There's a reason real medicines are tested and "alternative medicine" isn't.

That's not true. Alternative medicine has been tested, in some cases extensively, and proven not to work beyond the placebo effect.

In the rare cases that it does work (some traditional herbal concoction turns out to actually have medicinal properties) it stops being labelled "alternative medicine" and joins the ranks of "real medicine".
That's the irony of alternative medicine -- if it does work, it's no longer alternative. Proponents of alternative medicine are essentially trusting their health to the exact therapies which have been proven *not* to work.

Comment Re:ANDROID != LINUX (Score 1) 487

could be replaced, with enough effort

That's rich. Nice choice of words there.
I bet you could also replace the Windows kernel with Linux "with enough effort".
Or turn a car into a space shuttle, "with enough effort".
Or move the great wall of China 10 meters to the left, "with enough effort".

Comment Re:CNN argues it's worth the money (Score 1) 257

I actually paid the 1$/year for it, and it gave me immense pleasure doing so.
Firstly because they've made a good product and I believe they deserve to be rewarded, and secondly (and most importantly), it makes their monetisation clear as day, so it's less likely they will turn around and sell all of my data to the highest bidder, or start doing annoying stuff like pushing ads into my device.

That is, until they got bought by one of the worst companies in the tech world.

If they change that, or if Facebook starts mucking with it, I'll use something else.

The you're a lucky man. I wish I could just up and drop What's App like that, just like I wish I could do that to Facebook.
Unfortunately, the same network effects keep me from cancelling my FB account will now do the same for my WA one.

The problem isn't the technology. Replicating what's app is relatively simple as can be seen by the fact that Messenger apps are dime-a-dozen.
Getting that critical mass of users is what's hard to do, and why FB paid so much.

Comment Only indies, lately (Score 1) 669

One of my favourites lately has been RimWorld.
A sort of colony simulator where your characters have to survive the harsh environment of the planet where they crash-landed, as well as the occasional raiding parties.
It's similar to Prison Architect (another indie), which is also nice, but I prefer the sci-fi aspect of RimWorld.
The game is currently in alpha, but it already runs quite well, and has a Linux version.

I've also been playing Faster Than Light and Kerbal Space Program which need no introduction here, and Gunpoint which despite not being that new anymore, is a very compelling 2d platformer.
Unfortunately, Gunpoint only has a Windows version and runs like a dog on Wine (at least it did for me, YMMV).

On Android I've been playing The Room 2, which was released just a few days ago.
That one's also pretty good, but I think I enjoyed the first installation more. Not sure if it was because of the novelty at the time, but I feel like the first had more depth to each table.

AAA games are becoming less and less interesting for me. It feels like the really innovative game making is being done by indies. Big companies seem to be interested only in sure investments, so they keep on pushing the same stuff year after year.
Not that that's completely bad. I did enjoy the hell out of GTA V, but it does follow a formula.

Comment Re:Now all we need is rolling release (Score 1) 205

I tried being on unstable for a while, and it's actually pretty stable. In fact, I have no complaints at all besides the too-frequent updates, which was what eventually drove me back to testing.

That, and the fact that things in Gnome seemingly kept breaking, only to find out later that it was intentional and part of Gnome's strategy to slowly make their desktop experience less and less usable.
I fixed that by moving to KDE, which improved considerably since I last tried it years ago.

Comment Re:Atari would be proud (Score 1) 408

Almost there, now we just need to mention the company and product names as often as possible, and of course use the trademark symbols otherwise it won't look corporate enough:

The Computer Software Services® Quintopus is an enabler, allowing your choice of personal peripherals, like the CSS® Whatchamacallit to be connected in exciting and innovative ways. The CSS® Quintopus is a green solution, less cabling, better for the planet!

Comment Re:IMO, it is not going to work (Score 1) 166

What power savings? Power is being consumed somewhere else where as a customer YOU are paying for that too. Lets not forget about additional power requirements required to push insane number of real-time bits for trivial reasons over the Internet.

By polling all processing power in the same place you can optimize a number of things compared to distributed clients:
- It's more efficient to cool a huge data centre than a number of small consoles which have other design constraints such as low price, low noise and small footprint;
- You can build the data centre where energy is cheaper;
- You can more easily upgrade the server hardware when newer, more efficient technology appears;
- As someone else noted, you'll have many clients requesting the same calculations (say, in multiplayer games), which only need to be done once by the server.

Hopefully those combined savings put together can offset the extra power requirements for all the added bandwidth being generated.

Comment Re:It didn't change my opinion one bit... (Score 1) 196

I also moved from Ubuntu to Debian.
For me it was that I prefer Gnome Shell to Unity.

I did try installing Gnome on Ubuntu, and then the Ubuntu Gnome variation (or whatever it's called), but in both cases I had the impression that the integration was a bit wonky. You'd have a mixture of Ubuntu and Gnome apps which supposedly did the same things, but in subtle different ways. Like the "Online Accounts" thing in the settings.

Anyway, I decided to try Debian and was surprised to see that not only Gnome had a much saner default configuration, but the system itself was also a lot more stable - I've always had small problems with my laptop under Linux, which I consider my own fault - I'm never buying Sony again!

Slashdot Top Deals

I tell them to turn to the study of mathematics, for it is only there that they might escape the lusts of the flesh. -- Thomas Mann, "The Magic Mountain"

Working...