投稿者: user ss

  • Himari Yoshimura – Major International Competition Wins

    Himari Yoshimura (吉村妃鞠) is a Japanese violin prodigy born on June 24, 2011.
    She began playing violin at age 3 and made her orchestral debut at age 6.
    She currently studies at the Curtis Institute of Music in Philadelphia with renowned teacher Ida Kavafian.


    Competition History Table

    Date (Age)CompetitionLocationMusic/RepertoireResult
    May 2018 (Age 6)2nd Leonid Kogan International Violin CompetitionBelgiumNot specified1st Prize
    March 7-10, 2019 (Age 7)12th Arthur Grumiaux International Violin CompetitionBrussels, BelgiumPaganini Violin Concerto No. 1Grand Prize (1st Prize + Special Grand Prize)
    2019 (Age 7-8)26th Andrea Postacchini International Violin CompetitionItalyNot specified1st Prize + Special Prize
    Summer 2019 (Age 8)Mozarteum International Summer Academy Concert (Salzburg Festival)Salzburg, AustriaNot specifiedAward (Youngest Participant)
    December 2019 (Age 8)20th Schelkunchik (Nutcracker) International Music CompetitionMoscow, RussiaPaganini Violin Concerto No. 11st Prize
    September 17, 2021 (Age 10)15th International Competition for Young Violinists in Honor of Karol Lipinski and Henryk WieniawskiLublin, PolandNot specifiedGrand Prize
    May 2023 (Age 11)Mini Violini 2023 (part of Montreal International Violin Competition)Montreal, CanadaNot specifiedAudience Prize

    Major Orchestral Performances as Soloist

    Date (Age)OrchestraLocationConductorRepertoire
    Oct 15, 2023 (Age 12)Santa Fe Symphony OrchestraSanta Fe, USAGuillermo FigueroaBach: Concerto for Two Violins in D minor (with Ida Kavafian)<br>Wieniawski: Violin Concerto No. 1 in F# minor
    Dec 31, 2024 (Age 13)Philadelphia OrchestraPhiladelphia, USAMarin AlsopKreisler: La Gitana<br>Waxman: Carmen Fantasy<br>Gardel/Williams: Por una cabeza
    2024/25 Season (Age 13)Tokyo Philharmonic OrchestraTokyo, JapanNot specifiedNot specified
    2024/25 Season (Age 13)Yomiuri Nippon Symphony OrchestraTokyo, JapanNot specifiedWaxman: Carmen Fantasy
    2024/25 Season (Age 13)Kyoto Symphony OrchestraKyoto, JapanNot specifiedNot specified
    Mar 20-22, 2025 (Age 13)Berlin PhilharmonicBerlin, GermanyZubin Mehta (Mar 20)<br>Sebastian Weigle (Mar 21-22)Wieniawski: Violin Concerto No. 1 in F# minor
    2024/25 Season (Age 13-14)Orchestre de la Suisse RomandeSwitzerland/Japan TourNot specifiedSibelius: Violin Concerto
    Jul 20, 2025 (Age 14)Chicago Symphony OrchestraRavinia Festival, USAMarin AlsopNot specified
    Oct 29, 2025 (Age 14)London Philharmonic OrchestraLondon, UKKahchun WongSibelius: Violin Concerto
    Nov 28 & 30, 2025 (Age 14)Pittsburgh Symphony OrchestraPittsburgh, USAManfred HoneckBruch: Violin Concerto No. 1
    Dec 17-18, 2025 (Age 14)Orchestre de la Suisse RomandeGeneva, SwitzerlandJonathan NottBruch: Violin Concerto No. 1 in G minor
    Feb 12-15, 2026 (Age 14)Chicago Symphony OrchestraChicago, USAJaap van ZwedenBruch: Violin Concerto
    Jun 19-20, 2026 (Age 14)NHK Symphony OrchestraTokyo, JapanNot specifiedNot specified

    Other orchestras Himari has performed with:
    Moscow Philharmonic Orchestra,
    Russian National Philharmonic Orchestra,
    Kyiv Philharmonic Orchestra,
    New Japan Philharmonic,
    Tokyo Symphony Orchestra,
    Japan Philharmonic Orchestra,
    Kanagawa Philharmonic Orchestra,
    Gunma Symphony Orchestra


    Notable Achievements

    • Total competitions won: First prize in 42+ competitions (Japan and international)
    • Curtis Institute of Music: Accepted in 2022 as one of the youngest students ever
    • Decca Classics: Signed as exclusive recording artist in 2025 (youngest female artist ever)
    • Berlin Philharmonic: Youngest Asian soloist to perform in subscription concert (March 2025)
    • Instrument: Plays the 1717 “Hamma” Stradivarius (on loan from Yusaku Maezawa)

  • How to make a log for Power Apps in SharePoint LIST

    How to make a log for Power Apps in SharePoint LIST

    Plan 3: Memory-based Entry + Single Write on Exit

    In App OnStart:

    powerapps

    Set(AppIdentifier, "App1");
    Set(SessionData, Blank());  // Initialize session tracking

    On Screen.OnVisible (Store in memory only):

    powerapps

    // Store entry data in memory - NO SharePoint write
    Set(
        SessionData,
        {
            EnterTime: Now(),
            AppName: AppIdentifier,
            ScreenName: App.ActiveScreen.Name,
            Username: Left(User().Email, Find("@", User().Email) - 1),
            ProjectID: If(IsBlank(YourSelectedProject), "None", YourSelectedProject.ID)
        }
    );

    On Screen.OnHidden (Write complete log):

    powerapps

    // Single write with complete session data
    If(
        !IsBlank(SessionData),
        Patch(
            apps_text_log,
            Defaults(apps_text_log),
            {
                linelog: Text(SessionData.EnterTime, "yyyy-mm-dd hh:mm:ss") & "," &
                         Text(Now(), "yyyy-mm-dd hh:mm:ss") & "," &
                         SessionData.AppName & "," &
                         SessionData.ScreenName & "," &
                         SessionData.Username & "," &
                         SessionData.ProjectID & "," &
                         Text(DateDiff(SessionData.EnterTime, Now(), Seconds))
            }
        );
        
        Set(SessionData, Blank());  // Clear memory
    );
  • Windows 11 24H2 の新機能・変更点(簡潔版)

    1. Wi-Fi 7 対応:高速・低遅延通信が可能に。
    2. Bluetooth LE Audio 対応:補聴器などの次世代オーディオ機器に対応。
    3. HDR壁紙対応:HDRモニターで高画質背景が使用可能。
    4. Copilot+ PC向けAI機能:ライブ字幕翻訳、AI画像生成、ゲームの自動高画質化など(NPU搭載PC限定)。
    5. ファイルエクスプローラー改善:タブ複製、ドラッグ操作、メニューのわかりやすさ向上。
    6. 検索機能の強化:ファイルや画像の意味検索が可能に。
    7. 「sudo」コマンド追加:管理者権限で簡単にコマンド実行。
    8. エネルギー管理改善:スマートなバッテリー節約モードとAPI。
    9. QRコードでWi-Fi共有:簡単にWi-Fi接続・共有可能。
    10. SMB署名の強制化:セキュリティ向上。
    11. NTLMv1の廃止:古い認証プロトコルを削除。
    12. WordPad、Mixed Realityの削除:非推奨機能の整理。
    13. Windows Updateの高速化:差分ベースの「チェックポイント更新」採用。
    14. 新しい電源管理API:開発者向けにグリーンエネルギー対応。
    15. 新しいUI改善:タスクトレイやクイック設定がより直感的に。
    16. Teamsの通知改善:アカウント関連通知がより便利に。
    17. LAPSの強化:ローカル管理者パスワードの自動管理。
    18. SHA-3 暗号化対応:最新のハッシュアルゴリズムサポート。
    19. 問題のあるアプリとの互換性:一部デバイスでは自動アップデートが一時保留中。
    20. 全体的に安定性・セキュリティ・AI活用が中心のアップデート

  • Open-Source Note-Taking Apps Similar to Lotus Notes

    Open-Source Note-Taking Apps Similar to Lotus Notes

    It seems like you’re looking for a stable, robust, open-source note-taking application similar to Lotus Notes, which you enjoyed, and you’ve found Microsoft Power Apps lacking in stability for your needs. Lotus Notes (now HCL Notes) was known for its reliability, collaborative features, and ability to handle complex workflows, so I’ll focus on open-source alternatives that offer similar robustness and stability, particularly for note-taking and potentially app development or customization. Since you mentioned developing an app with Power Apps, I’ll also consider tools that allow some level of extensibility or customization, alongside being free and open-source.

    Open-Source Note-Taking Apps Similar to Lotus Notes

    Lotus Notes was more than just a note-taking tool—it was an integrated platform with email, databases, and workflow capabilities. The following open-source options may not replicate its full scope but can match its stability and robustness for note-taking and related tasks, with some offering development potential.

    1. Joplin
    • Overview: Joplin is a widely-used, open-source note-taking app that’s stable, reliable, and supports Markdown for formatting. It’s available on Windows, macOS, Linux, Android, and iOS.
    • Why It’s Similar: Like Lotus Notes, Joplin is robust and supports offline use, syncing across devices (via Dropbox, OneDrive, or self-hosted options like Nextcloud), and organizing notes into notebooks. It’s not a full collaboration suite, but it’s highly dependable.
    • Stability: Joplin is mature, with a strong community and regular updates, making it a stable choice.
    • Customization: It’s open-source (GitHub: joplinapp/joplin), so you can modify the code if you’re comfortable with JavaScript/Node.js. It also supports plugins for added functionality (e.g., tables, better Markdown rendering).
    • Use Case: Great for personal or small-team note-taking with a focus on reliability. If you liked Lotus Notes’ structure, Joplin’s notebook hierarchy might feel familiar.
    1. Trilium Notes
    • Overview: Trilium is an open-source, hierarchical note-taking app designed for building large personal knowledge bases. It runs on Windows, macOS, Linux, and can be self-hosted as a web app.
    • Why It’s Similar: Its tree-like structure for organizing notes echoes Lotus Notes’ database approach. It’s robust, supports scripting, and can handle complex note relationships.
    • Stability: Trilium is actively maintained and known for being lightweight yet powerful, with no significant stability issues reported.
    • Customization: Highly extensible—you can write custom JavaScript within the app to create workflows or features (e.g., automation scripts), somewhat akin to Lotus Notes’ development capabilities. It’s available on GitHub (zadam/trilium).
    • Use Case: Ideal if you want a stable, customizable system for structured notes, especially for power users who liked Lotus Notes’ depth.
    1. Zim – A Desktop Wiki
    • Overview: Zim is an open-source wiki-style note-taking app for Windows, Linux, and macOS, designed for simplicity and stability.
    • Why It’s Similar: Like Lotus Notes, it’s dependable and stores data locally in plain text files, making it portable and robust. It supports linking notes, which mimics Lotus Notes’ relational capabilities.
    • Stability: Zim has been around for years and is rock-solid, with minimal resource usage and no sync-related instability (though syncing requires external tools like Syncthing).
    • Customization: You can extend it with plugins or scripts (Python-based), and its open-source nature (GitHub: zim-desktop-wiki/zim-desktop-wiki) allows deeper modifications.
    • Use Case: Perfect for users who want a lightweight, stable alternative with a focus on note organization and linking, similar to Lotus Notes’ database feel.
    1. Nextcloud Notes
    • Overview: Nextcloud is an open-source, self-hosted cloud platform, and its Notes app provides a simple yet stable note-taking solution. It’s accessible via web, desktop, or mobile apps.
    • Why It’s Similar: Lotus Notes was a collaborative platform, and Nextcloud mirrors this with its focus on self-hosted collaboration, including note-taking, file sharing, and more. The Notes app supports Markdown and integrates with the broader Nextcloud ecosystem.
    • Stability: Nextcloud is enterprise-grade and widely used, ensuring high reliability when properly set up.
    • Customization: As an open-source platform (GitHub: nextcloud/server), you can customize it extensively—add features, integrate with other apps, or even build your own extensions using PHP or JavaScript.
    • Use Case: If you liked Lotus Notes’ all-in-one approach and want a free, robust alternative you can host yourself, Nextcloud Notes is a strong contender.

    Why Power Apps Might Have Felt Unstable

    Since you mentioned trying to develop an app with Power Apps and finding it unstable, it’s worth noting that Power Apps is a low-code platform tied to Microsoft’s cloud infrastructure. Stability issues could stem from network dependency, limited offline support, or complexity in scaling custom apps. The open-source tools above are generally more lightweight, can run locally, and give you full control over the codebase, which might align better with your need for robustness.

    Recommendation

    • For Stability and Simplicity: Try Joplin first—it’s mature, reliable, and widely praised for its consistency.
    • For Customization and Depth: Trilium Notes offers a Lotus Notes-like experience with scripting potential, making it great for power users.
    • For Collaboration and Self-Hosting: Nextcloud Notes provides a broader platform with note-taking as a stable component.
    • For Lightweight Reliability: Zim is a no-frills, rock-solid option if you don’t need cloud syncing out of the box.

    All these are free, open-source, and actively maintained, avoiding the instability you experienced with Power Apps. If you’re comfortable with development, you can fork their repositories and tailor them to your needs, something Lotus Notes developers often appreciated. Let me know if you’d like setup guidance or a deeper dive into any of these!

  • WordPress Category Listing ERROR on KANSO Theme

    WordPress Category Listing ERROR on KANSO Theme


    widget_embedder.js:106 [Deprecation]Listener added for a ‘DOMNodeInserted’ mutation event. Support for this event type has been removed, and this event will no longer be fired. See https://chromestatus.com/feature/5083947249172480 for more information.


    エラー メッセージは次のようになっています:

    widget_embedder.js:106  [Deprecation] Listener added for a 'DOMNodeInserted' mutation event. Support for this event type has been removed, and this event will no longer be fired. See https://chromestatus.com/feature/5083947249172480 for more information.

    これは、DOMNodeInserted というミューテーションイベント(DOM変化イベント)が非推奨になり、サポートが廃止されたことを示しています。ミューテーションイベントは、DOM(ドキュメントオブジェクトモデル)に変更が加えられたときにトリガーされるイベントのことです。しかし、このイベントはパフォーマンスの問題やブラウザのクラッシュを引き起こす可能性があるため、最新のブラウザではサポートされなくなりました。

    修正方法

    このエラーを修正するには、MutationObserver を使用して同様の機能を実装することをお勧めします。MutationObserver は、DOMの変更を監視し、指定された変更が発生したときにコールバック関数を実行する新しいAPIです。以下に簡単な例を示します:

    // 古いミューテーションイベントの使用例
    target.addEventListener('DOMNodeInserted', event => doSomething(event.target));
    
    // 新しい MutationObserver を使用したコード
    const observer = new MutationObserver(mutationList => {
      mutationList.forEach(mutation => {
        if (mutation.type === 'childList') {
          mutation.addedNodes.forEach(doSomething);
        }
      });
    });
    
    observer.observe(target, { childList: true, subtree: true });

    このように、MutationObserver を使うことで、DOMの変化に対して効率的かつ安全に対応できます。