Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:translation hard to understand... (Score 0, Troll) 442

How is this heap of ramblings insightful?

> NTFS still is offering features that takes several layers of software on Linux to copy..."
Kernel has XFS for some, ReiserFS for others, ext4 for the rest of us, and then some: see http://en.wikipedia.org/wiki/Comparison_of_file_systems. You would score a point if you cited ZFS as a FS with "some fairly advanced features", but NTFS just isn't that advanced among the rest.

> Linux had a huge chance...
Troll. Mod him bloody down someone?

Comment best practices: how to code for IE (Score 5, Funny) 472

index.html:
  ...
  <script language="JavaScript">
  if ( navigator.userAgent.toLowerCase().indexOf('msie') != -1 ) {
    window.location.replace("msie.html");
  }
  ...

msie.html:
  ...
  <meta http-equiv="Refresh" content="5; url=http://www.microsoft.com">
  </head><body><p>msie users move along. There's nothing for you to see here.</body>

Comment responsibilities (Score 1) 330

It is exactly for the reason that I am not an expert in it that I don't do plumbing nor farming. And, the world will be a safer place if plumbers don't do any heavy IT work either.

There's a clear distinction between (end) users and admins. Apple, for one, tries hard to blur it, but the distinction is there.

Since when cluelessness is not a excuse? The internets ain't your city park where all dogs wear muzzles and a purse accidentally dropped on the ground will be brought to you by the discreet police no later than in five minutes. If anyone in charge of a computer goes carefree to the point that his computer becomes a zombie, this becomes *my* problem, not just theirs.

Mod parent poster emphatically up.

Comment Re:Stupid (Score 1) 91

It appears we put accents differently.

> but a software update after you purchase it would be nice
I believe P2K phones had no directly user-accessible way to apply any updates (well, except rebooting with * and # held pressed etc), and hence, no updates were ever made available. Anyway, the relative simplicity of the underlying OS wouldn't warrant all the trouble of enabling the update mechanism. That is, once the device has been tested in 2006, it will work until the end of time. But, with Android, I do see provisions for updating (my recently bought) Milestone, -- and here it makes a perfect practical sense.

Generally, until they settled on Android, I think Motorola had been in great irresolution about which platform to develop, and possibly, they chose to stick to the tried and true P2K as an interim solution that had lasted too long (10 years as you said). To die in dereliction is the ultimate fate of all embedded Linuxes unless they go all the way and get synced with the mainline. Considering the great flux mobile platforms are in these days, it's hard to blame them for lack of insight.

> I'm not talking about aftermarket mods, ...
> Motorola has not supported that community at all.
And I was emphasising precisely the existence of knowledgeable and helpful community, individuals who literally love the brand, even when this affection seems to be unreturned. Their purpose is not to subvert, break, crack, remove protection, but largely to make a better use of all the hardware is capable of. Put differently, Motorola's indifference here is more like nVidia's stance on the development of nouveau: "We have no intentions to help them, but neither will we be in the way." Whilst Apple's (and Sony's, for an even better example) anal locking down of their devices only tends to provoke untoward efforts for the sake of teenage bravery.

For me in particular, it matters that Motorola does not do some dark obfuscation or encryption or checksumming that prevents any 3rd-party mods from running on their devices. And, in turn, it matters for me that there are many geeks (not crackers) among Motorola owners.

> And if you apply a software update that you download from a website, you're voiding the warranty
That's all true. However, exercising judgment and reading what they write in bold capiltals at the beginning of the howto ("Before reflashing, give a proper think to it and answer this question in double-affirmative: Do you really need reflashing?"), leaves all responsibility with the device owner. All fair.

And if you take it too lightly and eventually brick your phone, there are manuals on how to bring it back to life.

Comment Re:Stupid (Score 2, Interesting) 91

> Phones are hardware, but the software is key. ... but if the software is buggy and lacking functionality,
> they will turn to a new source.

