戻る
先月


Oct 31, 2002

■#01 [Palm]: 初めての Palm プログラム。フォームの表示、メニューの設定、ダイアログの表示をするだけ。くだらんプログラムでも、実機でちゃんと動くとちょっぴり感動(わら

■#02 [Palm]: Palm OS Simulator でハードウェアボタンを押す方法がわからないのと、クレイドルに挿してる時にハードウェアボタンを押すのが困難なんで、ボタン押下時にvchrHard1〜vchrHard4を送出するプログラムを作って見た。ちゃんとクリエーターIDも取った。雛型として使うため、次は DA アプリ化してみるかな。


Oct 28, 2002

■#01 [Palm]: がーん。sdk/include/BuildDefaults.h の「#define DO_NOT_ALLOW_ACCESS_TO_INTERNALS_OF_STRUCTS」があるから、サンプルのコンパイルに失敗してたのか。。。

■#02 [Palm]: SDKのサンプルの Memo のコンパイルにやっと成功した。敗因は二つ。

さぁ、改造し始めるかな。まずはハイレゾ化&ジョグダイアル対応か?


Oct 27, 2002

■#01 [Palm]: IPCalc v1.11 Palm 用の IP アドレス計算ソフト。DAソフトでこういうの無いかなぁ。。。


Oct 24, 2002

■#01 [Linux]: むおー。hykw.jp がササる原因わかった。日次で rsync 使ってフルバックアップしているスクリプトが、あまりのファイル数の多さにメモリ全部食い潰してるからだ。。。

