AnthonyWong

Differences between revisions 1 and 17 (spanning 16 versions)
Revision 1 as of 2011-05-17 09:40:45
Size: 654
Editor: 221
Comment:
Revision 17 as of 2014-11-13 12:27:46
Size: 3972
Editor: anthonywong
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
My name is Anthony Wong, Chinese name is 黄彦邦. I'm a GNU/Linux and open source software enthusiast, joined Debian as DD in 1999, and have been working in the Linux industry for a long time. Now I'm working at Canonical and responsible for hardware enablement in Ubuntu. My name is Anthony Wong, Chinese name is 黃彥邦. I'm a GNU/Linux and open source software enthusiast. I joined Debian as DD in 1999, and have been working in the Linux industry for a long time. Now I'm working at Canonical and am responsible for hardware enablement in Ubuntu.
Line 7: Line 7:
 * irc: a16g (I also use ''ypwong'' in some places like debian email)
 * Launchpad profile : [[https://launchpad.net/~anthonoywong]]
 * irc: ypwong on freenode
 * Launchpad profile: [[https://launchpad.net/~anthonywong]]
Line 10: Line 10:
 * Email: <<MailTo(ypwong AT SPAMFREE gmail DOT com)>> (personal), <<MailTo(anthony.wong AT SPAMFREE canonical DOT com)>> (work)
Line 11: Line 12:
== Packages in Debian ==
 * [[http://packages.debian.org/sid/rifiuti2 | Rifiuti2 - A MS Windows recycle bin analysis tool]]
= Contribution =

== Packages in Debian and Ubuntu ==
 * [[http://packages.debian.org/sid/rifiuti2 | Rifiuti2]] - A MS Windows recycle bin analysis tool
 * [[http://packages.debian.org/search?keywords=ibus-cangjie | ibus-cangjie]] - Cangjie and Quick input methods for IBus, mainly for Hong Kong and Taiwan people.
 * [[http://packages.debian.org/search?keywords=libcangjie | libcangjie2 ]] - Cangjie input method library, which ibus-cangjie relies on.
 * [[http://packages.debian.org/search?keywords=pycangjie | python3-pycangjie ]] - Python wrapper to libcangjie, as ibus-cangjie is written in Python and so needs a python library of libcangjie.

== Ubuntu Work ==

=== Ubuntu ===
 * Manage hardware enablement issues on OEM projects and n+1 upstream/backport efforts as can be seen in [[http://www.launchpad.net/hwe-next | HWE Next]]. For how we do n+1, you can read [[http://odm.ubuntu.com/uhs/2011/Upstreaming%20Enablement%20and%20components.pdf | my slide deck]] of my talk in [[http://odm.ubuntu.com/uhs/2011/ | UHS 2012]] and this [[http://blog.canonical.com/2012/03/07/improving-hardware-support-in-ubuntu/ | blog]].
 * I also belong to the [[https://launchpad.net/~ubuntu-l10n-zh-hk | Ubuntu Traditional Chinese (Hong Kong)]], [[https://launchpad.net/~ubuntu-l10n-zh-tw | Ubuntu Traditional Chinese (Taiwan)]] and [[https://launchpad.net/~ubuntu-l10n-zh-cn | Ubuntu Simplified Chinese]] translation teams, an active translator.
 * Helps [[http://launchpad.net/indicator-keylock|indicator-keylock]] to be in a good shape, i.e. lintian clean, for uploading to Ubuntu. - [[https://bugs.launchpad.net/ubuntu/+bug/1392283 | LP: #1392283]]

=== Ubuntu Kylin ===
 * I work on the [[http://www.launchpad.net/ubuntukylin | Ubuntu Kylin]] project, help managing the engineers for bug fixing and will fix one or two from time to time. We hang out at #ubuntukylin-devel on irc.freenode.net.
 * Organized the first Ubuntu Kylin release party in Beijing for the 13.04 launch.
 * Gave talks about Ubuntu Kylin, one for [[http://www.slideshare.net/ypwong/ubuntu1304-releaseparty-for-linkedin | 13.04]] and another for [[http://www.slideshare.net/ypwong/ubuntu-1404beijingreleaseparty | 14.04]].

=== Bug Fixes ===
 * [[https://bugs.launchpad.net/unity/+bug/830801 | Unity bug 830801]] - This is my first patch to Ubuntu, at that time I was still not familiar with the Ubuntu bzr/merge request workflow and so I submitted the patch in the old style, i.e. attaching the patch to the bug.
 * [[https://bugs.launchpad.net/ubuntu/+bug/1231305 | Kernel bug 1231305]] - Fixed a kernel bug that brightness adjustment does not work on Haswell ULT.
 * [[https://bugs.launchpad.net/command-not-found/+bug/1029204 | command-not-found bug 1029204]] - Fixed a locale issue.
 * [[https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/1312349 | gnome-bluetooth bug 1312349]] - Fixed a bluetooth bug which so that a certain type of bluetooth keyboard can be connected.
 * [[https://code.launchpad.net/~anthonywong/sudoku-app/better-i18n | sudoku-app i18n bug]] - Cleaned up the sudoku-app so it handles i18n/l10n properly.
 * Merged branches can be found [[https://code.launchpad.net/~anthonywong/+branches?field.lifecycle=MERGED&field.lifecycle-empty-marker=1&field.sort_by=most+recently+changed+first&field.sort_by-empty-marker=1|here]].

About me

My name is Anthony Wong, Chinese name is 黃彥邦. I'm a GNU/Linux and open source software enthusiast. I joined Debian as DD in 1999, and have been working in the Linux industry for a long time. Now I'm working at Canonical and am responsible for hardware enablement in Ubuntu.

Contribution

Packages in Debian and Ubuntu

  • Rifiuti2 - A MS Windows recycle bin analysis tool

  • ibus-cangjie - Cangjie and Quick input methods for IBus, mainly for Hong Kong and Taiwan people.

  • libcangjie2 - Cangjie input method library, which ibus-cangjie relies on.

  • python3-pycangjie - Python wrapper to libcangjie, as ibus-cangjie is written in Python and so needs a python library of libcangjie.

Ubuntu Work

Ubuntu

Ubuntu Kylin

  • I work on the Ubuntu Kylin project, help managing the engineers for bug fixing and will fix one or two from time to time. We hang out at #ubuntukylin-devel on irc.freenode.net.

  • Organized the first Ubuntu Kylin release party in Beijing for the 13.04 launch.
  • Gave talks about Ubuntu Kylin, one for 13.04 and another for 14.04.

Bug Fixes

  • Unity bug 830801 - This is my first patch to Ubuntu, at that time I was still not familiar with the Ubuntu bzr/merge request workflow and so I submitted the patch in the old style, i.e. attaching the patch to the bug.

  • Kernel bug 1231305 - Fixed a kernel bug that brightness adjustment does not work on Haswell ULT.

  • command-not-found bug 1029204 - Fixed a locale issue.

  • gnome-bluetooth bug 1312349 - Fixed a bluetooth bug which so that a certain type of bluetooth keyboard can be connected.

  • sudoku-app i18n bug - Cleaned up the sudoku-app so it handles i18n/l10n properly.

  • Merged branches can be found here.


CategoryHomepage

AnthonyWong (last edited 2015-08-26 04:40:52 by anthonywong)