Slashdot Mirror


User: naapo

naapo's activity in the archive.

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

Comments · 32

  1. Linux drivers? on Linux Kernel Booting On the iPhone · · Score: 3, Insightful

    I wonder how they plan to get the hardware specifications for the necessary drivers from Apple. Booting Linux is not very useful, if you can't access most of the peculiar hardware in the iPhone.

  2. Re:Correction on Netbooks Take a Bite Out of Windows Profits · · Score: 1

    They mine those machines

    Haven't you heard about data mining before?

  3. Re:It's always 9:11 on Large Hadron Collider Goes Live September 10th · · Score: 1

    I always happen to look at my clock at precisely 13:37. It's weird.

  4. Re:Office 2007 runs on Wine 1.0 too. on Wine 1.0 — Uncorked After 15 Years · · Score: 1

    For your stupidest customers, guess what you can do? EMBED THE FUCKIN PDF IN A DOC, LOL!!!!!!!!!!! But... But... That is horrible! The children!
  5. Re:Bizarre Screenshot From Writer on RedOffice 4.0 Beta Updates OpenOffice UI · · Score: 1

    That text in French says "One should eat the cat hot. When it's cold it's disgusting..." "Cat"? Surely you mean "pussy"; in which case I'd agree.
  6. Re:Good news for those going into IT on The Benefits of 'Vendor-Free' Open Source IT · · Score: 1

    - However, many hospitals / organizations duplicate functionality, which is the "more waste" that I talk about. I mean, many, many businesses are the same and need email / web server setups plus a few business-specific apps. This is all duplicated by each organization. I believe GPL is specifically crafted to address this issue, at least in theory, as the source code for every published new version of the software must also be published. However, for the internal use within organizations, like in the hospitals you gave as an example, there is nothing in the GPL forcing to publish the source code, because the new binaries are not published either. I think some companies, e.g. Google, already benefit from that. I think it is bad, because it leads to wasted resources as you said; but on the other hand, more restrictions than GPL provides for using open-source software could also be bad.
  7. Re:Hard Evidence Of Vista Poor Sales and Performan on Vista SP1 Released to Manufacturing · · Score: 1

    In fact, I haven't had any problems with XP, 2000, NT, CE, 98, 95, 3.11, 3.1, 3.0, DOS 3.3 either. So, are you still using only CP/M?
  8. Re:Ironic on EU Launches Yet Another Antitrust Probe Into Microsoft · · Score: 1

    Just because Windows happens to be the most popular solution at the moment doesn't necessarily give Windows a monopoly. Yes it does in regards to the EU antitrust law. There is no clear percentage limit for the antitrust law to apply, but there have been court cases where a mere 40% market share has been considered dominant. Below that you are (likely) safe; above that not. Microsoft clearly has a market share that falls under the EU antitrust regulations and Apple doesn't. yet. :-)
  9. Re:What about postscript? on Norway Mandates Government Use of ODF and PDF · · Score: 2, Informative

    I've also written my share of PostScript code and agree to most of the things you said. Except one - PDF isn't PostScript. PostScript doesn't support alpha channel but PDF does, which is a major difference. If you render e.g. translucent gradients having a nonlinear shape into a PDF file, there is no way to convert the resulting vector graphics into PostScript (other than bitmap, that is).

  10. Re:Section Tag on New Vista Random Numbers to Include NSA Backdoor? · · Score: 5, Funny
    Don't know about our rights online, but I gladly noticed that this was tagged quite appropriately

    ahhjeezenotthisshitagain
    It was not exactly a dupe, but clearly an "ahhjeezenotthisshitagain".
  11. Re:I have a need right now... on Hitachi Promises 4-TB Hard Drives By 2011 · · Score: 1

    Maybe with home video editing becoming popular some people might need to backup this much data. Indeed. I use DVDs for my home videos and pictures, but it's a pain in the ass and I think it's not a particularly reliable backup method anyway. I try to burn two backups of each video, though.
  12. Re:Dual licensing interpretations on Theo de Raadt Responds to Linux Licensing Issues · · Score: 1

    For example, I could invite you around my house and say "If you're hungry, grab something from the fridge". All your friends would probably be very polite and ethical about it, but if you put up a note at the local mall billboard saying that your fridge is open for anyone interested, there would bound to be someone willing to empty it. Similarly, if you'd offer your BSD code for your friends, there wouldn't be any problems. But what would happen if you offered the world your code under the BSD license? There's always someone willing to try to take advantage on your generous offer.

    I bet RMS foresaw this one. He was determined enough to invent something to keep the code pirates at their bay.
  13. Re:Just doesn't make sense on Theo de Raadt Responds to Linux Licensing Issues · · Score: 1
    I am sorry I understood you wrong. However, it seems we do agree about what I wrote about the legality of adding code with GPL license to a work licensed under BSD. The reason I thought you were discussing about newly added code was because you referred to modified files in the sentence just before the one I quoted:

    BSD code can be modified but the BSD license cannot be removed from the modified file either. It is not possible to add a new license to a BSD licensed file without permission of the original copyright holders. Granted, you can indeed modify code (bugfixes, minor new extensions) without adding anything substantial, but I was thinking about larger modifications and even new source files. It all depends what the "modified file" actually means.
  14. Re:Just doesn't make sense on Theo de Raadt Responds to Linux Licensing Issues · · Score: 3, Insightful

    It is not possible to add a new license to a BSD licensed file without permission of the original copyright holders. Of course it is. You just cannot remove the BSD license from the original code you did not wrote. GPL and BSD are compatible in this sense; you can for example add a function to a BSD licensed file and put a note there that the said function is licensed under GPL. Also, you can add GPL-licensed files into BSD-licensed project (GPL specifically allows it, and BSD license does not forbid it). After that you cannot distribute the combined work without agreeing to both the BSD and GPL licenses; of course only to the extent in which you use the GPL-licensed parts and BSD-licensed parts. If I understood correctly, that seems to be the problem here. The BSD people, quite understandably, do not like this licensing quagmire, because it would prevent the inclusion of the combined work into a BSD tree (the newly written files and functions under GPL could not be placed into a *BSD project).
  15. Re:GPL is about giving back to community on Theo de Raadt Responds to Linux Licensing Issues · · Score: 1

    That's just it. Due to the GPL's viral nature, the BSD community cannot just "use it within the GPL limitations". Those "GPL limitations" would reportedly turn around and force the entire OpenBSD source base to be licensed under the GPL.

    Indeed; if you don't want to use GPLd code under GPL license, you simply cannot include it in your project. But I fail to see how this is worse than not giving any code back, like Microsoft did when they took the BSD TCP/IP stack and extended on it. As I said, with GPL people "taking" BSD code you can at least see the modified code, and use the resulting code and binary without paying for it.

    I agree that the *BSD license gives you more freedom with dealing with the code. But why there needs to be such a fuss when GPL people plan to take an advantage on this freedom? I thought that the idea behind the BSD license was specifically to allow more freedom and not to force you give the source back like GPL forces you to. I agree that it's not very nice that the Linux developers are planning not to give code back to the *BSD trees, but I also believe it is their right.

  16. GPL is about giving back to community on Theo de Raadt Responds to Linux Licensing Issues · · Score: 2, Interesting

    It's weird how Theo de Raadt writes about GPLd code:

    "Thanks for what you wrote, but this is a one-way street, you give us code, and we take it, we give you you nothing back. screw off."

    I agree with Theo it would be somewhat rude to extend the driver with GPL-only additions, which is possible and seems to have been proposed. But still, I wouldn't exactly call publishing GPLd code to be "giving nothing back". At least you can see the code, and the community is free to use it within the GPL limitations.

  17. Re:Completely Unfair Scheduler on Mark Russinovich On Vista Network Slowdown · · Score: 1

    Haha, that was fun on so many levels! :-)

  18. Re:It's so easy! on How Would You Refocus Linux Development? · · Score: 1

    I'm just asking you for the option of using a lightweight GUI to parse and store my preferences to the same text file.

    I felt the same way, but then I found two excellent general-purpose GUI configuration editors for Linux. They're called emacs and vi, and with bot of them you can edit the config files on graphical screen. No more flipping the switches on the front panel! The only problem is I haven't yet been able to decide which one is better.

  19. Re:How did he get access and On tools on Forensics On a Cracked Linux Server · · Score: 1

    6. The rootkit itself handled all connections via something that looked like ssh. I never managed to figure out how it loaded. One of the executables in the system loaded at startup was backdoored. Probably sendmail or one of the other daemons it could not do without.

    I once had a machine compromised with very similar symptoms. It turned out that it was infected with a loadable kernel module rootkit. Back then I didn't even know that such beasts existed! However, I managed to find and examine it by compiling my kernel without module support, so the rootkit couldn't start. Originally I thought that the kernel was just acting weird and tried to configure it as simple as possible. When booting, it warned it could not load the rootkit module. :-)

  20. Re:A *myopic* analysis of the situation? on Torvalds on Linux and Microsoft · · Score: 1

    Linus treats everyone as if they were fair, generous, and cooperative. Unfortunately the real world is not like that. It's full of deceitful, self-serving, and non-cooperative people and companies who talk nice but do evil. I guess you're right. Maybe that's why his little hobby operating system project failed so miserably. Had he treated everyone as a potential enemy, he'd probably been able to keep the project completely as his own.

  21. Re:Worst. Idea. Ever. on On Diamond-Based Quantum Computing · · Score: 1

    News flash: Your current computer you just used is "crystal based". In fact, silicon and diamond have the exact same cubical diamond lattice crystal structure.

  22. Re:Finland ain't Scandinavia on Norway Moves Towards Mandatory Use of ODF and PDF · · Score: 1

    Actually, "epäjärjestelmällisyys" is quite an easy example. You could continue it and end, for example, in a form "epäjärjestelmällisyydentelemättömyyksissänsäkään" , which would be a fully correct single word in Finnish. It means literally "not even under the influence of his often repeating habit of being unsystematic". Of course, we Finns don't use words like that, because such words would be difficult to understand even for the native speakers.

  23. Re:The government of Thailand on Thailand Sues YouTube · · Score: 1

    I would assume they're planning to sue in Thailand, not in the USA. There seems to be a law in Thailand with heavy penalties for insulting the king. If YouTube/Google has any subsidiaries in Thailand, they may be screwed.

  24. Re:Yes, They Have on Warner CEO Admits His Kids Stole Music · · Score: 1

    Look out! It's a trap!

  25. Re:Don't need actual code copying on IBM's Counterclaim 10 Outlines 5 Ways SCO's Wrong · · Score: 1

    Parodies are another matter....

    Maybe Linux is a parody of SCO Unix and therefore allowed?