Slashdot Mirror


User: somenickname

somenickname's activity in the archive.

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

Comments · 640

  1. Re:Except that detection is not cheap on Ad Blocking – a Coming Legal Battleground? · · Score: 1

    Even if it weren't highly objectionable to allow a web page to query the status of my ad blocker, browser based blocking is only one form of ad blocking. You can also use a hosts file, a proxy (like squid), or even your router (like untangle). In fact, on a public/company network, you may not even be aware of the fact that you are blocking ads because it may be done at a level that you aren't in control of.

  2. Re:This is a loaded question on Ask Slashdot: What Video Games Keep You From Using Linux? · · Score: 2

    You can also go the other way if you are willing to use Xen. You can run native (well, Dom0) linux and then run a Windows VM with a VGA-passthrough video card to it. It's non-trivial to setup but, I've played at least a dozen Windows big release games at max graphics on my linux workstation using this method.

    Hint: You will also need to get a PCI USB controller and a KVM to do this. (And, oddly, ATI cards are what you want for the passthrough card).

  3. Re:and it'll keep getting worse on Amazon Kindle Fire HD 7 Rooted · · Score: 1

    I don't think most people want to control their own devices. For home users a computer is an appliance that they will use for a handful of tasks. As long as the hardware does those things, they don't really care how open it is. To use a car analogy, the software in your car likely makes the air to fuel ratios inaccessible to tinker with. Most people don't care as long as the car runs right. For the people that do care, there are after market engine management systems and even cars that have those things directly accessible.

    I'm also not convinced that all computing will end up locked down. Even with a fairly dystopian view of the future, there are two things I think will prevent it: 1) Server grade hardware. It's one thing to lock down a consumer grade device but business will not stand for a locked down server and I can't imagine vendors thinking they would. 2) Hobby markets. Things like the Raspberry Pi and similar devices are going to keep getting better, cheaper and more common. The vendors of those types of hardware have no incentive to lock down the hardware. I understand that at the moment not all the drivers for these devices might be open source but, this is still a fairly new market and I think going forward, a lot of interesting things are going to happen with these types of devices.

  4. Re:In a laptop performance isn't the only issue on Are SSDs Finally Worth the Money? · · Score: 1

    That's completely incorrect. Modern CPU power savings uses a strategy called "race to idle". The deeper idle states (C-states) are so power efficient that the best power savings comes from doing everything as fast as possible and then returning to the deepest idle state. Waiting for information to come back from a spinning disk likely prevents the CPU from getting into the deepest idle states. If you are going to read a gigabyte of data, it's more power efficient to do it as fast as possible.

  5. Re:Not a huge surprise. on AMD64 Surpasses i386 As Debian's Most Popular Architecture · · Score: 1

    Even if you are running a 32-bit OS on a machine with 4GB of RAM, you'll need to use a PAE kernel to take advantage of all the RAM. Some of the 4GB address space (usually around 400-500MB) will be reserved for things like PCI-Express so, 10% or more of your RAM is likely to be unaddressable for applications by a non-PAE kernel. This isn't an issue when you get down to 3GB or less though.

  6. Not needed for home theaters on Will Dolby's New Atmos 62.2 Format Redefine Surround Sound? · · Score: 2

    Home theaters are generally setup in small enough rooms that even a 5.1 system is very immersive. Having upgraded from 5.1 to 7.1 to 9.2 in the last year, the immersiveness has improved but, it's incremental enough that I can't imagine and wouldn't even encourage most people bothering with it. Having extra speakers on the z and y axises (height and wide channels) will make some movie scenes more impressive but, in general, it's ambient noises that come out of those channels and, if you already have a properly setup and calibrated 5.1 system with even moderately priced speakers, most of the time you won't notice much of a difference.

    As for having speakers on the ceiling, that's completely pointless for a home theater. Having height channels (PLIIz/DSX/DTS:Neo) a few feet above your front speakers is sufficient to give your ear the impression that things are happening directly above you. Just like side surrounds can play phase tricks on your ears to make you think something is happening directly behind you, height channels can make things sound like they are directly above you. And this technology is already available on mid-priced 7.1 receivers.

  7. Re:Laugh on Dell Designing Developer Oriented Laptop · · Score: 1

    I've used 12.5"-13.3" laptops for my development machines for years and you are exactly right. The key is setting up your environment to make the most of your screen realestate. By default most OS installs and applications are designed to be familiar/pretty with little thought to maximizing viewing space on a small screen. There are plenty of things you can do to maximize your working area: Effective and heavy use of virtual desktops, get rid of unused menu/tool bars, remove window decorations for maximized windows (devilspie), moving tab bars to the side instead of on top, put the task bar in a vertical orientation, learn your keyboard shortcuts, etc.

    720 vertical pixels seems very limiting but, if you take some time to setup your environment, you can actually use all 720 of them to as a work area.

  8. Re:Which distributions? on Linux 3.3 Released · · Score: 1

    Don't try dropping a new kernel source tar-ball onto RH Enterprise Server, Fedora, or even Ubunto -- it will break your system, and your $$$$ support agreement.

    The support agreement part is possible but the actual building and installation of a new kernel on Debian/Ubuntu couldn't be easier. With a single command you can build proper .deb packages from the kernel source and with a second command install them complete with grub updates, DKMS updates, etc. I've been doing this for years without problems. The days of breaking your machine with a custom kernel are long gone for modern distros.

  9. Re:Blast from the past on Wine 1.4 Released · · Score: 2

    The Xen + IOMMU setup is what I use and it works great once you get it setup. Hardware selection is the key to making it less painful to setup. Specifically, if you try to use an nVidia card as the passthrough card, you are in for a world of pain but, an ATI 6800 series is essentially an out of the box experience once you configure the bootloader to block the device from dom0. You'll also need to be careful which distro you use. The Debian flavor of distros do an awesome job of setting up grub to do the Xen magic so, something like Xubuntu 12.04 (haven't tried this setup on 11.10) should be ideal once it's released but, if you use something like Debian 6, you'll end up needing to get Xen 4.1 and a newer kernel (3.1+) to support the PCI passthrough backend. Both of those things are pretty simple to do if you know you need to do them beforehand.

    Once you get the basics setup, you'll probably want to pass a few other PCI devices through. If you buy a cheap PCI USB controller, you can pass that through to the VM and then use a KVM to switch between Linux and Windows. If you have a crazy enough motherboard (or secondary cards), you can also passthrough things like one of your onboard NICs and my motherboard even has an LSI SAS controller that passes through just fine (you can't use it for boot devices but, RAID0 WD Raptors run at native speeds in the VM).

    It sounds like a big hassle to setup and, if you are going at it completely blind, it definitely is but, once you get it setup, it's rock solid, native performance and no real upkeep at all. I've played things like Dragon Age II and Skyrim at max settings at 1920x1080 and had literally no problems.

  10. Re:misdirection on ACTA Referred To Europe's Top Court For Analysis · · Score: 1

    I guess I don't know much about the EU parliament but isn't, "the people who elected me are against this" a sufficent reason to vote against it? What's the point in having elected officials if they can't represent the people that elected them?

  11. Re:No good choices here. on KDE KWin May Drop Support For AMD Catalyst Drivers · · Score: 1

    Why would a "Militant Linux Zealot" buy a laptop with AMD graphics? Support for AMD graphics has always been poor and even the most basic research when buying a machine would turn up this fact. I agree that you are "in a real minority" but, not because you use linux for everything (hell, my parents do that) but because you use linux for everything and purchased the worst possible graphics platform for doing that.

  12. Re:Ghostery on Facebook Cookies Track Users Even After Logging Out · · Score: 1

    I didn't see anything wrong in that privacy policy. They don't collect any information from the browser extension at all. All of their information collection is opt-in in the form of information you explicitly give them. Except the fact that your IP address might appear in their web server logs if you go to the website. Seems reasonable to me.

  13. Re:Clones around, it's "enhanced clones" with trou on Red Hat Nears $1 Billion In Revenues, Closing Door On Clones · · Score: 4, Interesting

    I'm really surprised that this comment was modded up. Oracle is responsible for btrfs (negating the "filesystems" argument), Novell was the catalyst for the modern linux composited desktop with compiz/Xgl (negating the X argument), and if I thought about it for more than 10 seconds, I'm sure I could come up with a shitload of other examples where these two companies that you've "cherrypicked" have been a driving force for good in the linux world. I do agree with your sentiment but, you sound bitter for these companies not having contributed to technologies that you don't realise you are using. But, most likely, the have. And in a big way. I'm all for hating companies like Oracle but, hate them for the right reasons.

  14. Re:Mostly unnecessary on 1Gbps Wi-Fi Coming Soon To a Billion Devices · · Score: 4, Interesting

    Mostly the extra throughput will not be used. What is the real throughput anyway?

    Unless you're streaming from a local server, your internet connection will be the bottleneck, and most of those can't saturate 802.11a/g. Even the highest speed FIOS & DOCCIS 3 rates can't quite saturate 802.11n.

    I'm not so sure. I think this technology might not be useful for the opposite reason.

    I've got a 100Mbit/15Mbit DOCCIS 3 line connected to a Linksys E3000 that sits about 10 feet from where I usually use my laptop (5Ghz N) and it's like Internet Nirvana. It's well matched and good hardware with bandwidth that is surprisingly delivered as advertised. However, it's only delivered as advertised because of diligence on my part. Twice now (NEVER reboot your DOCCIS 3 modem), I've been mysteriously bumped down to a 30mbit/5mbit connection. I've called to complain both times and, to my ISPs credit, both times when I've said, "Look, I'm an engineer. I've properly tested the line and it's 30/5", they've immediately put me through to a proper network engineer who, while obviously annoyed, did things like put a large file on a server that was 1-ish hops away and said, "FTP that over and see what you get". I was stunned. And the problems were resolved.

    Having said that, most people I know have ISP issued routers and wouldn't even know how to test their connection speed to the router or the internet in general. It wouldn't surprise me to learn that half of them have upgraded to connection speeds that not a single computer in their house can actually achieve over wireless because they are using shitty ISP issued D-Link wireless-g routers that they tuck away in the place least conducive to actually getting a good wireless connection. The ISPs know this and certainly aren't going to start issuing 1Gbit wireless routers that will allow people to actually take advantage of the speeds they are paying for with every device in their house.

  15. Re:Kernel locking on Linux 2.6.37 Released · · Score: 2

    This kernel should trickle down to 10.04 LTS as well. One of the big complaints about the 8.04 LTS version was that hardware gets released so rapidly that a 3-5 year old kernel isn't going to support a lot of it. Even right now the Ubuntu 10.10 kernel (2.6.35) is in the 10.04 repos that are enabled by default.

  16. Re:As a voter who normally leans Democrat... on Democrats Crowdsourcing To Vote Palin In Primaries · · Score: 1

    It would pervert the process if it was written in some binding way that the US is a two party system and you must vote one way or the other. I would call this kind of activity a huge boon to the US democratic process. If both the Republicans and Democrats start playing this game and end up with very weak candidates for their parties, it gives a strong third party a better shot at gaining traction. If the political duopoly of American politics were finally broken, the US government might find a way to pull its head out of its ass.

  17. Re:No, because science != sci-fi/fantasy on Can Movies Inspire Kids To Be Future Scientists? · · Score: 1

    There is a difference between a special effects movie and a "good science" movie. But, there is also a difference between a "good science" movie and a movie that can potentially get kids interested in science and technology. Movies like War Games, Weird Science and Real Genius were probably a big inspiration for many of us 30-somethings to sit down and dig into technology. Even if the initial lure was to hack into the school computers to change your grades, create a super-model genius girlfriend with a scanner or implanting a talking microchip into a jerks tooth. I know those were the reasons I got into computers as a kid and, though I only accomplished some of those goals (I won't enumerate which), I can definitely point at every one of those movies and say, "That movie had a dramatic effect on me as a kid".

    In some ways this goes back to the Tron review that was on Slashdot earlier. In the 80's, when computers were magical to most of the population, seeing something like that could have a profound effect on you as a kid. Now, your average teenager has the equivalent of an 80's super-computer sitting in their pocket and, though they don't understand how it works, it's an appliance to them so they also don't care. The magic is gone in a lot of ways. Kids are being raised with technology aimed at the consumer market and I think that makes them somewhat numb to the difference between sci-fi and technology: "If it were possible to do that, I'd be able to find an app for my phone to do it" instead of "Whoa! I wonder if *I* could do that".

    (I think at this point I'm supposed to mumble something about my lawn and how kids should stay off it)

  18. Re:scary on Interpol Issues Wanted Notice For Julian Assange · · Score: 1

    If he suddenly dropped off the face of the earth it would just create a martyr out of him

    You mean except for the fact that especially in the US that most people despise him and Wikileaks and would be happy if he was killed?

    I live in the U.S. and I can't imagine that's the common sentiment. On the one side you have people cheering him on, in the middle you have people that are morbidly curious and on the other side you have people that may indeed loathe him. U.S. sentiment may seem to be on the "loathe him" side because that side happens to be the very vocal minority that he is damaging with his leaks.

  19. Re:Static IPv6 addresses for everyone. on Peter Sunde Wants To Create Alternative To ICANN · · Score: 1

    This isn't as unreasonable as it sounds.

    I remember getting a huge foldout "Map of the Internet" in PC Magazine in the early 90s. In that era you really needed something like that to seed an address book (or circle of trust) because everything from your browser to search engines was so primitive. If I remember right, some of the addresses in that map were just IP addresses and it made no difference at all. You were going to type something odd into the URL bar anyway so, who cares if it's random numbers or a domain name. You were going to bookmark it if it was interesting regardless.

    Not too long after that, you could type something like, "dell.com" into the url bar and be pretty sure you'd end up where you expected to be because it was becoming common for companies to have a presence on the web. For a few years, domain names were pretty useful because of this but, quickly after that, the domain name landgrab started and the idea of guessing a url became less commonplace (whitehouse.com... enough said) that the internet was best navigated by search engines. Then browsers starting featuring a search bar right next to the url bar because that was a more reliable way to get where you wanted to go. After that, plain old url bars started to be replaced by "smart" url bars that would try to figure out where you wanted to go based on history, bookmarks, etc.

    Basically, who even uses domain names for navigation now? In firefox, if I hit Ctrl-L and type "dell" it's going to find it in my history and take me where I wanted to go. If I hit Ctrl-K (which, is far, far more likely than hitting Ctrl-L now) and type "dell" it's going to lead me to the same place. I've found the place I was looking for before I've even made a DNS query for it. So, why bother having DNS at all? If 99.99% of my DNS queries could just as easily be resolved by bookmarks, history, /etc/hosts, smart url bars and search engines, what possible value does DNS offer me over global static IPv6 addresses? A domain name and a IPv6 address are equally as unlikely to be typed into my url bar.

  20. Re:A nice gesture on Company Seeks To Boost Linux Game Development With 3D Engine Giveaway · · Score: 1

    the percentage of hardcore gamers is probably much, much higher on linux.

    Hardcore gamers who (generally speaking) don't see anything wrong with pirating software. That little detail is pretty important.

    That seems a bit disingenuous. There are philosophically crazy open source users and there are practical open source users. The latter almost certainly outweigh the former and they don't mind paying for a game. I've met far, far more "This just works better" linux users than I have "Fuck the man!" linux users.

  21. Re:A nice gesture on Company Seeks To Boost Linux Game Development With 3D Engine Giveaway · · Score: 1

    I may not have made my point well but, I think a love of gaming and a curiosity of technology are attributes you'll often find together in a person. I admit that this is again generalizing but, buying a mac is practically a declaration of "I have no interest whatsoever in understanding how my computer works. I just want it to work" (In fact, that's basically what Mac ads say). If a curiosity of technology and gaming go hand in hand (which I think they do), then mac users are the most abysmal gaming market available.

    Show me a hardcore gamer and I'll show you someone who would probably find linux interesting.

  22. Re:A nice gesture on Company Seeks To Boost Linux Game Development With 3D Engine Giveaway · · Score: 1

    I'm not really sure how to say this without using stereotypes but, linux users and mac users are generally very different types of people. While the installed user base of OSX is larger than linux, the percentage of hardcore gamers is probably much, much higher on linux. I think when you target OSX for games, you are targeting a platform. If you target linux, you are targeting a demographic: Nerds with copious amounts of free time.

  23. Re:A nice gesture on Company Seeks To Boost Linux Game Development With 3D Engine Giveaway · · Score: 4, Insightful

    Official Wine support would certainly be a step in the right direction. I played WoW under Wine long ago and I got the impression that while it wasn't officially supported, it wasn't such an unsavory configuration that Blizzard would tell you to bugger off if you asked for support for it. I have no evidence to back this up but, I also got the impression that the desire to play WoW on linux gave the Wine project a very tangible flagship kind of "This Must Work" application. So, while I would love to see native linux clients, official Wine support would still be amazing and, possibly more beneficial to the linux community because of the side effects of having a better Wine.

  24. A nice gesture on Company Seeks To Boost Linux Game Development With 3D Engine Giveaway · · Score: 5, Interesting

    This is a nice gesture but, I don't really see it jump starting linux game development. I don't think linux will be considered a viable gaming market until a gigantic name like Blizzard starts releasing native linux clients. In fact, I think Blizzard could single handedly make linux a gaming platform. They already release OpenGL versions for the Mac so technologically, they are a short hop from a linux client rather than a giant leap. I wonder if thousands of e-mails to release Diablo 3 with a native linux client would be enough to persuade them to do it.

  25. Seems reasonable on Big Media Wants More Piracy Busting From Google · · Score: 4, Interesting

    I propose that Google charge the RIAA slightly less than retail value per CD worth of infringing music that they discover. Using RIAA logic, every prevented CD download is a sale so, this seems like a very modest cut for Google to take if it helps recoup all those untold billions of dollars the RIAA is "losing".