Slashdot Mirror


User: Random-words-writer

Random-words-writer's activity in the archive.

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

Comments · 6

  1. Re:In Soviet Russia ... on Russia Weighs Going Cyrillic For DNS · · Score: 1

    In ex-soviet Russia, there is a http://www.slashdot.ru/ ! (and they haven't myminicity links) I hope that their Slashdot won't be slashdotted by our.

  2. Re:two tone on Intelligent Software Agents - Are We Ready? · · Score: 1

    Obligatory XKCD reference: http://xkcd.com/331/

  3. Hey ! Don't generalize ! on eBay vs. Romania's Online Scammers · · Score: 1, Interesting
    I'm from Romania and I have few friends that are great online-traders and deliver the object every time ! And some things that worth to know:
    • this year we received the right to make full-access accounts on PayPal (some time ago we couldn't receive money, only send and at the beggining of this year we couldn't make accounts at all)
    • many of us are trustworthy people
    • some of us are considered "hackers" by the media beucase they are selling fictive objects on eBay
    • and a part of the population thinks it's a hard thing to lie online, on eBay
    • all users should buy big things only from sellers with good feedback
    • on our online auctions site, the most popular delivering and payment method is "face-to-face", mainly beucase there is a large group of "traders" in Bucharest, followed by the ramburs shipping (at the postal office, when you receive the package yo,u give the money)
    • there are some legal and good online businesses in Romania that rely on PayPal, so if they'll block our accounts again, this won't be a good thing for a big part of online entrepreneurs
  4. Real programmers... on The Home Library Problem Solved · · Score: 1

    You could do it the real programmer's lazy way: make a flat file "database" and use regex to query that database.

  5. Re:Why Should Anyone Care? on Ogg Vorbis / Theora Language Removed From HTML5 Spec · · Score: 1

    > In an age where computers can render entire environments in real time you still can't do the following in HTML/CSS/Javascript ... [...]

    tip: You can do all that things in SVG ... I know that's overkill but at least it works. The only problem would be with the embeded font, because the text will be a series of beizer curves so the SEO wouldn't be so efficient (the crawler would have to incorporate OCR software).

    I excluded other image formats because this is based on XML (text) so it doesn't eat bandwidth comparing to the PNG/JPEG/Flash.

  6. XHTML1.0 vs. HTML5 on Ogg Vorbis / Theora Language Removed From HTML5 Spec · · Score: 1

    I tought the XHTML specifications were made to replace the old HTML4.01 ... but now I see that the next "version" of HTML4.01 is HTML5.

    I think it's better to leave alone the HTML5 beucase it will cause more incompatibilities with the browsers and concentrate all the development efforts on the XHTML standard. I'm almost sure it won't be fully compliant with HTML4.01 and all major browsers will implement some different interpreting methods.

    XHTML is more easier to understand for the computers because it is formatted as a XML, so it is nested and clear, but also is flexible.