Slashdot Mirror


User: TheRaven64

TheRaven64's activity in the archive.

Stories
0
Comments
32,964
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 32,964

  1. Re:Bathing on Are Plastic Bag Bans Making People Sick? · · Score: 3, Funny

    I found that San Francisco did have quite a distinctive smell, but it wasn't body odour, it was a combination of internal combustion engine exhaust and cannabis smoke.

  2. Re:Buy local honey on Laser Intended For Mars Used To Detect "Honey Laundering" · · Score: 1

    Depends on what you're doing with it. If you're putting it in tea, or in a sauce, then the cheap honey is fine. If you're spreading it on toast, then there's a big difference in taste.

  3. Re:Oblig oblig XKCD on GNU Texinfo 5.0 Released · · Score: 3, Insightful

    Being the official anything of the GNU project pretty much guarantees that no other part of the GNU project will use your stuff.

  4. Re:Of course it protects the small investor on Do Patent Laws Really Protect Small Inventors? · · Score: 2

    When I worked for a big R&D firm, their basic rule of thumb was that a patent that you care about needs between £100,000 and £1,000,000 of capital sitting around to protect it. For a big company, you can amortise this, because you are unlikely to need to defend more than a few patents at a time. If someone infringes your patent, and you don't have a million sitting around to take them to court, then your best (financial) bet is to sell the patent to a patent troll that does. The big companies know this, and so won't have a problem infringing patents owned by small companies - if it becomes a problem then they'll offer to buy the company for less than the value of the patent, knowing that the smaller company doesn't really have a choice. They'll also offer very one-sided cross-licensing agreements (license this one patent to us and we'll let you use 10 of ours. Yes, ours are all likely invalid, but it would cost you more than you can afford to get them invalidated in court...).

  5. Re:Um, why? on Evil, Almost Full Vim Implementation In Emacs, Reaches 1.0 · · Score: 5, Insightful

    Emacs scripting is better than that in vim. Vim's scripting language is an abomination, and although it has some scripting bridges to other languages, they are not always installed and bring in big external dependencies. On the other hand, emacs' user interface works on the assumption that a 105-key keyboard means a 105-fingered user. Being able to use emacs' scripting facilities with vim's interface might be quite tempting.

  6. Re:Finally on Evil, Almost Full Vim Implementation In Emacs, Reaches 1.0 · · Score: 3, Informative

    I think you're confusing vim with nvi. Vim is the one that has a load of features not present in the original vi (e.g. syntax highlighting and persistent undo).

  7. Re:Idiots gives suspended taxes on Congress Takes Up Online Sales Tax · · Score: 4, Insightful

    Did they benefit? How many other companies went out of business because they couldn't compete with a big company that had a tax exemption? How much did they actually pay per job (some tax breaks for datacentres have worked out to about $1m of tax exemption per job - even over a decade that's unlikely to be a good deal).

  8. Re:27" FTW on Ask Slashdot: What Is Your Favorite Monitor For Programming? · · Score: 2

    A widescreen 27" monitor is fine for portrait windows. I typically have some terminal windows, web browsers, and PDF windows open, and most of them are portrait. The advantage of the landscape monitor is that I can fit them side by side easily. There's easily space for a couple of portrait-A4 windows on the screen for documentation / procrastination and for my terminals floating either below or between them.

    The main reason for landscape monitors is that most humans have two eyes that are next to each other. This means that they have a field of view that is much wider than it is tall. You need fewer eye (and head) movements to see all of a wide monitor than a tall one.

  9. Re:"Flaw"? on Google Store Sends User Information To App Developers · · Score: 1

    The difference tends to be that Apple violates your privacy because they're not very competent, Google does it because it's part of their business model. It seems more likely that Apple will eventually learn how to hire competent people than that Google will completely change its business model.

  10. Re:Tesla kept logs. on NY Times' Broder Responds To Tesla's Elon Musk · · Score: 1

    Not sure about the USA, but on this side of the pond it's illegal to have a speedometer that is more than a 10% error (I think, possibly 7%), and the bias must be in towards higher speeds. If they gave him a car with a speedometer that inaccurate, then that's a much bigger story.

  11. Re:Linux == rounding error on W3C Declares DRM In-Scope For HTML · · Score: 1
    Because they understand economics. A good strategy for any industry is to commoditise complementary markets. If you make films, you want the equipment required to watch films to be cheap so that people wanting to spend money on films give the majority of it to you, and the best way of making this happen is ensuring that there are a lot of competing manufacturers of film-playing equipment able to play the recordings you produce. DRM can only work by restricting access to keys that are shipped to clients, so you artificially limit the number of people creating the playback hardware or software. The artificial scarcity reduces competition and pushes the cost up. Worse, it makes the holder of the authoritative keys more powerful. Remember when the iTunes store had DRM for music? Anyone wanting to sell music had to agree to Apple's conditions. The reason the music labels ditched DRM was that it was the only way of breaking Apple's monopoly. The movie studios, with their insistence on Silverlight DRM, are trying to put Microsoft in the same position.

    More importantly, it prevents the creation of new and innovative players by anyone other than the existing manufacturers. In under 20 years saw the normal way of playing back music shift from shiny disks to tracks on a large storage device. We haven't seen the same shift for movies, because they had tighter DRM and so there was nothing like iTunes for DVDs (open source tools exist, but any time they are shipped in something that looks like a commercial product the studios sue the manufacturer out of existence).

  12. Re:Reality vs idealism on W3C Declares DRM In-Scope For HTML · · Score: 1

    And then what? My browser gets a key, it decrypts the media, and it dumps it to a file. What has the DRM accomplished, other than to burn some cycles (and, hence, battery life) on my mobile device?

  13. Re:Free software. on Of the Love of Oldtimers - Dusting Off a Sun Fire V1280 Server · · Score: 1

    SPARC64 used to be great for that. i386 was little-endian, had loose alignment requirements, and was 32-bit. SPARCv9 was big-endian, had strict alignment requirements, and was 64-bit. If your code ran on both, it would run pretty much anywhere. Now, it's a bit less clear. MIPS32 is a pretty good alternative, and is still shipping in a fair number of machines (although mostly embedded and especially NAS type systems). Between x86-64 and MIPS32, you have the same pairings, just slightly different (32-bit, strict, big endian, vs 64-bit, loose, little endian).

  14. Re:I'll adjust your statement... on Of the Love of Oldtimers - Dusting Off a Sun Fire V1280 Server · · Score: 1

    Not just the SMP support. Linux does completely braindead things with the MMU. I was shocked at how much faster NetBSD was on our SPARCstation 2s. Not just benchmarks-run-faster, but users-easily-notice-the-difference speed increases. They made pretty good X terminals, the main limitation was that the framebuffers could only handle 256 colours.

  15. Re:I must be getting old on Of the Love of Oldtimers - Dusting Off a Sun Fire V1280 Server · · Score: 5, Insightful

    15W is still quite a lot, for what it does. A vaguely modern mobile phone or even something like a Raspberry Pi can emulate a C64 with under 1W of power draw, and will have HDMI so you can drive a TFT without having to power an ADC to generate the digital picture.

  16. Re:MEP elections on EU Data Protection Proposal Taken Word For Word From US Lobbyists · · Score: 2

    I'm not sure where the OP was from, but in the UK you also get much bigger constituencies for the Euro elections than the national elections and have multiple MEPs per constituency. This means that smaller parties are much more likely to be represented than in the national elections. The most competent of my elected representatives has been my MEP.

  17. Re:Odd on EU Data Protection Proposal Taken Word For Word From US Lobbyists · · Score: 5, Informative

    Bribery is only needed by bad lobbyists. The ones that are good at their jobs, like the MPAA and RIAA, appear to be representatives of an industry and therefore experts on a particular subject. Politicians are not expected to be experts on everything, they are expected to be willing to take advice from experts. When they need to draft a new law, the solicit the opinions of experts. The competent lobbyists have already insinuated themselves into the system and so are invited, as experts, to provide opinions to the politicians. Some of them really are experts, others are paid shills. The politicians, not being experts, are usually not able to distinguish the two.

  18. Re:When will this stop? on Facebook Sued By Rembrandt IP For Two Patent Violations · · Score: 2

    Ugh. For a site supposedly full of intelligent people, please can we stop repeating this nonsense? Two parties invent something, party A just before party B. Under first-to-invent, if party B files the patent, they can go through all of the expense of filing and then party A can come along and say 'actually, here's my lab record which shows that we invented that first, we'll take that patent.' Under first-to-file, party A can come along and say 'actually, here's my lab record which shows that we invented that first. It's prior art, so we'll invalidate that patent'. The latter is the only sane way of implementing a patent system, because if two people invent the same thing at approximately the same time then there is no social benefit to giving either of them a patent. It doesn't mean that you can patent things that have existing prior art: that's a completely orthogonal bug in your patent system.

  19. Re:Even worse! on When 1 GB Is Really 0.9313 Gigabytes · · Score: 5, Funny

    timothy should get fired

    You can't fire him. He's a 5-line perl script. All you can do is file bug reports.

  20. Re:Difference between GPL and MPLv2? on LibreOffice 4 Released · · Score: 1

    LGPLv2 upgrades to GPLv2, which contains the "or any later version" clause

    False. LGPLv2 does not contain an 'or any later version' clause. The rest of this paragraph is not quoted because it didn't make any sense.

    (It may not be compatible with GPLv2 minus the "any later version" clause, but that's an obvious result of having one thing saying version 3 or newer, and the other thing saying version 2 only).

    The 'or later' clause is not part of any version of the GPL or LGPL. It is simply a convention that the FSF encourages users of their licenses to adopt. You don't have to modify the license to remove it (which, by the way, you can't legally do because the FSF asserts copyright on their licenses and does not permit derived works).

  21. Re: Or... on Fragmentation Leads To Android Insecurities · · Score: 1

    It's perfectly normal for an embedded system. It is not normal, or sensible, for a general-purpose computing device. It is certainly not sensible for a thing that needs to receive regular security updates to have most of the (vulnerable) code in read-only storage.

    And complaining that a 1GHz phone with 512MB of RAM is underpowered is ridiculous. It has far more horsepower than you need to run 4.1, it's only some of the newer apps that will struggle. I had a laptop with worse specs that ran far more demanding applications than anything I'd run no a mobile phone.

  22. Re:Or... on Fragmentation Leads To Android Insecurities · · Score: 5, Interesting

    Bullshit. The problem is Android's notion of a system application. These are things that can't be uninstalled and must be on the internal storage. Some of these really are system services, but others are just shovelware. The 512MB on the Nexus One is more than adequate for a more recent Android, if you move some of the non-essential crap onto the SD card. The Nexus One came with a 4GB SD card and supports up to 32GB, so there's no reason not to do this, except that then you'd be able to uninstall some of the Google stuff.

    This model, by the way, is especially wasteful because often these system components need updating, and due to the design of the Android filesystem layout they can't overwrite the old components, so you end up having to have two copies of a load of stuff installed, and you can't delete the unused one even though that's the one on the smaller storage device...

  23. Re:Why this dilution? on LibreOffice 4 Released · · Score: 2
    Once there was StarOffice, owned by Star Division.

    Star Division was bought by Sun and the bits they owned were open sourced as OpenOffice. It was then renamed OpenOffice.org once they noticed someone else owned the OpenOffice trademark.

    For years, Sun contributed 80% of the new code. Novell contributed about 10% and sulked that they weren't recognised as much as they felt they should be.

    Novell started go-oo.org, containing their own patches to OpenOffice.org, including several things that were of dubious legality (e.g. implementing Microsoft patents that Microsoft guaranteed that they would not sue Novell for, but didn't extend this guarantee to anyone else).

    Sun bought Oracle and most of the OpenOffice developers left (some voluntarily, others not) and found new employment.

    Novell saw this as an opportunity to become the dominant players and pushed the LibreOffice brand for OO.o plus their patches. Lots of people fell for this and LibreOffice started to gain a lot more traction.

    Most of the work in both forks is now by ex-Sun people. The code is horrible in both, although both teams are slowly trying to fix it.

  24. Re:Difference between GPL and MPLv2? on LibreOffice 4 Released · · Score: 1

    LGPLv3 is not actually very different from GPLv3. It was rewritten as GPLv3 + some extra permissions. It is compatible with Apache 2.0, but it is not compatible with GPLv2 or LGPLv2.

  25. Re:You need a compatible business model on Ask Slashdot: Can Closed Source Software Transition To the GPL Successfully? · · Score: 4, Insightful

    This really can't be moderated highly enough. A donation model is nice in theory, but very few people donate. The main reason for open sourcing software is that software is not your core market and you want to lower development costs. Once you open source the code that you are using, even a small number of external contributors counts as a net win. If your business is selling software, then you need some incentive for people to pay you. For proprietary software, it's simple: they can't use it unless they pay. For open source, they can use it and copy it for free, so why would they pay you? Typically, the answer is that they want to be able to influence the direction of future versions, for example by having bugs that affect them or features that they want prioritised.