しゃーないんで、とりあえず mkfs して cp -ax するように書き換えた。どうせ早朝に実行されるんだし、バックアップ時間はどうでもいいや。起きるまでには終わってるだろう(わら

うーむ、80万ファイルもあったのか。。。

# find / |wc
 849258  851318 56423262

Oct 23, 2002

■#01 [Palm]: Palm hackers Salon, パームコンピューティング - Developer, 「クリエ」Developer

■#02 [Palm]: gccでpalmware開発を

■#03 [Palm]: Frequently asked questions about prc-tools がーん、あらゆるサンプルがコンパイルできなかった問題、ここに原因が書いてあった。数時間無駄にしてしまった。

Why do I get "undefined reference" errors for Palm OS glue functions even though I'm linking with the PalmOSGlue library?

As noted in the linker documentation and the C FAQ, if you use a Palm OS glue function in foo.c and then link with a command like

m68k-palmos-gcc -lPalmOSGlue foo.o bar.o
then you're not actually gaining anything from libPalmOSGlue. The linker examines the specified object files and libraries in turn from left to right, and each library is searched to satisfy any unresolved references at the point at which it appears. In the example above, there aren't any unresolved references yet when -lPalmOSGlue appears because foo.o has not yet been examined, so nothing gets pulled in from the library.

Unless you have a reason for doing otherwise, libraries should be specified at the end of a link command line:

m68k-palmos-gcc foo.o bar.o -lPalmOSGlue

うーむ、とりあえず SDK4 の標準アプリの Memo のコンパイルはできたけど、実行すると相変わらず MemoryManager の Fatal エラーになってしまうな。


Oct 22, 2002

■#01 [Palm]: PEG-NX60 買ってしまった。

■#02 [Palm]: KsDatebook, 休日定義, TimePALm, Simple-Palm, DA Launcher 5.0 b6, CLIE NXシリーズ【PEG-NX70V&NX60】専用BBS by CLIE User Club!, Q-Pocket for Palm

■#03 [Linux]: freeVSD入門


Oct 21, 2002

■#01 [Linux]: hykw.jp が頻繁にササるんで、PC100(CL2)の256MB*2 構成から、PC100の512MB*1 のメモリに入れ替えてみた。マザーボードは ASUS の CUSL2 なんで、メモリはこれが限界。

■#02 [emacs]: Emacs & Mule のページ Ufm というファイラが便利かも。そのうち試してみよう。

■#03 [emacs]: Programming in Emacs Lisp

この Info ファイルは、Programming in Emacs Lisp (An introduction) 1.05 版の日本語訳です。翻訳元のファイルは GNU の配布の中に含まれている `emacs-lisp-intro-1.05.tar.gz' です。

■#04 [Palm]: お勧めアプリケーション紹介

■#05 [Palm]: CLIE PEG-NXシリーズ関連リンク集


Oct 19, 2002

■#01 [Network]: ブロードバンド情報サイト で自宅環境を測定してみた。

無線の場合
speed.rbbtoday.com
Date: 2002/10/19(Sat) 13:16:23
  Download: 4.4Mbps
  Upload: 4.16Mbps
有線の場合
speed.rbbtoday.com
Date: 2002/10/19(Sat) 13:22:57
  Download: 64.38Mbps
  Upload: 15.66Mbps

Oct 15, 2002

■#01 [Programming]: プログラミングと暦 便利そう。

■#02 [Linux]: Network Install HOWTO(HTML), (SGML)


Oct 14, 2002

■#01 激しく風邪ひき。たぶん明後日ぐらいに雨ふるな。


Oct 09, 2002

■#01 [emacs]: make-frame(C-x 5 2) なんてものがあったのか。Mule for Win32 でも使える。こりゃ便利だ。閉じる時は C-x 5 0 で。


Oct 06, 2002

■#01 いい加減な仕事をやって人に尻拭いをやらすやつは死ね。あるいは最後まで自分だけで責任とれ。


Oct 05, 2002

■#01 [masy]: 「あちこちのサイトで !小野澤 英!」 に追記。

■#02 急にテレビがアボーンしかけになったんで、シャープの 21C-FA1 というのを買った。ビックカメラ有楽町店で \28,800 なり。

■#03 [CISSP]: cissp.com, The CISSP Prep Guide: Mastering the Ten Domains of Computer Security, CISSP OSG, (ISC)2


Oct 03, 2002

■#01 [Unix]: Screenを使う Linux Japan 2002年1月号記事原稿 なんかもあるみたい。

■#02 [URL]: 手書き時計 タイムゾーンをどうやって取得してるのかと一瞬思ったけど、Flash なんだからできてあたりまえじゃん。

■#03 [Winny]: Winny Tips ページ

■#04 [Debian]: ず〜っと hold していた wl-2.6.0.20011029cvs-1 を testing の wl-2.8.1-5 に上げてみた。

今までかかえていた、あらゆる問題が解決した上に体感速度が上がった。なんださっさと上げればよかった。前に 2.8.1 に上げた時に何かの問題にひっかかったんで hold することにしたんだけど、なんだったっけなぁ。。。結構クリティカルなやつだった気がするんだけど。


Oct 02, 2002

■#01 [English]: adjacent(adj.) 隣の部屋に対して adjacent room という表現は良く見るけど、ノードやリンクも adjacent なのか。

Quoted from LDCE

something that is adjacent to something else, especially a room, building, or area, is next to it[+to]

o The fire started in the building adjacent to the library
Quoted from Getting Started with Linux-SNA

The ADJACENT_NODE_ID parameter specifies the node ID of the adjacent node. An adjacent node is directly connected to this node via this link definition.

The LINK_STATION_ROLE parameter defines the responsibility that the link station has for controlling the communication with its adjacent link stations.


Quoted from LINUXR for zSeriesR and S/390

The CLAW device driver cannot at present handle a range of devices in a single call (as other device drivers do) because of the need to specify host name, adjacent host and API type for each device.

■#02 [Linux]: Linux SDK for UPnP Devices 1.0 An Open Source UPnP Development Kit

The Linux* SDK for UPnP* Devices provides developers with an API and open source code for building control points, devices, and bridges that are compliant with Version 1.0 of the Universal Plug and Play Device Architecture Specification.

■#03 [Book]: 国立国会図書館が明治期の蔵書16万冊をgif画像で公開

■#04 [masy]: 「あちこちのサイトで !小野澤 英!」 の賛同者が増え始めました(わら 現在の順位は四位 (2002/10/02 17:15 現在)です *1 。タレコミ募集中(mailto: cz@hykw.jp)


*1 ちなみに google では ! を付けても付けなくても検索結果は同じです(無視される)

■#05 突発的に始まった 「あちこちのサイトで !小野澤 英! 運動」、軽くまとめてみました。運動(?)に参加する人は、できればこっちもリンクしといてください。

■#06 [DVD]: UTADA HIKARU SINGLE CLIP COLLECTION+ Vol.3 買った。「travelling のシングルクリップは今までで最低」というのをどっかで読んだけど、その通りだった。センスわり〜。

あ〜、なんかどれもこれもセンス悪い。これは買う必要ないです。金の無駄です。


Oct 01, 2002

■#01 [masy]: Webmasters の総力を結集し、あちこちのサイトで !小野澤 英! !小野澤 英! !小野澤 英! というようなリンクを貼るとヒット率が上がるのではないかと画策してみたり。


戻る