2023年7月7日 星期五

曾寶儀的人生藏寶圖 EP70, 來賓: 伍佰

"我們現在在台北, 講一個很正經的事, 都沒辦法好好講好, 那你還去寫台語歌, 這很故意, 太故意了"

"你去台上領獎的時候, 還很故意的用台語講得獎感言, 還講得lililala"


這怕是要得罪一堆人吧~~~

說的真好!


我第一個反應是他在說血肉果汁機, 他們那個台語我聽得很吐血, 後來想到今年血肉果汁機是頒獎的不是領獎的

回頭去搜了一下, 不知道伍佰是不是在講鄭宜農被炎上的事? 搞不好都不是, 也許他沒在看金曲獎~~

回到訪談結尾, 伍佰一直一直在把閩南語放入國語, 我想, 這是不是才是個正確的策略? 不然, 大家都在強調母語, 那台灣一個小小的島上, 是要多少同步口譯?

因為政治情勢, 現在小粉綠對'台語'敏感得...像小粉紅愛國那樣, 這是不是也是某種被對岸洗腦的結果?

什麼是台語呢? 是漳泉移台的後代說的那種嗎? 那台灣人其它的母語又算啥呢?

伍佰這場訪談讓我想到一個可行性: 台語, 就是台灣腔的國語啊.

我娘是漳州腔閩南語, 我自幼就一口'台灣國語', 前陣子先迷上阿爆, 後來又迷了 Matzka, 結果有朋友說我說話怎麼有點原住民的感覺, 排灣腔國語, 算不算台語呢?

我有個外甥是客家阿婆帶大, 一口客家腔國語, 最近金曲獎之後也喜歡上葛西瓦, 明年此時不知會不會演變出一口客家排灣國語?

社區很多老人都由外籍看護照料, 以後, 是不是也有東南亞腔的國語? 也那是'台語'不是?


ps. 客語表演時的字幕是所謂客文正字, 一堆看不懂的吵說為啥有簡體字, 呵呵呵, 各家母語你們繼續推'正'字吧


2023年6月25日 星期日

原來台灣'省'還在啊...

 https://www.mohw.gov.tw/dl-72209-8ea5d7a2-993e-463f-b06d-6504fdd41074.html

衛福部生活費標準的文件, "更新時間:112-02-16"

這期今周刊引用的資料, 看到'福建省'嚇一跳, 再仔細一看, 還有台灣'省'呢

去搜了一下, 原來'廢省'並沒有真的廢掉什麼, 礙於憲法歷史因素, 只能'凍'省, 廢掉的只是省政府這個機構, 但, 省, 還在

那小粉紅愛用台灣'省', 根本也沒錯, 只是和咱們政府機構同步


PS. 三不五時就會看到有人要嘰歪一下伍佰&China Blue, 啊我們國家不還是叫Republic of China 嗎? 有意見先去發起個公投吧? 

2023年4月27日 星期四

sendtokindle : fix cover missing problem

add this line into xxx.opf (ex. content.opf)

 <item id="cover" href="PATH/cover.jpg" media-type="image/jpeg" properties="cover-image"/>

2023年4月9日 星期日

epub to Kindle, fix TOC missing problem

unzip epub file, 
1. check for opf file
<item href="toc.ncx" id="toc.ncx" media-type="application/x-dtbncx+xml"/>
<spine toc="ncx">

in these two tag, item with type x-dtbncx+xml, id must show in spine
<item href="toc.ncx" id="ncx" media-type="application/x-dtbncx+xml"/>

2. check for toc.ncx 
src="...", check its path, correct it from toc.ncx path

話說, Kindle format convertor 對於 epub 容錯性很低啊


2023年2月14日 星期二

台灣台語? 三小?

最近常在公視聽到這一詞'台灣台語', 這三小?

難道還有美國台語? 日本台語? 馬來西亞台語?


2023年1月10日 星期二

audio related problem

1. pactl error in crontab script

**** XDG_RUNTIME_DIR=/run/user/$(id -u) /path/to/script

pactl 是用來 heartBeat bluetooth speaker 的, 因為15min不用會入睡, 既不想站起來按一下, 也不想設為永遠不入睡, 只好寫了個 heartBeat scrip, 每10min就 pactl set 一下

...原以為因為是這樣才不入睡的, 結果過去幾天都fail還是沒入睡?


2. headphone volume control fail

in /etc/pulse/default.pa 

  load-module module-udev-detect ignore_dB=1 -> for MM-1 volume control problem

but this option make headphone volume control fail


2023/07/24 update, alsamix -> headphone volume increase to normal

load-module module-alsa-sink control=PCM


3. microphone

/etc/pulse/default.pa set-source-volume 1 300000

/etc/pulse/daemon.conf avoid-resampling = yes

4. restart pulseaudio

pulseaudio -k
pulseaudio --start

2022年12月29日 星期四

ubunth bluez problem

1. prepare

apt install python3-bluez

2. for python 3.10 

pip install git+https://github.com/pybluez/pybluez

3. about battery

PauseAudio enable Battery info in 2022 (?)

pactl list cards | grep battery will show battery percentage

also show in /var/log/syslog like this

  pulseaudio[1226]: Battery Level: 100% 

for unknown periods

2023/01/07 modified : ignore anything about "-E" or Experimental option, don't care about complain in syslog, just look syslog, or "pactl list cards" to get battery level

with "-E" option, or use blueman "battery option" , the red power indicator always show on indicator area, anonnying!


and it complain about "Could not find org.bluez.BatteryProviderManager1.RegisterBatteryProvider(), is bluetoothd started with experimental features enabled (-E flag)?" even if modify daemon script to start with -E.

sudo vi /etc/systemd/system/bluetooth.target.wants/bluetooth.service

sudo systemctl daemon-reload

sudo systemctl restart bluetooth

the battery report seems related to this "-E flag", not sure