Slashdot Mirror


User: carnicer

carnicer's activity in the archive.

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

Comments · 10

  1. the lobby has talked on Google's Search Copying Accusation Called 'Silly' · · Score: 1

    oh yeah people paid by microsoft have talked. IDG is like the MS journal

  2. Re:At the risk of starting a flame war on IDEs With VIM Text Editing Capability? · · Score: 1

    are you pretending to be a reincarnation of the great Fujisawa Shuko?

  3. Re:Netbeans ( or others ) on IDEs With VIM Text Editing Capability? · · Score: 1

    I love vim, but, the ability to highlight individual lines and give me specific errors,

    i am not sure if i understand you, but do you know the vim command line option "-q" that allows to follow up a compilation error list, also featuring navigation? if you knew or if i misunderstood you, my apologies.

  4. Re:I'm so glad I bought a Droid on "Nexus One" Is Google's Android Phone · · Score: 1

    Thanks Walmart? You sure mean thanks walmart customers. Nobody forces them to buy there.

  5. Re:Unbelievable on Office 2003 Bug Locks Owners Out · · Score: 1

    why? it's these people who decide to put their work and information on a product to which they have no control. it's not microsoft to blame, it's the customers and (unforced) users.

  6. Spanish Justice : a oxymoron on Downloading Copyrighted Material Legal In Spain · · Score: 3, Interesting

    At least that's what is said at least in Catalonia. In Spain, Justice is not reliable at all. It is collapsed and it's not independent from political forces. Therefore, the term "Spanish Justice" is an oxymoron, a contradictio in termini.

  7. Re:Sorry but ... on Emigrating To a Freer Country? · · Score: 1

    Hey guy, I suggest to exchange my passport with yours (UK). I live in a country in the EU (Spain), where freedom is everywhere. I am actually tired of this freedom for everybody : freedom for thieves, freedom for inept politicians, and an absolute opposition to any kind of privacy control. Well, in fact, privacy is not a right for policemen, where I live (Barcelona - Catalonia) even videos where they fairly smash violent individuals have been leaked and broadcast once and again on TV and people has had the idea that policemen are evil!
    In short : I am tired of all this whining supporting privacy at all costs. Privacy it's fine, but I prefer security and non-impunity to privacy. It's below on the scale of priorities, like preferring not starving to freedom of speech. Be realist. I don't plan doing any criminal things, so it's ok for me if police wants to spy me a little in exchange for more safety.

  8. Re:My Plan on Similar Experimentation on Reasonable Hardware For Home VM Experimentation? · · Score: 1

    I can't add much to this extremely interesting thread, actually I wanted to ask the same thing to my virtualization-expert acquaintances. The question to add is which CPUs have the virtualization flag? I checked on Intel web without success. Somebody told me that any core duo would.

  9. Re:strategy on Git Adoption Soaring; Are There Good Migration Strategies? · · Score: 1

    i can concede that in *concept*, D-VCS is better than C-VCS (as you put it, C-VCS is a subset of D-VCS). but when it comes to getting things to work, have non-geek developers use it, have multiplatform tools, interoperability, etc, or simply, that the company does not *need* or *want* to use a D-VCS (i.e. does not want the source code to leave *easily* the office), a popular C-VCS like svn may be the choice. also, the learning curve. i have read recently that git's has been flattened in the last year (last time i tried to learn to use it), but if it is already difficult for some developers to use svn, let alone try git (or bzr). fyi, i am using bzr as my D-VCS of choice (was much easier to use than git). i won't of course say that C-VCSs are suitable for all the projects / companies.

  10. strategy on Git Adoption Soaring; Are There Good Migration Strategies? · · Score: 4, Informative

    I have migrated to svn many repos from older stuff, like SCCS and VSS. Migration strategies are important, and to decide about them you need to answer a few questions. First of all, ask yourself if git or DVCS is the best option for you, your project and your company. Just don't be led by hype. It may be that a centralized VCS like svn may be a better option. There are tools to make them perform as DVCS, like the plugins git-svn and bzr-svn. Second, ask yourself how much of the project history is needed, if any is needed at all. That may save you lots of time, disk, chaos and entropy. When migrating, it is very important to tidy up the repo. Purge unnecessary files, binaries, archives, branches, etc. I have seen people who use VCSs like a trashcan. Bad practices may sink the repository performance. After migrating, make sure users know how to use the repo and that understand the basic VCS concepts, either generic or specific for the VCS of choice. Try to remove practices and concepts from the older VCS. As you mentioned it, best practices are very important, and they are not easily found on literature. There is more I could say, but I guess by now it's ok.