Slashdot Mirror


User: MavEtJu

MavEtJu's activity in the archive.

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

Comments · 638

  1. Re:naming conventions on Paul Mockapetris On The Future of DNS · · Score: 1

    dropping the http://www which is fairly redundant when using a webbrowser (yes, I know that ``www'' indicates the hostname, but who cares what the hostname is, I just want the site

    www is the service.

  2. Re:Not so sure... on Paul Mockapetris On The Future of DNS · · Score: 1

    However, how is it going to work if we add Barcodes, RFIDs, etc to DNS? Are we going to create a RFID domain? RFIDs are unique numbers, AFAIK, which is more like an IP address, which is exactly what DNS is designed to avoid the usage of! Will i go buy tee.shirt.yellow.minnesota.walmart and have the register go look up the RFID and price information? That would seem backwards.

    Euhm... the extensions are not to be used by you. Forget humans. Think machines.

  3. Re:Why not an IP address? on Paul Mockapetris On The Future of DNS · · Score: 2, Funny

    why not give it an IPv6 address

    $ ping6 -c 5 2001:4f8:4:7:2e0:81ff:fe21:6564
    --- 2001:4f8:4:7:2e0:81ff:fe21:6564 ping6 statistics ---
    5 packets transmitted, 0 packets received, 100% packet loss

    Somebody stole a book!

  4. Re:Too complicated, I don't think so on Paul Mockapetris On The Future of DNS · · Score: 1

    Too complicated

    Not really. Very easy to query, very easy to debug. (the magic is in the backend of the DNS server which has all the data).

    I think the thing is that you don't know the problems people have ("I have this shitload of data and I need people all over the world to be able to query it, how can I do this in a distributed and efficient way?")

    Sometimes you need to look further than the size of your nose ;-)

    Edwin

  5. Re:WEB/FTP on Paul Mockapetris On The Future of DNS · · Score: 2, Insightful

    I'm surprised there aren't records for 'WEB' and 'FTP' and the like.

    There are three ways this has been resolved in the past and today:

    - portmapper, where you ask the machine (think of it as a DNS on the machine itself for port-numbers) on which port the nfsd listens.

    - hostnames: ftp.freebsd.org is the ftp-server, www.freebsd.org is the www-server. Yes, still port 21 and 80, but you can figure out which hosts to use for which protocol.

    - SRV records, which you ask for a service and a domain name: _smtp._tcp.mavetju.org resolves into:
    _smtp._tcp.mavetju.org. : 0 0 25 tim.barnet.com.au. (try dig _smtp._tcp.mavetju.org SRV)

    So as you see, the possibilities are there, now it is the applications which have to figure out how to use it.

    Edwin

  6. Re:Not so sure... on Paul Mockapetris On The Future of DNS · · Score: 1

    Yet, that would only lead back to my original question. Are you going to seperate RFIDs into domains by number and then delgate them? That seems silly- imagine trying to put MAC address lookups on DNS.

    RFIDs are unique numbers, AFAIK, which is more like an IP address, which is exactly what DNS is designed to avoid the usage of!

    Please think of in-addr.arpa and ip6.int? It does exactly what you describe as your problem.

    Furthermore:
    DNS is great in it's hierarchal nature- one can simply delagate domains to another server, which keeps what ever DNS is managing the root (like slashdot.org.) from getting overloaded with requests.

    Actually, it's the caching nature of the records which prevent this. [no more nitpicking]

  7. Re:security? on Paul Mockapetris On The Future of DNS · · Score: 1

    (Score:2, Insightful)

    You're kidding, right? Score: -1: Troll.

    The article talks about DNS, not a specific implementation of it. Only if you won't look further than how long your nose is, you will come up with these kind of comments.

  8. Re:An honest question on NetBSD gets New sysctl Infrastructure · · Score: 3, Informative
    From the first link on the article:
    • The kernel knows about (but does not currently use) the name to number mapping for each node. Auto-discovery of the tree is now possible.
    • Nodes can now be added to the tree by lkms, device attachment routines or at securelevel 0 from the command line via the sysctl binary.
    • Adding new nodes (or subtrees) to the sysctl tree is now much simpler.
  9. Re:XModem on Where Are The Founders Of The Dial-Up Revolution? · · Score: 2, Informative

    I loved ZMODEM because it got files in bigger 1024kbit chunks?

    Hold your horses, zmodem only went to 8192 byte blocks. 1Mb blocks would suck if you had to wait 20 minutes for each block to be retransmitted :-)

    Edwin

  10. Re:Torrent on Latest Maps of the Internet · · Score: 1

    Content-type: text/plain

    Please fix that and real browsers will understand it better.

  11. Go live close to the beach on Ways to Beat the Telecommuting Blues? · · Score: 3, Interesting

    Being in the same apartment to sleep, eat, AND work every day definitely leads to cabin fever.

    Nothing beats living close to the beach. The five minute walk to it is what it takes me to relax. The rest of the time I spent there are just holidays.

    Now if spring would start in nsw.au, I would be completly happy :-)

  12. And they are running.... on Netcraft Web Server Stats Challenged · · Score: 2, Informative

    We detect that www.port80software.com is running Yes we are using ServerMask.

    Date: Thu, 27 Nov 2003 07:15:24 GMT
    Server: Yes we are using ServerMask
    Set-Cookie: It works on cookies too=8, SM130P.5Q..NS12H57M64MP00.N2356; path=/
    Cache-control: private
    Content-Length: 21881
    Connection: keep-alive
    Connection: Keep-Alive
    Content-Type: text/html

  13. Re:5.2 on FreeBSD 5.2 Scheduled For Release By Christmas · · Score: 4, Informative

    Is this going to be the stable release for the 5.x series?

    No. Think you have to wait till 5.3 for that.

  14. Re:Great. on ARIA Threatens To Sue Internet Service Providers · · Score: 2, Informative

    They already did regarding on hold music and the telcos are now paying one dollar per telephonenumber to the ARIA.

    Idiots.

  15. Re:PHPnuke ? on How to Set Up a Gift Website? · · Score: 4, Funny

    it's like bashing MySQL for not being a good word processor.

    Hah! Another piece of dirt I can throw at these mysql monkeys!

  16. Re:Two Hours? I dont think so. on Son of Concorde · · Score: 3, Funny

    Then it says Paris to Tokyo in 2 hours! Hell no.

    If it takes 7 hours (say 8 for easy math) to transport 150 people, twice as fast for 300 people (twice as much) will make it 2 hours. If it was for 150 people it would be 4 hours.

    Edwin, statistics expert.

  17. What end-products? on McBride Speaks, In Person And In Print · · Score: 5, Funny

    David comes on, he's now a shareholder, he's rowing with us, and let's face it, he's added significant value to our company since February. Our stock was around a buck, now it's $14.

    And what are the end-products your company makes?

  18. Spelling 101 on Should Hackers Get Their Own Logo? · · Score: 4, Informative

    and the BSDers their demon.

    That's a daemon for them.

    The BSD Daemon
    Daemon not demon

  19. Exactly what is exploding? on Nokia Investigating Reported Cell Phone Explosions · · Score: 2, Interesting

    Does anybody know what is actually exploding? Is it the battery? Is it the CPU? Is it one of the memory chips? "The telephone is exploding" is almost as vague "his house blew up".

  20. Re:Bulk builds on NetBSD Packages Collection Freeze · · Score: 4, Informative

    For your information, Mark Linimon has made a website which extracts information from the bento logs and the PR database to make a better overview on the error reporting.

    it's here

  21. Re:This is about the dumbest slashdot news item ev on What is a Good Free MUD Client? · · Score: 1

    the dumbest slashdot news

    It's "Ask Slashdot", not a news item.

    Do you want to play again? [N/n]

  22. Licensing of books on Paper Capable Of Playing Videos Developed · · Score: 1

    I foresee a new market growing, the licensing of books. You buy a license for six months, and even if you haven't finished it by then, the text will be erased automaticly...

  23. Re:linux sucks donkey dick on New FreeBSD, NetBSD Security Advisories · · Score: 1

    in your /etc/rc.conf

    Make that /etc/make.conf

  24. Re:So what? on New FreeBSD, NetBSD Security Advisories · · Score: 2, Insightful

    It wasn't so much an exploit but more a denial of service.

    If there is a way for third parties to disable a service running on my computer, yes I would like to be informed by it :-)

  25. Re:for FreeBSD 4.8 on New FreeBSD, NetBSD Security Advisories · · Score: 4, Funny

    congratulations, you just have let your old sshd reread its configuration instead of stopping it and starting the new one.