There is a big community around Motorola mobiles (modmymoto.com, motorolafans.com, motofan.ru). For each of their architectures (P2K, MOTOMAGX, EZX), there is a good deal of mods, flashes, skins, language packs, all things software existing in all possible colours and varieties, eventually bumping into the hardware limits. And all of it works.

I bought my L7 back in 2006 in The Netherlands, and it had (reasonably) no Cyrillic support. After a week of texting in translit, I had reflashed it, and have been happily texting ever since -- all it had taken me was, google the matter. Do I owe this improvement to Motorola? Yes, but only for making it possible and not being in the way.

You see the care and attention you seek in Apple's being ever at war with modders, where every next system update wrecks the phone that's been previously jailbroken: I see in this a monumental waste of resources. If Motorola refrains from enfocing their control over the devices they sold to you, this is by no means negligence, and least of all, evil.

Comment Re:Smartest workflow move ....ever! (Score 1) 401

Out of developers etiquette, yes, they shouldn't. They are sure hell expected to respect the choice of WM by the user, or face accusations of being racist.

But, not all WMs are born equal. A good deal of them make their living by simply being small. It is absurd to require of the GIMP developers to cater for them too. For a decent workflow, to start with, you need 4G+ -- who on earth would consider a WM with exceptionally small memory footprint in preference to whatever GIMP devs happen to recommend?

1. A good WM matters, additionally, for the configurability of its actions. Having to reach with the mouse for a window's title to move that window is, admittedly, a sane default for the masses, but for a designer who needs to drag two windows apart which GIMP has just batch-opened, and needs to do it quickly, holding Win key and click-dragging at anywhere the window, gets him a +200% boost in efficiency. And, if he happens to own a keyboard without the Win key, he will want to be able to remap that for whatever his left thumb is hovering over. In Windows, the most usable key modifier for a designer, is reserved. How's that cool?

2. For those with a decent WM which respects freedesktop.org hints and where windows can be made sticky by regex matching at creation time, it's oh so logical to have toolbox and palettes sticky and keep images in windows on several workspaces, and switch between them by sliding to an adjacent workspace (ideally by just hitting the screen edge). Second, if your WM supports viewports (along with workspaces), you can spread an image window over several viewports and work on it in parts, similarly by sliding up/down/sideways. Finally, enabling the Wall plugin (rather than that rotating Cube which has littered youtube ad nauseam) in compiz will give you an overview of all your viewports at a key press.

I challenge any MDI proponent to beat me on these two points.

The reason Photoshop never had multiple-window GUI is that such is the Windows way. In Adobe Reader for Linux, interestingly, they implemented their own MDI for GTK+. Looks like Adobe just has it carved in stone, while Photoshop users keep thinking Adobe UI designers have tried and tested it and proved that is the best way to get windows organised, period.

Comment first code, then pay (Score 1) 368

In most things open source (at least, open source by birth, less so originally proprietary projects that get eventually opensourced) you first get that itch to scratch, and then -- given you do it better than others -- you find there are people willing to pay you for that.

It's not like you first find yourself needing money, and then consider getting into an open-source project for a pay in preference to other means and wages.

Comment Re:Why MS failed. (Score 1) 422

Don't expect a particular version of FF to get entrenched and pose an obstruction in the way of newer versions that will follow. The notorious lock-in around IE6 is a microsoft-only disease.

Because FF is so emphatically standard-conforming, whatever works in version X is bound to work in version X+1. Yes, extensions need to be kept up-to-date with every new release, but no site (well, except quakelive.com :) relies on a particular extension installed.

Wrt plugins, Mozilla plugin API is fairly stable and well-rounded. The same Flash plugin works with FF 1.5 all through 3.5.

Note how (relatively) abrupt was the decline of FF2.0 neatly matched by the increase in version 3.0 share, and, later, 3.0 promptly giving way to 3.5. That's just people upgrading, and most of the time, automatically either through built-in Firefox updater or via general distro upgrade.

Comment Re:Silly (Score 1) 600

