--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/35cbf096-a55d-40c6-a620-68164d32b1d3%40googlegroups.com.
I'll bite. Some facts about me:* American, born in California, grew up in Colorado* gay and married (11 years this dec)* Have Aspergers* animist, sorcerer for hire* speak and or read many languages, including Mandarin, French, Latin, Irish, and Welsh* i make languages for fun too* born premature because a black widow but mother, who went into shock then labor - alas, it wasn't radioactive. I still have a HUGE thing for spiders though
On Tue, Oct 8, 2019, 7:39 PM A Gloom, <barro...@gmail.com> wrote:
--Why should we Celebrating Diversity
- Because it makes common sense
- Diversity is healthy because of less injuries from fighting those that are not like you-- you'll be fighting forevermore
- Building tolerance is an antidote to conflict-- imagine what more could be accomplished if everyone worked together rather than against each other.
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddl...@googlegroups.com.
* speak and or read many languages ... Welsh
- Grew up in Australia, Papua New Guinea and New Zealand...
Very interesting base 27. As stated I am very interested in critical thinking and skepticism. That is behind why I share a similar attitude to computing as do you despite it being my career. In fact a strong interest in artificial intelligence, philosophy and my skepticism means I get quite annoyed with the claims of artificial intelligence that proliferate at present. Really its only machine learning, ok that is a little oversimplistic. Don't get me wrong, we are moving ahead, but there is a lot of hype, and some fundamental misunderstandings.
I have also seen a failure to move software and languages forward, in part due to the complexity of natural languages and a lack of rigor in the way people think.
Its great to have such diverse life experience in this group. Perhaps forged by curiosity and the luck of stumbling on to tiddlywiki.
Regards
Tony
Very interesting base 27.
Except for base 16, I can't imagine it would get much use though.
I almost decided not to post. I am a white, male, heterosexual Christian minister from the United States. Some may wrongly assume from that statement that I am not a big fan of diversity. Others may sadly decide their tolerance and love of diversity do not extend to people like me. Which is curious because Jesus was teaching diversity and reconciliation long before it was cool. But I get it and am okay with that.I am a teacher in a seminary in Mexico City (mostly teach New Testament, but also have taught exegesis and introduction to philosophy). I am married to a Honduran woman, and we have two adult kids. I am an avid reader who, beyond the two vast topics just mentioned, also enjoys books on productivity, other self-help books, and the history of ideas and inventions. I was briefly a comic book artist just out of high school. Previously a missionary in Ecuador for 5 years. I would love to travel, but lack of money keeps me from doing too much anymore. Not a big fan of politics, and am tired of hearing about all the fighting. I have been happily getting along with people very different from me all my life, with people whom I disagree with on fundamental levels, so it is hard for me to see why others have to make it so difficult.I love TiddlyWiki because it helps me organize my thoughts and see them in new ways, and it gives me a way to publish free mini html databases on various topics in Spanish. I am not an original thinker so much as someone who likes to collect and organize helpful ideas and share them with others.I discovered TiddlyWiki when I was investigating Moodle for online courses. People using Moodle were talking about TW integration a lot at that moment. After my learning curve with TiddlyWiki classic I wrote a tutorial TiddlyWiki for the Rest of Us [1], a showcase of TiddlyWikis in the wild [2] and a list of plugins called TiddlyVault [3]. I had hoped TW would get discovered and loved and used in the mainstream. But years ago, when browsers changed and forced TiddlyWiki "5" to come up with convoluted ways to save changes, I realized that would never happen.
--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/fa6a4ec3-bd66-46e0-abc3-81622239edb6%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddl...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/f7c63079-32fd-4e54-85c5-4c792c82c686%40googlegroups.com.
Thanks for sharing. I suppose my original thought was to share those diverse facts. Where you live your wife and passions. I suppose its inevitable that differences will appear in our diverse community that on the surface appear to be opposites. I for one am an atheist. However I know we share an interest and a passion and I respect and appreciate your contributions. When it comes to some difference, barriers will exist as long as we maintain those barriers.
By sharing a passion for tiddlywiki we have time with others we may otherwise avoid, and can come to appreciate what we have in common, which is always greater than what separates us.
unless we celebrate this diversity we are somewhat anonymous.
Regards
Tony
\define yobazic(num,base,result:"")
<$list filter="[<__num__>remainder<__base__>add[1]]" variable=remidx>
<$list filter="[<__num__>divide<__base__>trunc[]]" variable=num>
<$list filter="[enlist<syms>nth<remidx>addsuffix<__result__>]" variable="result">
<$list filter="[<num>!regexp[^0$]]" emptyMessage=<<result>>>
<$macrocall $name=yobazic num=<<num>> base="$base$" result=<<result>>/>
</$list></$list></$list></$list>
\end
\define basewhatever(num,base)
<$vars
syms="0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v x y z ä ß ĉ "
>
<<yobazic $num$ $base$>>
</$vars>
\end
<<basewhatever 1025 16>>I would like a base 36, or base 62 basically units, upper and lowercase. These are easy to read and in more compressed than base 10.
I would especially like to be able to add 1, increment it and have multiple digits. This would make a nice unique tiddler serial number. This would minimise the bytes required.
Regards
Tony
I suggest a new number base thread