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
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.
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;-)
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.
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]
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.
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:-)
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
it's like bashing MySQL for not being a good word processor.
Hah! Another piece of dirt I can throw at these mysql monkeys!
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.
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.
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".
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.
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...
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.
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.
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!
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
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
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]
(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.
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
Content-type: text/plain
Please fix that and real browsers will understand it better.
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
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
Is this going to be the stable release for the 5.x series?
No. Think you have to wait till 5.3 for that.
They already did regarding on hold music and the telcos are now paying one dollar per telephonenumber to the ARIA.
Idiots.
it's like bashing MySQL for not being a good word processor.
Hah! Another piece of dirt I can throw at these mysql monkeys!
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.
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?
and the BSDers their demon.
That's a daemon for them.
The BSD Daemon
Daemon not demon
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".
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
the dumbest slashdot news
It's "Ask Slashdot", not a news item.
Do you want to play again? [N/n]
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...
in your /etc/rc.conf
/etc/make.conf
Make that
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
congratulations, you just have let your old sshd reread its configuration instead of stopping it and starting the new one.