親カテゴリー: Meta standard for data reusability

Window/tab merge

Why do you have multiple tabs open? The answer is that you're cross referencing in your head. Why not let the computer do it?

YAML 問題

What if you could cross reference websites automatically?

Essentially form a join between different sites of data.


子カテゴリはありません。


投票 (不必要) (通知しない) (不必要)
ログインしてください。

これにより、開いているすべてのタブから集約されたデータのテーブルが自動的に表示されますか?これは、開いているタブからだけでなく、閲覧履歴全体からも必要だと思います。

Would this automatically make view of tables of aggregated data from all the open tabs? I think we do need this, and not just from open tabs, but from entire browsing histories.


私はそれがすべて怠惰に生成される可能性があると思います。各タブは、サイトと画面に表示されているものにマップするデータアクセスと取得のためのAPIを提供します。ブラウザは、履歴とダウンロード、および履歴ページコンテンツ用の名前空間も提供します。

I suspect it could all be generated lazily. Each tab provides an API for data access and retrieval which maps to the site and what's on screen. The browser would also provide some namespaces for history and downloads and historical page content.



    : Mindey
    :  -- 
    :  -- 
    

chronological,

もちろん、これには、任意のページ情報を合理的に有益な表形式に解析することを学ぶ誰かが必要です。私は、このような任意のデータソースのオントロジー正規化を表す「メタフォーマット」という形式を考え出しました。これは、このような表形式化を自動的に行うモデルを作成するための機械学習タスクのトレーニングセットを表すのに適しています。ただし、このようなMLモデルがなければ、人間にパーサーを記述させ、各ページをオントロジー的に正規化する必要があり、これには非常に時間がかかります。

Of course, this needs someone to learn to parse arbitrary page information into reasonably informative tabular form. I had come up with a format, namely, "metaformat" to represent such arbitrary data source ontological normalizations, that could work well to represent a training set for a machine learning task to create such model that does such tabularization automatically. However, without such ML model, we would have to have humans write parsers and ontologically normalize each page, which is prohibitively time-consuming.


Linuxには一般的なプロセス間通信用のDBusがあり、gconf-editorは、editorのようなレジストリがDbusを使用して使用可能な構成キーを問い合わせます。

ページの正規化は、画面上の情報にとって問題になります。相互参照システムにパイプする前に、データをクリーンアップする必要があります。

Linux has DBus for generic interprocess communication and gconf-editor a registry like editor uses Dbus to interrogate available configuration keys.

Page normalisation will be a problem for on screen information. Would need to clean up data before piping to cross referencing systems.



    : Mindey
    :  -- 
    :  -- 
    

chronological,