Two Google Voice Number to Same Phone
Used to be a non-issue as one can designate the phone# as "landline" and linking the phone# to two GV accounts. This option is now gone, but it's still possible with some trick.
Used to be a non-issue as one can designate the phone# as "landline" and linking the phone# to two GV accounts. This option is now gone, but it's still possible with some trick.
Get a Boost Mobile SIM, it's the T-Mobile variant with carrier name "BSTM", it's "Boost T-Mobile" or "BooSTMobile"? To add more frustration, the exact same SIM shows "Boost" on iPhone.
I usually don't care much about carrier name displayed but they should really come up with something at least better than this BS™.
This is a stupid feature -- so stupid that Google decided to remove it in Android 11 -- and Oneplus decided to "forward port" it to Android 11. I think it's finally gone in Android 12.
You can check the creepy screenshot in the Reddit post.
Stumble across this bug when try to move some old code from jQuery to vanilla JS.
To response "Done" button in text input:
1 | document.querySelector('#queryInput').addEventListener('keydown', e => { |
Old code with e.which == 13
works fine, as e.which
property is depreciated, I tried to use e.code
. This works everywhere except Android Chrome.
To identify a keypress with KeyboardEvent, we have:
This is for Kiwi Browser on Android, other browsers with user js support might also work.
Below script sets phone to proper full screen mode(hopefully) for video, assuming the phone is in locked portrait mode: portrait for portrait video and landscape for landscape video.
Update on 3/23/2024:
Recent Youtube videos don't go landscape when fullscreen. The problem is on Youtube side -- both stock Chrome 122 and kiwi 124 fails -- as videos don't rotate to landscape automatically, and Youtube WAS one of the few sites that actually take this into consideration and got landscape full screen before recent change.
The script also take care of Youtube.
Logitech's OMM(onboard memory manager) is originally designed for pro-gamer, but many use it as a replacement for G-HUB. The OMM itself is fully portable: one single file, don't write anything to system, don't run in background and can be fully unloaded once finishing setup -- exactly what a software should be.
However there is a bug in OMM as it can't set media keys -- volume adjust, mute, pause... -- properly. There're some reports(1. 2.) on reddit but only got useless canned response from Logitech. A walkaround is to use G-HUB to set the media keys and OMM for the rest, but it's annoying.
Update: there is a new version 2.0.1639 released on 9/5/23, different interface same bug. The article is based on an old version but applies to both.
Just deployed hexo on github pages. Never used hexo before and one thing annoying me is the images in markdown.
On typora I have following settings:
This works well as typora will copy images to the relative path...and of coz it's not working with hexo.