Slashdot Mirror


User: kristaps.kaupe

kristaps.kaupe's activity in the archive.

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

Comments · 38

  1. MySpace worm wasn't first on Cross-Site Scripting Worm Floods MySpace · · Score: 1

    Actually, this wasn't "first self-propagating cross-site scripting (XSS) worm". This was second. First was written three months ago by Latvian hacker Lethal for Latvian Friendster-alike website Draugiem.lv. That worm was called Draugberts.

  2. Re:Slackware? on What Your Choice of Linux Distro Says about You · · Score: 1

    Libertarian (anarchist)? Grrrrrrrrr....

    - slackware user

  3. Re:Linux Version on Google to Launch Mac Version of Google Desktop UPDATED · · Score: 2, Interesting

    I can say, that I know many persons using GNU/Linux as their desktop OS, but I don't know anyone using Mac at home.

    Also ~ 5-6 % of my homepage visitors are using Linux, only ~ 0.3-0.5 are using Mac's (MacPPC+MacOSX).

    At least in Latvia (where I am living) Linux is more popular than MacOS. I'm too use GNU/Linux (Slackware) as OS for my workstation at home.

  4. Re:Blog Service? on Microsoft Will Try Out Blog Service In Japan · · Score: 1

    1) How is a Blog Service any different from Slashdot journals?

    Well, IMHO Slashdot journals is a Blog Service.

  5. Re:Want to know what Microsoft is going to do next on Microsoft Will Try Out Blog Service In Japan · · Score: 1

    Uhh Google is a search engine. What does that have to do with blogs?

    Google owns Blogger.

  6. Re:Sure on Syllable - The Little OS with a Big Future? · · Score: 1

    Do you own a mobile phone? If so, then you lied, just then.

    Well, I mean OS on my PC of course. GUI-only OS will be good on my cell phone, PDA, TV and similar stuff. (but it would be nice if I could have some shell too)

  7. Re:Sure on Syllable - The Little OS with a Big Future? · · Score: 1

    Yes, but how does an application get in the apt repository to the first place??? When Adobe ports Photoshop to Linux how are they going to distribute it to anyone that wants to download it from their site? There is no simple, standard way to distribute an application for each version of Linux that will install. Windows DOES IT. Linux DOES NOT.

    You can always create your own installation shell script so user will only need to download .tar.gz (or .tar.bz) and run install.sh. For example, Opera is distributed in three flavours - rpm (RedHat), dep (Debian) and tar.gz (all).

    Furthermore, it shouldn't be necessary to use a CLI, ever. It's fine if you want to use it for more control, but people should be able to start out in pure GUI.

    Yes, GUI is a good thing, but I will never use an OS that can't run without GUI.
  8. Re:Why? on Can GNU Ever Be Unix? · · Score: 1

    Linux on X86 won't comply becuase some of the errno codes are incorrect, being based on Minix, which also uses incorrect values.

    The Open Group Single UNIX Specification Version 3 only specifies names of errno codes in errno.h not the exact values.

  9. Re:Close enough on Can GNU Ever Be Unix? · · Score: 1

    For the amiga's design purposes, it was pretty close to unix. It was intended to be a single-user system, so obviously, it didn't have all of unix's multi-user/network stuff. But it had true multitasking including it's own form of task prioritisation, pipes, similar commands, dynamic libraries, a powerful scriptable shell, etc.

    MS-DOS 2.0 and later versions too had inspired from UNIX in many ways: handle-based file i/o API, pipes (well, not a real pipes, but...), possibility to use '-' as switch character, possibility to prefix device "files" with "/dev/" prefix, etc... But I don't think MS-DOS could be called "UNIX system".
  10. Re:I would PAY to get IMAP access to Gmail on How Does Gmail Stack Up In The Webmail World? · · Score: 1

    Yes, IMAP access would be good.

  11. Re:File this in the Irony category on Why You Should Use XHTML · · Score: 1

    Replace any remaining <b> and <i> tags with <span style="font-weight:bold"> and <span syle="font-style: italic">

    That's not required. XHTML 1.1 still have bold and italic tags.

  12. Re:You have to wonder... on Why You Should Use XHTML · · Score: 1

    Oups, correction! Of course I mean "can make website look good" not "can't make website look good" :)

  13. Re:You have to wonder... on Why You Should Use XHTML · · Score: 1

    Furthermore, I'd recommend reading Sending XHTML as text/html Considered Harmful by Ian Hickson.

    Basically I'm not affected by problems described there. I'm always keeping JavaScript in external files (and maximally trying to avoid JavaScript at all), I'm using lower-cased names in CSS. I don't really understand described problems with "The "/>" empty tag syntax", as I don't understand why HTML4 UA should display "<br />" as "<br>&gt;".

    Why I'm using XHTML? Because lot of new cell phones (including cheaper ones, like Nokia 3100) support XHTML and with additional CSS for media type "handheld" I can't make website look good on cellphones and PDAs without the need to fight with WML and it's file size limits.

    Well, some time ago I had the following code in my homepage:

    <?php
    if (strpos($_SERVER['HTTP_ACCEPT'], 'application/xhtml+xml') !== false) {
    header('Content-type: application/xhtml+xml; charset=UTF-8');
    echo '<?xml version="1.0" encoding="UTF-8"?>\n';
    }
    else {
    header('Content-type: text/html; charset=UTF-8');
    }
    }
    ?>

    In theory this should work, but unfortunatelly, this leads to problems with MSIE6 :(. So after two days I removed this code.

  14. Re:You have to wonder... on Why You Should Use XHTML · · Score: 1

    "XHTML 1.1 is only valid when served with the application/xhtml+xml mimetype"

    Where did you get that? XHTML 1.0 specification (XHTML 1.1 doesn't say anything about mimetypes) says: "XHTML Documents which follow the guidelines set forth in Appendix C, "HTML Compatibility Guidelines" may be labeled with the Internet Media Type "text/html" [RFC2854], as they are compatible with most HTML browsers. Those documents, and any other document conforming to this specification, may also be labeled with the Internet Media Type "application/xhtml+xml" as defined in [RFC3236]. For further information on using media types with XHTML, see the informative note [XHTMLMIME]."

    MSIE can't handle all valid XHTML 1.1 documents as it's buggy XML parser can't handle XHTML 1.1 DTD, but true is not that XHTML document must be served with "application/xhtml+xml" mimetype. So we can say: MSIE6 has partial XHTML support.

  15. Re:File this in the Irony category on Why You Should Use XHTML · · Score: 1

    I think main problem is not making Slashdot itself as correct XHTML. Somebody should also make all posted arcticles and comments valid XHTML. Maybe HTML Tidy could help there?

  16. Re:slack 10 on First Impressions of Slackware 10 · · Score: 2, Insightful

    Why I need package system if I have ./configure, make and make install?

  17. Re:They all start with "nano -wiR /etc/" on Top Ten Linux Configuration Tools? · · Score: 3, Funny

    mine usually starts with `mc' :)

  18. Re:So it is out... on PHP 5 Released; PHP Compiler, Too · · Score: 1

    ...but who will use it for another year or two?

    I will use!

  19. What I'm still missing on Google on New Google Groups in Beta · · Score: 1
    • Possibility to add custom NNTP servers on "Google Groups" (for example, in Latvia there exists one NNTP server which allows usenet access to some popular mailing lists)
    • Latvian language support for "Google Ads" (to be able to add "Google Ads" in my Latvian websites)
    • Opera support for gmail.google.com
  20. Re:Mel? on Linux Laptop w/ 3.5" Disk, USB, and No Hard Drive? · · Score: 2, Informative

    I mailed to author of this arcticle. Mel is acronym from "Multi-Edit Lite" and it can be downloaded from Free DOS software page. Unfortunatelly, it is simple text editor, not a word processor. (and it's shareware, not freeware) :(

    As for free DOS word processors, there is thing called "GalaxyWrite". Still working download link are in an old FreeDOS newsitem. It also mentions program called "AsEasyAs" - spreadsheet for DOS. Can't guarrantee anything, as I don't have tested them yet, but I hope this helps for somebody!

  21. Re:Mel? on Linux Laptop w/ 3.5" Disk, USB, and No Hard Drive? · · Score: 1

    Perhaps you'd be interested in MS Word DOS 5.5, which MS is offering freely here. I think it was a Y2K upgrade.

    Thanks, I will check it out. (But I would better like to use non-M$ solution)
  22. Re:Mel? on Linux Laptop w/ 3.5" Disk, USB, and No Hard Drive? · · Score: 1

    DOS boot disk and a program called Mel to do my word processing...

    Anyone know what this is? Google searches are swamped by people whose name is "Mel".

    Yes, I'm wondering too...

    I'm still searching for some good free word processing software for DOS.

  23. Re:Much easier work around on Endangered Countries On The Internet · · Score: 1

    France hasn't been part of the British Empire since around, oh, 1450 or so... ;)

    France has never been part of "British Empire".

  24. Xakep, e-pasaule, Klubs on What Magazines Do You Read? · · Score: 1

    What I'm reading:

    • Xakep - russian magazine about programming, IT security and stuff
    • e-pasaule - biggest Latvian IT magazine
    • Klubs - Latvian non-IT magazine with some naked girls inside sometimes :)
  25. Re:Pay attention! on New Alliance Hopes To Standardize Web Plug-Ins · · Score: 1

    More importantly: before Mozilla, it was the only cross-platform browser (as far as I know).

    How about Lynx? :)

    Just because it's not open source, doesn't make it a bad browser.

    Agree. I'm using Opera for about two years (before that I was Netscape 4.x user) and I'm not going to switch to Firefox or other open source browser.