Slashdot Mirror


User: diegocgteleline.es

diegocgteleline.es's activity in the archive.

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

Comments · 1,222

  1. Re:Sweet on Ubuntu 9.04 Released · · Score: 1

    You have a display manager that doesn't have a proper driver model, the only decent driver is a blob that is a hack to bypass x.orgs own facilities to get full blown acceleration

    I'm using a display manager with a proper driver model. You probably mean the pre-GEM drivers...

  2. Re:Fix the intel graphics bugs yet? on Ubuntu 9.04 Released · · Score: 1

    Intel works fine here. Nvidia is years behind when it comes to stability and integration

  3. Re:Wow. Just Wow. on Oracle Buys Sun · · Score: 1

    Why do you find more likely a merger of a desktop company with a server company, than the merger of two complementary server companies.

  4. Re:Unbreakable on Oracle Buys Sun · · Score: 1

    Oracle never did enhancements to their Linux distro, they release whatever Red Hat releases. I don't think there's people left these days who still thinks that Linux is "breakable". The "unbreakable" name is just marketing. Like "Oracle".

    The whole point of "Unbreakable Linux" was to try to kill Red Hat. It was released a few months after Red hat bought Jboss, which Oracle did want to buy. They thought that they could make an Oracle-branded equivalent of CentOS, sell support much cheaper than Red Hat, get all their customers and hence kill the company. Fortunately it didnt work.

  5. Re:Germany's cities are much closer together. on Obama Proposes High-Speed Rail System For the US · · Score: 1

    There're people who opposes to high-speed rails in Spain because they say it's not economically viable - it's a small country and high-speed rails don't pay off compared with airlines and normal-speed rails.

    (And even people who wants high-speed rails agree with them - they just say that it doesn't matters if the nation loses money, because they're worth of it)

  6. Re:I'll believe it when I see it.. on Energy Secretary Chu Endorses "Clean Coal" · · Score: 1

    In 2007, 10% of all the power used in spain came from wind (with peaks of 40%). Don't listen those who say that the grid can't handle it.

  7. Re:Sorry- but on Mozilla Mulls Dropping Firefox For Win2K, Early XP · · Score: 2, Informative

    If you have a server, you Should Not Be Browsing The Web (tm). And if you're using it as a desktop system...well, I hope god help you.

  8. Re:Open source moonlight? on Major League Baseball Dumps Silverlight For Flash · · Score: 1

    Why? I still have to get driven to a web page that requires me to use silverlight - even one that it's not important to me. Why would people reimplement something that not many people uses (and the situation doesn't seem to be improving).

    Hell, I don't even have mono or java installed here, I never needed them. What kind of pages do people visit to hit one that requires java?. Flash, on the other hand, is used everywhere. It won the war *long* time ago, but MS, its parters and people like the mono moonlight team seem to look it from a very different (and unreal) perspective.

  9. Re:Crap on IBM Withdraws $7B Offer For Sun Microsystems, Says NYT · · Score: 2, Informative

    So what is MS going to do, close the source code? All those products are opensource, they can't. Any other company (IBM, RHAT, NOVELL) would resume the investment in Java & OO.org, and could offer jobs to the original programms.

  10. Re:Ext4? on First Look At Fedora 11 Beta Release · · Score: 1

    No, it is not, it's like every other filesystem except Ext3 behaves. Welcome to the real world...

  11. False on Offshore Windpower To Potentially Exceed US Demand · · Score: 1

    For this reason, you can't supply more than about 10-20% of a given power grid directly from wind power - it destabilizes the power grid.

    That's just not true. 10% of all the power used in Spain in 2007 came from wind power. On 20 March 2007 (a particularly windy day with low power usage during night, etc) we had a peak of 40% of power coming from windmills. On 22 january of this year, we had an absolute record of wind power (234.059 MWh, 22% of all the power used that day) - higher than all the power generated by the 7 nuclear power plants we have, BTW.

    The grid didn't destabilized. Nobody noticed it. Sure, destabilization can happen and it's a problem, but it can be fixed. We have some sort of "coordination center" which (i think) predicts quite reliably the amount of wind we're going to have and balances everything accordinly.

  12. Re:Floating Cities on Offshore Windpower To Potentially Exceed US Demand · · Score: 1
  13. Do people really care? on Ubuntu vs. Windows In OpenOffice.org Benchmark · · Score: 1, Funny

    It's just me? I don't find very interesting a benchmark of office suites. Look, my suite can write bold text faster than yours! Boring...

  14. Last you checked... on Red Hat CEO Questions Relevance of Desktop Linux · · Score: 2, Informative

    He won't need to wait that much. In fact, according to Shuttleworth, Canonicalâ(TM)s annual revenue is creeping toward $30 million.

  15. A bad design that it is used everywhere on Ext4 Data Losses Explained, Worked Around · · Score: 5, Informative

    "No write is guaranteed to be written to disk until the OS is shut down, everything can be cached in RAM for an indefinite amount of time." However that'd be real flaky and lead to data loss. That makes my FS useless. Doesn't matter if it is well documented, what matters is that the damn thing loses data on a regular basis.

    It turns out that all the modern operative systems work exactly like that. In ALL of them you need to use explicit syncronization (fsync and friends) to get a notification that your data has really been written to disk (and that's all what you get, a notification, because the system could oops before fsync finishes). You also can mount your filesystem as "sync", which sucks.

    Journaling, COW/transaction-based filesystems like ZFS only guarantee the integrity, not that your data is safe. It turns out that Ext3 has the same problem, it's just that the window is smaller (5 seconds). And I wouldn't bet that HFS and ZFS have not the same problem (btrfs is COW and transaction based, like ZFS, and has the same problem).

    Welcome to the real world...

  16. its easy on A Real Bill Gates Rant · · Score: 5, Informative

    In some of those published emails, you can see Bill Gates:

    -Asking to add Windows-specific quirks to the ACPI "standard", just to make Linux more dificult. "It seems unfortunate if we do this work and get our partners to do the work and the result is that Linux works great without having to do the work [...] Maybe there is no way to avoid this problem but it does bother me. Maybe we could define the APIs so that they work well with NT and not the others even if they are open. Or maybe we could patent something related to this

    -Asking their teams to add IE-specific crap in the HTML code generated by Office, just to make harder for other browsers to display things: One thing we have got to change in our strategy - allowing Office documents to be rendered well by others people browser is one of the most destructive things we could do to the company. We have to stop putting any effort into this and make sure that Office documents very well depends on PROPIETARY IE capabilities" (emphasis by gates, not mine)

    -Lobbying Intel to get them to do all their design work in Windows desktops, not in Linux.

    -A lot of other "fun" stuff.

    And you wonder why people hates Gates? ;)

  17. Re:UWB for Video on Staccato Proclaims UWB Technology Isn't Dead · · Score: 2, Informative

    And Intel wrote a UWB Linux stack that was merged in 2.6.28. And they're producing UWB chips. Which means that long-term Intel is going to put UWB chips in all the mobos that use their integrated stuff.

    UWB doesn't seems "dead" to me, it looks more like an emerging technology.

  18. They won't listen on Malware Threat To GNOME and KDE · · Score: 4, Informative

    I filed a bug warning of this security problem on March, 2005. Final answer of the developers after taking it to the freedesktop lists: WONTFIX. So, what's the point of reporting bugs?...

    The fix is easy, only interpret .desktop files IFF they have the +x bit set (IOW, apply the regular UNIX semantics). It shouldn't take more than a few lines in Gnome and KDE to fix it, and distros can easily modify the scripts to make all the .desktop files +x-

  19. Re:If wine does this to FF, imagine ... on Firefox Faster In Wine Than Native · · Score: 1

    I think you meant "mucho mÃs rÃpido", o "mÃs rÃpido" ;)

  20. Re:Tux cant handle the Cuban heat. on Cuba Launches Own Linux Variation · · Score: 1

    "Socialism" is an european thing. Americans have been living in democracy more than 230 years (in all that time Europe has had to live with kings, coups d'etat, endless local wars, communism, nazism...)

    America have been using their taxes to provide public services even before Marx and "socialism" were born, and it always was completely different of what we the europeans understand by "socialism".

  21. Doesn't impress me on BeOS Successor Haiku Keeps the Faith · · Score: 1, Insightful

    As much hype as people wants to put in beos, the fact is that beos is...

    -Incomplete, beos always missed important pieces (a reason why its so fast and slim: theres not much to load)

    -Some parts have become old. For example, as great as the graphic subsystem was at its time, these days its old compared to the modern 3d-accelerated desktops. Even X.org is better than beos in this field these days.

    -Some of the advantages are useless. Why do I care about installing a driver by dragging and dropping files? The desktop systems that really care about users do not need to do anything to get the hardware working, they automate the process as much as possible and do not require doing anything. Installing a driver in Windows is most of the times automatic, and there are rare exceptions where you have to insert a CD when you are asked to do it.

    Any modern Linux distro is so much better than beos....

  22. Re:Ext4 small files performance? on Fedora 11 To Default To the Ext4 File System · · Score: 2, Informative

    You can see some of those benchmarks in this paper which explains the block allocator improvements that have been done in ext4.

  23. Re:How does it compare to ext2? on Fedora 11 To Default To the Ext4 File System · · Score: 5, Informative

    is it possible to run ext4 without the journal?

    Yes, it is. And, as you can see in the link, ext4 is faster than ext2. Even with journaling.

  24. Re:Your Goal: One Second or Less on Ubuntu 9.04 Daily Build Boots In 21.4 Seconds · · Score: 1

    That's why suspend-to-mem exists.

  25. Re:Product dumping on How Microsoft Beats GNU/Linux In Schools · · Score: 4, Insightful

    Indeed, and consider how MUCH money on training Microsoft gets for free when public schools teach with Microsoft products.

    It's not just the license. It's all the taxes you pay to train your own childs for the benefit of a private company.