Slashdot Mirror


User: monas

monas's activity in the archive.

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

Comments · 15

  1. Read the law first. on Belarus Bans Use of Foreign Websites · · Score: 1

    The text of the law (in Russian) is available here: http://www.pravo.by/pdf/2011-134/2011-134(010-029).pdf (first page, registration number 2/1869).

    Google translation of subject matter bellow:

    "Article 22.16. Violation of requirements for the use of the national segment
    Internet
    1. To work on the sale of goods, works and
    services in the territory of the Republic of Belarus with the use of information networks,
    and resources with an Internet connection is not located on the territory of the Republic of Belarus and (or) not registered in the prescribed manner -
    punishable by a fine for an individual entrepreneur or legal entity
    in size from ten to thirty basic values.
    2. Violation of the requirements of legislation to implement the identification
    subscriber units in the provision of Internet services and (or) users of Internet services
    points of the collective use of the web services, recording and storing information about the subscriber's devices, personal data of users of Internet services, as well as information about Internet services rendered -
    punishable by a fine of from five to fifteen basic values.
    3. Breach of the law to restrict user access inernet services to the information gap for distribution in accordance with
    legislation -
    punishable by a fine for an individual entrepreneur or legal entity
    in size from ten to thirty base units.. "

    So, I don't see the problem for person in Belarus to log into amazon or gmail as long, as it is performed for personal, educational or other non-commertial purposes. Problems starts if you want to do business and your systems are outside of the country. And this most likely affects businesspeople from other countries visiting .by.

    Of course, it is Belarus. And how widely this law will be [ab]used remains to be seen.

  2. Re:what's the point? on Open Source Alternative for Skype · · Score: 1

    Gizmoproject ties you to gizmo (sipphone.com's) service; openwengo is not (*). So, if you have your own SIP gateway, you can configure wengo software to use YOUR gateway, and not that of authors of software. You can not do that [without hacking|network interception] with gizmo.

    (*) well, "production" version has SIP configuration dialog disabled, but, as it is opensource, you can compile your version for your customers and yourself.

  3. Re:What about M$soft? on AOL Now Publishing SPF Records · · Score: 1

    You can allways put a *nix box between the Internet and your msexchange which will decide what messages are good and which are bad.

  4. Re:Is using ptr a problem? on AOL Now Publishing SPF Records · · Score: 1

    Oops. A, not PTR ;-)

  5. Re:Is using ptr a problem? on AOL Now Publishing SPF Records · · Score: 1

    No. SPF box will check what mx.aol.com PTRs to and then will check if your IP is in that set. Latter check will not hold [I hope], so you will need to find other big name...

  6. When to expect 3.7.0 aka 3.7.256? on New ssh Exploit in the Wild · · Score: 1

    Just a tought :-)

  7. Re:Uh, no, I don't think so on Better Bandwidth Utilization · · Score: 1

    I was and still am sure, that tcp window is measured in bytes not packets.

  8. NT is "better UNIX than Unix"... on Microsoft To Start Running Anti-Unix Ads · · Score: 1

    ... w2k is "built on NT technology", so also is somehow unix... then, what MS is fighting?

  9. where is | on that keyboard? on Sharp Readies SL-5000D · · Score: 3, Funny

    Keyboard without "|" - keyboard without future!

    In wrong place - it's even worse :-//

  10. lithuanian clones are not good for linux on IBM's PowerPC Motherboard Design? · · Score: 1
    Here at Lithuania one company produced lots of PowerPCs with help form IBM. Lots of them were put into scools. But unfortunately they have screwed something with IDE controller and therefore I know of no man who succeded to boot linux from harddrive on these beasts. Otherwise linux installs just fine.

    I'm not sure we are talking about the same board.

  11. Re:How secure is this really? on IRC Improvements · · Score: 1
    CTCP is not an option if you need to communicate with more than one person and this is what irc channels for are.

    Second. I did not read specs. But I immagine that one could create a secure system where:

    1. encryption/decryption is made [almost] only on client computers;
    2. clients could complain to server that something is wrong with particular nick;
    3. server then could check next few messages from that suspectable nick and apply penalties either to one who supplied badly encrypted/forged data or who blamed on innocent

    As for increase in network traffic. 16 extra bytes per message for authentication is not a big deal when just tcp/ip header is 40 bytes long. And you could save more by changing full name of server to just id.

    For those who speak about central authority. If I have some friends who I communicate a lot I will have stored their id files (also I don't know if this is in this implementation) and my client could warn me if somebody other pretending to be friend of mine.

    All in all - I suppose this is good idea. The only problem - I could not find source for their server.

  12. eVoting is good for mini-referendums on Online Voting? · · Score: 1
    Ok, voting was invented to get people's oppinion. And in the ideal country we -- cityzens -- should be asked for every problem in question. But it would cost too much and would make us bored very soon.

    Therefore we elect our representatives to be bored for us (at the price they are allowed to do whatever decission in our name). And this is where eVoting could make big change! With eVoting we can:

    1. drop the voting price - make voting available for every question;
    2. get the oppinion of people, who cares about that particular problem;
    3. make more problematical to buy votes at parlaments/congresses/etc;
    4. check out how good our representatives represents our oppinions
  13. Re:parse HTML instead on WAP Under Fire · · Score: 1

    parsing of HTML is wrong way. If you need to present information in different forms you should provide it in XML and supply different style sheets for different browsers.

  14. Re:C "pound" on Microsoft's New Language · · Score: 1
    I teach perl classes. And I do this in Lithuanian. And unfortunately we do not have traditional name for symbol # in our language. But I need to spell it from time to time. So I spell "criminal" or "criminal sign" (in translation).

    So, I suppose M$ choose correct symbol for naming it's invention.

  15. Re:They mandate Python!? on $100,000 Open Source Design Competition · · Score: 1
    Hey, I wrote no line in Python (I'm perl fan), but I will try to participate in make competition. And I don't think they will force me to do lot in Python.

    "How?" Write your tools in whatever language, provide GENERAL interface for scripting (add comment - Python interface will be [user changeable] default) and you violate no rules [IMHO].

    "What do you have to improve in make?" Well, you will find this in competition pages when it will end up. :-) Or, if codesourcery won't make it public, - I will do personally. I'm not so fool to disclose ideas I had for several years with "no try" in competition. Especially when even minimal prize is 5 month of my salary worth (C'est la vie in ex-USSR).

    Do you believe in success? Yes, I do. And time will show how everything will happen.