apples2apples | 1 year ago | on: PyScript: An open source platform for Python in the browser
apples2apples's comments
apples2apples | 1 year ago | on: Anaconda puts squeeze on data scientists deemed to be terms-of-service violators
apples2apples | 5 years ago | on: Julia: A Post-Mortem
apples2apples | 8 years ago | on: Watson Personal Assistant Beta
apples2apples | 8 years ago | on: Watson Personal Assistant Beta
Reading the buzz on the page, I don't see any difference between this and the chat api Watson released last year. The one they wanted like $60K for my startup to use for 50 conversations a day....A DAY!!!
Watson == overhyped, devalued brand
apples2apples | 11 years ago | on: DOE Report: HPC Open Source Disproportionate Advantaging to the Chinese
apples2apples | 11 years ago | on: How to Ruin Your Company With One Bad Process
I think one of the unspoken insights here is: give your projects a budget.
I've been with two startups now that didn't do this and see them either think there is no budget or there is infinite budget. Ultimately both CEOs would say "Just come ask me" which means that you now have to pester the busiest person at the company to get a budget. It is effectively giving the project no budget.
apples2apples | 11 years ago | on: Count to ten when a plane goes down
Mr. Beck wasn't culpable because he didn't understand the full effects of his actions or the tension of the current situation. Ioth should not have let Beck in the door that morning and he should not have given that much power to the intern.
apples2apples | 11 years ago | on: Count to ten when a plane goes down
apples2apples | 11 years ago | on: Count to ten when a plane goes down
apples2apples | 11 years ago | on: Binstar: Create and manage PyPI or Conda repositories
http://docs.binstar.org/continuous_integration.html
One stop shop to keeping your builds up to date with master.
$ conda -c <your_channel> update <package_name>
apples2apples | 11 years ago | on: Python 3 can revive Python
apples2apples | 12 years ago | on: Build Tools – Make, no more
You can do implicit rules which requires a very verbose makefile, which is what automake and other make generation tools do. God help you figure out what went wrong.
If you make people go to a directory approach you've now imposed a new structure on their code. One reason for the multitude of packages is each one matches their target community better.
apples2apples | 12 years ago | on: Build Tools – Make, no more
nix tried to solve much of this, but I agree it can't compete with the bazillion other options.
apples2apples | 12 years ago | on: Ask HN: Why is it called a shell?
Ken Thompson describes it here http://v6shell.org/history/unix/unix.pdf
Looking around, this seems more interesting (implying it is a metaphorical name of a prophet's shell listening): http://unix.stackexchange.com/questions/14934/why-was-the-wo...
apples2apples | 12 years ago | on: WikiSort – Fast, stable, O(1) space merge sort algorithm
apples2apples | 12 years ago | on: Ask HN: Why is it called a shell?
apples2apples | 12 years ago | on: Goodbye Academia
apples2apples | 12 years ago | on: Solution claimed for Navier-Stokes equations, one of the millennium problems
apples2apples | 12 years ago | on: Nine awesome features and extensions for Mercurial