Slashdot Mirror


User: DrXym

DrXym's activity in the archive.

Stories
0
Comments
9,024
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 9,024

  1. Re:1st step. on Microsoft Embraces Git For Development Tools · · Score: 1

    Line endings are a problem for every source control system. If all your devs are running Unix or Windows or OS X then it probably doesn't matter. It's when you have a mixed environment it matters. Or when one dev changes the line ending conversions in their main git config because they're working on multiple things. Anyway the solution in git is a gitattributes file where the behaviour is explicitly set per file type but it's still a pain.

  2. Re:An old saying. on Prosecution of Swartz Typical for the "Sick Culture" Pervading the DOJ · · Score: 1
    Whether they make money or not is completely irrelevant. I might post pictures on my website with no expectation of making money. It doesn't mean you can come along and steal them to use for your purposes. Same with these publications. They saw fit to make it available through a subscription based service as is their right.

    Again, if "information wants to be free", then activists need to produce a better JSTOR than JSTOR. Reach out to these publications and ask them if they wouldn't mind contributing their content to a free resource. Perhaps some would, perhaps some wouldn't. Perhaps it would be enough to make the free site a valuable resource for researchers in its own right and it would gather momentum. Systematically ripping content from a pay service is just theft.

  3. Re:Hardly 'embracing' on Microsoft Embraces Git For Development Tools · · Score: 2

    I think the best thing about a decentralized model is the guys who run release engineering can run their own clone and pull when it suits them. And developers can work on branches, merge locally and test everything correctly to their own satisfaction before pushing. When everything is centralized it is not uncommon to see some email telling people a particular branch is locked for a merge, or for a build and it can go on for hours or days.

  4. Re:Amazing on Microsoft Embraces Git For Development Tools · · Score: 1

    Source Safe was easily one of the most evil source control systems I ever had the misfortune of using. Having to walk around to someone's desk to ask if they're done with a file is not my idea of a good system. Even worse when the file is locked and the person is on holiday.

  5. Re:Don't they use Perforce internally? on Microsoft Embraces Git For Development Tools · · Score: 1
    Submodules are a total pain in the arse. Git's achilles heel is definitely large projects and they need to be broken up some how though.

    Another failing of git is for storing binaries where the project just bloats and bloats. If we were talking of a centralised repo, perhaps that wouldn't matter so much, it's *everyone's* clone that bloats and if you want a working clone, you have to clone everything, not just a snapshot. It means it's a really bad idea to store frequently changing binary files in git. I think Subversion would be a better choice for document management for example where people can checkout just a fraction of the server and aren't encumbered with bloat.

    Where I work even uses CVS to commit nightly test results and thanks to the general craptitude of CVS they get away with it because it only ever holds a copy of the latest committed binary.

  6. Re:Faith on Microsoft Embraces Git For Development Tools · · Score: 1

    There's also EGit for Eclipse. I use it and generally it works really well. It's a pure Java implementation (it uses JGit which also powers other tools) but its only a subset of Git which sometimes leads to trouble if you try and be too fancy with it.

  7. Re:1st step. on Microsoft Embraces Git For Development Tools · · Score: 1

    Rebase is probably most useful when you have a long lived branch with lots of commits and lots of merges from other branches and you want to squash all that down and make it relative to another branch you're about to merge into. That way you can see exactly what has changed by comparing the two branches and if the merge screws up (e.g. regression bugs), you can back it out really easily.

  8. Re:1st step. on Microsoft Embraces Git For Development Tools · · Score: 1
    Git isn't hostile to Windows, although it can be quite a clumsy fit.

    The biggest issue is all the line ending conversion nonsense. It has settings to cover this but I've never seen it work properly. Project owners need to write their own .gitattributes files to dictate conversion rules for source code otherwise they could find themselves in a lot of hurt dealing with files which are marked modified because different users have different crlf settings.

    Other issues would be things like Unicode paths, case sensitive file names, path lengths and so on. Just don't use such things and you should be okay. Git also doesn't like NTLM authenticating proxies so you need to use ntlmaps or similar to work around that restriction.

    Anyway the garbage collection is about physical file management and shouldn't affect the change history or anything else about the project. Basically it just gathers up all the commits which may be residing in their own individual files in the .git database folder and concatenates them together into a pack file. It saves disk space at the expense of slower lookups, so the heuristic attempts to pack files which users are unlikely to use often - commits to inactive branches and so on.

  9. Not really surprising on 64GB MS Surface Pro Only Has 23GB of Free Space · · Score: 1

    Windows 8 is a full blown desktop operating system. It is going to carve a large chunk of space out for its system files, swap, hibernate etc. and I would hope and expect anyone buying a tablet running it is going to have a clue about that. However it is pretty stupid of MS to contemplate releasing a 64GB version of the tablet when it just invites stories like this to be written.

  10. Re:An old saying. on Prosecution of Swartz Typical for the "Sick Culture" Pervading the DOJ · · Score: 1
    That's the way the system works whether you like it or not. Removing content from a paid subscription service to disseminate for free is called theft. And DOS'ing the service provider and doing so by unauthorised means just makes the charges stack up.

    If "information wants to be free", then a better approach by activists is to produce a better JSTOR than JSTOR and encourage publications to use it.

  11. Re: An old saying. on Prosecution of Swartz Typical for the "Sick Culture" Pervading the DOJ · · Score: 1

    You're being too reasonable about it all. Some people on this thread can't possibly countenance the idea that everything that happened to Swartz was a direct result of his own actions, and that at most he was most likely looking at a few years if found guilty, probably less even if he pleaded it down. No, we must all assume he was going to be locked away for the rest of his natural life and anyone who tries to inject reason into the discussion should be told to fuck off.

  12. Re:An old saying. on Prosecution of Swartz Typical for the "Sick Culture" Pervading the DOJ · · Score: 1

    I didn't say it would be okay. That would be a straw man of your own concoction. Seriously there are some morons around here.

  13. Re:An old saying. on Prosecution of Swartz Typical for the "Sick Culture" Pervading the DOJ · · Score: 1
    Read the indictment. They had him on 4 counts and none of them or the circumstances of his arrest seem unreasonable.

    Better judgement would have been to not do it at all, or to at least do it so slowly from a machine in a public area that it didn't DOS the server and set in motion events that ultimately lead to his arrest. If MIT / JSTOR had noticed at all in those circumstance then perhaps they would have done nothing more than tell him to knock it off.

  14. Re:An old saying. on Prosecution of Swartz Typical for the "Sick Culture" Pervading the DOJ · · Score: -1, Troll

    Thanks but I won't "fuck off" and my comment was entirely legitimate in the context of a discussion thread where a range of views may be expressed directly or indirectly related to the subject. If you don't like it, tough.

  15. Re:How does this affect copyleft? on WTO Approves Suspension of US Copyright in Antigua · · Score: 1

    Seems like you've just described an easy workaround for US copyright holders - release movies and music with copyright from any other country but the US.

  16. Re:An old saying. on Prosecution of Swartz Typical for the "Sick Culture" Pervading the DOJ · · Score: 0, Troll
    That's the potential length of sentence if he was sentenced to the maximum terms possible for all offences, to be served consecutively. I don't think anyone believes he would have served that or anywhere close. More likely it would have been pleaded down or the judge would have set a more reasonable sentence. And even if it did happen there is an appeal process.

    All of which is by the by. The best way to ensure you're not looking at jail time, long or short, is not to commit felony offences in the first place.

  17. Re:An old saying. on Prosecution of Swartz Typical for the "Sick Culture" Pervading the DOJ · · Score: 1, Flamebait

    No. That would be called a straw man.

  18. Re:An old saying. on Prosecution of Swartz Typical for the "Sick Culture" Pervading the DOJ · · Score: 3, Insightful
    Swartz abused MIT's terms of service, abused services they had subscribed to, effectively managed to DOS that service, actively evaded attempts to block his IP and MAC addresses, hid computers in University property to hide what he was up to and intended to disseminate content to non subscribers of that service.

    He did something clearly illegal and then had the book thrown at him. Perhaps the DOJ was heavy handed and perhaps his subsequent state of mind should have been a red flag to all parties to drop the charges or let him cop a lesser plea. But I don't believe it was inappropriate to prosecute him for what he did regardless of what his intentions may have been at the time.

  19. Re:Actually on How Much Beef Is In Your Burger? · · Score: 1

    It's not hard to find 100% meat burgers in the UK / Ireland / Europe. It's just the cheap ones which are usually padded out. Sausages are as bad and most UK / Irish ones contain rusk. Probably not as revolting as hot dogs though. Check out this. I expect burger manufacturing is pretty similar, tipping in trimmings and sacks of stuff and stamping out discs of burger. It's easy to see how if a consignment or "beef fat" for example contained horse dna the whole lot would be contaminated.

  20. Re:Postgresql on Fedora 19 Nixing MySQL in Favor of MariaDB · · Score: 1

    Not much use for complex projects expecting something as straightforward a migration path away from MySQL as possible.

  21. I sort of like it but it needs work on Fedora 18 Installer: Counterintuitive and Confusing? · · Score: 1
    Most installers are wizards which each step asks a different thing and when all pages are done installation happens. After installation another page comes up to ask for a user account and it's done.

    The Fedora 18 installer isn't so linear. It's more like a control panel where before installation there is a hub of icons for things that can be configured. The user doesn't have to click on them at all unless there is an exclamation against the icon. When all the exclamations are cleared the install can proceed.

    While installation is in progress, the user can also set the login account info immediately and walk away which means as soon as installation is done the process is complete.

    I think metaphor of a hub is quite confusing and tools such as the disk partitioner really feel clunky. I think the hub needs to be done away with something which can be used like a wizard in a linear fashion but also randomly - the obvious solution would be to stick all the tasks into a shelf and put Next / Prev buttons on the display. User can hit next to go through them or explicitly click an icon to jump straight to that page. When all exclamation points are cleared the install button at the end of the shelf lights up and the user can kick it off by clicking that.

    I think the account setup which is available during installation is useful. I imagine that its common enough for sysadmins to kick off an install, forget about it, come back hours later and realise it's not done yet because of some extra questions it needs. This way they can fill them out before they leave and it will be complete whenever they return.

  22. Re:Actually on How Much Beef Is In Your Burger? · · Score: 1
    Here are the ingredients for Tesco Everyday Value Burgers (the ones found with 29% horse in them) - Irish Beef (58%), Onion (12%), Beef Fat, Rusk (Wheat Flour; Salt), Water, Soya Protein Isolate, Salt, Onion Powder, Yeast, Sugar, Pepper Extract, Barley Malt Extract, Garlic Powder, Onion Extract.

    Since the beef is explicitly Irish where the burgers are manufactured, and the contamination occurred in a Dutch supplier, the most likely cause of contamination is the beef fat.

    58% beef is a shockingly low amount of actual meat so clearly the water, rusk, onion and fat are used to bulk it out and make it "juicy".

  23. Re:Actually on How Much Beef Is In Your Burger? · · Score: 1

    Cheap beef burgers are never 100% beef. They contain binders, protein, fat, rusk, onion and other ingredients. So horse DNA might come in through one of those routes. Doesn't mean it was deliberate, at least from the manufacturer's end - they might be mixing stuff up to a recipe and believe in good faith that their suppliers are delivering what they've been contracted to deliver.

  24. Re:Actually on How Much Beef Is In Your Burger? · · Score: 2
    Trace amounts of pork / horse are hardly surprising in a meat processing plant. But when the % is nearly 1/3 it suggests some idiot put a consignment in the wrong box or the plant itself has been deliberately palming off horse as beef because it's cheaper. Then that product ends up in Ireland and is mixed into burgers which end up in the UK. Some sources suggest the Netherlands where the contamination originated from has such lax penalties for passing horse off as beef that it's worth the risk to the supplier. But on the flip side, nobody in the food industry would ever trust a supplier like that again, as it would be a commercial death warrant.

    So it could be human error or a deliberate scam. Who knows what the answer is yet and the victims are the consumers and the manufacturers further up the supply chain. What is important is that countries have the tools to identify these sorts of issues. Ireland caught it because they do DNA testing which is something they should be commended for. I doubt every country does it.

    It's not just a EU problem either stories come out of the US especially for seafood of a cheap species being palmed off as an expensive one and the like. Everywhere that expects food quality has to start doing DNA testing to ensure what arrives on the plate is what's on the label / menu.

  25. Re:Ban Walmart on New York Passes Landmark Gun Law · · Score: 1

    No you haven't. Your argument is nonsensical. To understand why consider sarin gas was legal and someone advocated banning it because of its extreme lethality. Someone proclaims that more people are killed by knives than sarin so therefore sarin shouldn't be banned. It's a nonsensical argument and it's your argument right here. It may be the case that more people are killed by handguns than assault weapons but the fact is irrelevant when considering if assault weapons should be banned or restricted.