And keeping it all in one text file. org-mode allows you to easily enough set up a structure so that it remains easy to edit.
HN user
kasterma
kasterma.net bkasterm@gmail.com
I am an Assistant Professor at the Mathematics Department of the University of Colorado in Boulder.
My mathematical work has been in Set Theory (almost disjoint type families) and Computability theory (effective randomness and reverse mathematics).
Right now I am preparing for a career change towards information technology. I feel I have worked enough on foundational questions in mathematics, and am ready for new challenges.
I think it might only be a waste if you can come up with a way to predict who is going to be the person with a BA in English that doesn't use it. If you can't predict it, then it means that those who do use it are more expensive than sticker price (their cost would be "total costs to get people BA's in English"/"total number of people that actually use it").
Here (where you have to search through Fibonacci numbers) I suspect memoization is rather the way to go:
# memoized fibonacci function
fibtable = {1:1, 0:1}
def fib (n):
global fibtable
if n in fibtable.keys():
return fibtable [n]
val = fib (n-1) + fib (n-2)
fibtable [n] = val
return valMonday: Mon(th)da(y)y(ear) Doesn't get much worse for a mnemonic, but works for me.
I belief the Fields Medal is not only given to people below 40 b/c there are no older people deserving; I belief it is given to younger people b/c they can most benefit from getting such recognition.
Do we know "the guy" is not the bartender?
Site does not work for me, but I have been using foxclocks for a long time:
"The first thing we always do is make slight modifications to what we already have."
rather contrasts with
"The next big difference is that we changed colors and went from cardboard to white to spark the interest of people walking by instead of automatically having negative associations that they have with cardboard and homeless people."
The second can (and in the context of the article maybe should) be tested. The small change is to make exactly the same text on the different material.
I distinctly remember claims that for modern monitors the color does not change energy use.
Anyone any idea how these energy measurements were made?
I had the same question; I don't know the answer yet, but I found a location for the answer http://www.openbsd.org/papers/bcrypt-paper.ps
The documentation for py-bcrypt ( http://www.mindrot.org/projects/py-bcrypt/) doesn't explain what happens, but shows use is very very easy.
EDIT: current guess is that searching for the salt that was used might be part of what makes it hard.
As another scientist I have to strongly second this. Some things might take real work on your part to understand though. Even within different fields of mathematics there are difficulties in understanding (complaint about this: http://www.math.rutgers.edu/~zeilberg/Opinion104.html).
I really hope that app stores are on their way out, for exactly the reason the article gives (lack of openness). So even though I am at this point doubtful about them actually being on the decline, I like seeing articles that suggest they are. Maybe the articles can help with this decline.
What do you mean when you say it is not a hobby? Is it your job?
The article suggests otherwise (though does not quite say so in: And some makers of germ killers wish they could say their products kill the swine-flu virus -- a claim that some can reasonably make.)
How much free content do they need to tie it back to you? Remember AOL releasing some search queries, and quickly people were identified. I imagine that is not hard with facebook interactions either.
The code for my lock would not be found this way. Choosing the correct 3rd number (which obviously I know) my whole code does not appear in the suggestions to try.
Requires: Mac computer with an Intel processor. No upgrade for my 12" powerbook. :-(
Requires: Mac computer with an Intel processor. No upgrade for my 12" powerbook. :-(
I find this rather upsetting. I picked the unlimited option; but think that this removes the pressure on them to make a nice interface to all the deleted files.