@eliasg labyrinth! ^_^
Notices by β XahLee (xahlee@noagendasocial.com), page 40
-
β XahLee (xahlee@noagendasocial.com)'s status on Saturday, 13-Jan-2018 04:01:25 EST β XahLee
-
β XahLee (xahlee@noagendasocial.com)'s status on Saturday, 13-Jan-2018 03:35:08 EST β XahLee
this book, is epic, but is $360.
The Historical Evolution of Chinese Languages and Scripts
http://amzn.to/2D7TAKX -
β XahLee (xahlee@noagendasocial.com)'s status on Saturday, 13-Jan-2018 02:56:40 EST β XahLee
Google Doodle is showing the pinyin inventor he died today. 111 years old.
During the Cultural Revolution, Zhou was sent to live in the countryside and to be βre-educatedβ, as were many other intellectuals at that time. He spent two years at a labour camp. -
β XahLee (xahlee@noagendasocial.com)'s status on Friday, 12-Jan-2018 23:25:57 EST β XahLee
next 1 hour, reading Symbolic Logic
http://xahlee.info/math/math_logic_stephen_simpson_33721.html
hope to understand math automated proof systems this year, before i puff out my last breath.
and, fuck #haskell #ocaml monad chanting programer idiots, that's 99% of them. -
β XahLee (xahlee@noagendasocial.com)'s status on Friday, 12-Jan-2018 23:08:49 EST β XahLee
there's a maxim of βbe your selfβ. The reason it works is that it maximize your reaction and capabilities in all situations, and direct result towards where you are good at.
-
β XahLee (xahlee@noagendasocial.com)'s status on Friday, 12-Jan-2018 22:54:41 EST β XahLee
a beautiful girl, somewhere on the opposite end of earth, sung this song, a cappella, to me.
Macross Plus βVoicesβ
http://xahmusic.org/music/macros_plus_voices.html -
β XahLee (xahlee@noagendasocial.com)'s status on Friday, 12-Jan-2018 22:51:54 EST β XahLee
@Economic_Hitman but also, sometimes trial'n'error will incur more time than spending time to understand where went wrong on the logic or language detail.
e.g. sometimes trial'n'error, after hours of frustration, one starts to try to do the study...
-
β XahLee (xahlee@noagendasocial.com)'s status on Friday, 12-Jan-2018 22:49:29 EST β XahLee
@Economic_Hitman yes of course, trial and error is often practical, especially when one doesn't have luxury of time on the job.
-
β XahLee (xahlee@noagendasocial.com)'s status on Friday, 12-Jan-2018 22:11:20 EST β XahLee
here's my superb #JavaScript incarnation.
The BEST Unicode/Emoji Search on the web, period.
http://xahlee.info/comp/unicode_search.html -
β XahLee (xahlee@noagendasocial.com)'s status on Friday, 12-Jan-2018 21:31:25 EST β XahLee
just converted complex js unicode search script to use Map datatype instead of Object.
Code it once, and worked!
my coding style is code it once, and it should work. (but 1 year pre to study the lang)
Never trial and error fuck, which is most programers do. -
β XahLee (xahlee@noagendasocial.com)'s status on Friday, 12-Jan-2018 21:27:39 EST β XahLee
learn advanced #JavaScript .every() and .some()
Array.prototype.every
http://xahlee.info/js/js_array_every.htmlArray.prototype.some
http://xahlee.info/js/js_Array.prototype.some.html -
β XahLee (xahlee@noagendasocial.com)'s status on Friday, 12-Jan-2018 20:53:29 EST β XahLee
new #JavaScript insight. Do not use .every() or .some() for the purpose of loop with break, just cuz you like functional programing. In js, every and some semantics is loop anyway. But the syntax makes it 10 times harder to read.
-
β XahLee (xahlee@noagendasocial.com)'s status on Friday, 12-Jan-2018 18:41:36 EST β XahLee
am starting to use @DuckDuckGo for real.
I use chrome, safari, firefox, and @brave browser. Except Chrome, other browsers set to use duckduckgo search. -
β XahLee (xahlee@noagendasocial.com)'s status on Friday, 12-Jan-2018 12:14:32 EST β XahLee
more #JavaScript in Depth update:
Function.prototype
http://xahlee.info/js/js_Function_prototype_properties.htmlSet an Object's Prototype
http://xahlee.info/js/js_set_objects_prototype.html -
β XahLee (xahlee@noagendasocial.com)'s status on Friday, 12-Jan-2018 10:08:47 EST β XahLee
β― β‘ β β₯ π.
Best unicode/emoji search there is.
http://xahlee.info/comp/unicode_index.html
Brand new sparkling #JavaScript code. -
β XahLee (xahlee@noagendasocial.com)'s status on Friday, 12-Jan-2018 09:51:27 EST β XahLee
#JavaScript impossible to combine these into 1 line. Can you?
const unicodedata = {};
(data_str.split("\n")) . forEach ((x) => { ((y) => {unicodedata[ parseInt( y[0], 16 )] = y[1];}) (x.split(";")) }); -
β XahLee (xahlee@noagendasocial.com)'s status on Friday, 12-Jan-2018 09:23:51 EST β XahLee
#javascript in depth, understand the most confusing thing property key named "prototype" in 10 minutes
http://xahlee.info/js/javascript_object_prototype_property.html -
β XahLee (xahlee@noagendasocial.com)'s status on Friday, 12-Jan-2018 07:10:27 EST β XahLee
i am progressive/liberal or more libertarian. I value individual freedom the utmost. I believed tech can make world better. I support gay, don't believe in god. But 2017, liberal has become something else.
-
β XahLee (xahlee@noagendasocial.com)'s status on Friday, 12-Jan-2018 07:04:34 EST β XahLee
βWikileaks founder Julian Assange tweeted yesterday that he has been given an Ecuadorean passportβ
where's the tweet? -
β XahLee (xahlee@noagendasocial.com)'s status on Friday, 12-Jan-2018 06:05:43 EST β XahLee
Logical Operators, Truth Table, Unicode
http://xahlee.info/math/logical_operators.html