Earlier quoted context omitted.
If it's used for a website, it's redundant. If not, it's inaccurate.
Not sure I can agree -- just as with all TLDs, it serves as a namespace. My.website isn't the same as My.webapp, which is different from My.webshop. I'm not sure any of these really are worse than My.com? In the end, it's just an alias for a numeric identifier.
Automata: Like the Game of Life, but with violence
61–70 of 72 posts
Re: Automata: Like the Game of Life, but with violence
#62Re: Automata: Like the Game of Life, but with violence
#63Earlier quoted context omitted.
Assuming the RNG is a deterministic random number generator, then that should make the entire game deterministic? Given independent runs, the decisions that each cell takes should occur in order, and therefore achieve the same result.
You don't know what the starting internal state of the RNG is, so no you can't predict it. The starting internal state being secret is what gives PRGs their security.
Unless you give it a seed manually, of course. Say, 42?
Re: Automata: Like the Game of Life, but with violence
#64If you put a 4 x 8 purple block in the center of each color, the outcome will always be purple taking over the entire map. It seems like a fairly complex, and similar tactics in Go can achieve victory (victory being purple overtaking the map).
Re: Automata: Like the Game of Life, but with violence
#65Earlier quoted context omitted.
Why so?
If it's used for a website, it's redundant. If not, it's inaccurate.
But given that that's not possible, http://microsoft.website would be better than http://microsoft.com except on historical grounds.
Do you know what "com" stands for? Commercial? Would you believe me if I made a convincing argument that it stands for something else - probably.
Re: Automata: Like the Game of Life, but with violence
#66Earlier quoted context omitted.
Not sure I can agree -- just as with all TLDs, it serves as a namespace. My.website isn't the same as My.webapp, which is different from My.webshop. I'm not sure any of these really are worse than My.com? In the end, it's just an alias for a numeric identifier.
Yes, they're much worse. TLDs are namespaces, not protocols or application level guides. Imagine: john@something.mywebsite ftp://something.mywebsite and so on. It makes no sense to indicate the desired protocol in the domain name. I know that for many people the 'web' and the 'net' are now synonymous but that's calcification and in the future that may simply not be true. I sincerely hope that the web is not the final…
If something.website is actually not a website, then things are different. But we live with something.net not being an ISP, and something.com not actually being a commercial entity -- so I can't accept that the new TLDs are that much worse than the old ones? Not to mention the geographical based TLDs... is really "codewith.us" defined by being based in the USA?
Naming things are famously hard, and you can only have one TLD for a single "thing" (Not counting things like att.com for the commercial entity, and att.net for the ISP etc) -- if what you do is run a website (eg: medium, blogger, mypetproject.website) -- I don't see .website as being a particularly bad TLD.
All that said, I do agree with your last two paragraphs.
Re: Automata: Like the Game of Life, but with violence
#67This game is quite different from Conway's Game of Life because it's not deterministic. During a turn, cells will rely on Math.random to find whether to move or divide; the direction that the cell move into is also randomized.
Re: Automata: Like the Game of Life, but with violence
#68Earlier quoted context omitted.
"www" is generally taken to mean (world-wide-)web server (as opposed to ftp, gopher, telnet, smtp, imap or just "mail" server). So you could say needing both "http(s)://" and "www" is redundant. Similarly, http://ftp.company.com is a bit of a misnomer -- if it was an ftp server, you'd have to use "ftp://" -- but of course a single host might run several different daemons, or a daemon might speak several different pro…
http://ftp.company.com makes perfect sense. It is the http listing of the files stored on the server, linking to the actual files served using FTP. FTP isn't made for dynamic content and the file list is just that. The main role of the domain is FTP serving, though.
Re: Automata: Like the Game of Life, but with violence
#69Earlier quoted context omitted.
If it's used for a website, it's redundant. If not, it's inaccurate.
You can't very well call it redundant when it's not possible to leave it off. There's no reason for a tld today. Every keyword should be a TLD, no reason you shouldn't go to http://microsoft But given that that's not possible, http://microsoft.website would be better than http://microsoft.com except on historical grounds. Do you know what "com" stands for? Commercial? Would you believe me if I made a convincing argum…
As it stands, TLDs are not used for their intended respective purposes in practice (.com for commercial, country codes, etc), so expecting this situation to suddenly change is unrealistic. I would expect, in fact, that the most successful uses of .website will be by smartasses for IRC, email, etc.
Re: Automata: Like the Game of Life, but with violence
#70Needs population count as a live graph.