Language Learning - Lingopie - Russian

I paid for this subscription (around $54/annual) since it's the closest to the pedagogy I had always hoped for. Using movies to teach language. There less than 10 languages but it has enough, I would do the common ones like Spanish, Russian, Japanese, Korean, etc.

With Russian, I could use this grammar page as a tool: https://www.russianlessons.net/grammar/nouns_instrumental.php

Posted in Travel | Leave a comment

Logical operators for Boolean indexing in Pandas

Boolean Indexing - passing a series of list that satisfy the specified boolean condition.

The operator &, | instead of AND, OR, are the only ones that work with boolean indexing here because it's an element-wise (like bit-wise operators) operator that is needed for the result of a series of data.

Posted in Technical | Leave a comment

Python cgi-bin

Since Hostmonster (NYGC) cannot really catch up with the new Python, I could only do Python, the older version, via cgi-bin. And use PHP's exec('python test.py'); to do the trick. test.py's permission would have to be set to 755.

I've created a test folder Python in NYGC's server to test these things.

Posted in Technical | Leave a comment

Upgrading Python3 - For the Web (GoDaddy)

So there was Web Scraping with Python, but what I want is the other way around: Python to html. So the answer to that is DJANGO or FLASK, server side service.

Hostmonster seems to be rather outdated with Python support; While Godaddy does give enough wiggle room for users to install and upgrade these stuff.

Using online help, I've upgraded my Godaddy account's Python from 2.6.6 to Python3.11.x:

basically:

## Download Python 3.11.x (latest version GoDaddy supports as of writing)
$ wget https://www.python.org/ftp/python/...

$ tar xvzf Python-3.11.x.tgz

$ cd Python-3.11.x

## This should take you to the main Python Directory

$ ./configure --prefix=$HOME/.local

## This step sets up your configuration and makes files

$ make
$ make install

## This will create the Python files and folders, but will take a long time. The last command will install pip and setuptools which will be used to install any package you want

Posted in Technical | Leave a comment

Compatibilism

How is it possible that the creature's will falls not outside of the Creator's will (sovereignty)?

Novelists do that all the time with their works and characters.

it's a wonder how when reading about an antagonist of a good story, most never say, it's the author that's to be blamed, the author is the evil one.

Posted in Theologization | Leave a comment

Vocab: Acerbic

Kathy’s Word of the Week

Weekly Brain Food brought to you by our CHRO

acerbic

Pronunciation:
uh-sur-bik

Definition:

sharp

As used in a sentence:

The writer’s acerbic tone did not sit well with people who had an issue with harsh criticism.

Posted in Vocabularies | Leave a comment

Rules with Shared Mailbox and How to turn 365 Group into a mailing list and using "Send As" delegation.

Turns out there are two kinds of Microsoft Office 365 Shared Mailbox:

The one under Groups in 365 admin center, called Microsoft 365 group;
And the one called Shared Mailbox in exchange admin center.

To create rules for within Shared Mailbox, it has to not be the 365 Group, but the Exchange Shared Mailbox, which is free under 50GB.

Interesting how we can create rules to trigger flag change as well as category assignment. Flag is to indicate something like a reminder to follow up in set amount of time; while category is like a label. I could be wrong, but that's not the point of this entry.

To create rules to mark an email with flag, that has to be done in the Outlook client; while the rule for the OWA shared mailbox can do categories but not flag. To get to this shared Outlook account, simply go to the profile (right of the settings) in the outlook page > select "Open another mailbox", and type in the shared mailbox name.

However, to do this in the Outlook app/client, one must make sure that shared mailboxes don't automap to the user's account, meaning that the shared box would appear automatically in the user's Outlook upon sharing. Or secondly, to make sure that the shared mailbox is not listed in the user's account settings under advanced. For the first one, the solution sounds easy, basically just run the powershell script that removes automapping. It can be added back again.

I've also learned that we can turn Microsoft 365 Group to have like distribution list feature by delegating "Send As" to members in Exchange admin > recipient. And by going to the Group's settings in 365 admin to check "let people outside the organization email this team", and check "send copies of team emails and events to team members' inboxes".

Posted in Technical | Leave a comment

Thoughts

I think these Solar Powered Bible Players are overcharging people at $50-$90 a piece. Thought they were for God, but looks like they wouldn't mind getting a few million bucks out of them as well. Very American. I hope someone would produce cheaper ones and when that happens, these Americans wouldn't come slapping on the door with a court order for copyright violations. My guess is the cost should ideally be around $20 or less. Greedy bastards.

Posted in Theologization | Leave a comment

Most Taiwanese Places in America?

Roland Heights & Hacienda Heights in Los Angeles.

I can't believe we missed this one in our tour of LA last year. And the history background of Chinese Exclusion Act in 1882 is interesting:

https://www.youtube.com/watch?v=fsD4Jh9C66Q
Posted in Geography | Leave a comment

Vocab: Sagacious

Kathy’s Word of the Week

Weekly Brain Food brought to you by our CHRO

sagacious

Pronunciation:
suhgey-shuhs

Definition:

keen mental judgement

As used in a sentence:

Even the best writers need a sagacious editor for finding missed errors.

Posted in Vocabularies | Leave a comment