I second every statement in this post.

Call me when OP's piece of software gets approved in any major distribution.

Before I moved from Debian to Gentoo, the only few apps I actually had installed other than by apt-det install, was the flash plugin, Skype, Quake3 and nvidia drivers. In Gentoo, by virtue of it being what they call `meta-distribution' all executable code comes from portage, which means it has passed maintainers' QA. And, what really matters here is, I trust them.

Comment not impressed (Score 1) 176

When leaders of a project decide to get incorporated as a firm and draw profit from their product, they become necessarily aware that they run the risk of being bought, all their body and soul. This happens because in their mindset, they consider a growth, a successful career, and all things commercial -- not related or stemming from the merits and fitness for life of the project itself. It's all logical from entrepreneurial point of view, isn't it, but there fun becomes a chore.

By a deliberate extension, I try to imagine Ekiga or Twinkle -- projects just as good in their capacity of VoIP clients -- getting `bought' and eliminated as projects, on some commercial grounds, and I can't imagine this happening.

Out of three (perhaps more) FOSS SIP clients disappeared, what a sensational news.

Comment It matters what your notion of life is (Score 1) 186

Given the astronomical timescale organic matter had been lingering on the young Earth before producing some more `life-competent' than just iridescent blotches of slime along the ebb-line, and given the rough times of the Hadean, it is fairly plausible such precursors to true life had existed on Mars as well (even more likely, in some nooks on the Moon), and continue to exist in this state without evolving. Whether these may find the time and suitable conditions before the Sun burns out, actually to achieve the stage of self-reproduction, develop adequate genetic machinery, proliferate into a variety of life forms and all, is quite uninteresting -- to NASA at least.

On a separate note, I am wondering nobody has so far in this thread, brought up the pretty obvious connection to Doom3. Looks rather appropriate on /.

Comment Re:IBM's hardware vendor mind is taking over (Score 1) 863

> Honestly, it's rigodamndiculous how difficult it is to find, download, and install software on Linux.
> At least compared to the Windows/Mac platform.
Searching a package repository is emphatically *not* difficult. Just enter a name, or some keywords if you don't know how it spells.

Easiness of installation by no means implies easiness of *un*installation--quite the opposite, and dll hell ensues. Even more importantly, because any decent project does evolve, there must be some sane and practical way for continual updates and bugfixes to make it to your desktop. Know what is ignorance in this matter? No, not bliss, but a botnet.

And the channels of distribution is what Linux distros are primarily about, with due QA and an ensurance that what you download is indeed what you think it is, but not a trojan-laced freeware. And that's exactly what's dead missing in Windows (albeit Apple AppStore is definitely a move in the right direction).

> For obvious reasons you can't go into a store and purchase Linux based programs.
You don't generally want to. Use your package manager instead. If the piece of software you want is missing, switch to Debian. If it's not in Debian, then probably that piece of software is so freaking exotic that it barely can be something you really, essentially need. Check for a package with the same features/functionality but with a different name, -- be prepared that that different name might seem somewhat non-marketworthy, like 'gimp'. Still need that program? Then you are stuck with Windows. You have my sympathy.

> 2 freakin hours to install some software on CentOS?
I beg your pardon, this is bollocks. Unless someone can prove to me that 'apt-get install stuff' can be made easier. (Yes, I know CentOS is rpm based and hence uses a package manager other than apt-get.)

> That's not going to pass the Granny Test.
Who cares? Since when grannies pass along as competent in this? Why do you spell it with Capitals? Is it a common name like google? Sure, grannies do use computers, but please, spare them the task of *managing* computers.

> people lack the expertise to compile their own programs, use a GUI package manager
These are two vastly different things. In fact, it is exactly the reason why distribution existed in the first place, to save the end user the trouble of needing to compile.

> It has to be made for the unwashed masses.
Washing (hands) helps, really.

Slashdot Top Deals

1 + 1 = 3, for large values of 1.

Working...