Slashdot Mirror


User: AnyoneEB

AnyoneEB's activity in the archive.

Stories
0
Comments
1,171
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,171

  1. Re:OOo menus are very popular on RedOffice 4.0 Beta Updates OpenOffice UI · · Score: 1

    Since there seem to be a lot of people who like each UI, and the project is open source, is there any reason preventing either (1) old style vs. ribbons simply being a preference or (2) having one remain as a fork only different in the UI? There is no reason to have a battle between the pro-ribbon people and the can't-stand-the-ribbon people.

  2. Re:Sounds like the same advertising from the EEE.. on nVidia Preview 'Tegra' MID Platform · · Score: 3, Interesting

    Except Pandora promises at best a third the battery life. Then again, Pandora is due out very soon, and reading about both it sounds like Pandora is the type of machine nVidia would expect Tegra to be used in.

  3. Re:Simpler solution on Why BitTorrent Causes Latency and How To Fix It · · Score: 1

    That doesn't address the number of open connections issue.

    Then enable the number of connections capping that is in your p2p client's settings right next to the upload capping option.

  4. Re:Opendoc on Brazil Appeals OOXML Decision · · Score: 1

    Ignoring the fact that Office 2007's .docx (etc.) and OOXML are not the same format, even docx is rather rare. Most people I know are still using some older version which only has support for the old binary formats, and those that I know who have Office 2007 have to be reminded to save in the old formats because otherwise no one can read them. Microsoft Office is the de facto standard, but Office 2007 is a relatively new product, so it would be quite a stretch to say .docx is as well.

  5. Re:Java???? on Scalable Nonblocking Data Structures · · Score: 1

    If speed if your concern, why would you switch from Java to C++ instead of just switching from JRE to gcj native? Is there really a significant difference between gcj and g++ in terms of speed? I guess Java has bounds checks which are probably not completely optimized out, but they could be disabled with --no-bounds-check.

  6. Re:Whichever one doesn't require Java on Picking the Right Eclipse Distribution · · Score: 2, Informative

    the one that isn't ridiculously slow because it uses Java. Ah, you mean this one. For instructions for any distro, see instructions for running Eclipse natively with GCJ from Classpath.
  7. Re:But... on P2P BitTorrent Tool Could Replace Pirate Bay · · Score: 1

    Since Azureus uses SWT it seems like you should be able to compile it with gcj to native code without too much trouble. Google says it has been done.

    Java is a perfectly fine language for native code. I wish more Java-based projects would release binaries for different platforms. Also note that the Sun JVM has been getting faster with every release, so although you may have found it unusable in the past, it may be fast enough for you now.

  8. Re:Not really adding anything important but... on Federal Court Says First-Sale Doctrine Covers Software, Too · · Score: 1

    I cannot help you with the others, but for MatLab, look into GNU Octave, which is "mostly compatible with Matlab."

  9. Re:Nice attitude, guys! on New Linux Distribution — Exherbo, Announced · · Score: 1

    From the summary it sounds like the parts they are working on are the lower levels, which usually are only indirectly visible to users. (Note that I have not looked at the project, so the following may not represent its goals specifically.) For instance, their work init might eventually result in a faster booting system, or a better package system might mean the people putting together the packages can do so faster, but as a work in progress these are uninteresting to most users.

  10. Re:Good Samaritans? on Identity Theft Hits the Root Name Servers · · Score: 1

    I think it is a bit early to say DNSSEC is being ignored. The most recent related RFC is dated Feburary 2008 (although Wikipedia says it was released in March). The Wikipedia article mentions work on setting up implementations. It sounds like it is getting slowly phased in, but as the parent implied, like many other internet standards, it may end up dying before anyone actually starts using it.

  11. Re:Seems about right on 20% of U.S. Population Has Never Used Email · · Score: 1

    20% of America doesn't use e-mail because they don't have anything to say via e-mail. Consider the same logic with regard to first posts ;) 20% of America doesn't use first posts because they don't have anything to say via first posts?
  12. Re:Still don't see the point of burning it into RO on Linux Desktop to Appear On Every Asus Motherboard · · Score: 1

    You can use virtualization to do this without too much trouble. qemu has a readonly option: the "-snapshot" option makes it only write to the image when you tell it to. I assume other virtualization software has similar options.

  13. Re:Real gains on DDR3 RAM Explained · · Score: 1

    These hard drives are what's slowing us down.

    Which is exactly why we need more RAM: RAM is a cache for your hard drive. The more RAM you have, the less your hard drive gets accessed so the less its slowness matters. If your RAM is large enough to hold your entire working set (data, programs, shared libraries), then your computer hits the disk the first time it needs each file and then only touches it for writes afterwards.

    Just as much, I assure you that memory speed is a very serious concern. Read up on the memory wall.

  14. Re:Not True... on It's Not a Flying Car - It's a Drivable Airplane · · Score: 1

    Installing indicatators on every road for automated cars would be a huge project. The US has enough trouble keeping some its roads driveable by humans. A reasonable self-driving car cannot rely on any more than a human driving a car does. Any more than a simple drop-in replacement like that would require decades of infrastructure improvement -- by which time we would probably have enough computing power to throw a the problem that self-driving cars would not need the signals anyway.

    In the Urban Challenge, the teams were given the maps of the area in a computer-readable format shortly before the race started and were expected to use a combination of GPS and other sensors to keep track of their position (with an explicit requirement that they were not allowed to rely on GPS... reasonable because GPS signals do not always acquire quickly). From Wikipedia:

    The event is being followed closely by auto manufacturers for the implications it holds for smarter cars and safer highways in the future.
  15. Re:Not True... on It's Not a Flying Car - It's a Drivable Airplane · · Score: 1

    The latest round was the DARPA Urban Challenge, which required vehicles to follow traffic regulations and interact with other vehicles on the course. This was considered more difficult than the off-road course.

  16. Re:Stupid idea on It's Not a Flying Car - It's a Drivable Airplane · · Score: 2, Insightful

    Self-driving cars may be in the forseeable future, but if the technology already existed then there would be no DARPA Grand Challenge. On the other hand, self-flying airplanes are much easier because, as I understand it, there are a lot few obstacles around and a lot of the decision making can be done by only reading instruments, not using human senses.

  17. Re:Slightly overlooked here.... on Competition In the Free Textbook Market · · Score: 1

    * is a traditional wildcard character; that is, it matches anything. In particular, **AA means RIAA and MPAA and any similar organizations.

  18. Re:Finally somebody makes sense of it all on iGoogle Launches Developer Sandbox · · Score: 1

    Thank you, but I meant encrypted e-mails, which other replies addressed. I already do use the https version.

  19. Re:Finally somebody makes sense of it all on iGoogle Launches Developer Sandbox · · Score: 4, Insightful

    I disagree on Google's openness. Google certainly is a big supporter of open source (SoC, etc.), but their core business is intrinsically closed: they want you on their site looking at their ads. Search is at least understandable as it requires a lot of work to spider, index, and cache any significant portion of the web, but GMail is not open. It ties you to Google and Google's ads instead of, say, Microsoft's OS, so it is more accessible, but it still holds the same problems: you do not really control your e-mail.

    To use GMail's features, you have to let Google have all of your e-mail to scrape for information about you, and, because it is closed-source, certain features which are not in Google's interest like easy encryption support will likely never get implemented and minor interface tweaks/extra preferences are difficult or impossible to get added.

    That said, I am also a GMail user because it simply is far more convenient than the alternatives, but nothing made by Google is going to be truly open unless it is a side project they cannot make money on. As soon as a libre webmail client reaches GMail's usability (at least for the subset of its features that I use), I will switch.

  20. Re:maybe if gmail supported it.... on Wikileaks Sidesteps Publishing Public PGP Key · · Score: 3, Informative
  21. Re:Rights to shakespear on Lecture Notes Considered Infringement · · Score: 4, Interesting

    No, in fact, all of his works can be found on Project Gutenberg, although you may notice a good number of minor differences from the versions you have seen before because any published edition has copyrighted touch-ups to the spelling and formatting.

  22. Re:Quite accurate on What Will Life Be Like In 2008? · · Score: 1

    Yes, paying a transaction fee to give money to your friends seems quite silly, especially if they are right next to you. You could use a system like RipplePay, but (1) it is incomplete, and (2) it would need a rather nice cell phone/mobile internet interface to make it at the same level of convenience as cash.

  23. Re:What about a player? on Salasaga Fills Flash Creation Hole for Linux · · Score: 1

    Unfortunately, flash has become the de facto standard for posting movies on the internet -- and rarely does one see a clear link to the video itself to simply load into mplayer. The grandparent talked about various hacks for downloading the video, which is what I often use when visiting YouTube, but they only work sometimes. So, there is no easy way to get out of using a flash player. And, no, "Don't watch videos on the internet." is not a sane workaround.

  24. Re:It's a difficult balance on Facebook Interviewer Heckled at Web Conference · · Score: 1

    You are correct. Once someone that wants to release the photo can see it, they can manage to copy it and release to the world. The idea with FaceBook privacy settings is to be able to put up photos and then only allow certain people to view them, and those people are the people you trust to not share the photos. One problem is that FaceBook only allows you to base access on whether someone is your "friend" and whether they can only see your "limited profile" or your full profile, so it is pretty hard to put up photos without giving a lot of people access to them. Another problem is that you are giving FaceBook access to them, and they can do anything they want with them. A third problem is the one you mention: if you do not want anyone to see a photo, you should not put it on the internet.

  25. Re:It's a difficult balance on Facebook Interviewer Heckled at Web Conference · · Score: 1

    Perhaps there is a definition confusion here. I do not care if companies maintain informative (and, if they want, flashy) websites and show up on a web search for their product type. That is marketing, but it is not intrusive. Also, consumers are free to look up review sites which will probably be less biased than the company's own website to discover products.

    On the other hand, advertisements show up when I am not looking for information on the product/product type they are advertising, and are therefore just an annoyance. Admittedly, this does not affect me much because between ad blocking in web browsers and mostly watching TV shows/movies off DVDs, I do not encounter many ads.