Comment Re:BASIC (Score 1) 633
Yup. Basic in high school, Pascal in college, then LISP and assembly. Then I switched majors to Math
Yup. Basic in high school, Pascal in college, then LISP and assembly. Then I switched majors to Math
Food label Calories, and the ones in the daily recommendations, are in fact kcals.
Exactly my thought. Well done.
Thisaway and thataway? Better: deosil and widdershins.
... [T]he problem is that many people simply
That is exactly right. I'm kind of saddened that I had to go this deep in the comments to see this perspective, but this is why this argument exists. No "proof" will satisfy everyone because it's a tautology that relies on acknowledging the representation issue. Most people who have accepted the fact that limits exist would agree that the sum of 9 times 10^n for n=1 to infinity is one (because that in itself is shorthand for the limit of that sum from n=1 to N as N goes to infinity), but that is exactly the same as "proving" 0.99999 (repeating) is equal to one. No proof is necessary: they're just different representations of the same quantity.
I work in this area, and this isn't really that big of a deal, regardless of the spin they put in the announcement.
This is about publishing a reference implementation of an already widely published model so that when party A does a particular calculation, related to a settlement amount for a particular trade, and party B does the same calculation, the values match.
Qualitatively, and to a large extent quantitatively, everybody on the street has been using the same model all along. The idea of publishing a reference implementation is meant to minimize conflicts in settling trades.
The accuracy of the valuation model here is not at the heart of any of the problems that AIG -- or any other firm, for that matter -- have experienced. That's more aligned with a simple lack of oversight on exposure.
Lisp comments don't seem to format well with CODE or PRE tags
(defun color-theme-stonewashed ()
"Color theme by Mark E. Ferguson, created 2001-02-01."
(interactive)
(color-theme-install
'(color-theme-stonewashed
((background-color . "black")
(background-mode . dark)
(border-color . "black")
(cursor-color . "white")
(cursor-type . bar)
(foreground-color . "grey95")
(mouse-color . "Grey90"))
((cperl-here-face . font-lock-string-face)
(cperl-invalid-face quote underline)
(cperl-pod-face . font-lock-comment-face)
(cperl-pod-head-face . font-lock-variable-name-face)
(list-matching-lines-face . bold))
(default ((t (nil))))
(bold ((t (:bold t))))
(bold-italic ((t (:italic t
(cperl-array-face ((t (:bold t
(cperl-hash-face ((t (:italic t
(cperl-nonoverridable-face ((t (:foreground "orchid1"))))
(font-lock-builtin-face ((t (:foreground "light pink"))))
(font-lock-comment-face ((t (:foreground "LightSteelBlue3"))))
(font-lock-constant-face ((t (:foreground "PaleGreen3"))))
(font-lock-function-name-face ((t (:foreground "orange"))))
(font-lock-keyword-face ((t (:foreground "SkyBlue2"))))
(font-lock-reference-face ((t (:foreground "cadet blue"))))
(font-lock-string-face ((t (:foreground "thistle"))))
(font-lock-type-face ((t (:foreground "salmon2"))))
(font-lock-variable-name-face ((t (:foreground "LightGoldenrod3"))))
(font-lock-warning-face ((t (:bold t
(highlight ((t (:background "darkolivegreen"))))
(italic ((t (:italic t))))
(modeline ((t (:background "black"
(region ((t (:background "grey40"))))
(secondary-selection ((t (:background "darkslateblue"))))
(underline ((t (:underline t)))))))
"Love may fail, but courtesy will previal." -- A Kurt Vonnegut fan