respect #Math http://xahlee.info/math/fibonaci_spiral_hurricane.html
Notices by ∑ XahLee (xahlee@noagendasocial.com), page 100
-
∑ XahLee (xahlee@noagendasocial.com)'s status on Thursday, 02-Nov-2017 09:55:45 EDT ∑ XahLee
-
∑ XahLee (xahlee@noagendasocial.com)'s status on Thursday, 02-Nov-2017 09:51:53 EDT ∑ XahLee
@Xil can code can math?
about fibo sequence, basically anything on the web about it is trash. Unless it's from a professional math site, or Wikipedia.
Fibonaci sequence is one of those math things, that tries to make math attractive on drugs.
Math Mysticism: is Hurricane Shape a Fibonaci Spiral?
http://xahlee.info/math/fibonaci_spiral_hurricane.html -
∑ XahLee (xahlee@noagendasocial.com)'s status on Thursday, 02-Nov-2017 08:23:15 EDT ∑ XahLee
this one, features driverless programing of keys http://xahlee.info/kbd/keyboard_no_numpad.html
-
∑ XahLee (xahlee@noagendasocial.com)'s status on Wednesday, 01-Nov-2017 21:42:37 EDT ∑ XahLee
word on the psy street is that read this book and you'll get all the chicks you want http://amzn.to/2gWpKfN
-
∑ XahLee (xahlee@noagendasocial.com)'s status on Wednesday, 01-Nov-2017 17:16:12 EDT ∑ XahLee
Learn #Python in 1 Hour http://xahlee.info/python/python_basics.html
-
∑ XahLee (xahlee@noagendasocial.com)'s status on Wednesday, 01-Nov-2017 16:37:40 EDT ∑ XahLee
ask me questions on patreon https://www.patreon.com/posts/15161253 #emacs #keyboard
-
∑ XahLee (xahlee@noagendasocial.com)'s status on Wednesday, 01-Nov-2017 16:36:31 EDT ∑ XahLee
every time emacs lisp runs (say, for a 3 min file access heavy script), it semi-freezes the whole OS. On linux and Mac too.
In conversation from noagendasocial.com permalink -
∑ XahLee (xahlee@noagendasocial.com)'s status on Wednesday, 01-Nov-2017 15:19:13 EDT ∑ XahLee
understand #clojure partial (currying), comp (function composition), apply, memorize, in 10 minutes!
http://xahlee.info/clojure/clojure_function_currying.htmlIn conversation from noagendasocial.com permalink -
∑ XahLee (xahlee@noagendasocial.com)'s status on Wednesday, 01-Nov-2017 14:46:05 EDT ∑ XahLee
emacs on Mac! my recent happenings. Xah Emacs Blog http://ergoemacs.org/emacs/blog.html
In conversation from noagendasocial.com permalink -
∑ XahLee (xahlee@noagendasocial.com)'s status on Wednesday, 01-Nov-2017 08:34:24 EDT ∑ XahLee
Leopold FC660C, this is the most popular replacement for happy hacking keyboard http://xahlee.info/kbd/leopold_fc660c_keyboard.html
In conversation from noagendasocial.com permalink -
∑ XahLee (xahlee@noagendasocial.com)'s status on Wednesday, 01-Nov-2017 08:26:02 EDT ∑ XahLee
@Xil it's easy to write such function. try it. The hard part is how to write it so it's efficient. (cpu time and memory space) and how to code it so it's elegant. (this is where language's features will shine thru.)
In conversation from noagendasocial.com permalink -
∑ XahLee (xahlee@noagendasocial.com)'s status on Wednesday, 01-Nov-2017 08:24:18 EDT ∑ XahLee
@Xil for example, factorial function, or fibonaci sequence. In math it happens often. check out “logistic map” or “iterated function system” or “dynamical systems”
In conversation from noagendasocial.com permalink -
∑ XahLee (xahlee@noagendasocial.com)'s status on Wednesday, 01-Nov-2017 08:21:41 EDT ∑ XahLee
6 some lang, (Mathematica, haskell), can define f(1) and f(n) separately. So, no chicken n egg recursive definition problem.
7 actually chicken n egg recursive definition problem remain. With respect to order of evaluation.
In conversation from noagendasocial.com permalink -
∑ XahLee (xahlee@noagendasocial.com)'s status on Wednesday, 01-Nov-2017 08:21:23 EDT ∑ XahLee
4 in math, nth term is defined by previous term, and f[1] is defined non-recursively. so, it's well defined. In a sense, no “recursion”
5 in most programing langs, body of recursive f use “if” to check input. So, “no recursion” really. But chicken n egg remain in defining f.
In conversation from noagendasocial.com permalink -
∑ XahLee (xahlee@noagendasocial.com)'s status on Wednesday, 01-Nov-2017 08:20:55 EDT ∑ XahLee
xah edu corner extempore! episode №20171101042745, ban recursion in programing languages
1 with regards to computer science, recursion should be ban'd in programing languages.
2 it's got the chicken n egg problem: before it's defined, it's calling itself. Like russell's paradox, or 1st order logic in twilight zone
3 But in math, we have recursive relation, and comp sci recursive theory. How to resolve that?
In conversation from noagendasocial.com permalink -
∑ XahLee (xahlee@noagendasocial.com)'s status on Wednesday, 01-Nov-2017 06:15:16 EDT ∑ XahLee
😂 who's this xah lee? Google search, click, then wham, your computer is now infested with virus. lol
In conversation from noagendasocial.com permalink -
∑ XahLee (xahlee@noagendasocial.com)'s status on Wednesday, 01-Nov-2017 06:13:13 EDT ∑ XahLee
these are automated spam systems. They generate page by monitoring global site ranking. The more popular is your site, the more hits by them.
In conversation from noagendasocial.com permalink -
∑ XahLee (xahlee@noagendasocial.com)'s status on Wednesday, 01-Nov-2017 06:09:55 EDT ∑ XahLee
since few months ago, every day, there's 5 to 10 new spam sites containing my name. Each proclaims “By Xah Lee” of scraped stuff. lol.
In conversation from noagendasocial.com permalink -
∑ XahLee (xahlee@noagendasocial.com)'s status on Wednesday, 01-Nov-2017 05:50:30 EDT ∑ XahLee
Quiz. write a function r(f,x,n) that returns a list [f(x), f(f(x)), ...], length n. write in your fav lang.
f is function (e.g. f(x) = x+1), x is a number, n is a number ≥ 1. we want [f(x), f(f(x)), ...]
In conversation from noagendasocial.com permalink -
∑ XahLee (xahlee@noagendasocial.com)'s status on Tuesday, 31-Oct-2017 21:43:04 EDT ∑ XahLee
quiz. write a function recurseList(f,x,n) that returst a list, [f(x), f(f(x)), ...], length n.
write in your fav lang.
# haskell #javascript #golangIn conversation from noagendasocial.com permalink