Sponsored Content
The Lounge What is on Your Mind? Cut Over to New Data Center and Upgraded OS Done. :) Post 303022886 by Aia on Sunday 9th of September 2018 12:14:59 AM
Old 09-09-2018
Quote:
Originally Posted by Neo
Your post (on this topic, not generally) is one sided. This is normal and often seen when people have "drank the koolaid" and "believe in something" and develop a confirmation bias toward it. This is a fact of life - bias toward things we "believe in".
Sorry, Neo, if I struck a nerve there, but I never said that CI/CD are engineering principles. I said that the Cloud is appreciated by those customers that implements CI/CD as part of their developing and delivering/deployment strategy. You had a lot to say and seems to have a strong opinion that anything opposite to your logic is "one sided". I do not have anything else to say.
 

5 More Discussions You Might Find Interesting

1. Virtualization and Cloud Computing

Cloud Enabling Computing for the Next Generation Data Center

Hear how the changing needs of massive scale-out computing is driving a transfomation in technology and learn how HP is supporting this new evolution of the web. More... (1 Reply)
Discussion started by: Linux Bot
1 Replies

2. HP-UX

Need to set up a HP cluster system in a data center

What are the server requirements, Software requirements, Network requirements etc, Please help me.. as 'm new 'm unable to get things done @ my end alone. Please refrain from typing subjects completely in upper case letters to get more attention, ty. (5 Replies)
Discussion started by: Sounddappan
5 Replies

3. Shell Programming and Scripting

Failure rate of a node / Data center

Hi, Please, i have a history of the state of each node in my data center. an history about the failure of my cluster (UN: node up, DN: node down). Here is some lines of the history: 08:51:36 UN 127.0.0.1 08:51:36 UN 127.0.0.2 08:51:36 UN 127.0.0.3 08:53:50 DN 127.0.0.1 ... (6 Replies)
Discussion started by: chercheur111
6 Replies

4. What is on Your Mind?

Resolved: Issue in Server Data Center

Dear All, There was a problem in the data center data, which caused the server to be unreachable for about an hour. Server logs show the server did not crash or go down. Hence, I assume there was a networking issue at the data center. Still waiting for final word on what happened. ... (4 Replies)
Discussion started by: Neo
4 Replies

5. What is on Your Mind?

OUTAGE: Data Center Problem Resolved.

There was a problem with our data center today, creating a site outage (server unreachable). That problem has been resolved. Basically, it seems to have been a socially engineered denial-of-service attack against UNIX.com; which I stopped as soon as I found out what the problem was. Total... (2 Replies)
Discussion started by: Neo
2 Replies
MAKEBEAROFF(6)							   Games Manual 						    MAKEBEAROFF(6)

NAME
makebearoff - generate a GNU Backgammon bearoff database SYNOPSIS
makebearoff [-HCcgnvh] -f filename [-t PxC] [-o P] [-s cache-size] [-O filename] DESCRIPTION
makebearoff generates GNU Backgammon bearoff databases, which are used to improve play in the endgame. It can generate either two-sided (exact) databases that tell precisely the chance of winning or one-sided (approximate) databases that provide a variety of probabilities looking at each side independently. Bearoff databases can get quite large and can take a significant amount of time to generate for large numbers of chequers and/or points. OPTIONS
-f filename, --outfile filename Write the bearoff database to filename. This option must be given. -t PxC, --two-sided PxC Generate a two-sided bearoff database for P points and C chequers for each player. Be warned that the size of the database grows rapidly with larger numbers of points and chequers. -o P, --one-sided P Generate a one-sided bearoff database for P points. One-sided bearoff databases are always generated for up to fifteen chequers. -s N, --xhash-size N Use a memory cache of size N while building the database. If the cache is smaller than the database size, database generation will be slower due to disk writes. -O filename, --old-bearoff filename Reuse an already generated bearoff database. Any needed data already in this database will just be copied without regenerating it. -H, --no-header Do not write the normal bearoff database header. -C, --no-cubeful Do not calculate cubeful equities for two-sided databases. -c, --no-compress Do not compress one-sided databases. -g, --no-gammons Do not include gammon distributions in one-sided databases. -n, --normal-dist Rather than storing exact probabilities, approximate probabilities in a one-sided database with a normal distribution. -v, --version Show version information and exit. -h, --help Display usage and exit. EXAMPLES
To generate a two-sided database for up to eight chequers on six points: makebearoff -t 6x8 -f gnubg_ts.bd Note that this database is 72MB in size. To generate a one-sided database for up to fifteen chequers on ten points: makebearoff -o 10 -f gnubg_os.bd Note that this database is 118MB in size. SEE ALSO
gnubg(6), bearoffdump(6) AUTHORS
Joseph Heled, Oystein Johansen, Jorn Thyssen, and Gary Wong, with the assistance of many others <bug-gnubg@gnu.org>. This manual page was written by Russ Allbery <rra@debian.org>, for the Debian GNU/Linux system (but may be used by others). It may be redistributed and/or modified under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation (the same license as GNU Backgammon). 2006-01-15 MAKEBEAROFF(6)
All times are GMT -4. The time now is 11:29 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy