Autognosis

自分の認知と学習を静かに磨くデジタルノート

速く流れていく情報から少し離れ、自分の頭でじっくり考えられる文章だけを集めています。

更新

2026/9/20

Tag

#モバイルアプリ

Illustration of Flutter's modular architecture showing a central framework core with independently floating UI component blocks representing Material and Cupertino design systems, connected by lines to demonstrate decoupled versioning

Flutter 3.47リリース:アーキテクチャの分離と プラットフォーム拡張

Flutter 3.47リリース:アーキテクチャの分離と プラットフォーム拡張 モジュール化されたUIアーキテクチャ:モノリシック構造からの脱却 Flutter 3.47は、UIコンポーネントをコアフレームワークから分離し、独立したバージョン管理サイクルを実現しています。本質的に問われているのは、フレームワーク全体のアップグレードを強制することなく、個別のコンポーネントを更新できるかという点です。 従来は、単一のボタンを更新するだけでもFlutter全体...

-- いいね数
続きを読む
A technical illustration showing a central code element branching out to five platform icons representing server, web, desktop, Android, and iOS, connected by glowing pathways symbolizing unified cross-platform development

Show HN: Dowe – サーバー、ウェブ、デスクトップ、Android、iOS向けフルスタック言語

Show HN: Dowe – サーバー、ウェブ、デスクトップ、Android、iOS向けフルスタック言語 フラグメンテーション問題 現代のソフトウェア開発は、異種プラットフォーム間での展開を必須としています。バックエンドサーバー、ウェブブラウザ、デスクトップアプリケーション、モバイルデバイス(iOSおよびAndroid)です。業界の現在の慣行では、異なる言語で記述された独立したコードベースが必須です。ウェブ向けのJavaScript/TypeScript、...

-- いいね数
続きを読む
Illustration of a decentralized Bluetooth mesh network with interconnected glowing nodes forming a web pattern over topographic terrain, representing peer-to-peer team tracking without central infrastructure

Red Grid Link: Bluetooth経由のピア・ツー・ピア型チーム追跡

Red Grid Link: Bluetooth経由のピア・ツー・ピア型チーム追跡 奥地のチームは、インフラなしで位置認識が必要 遠隔地でのチーム調整は、リアルタイムの位置認識に依存しています。しかし、セルラーネットワーク、衛星システム、集中型サーバーといった従来のインフラは、多くの運用環境では利用できないか、信頼性が低いです。Red Grid Linkは、各デバイスが同時に位置送信機とリレーノードとして機能する分散型Bluetoothメッシュアーキテクチ...

#Bluetooth-mesh #ピアツーピア通信 #位置情報追跡
-- いいね数
続きを読む
Technical diagram showing three layered levels of Android system architecture with security symbols, representing API interfaces, hardware abstraction layer, and security policies in a modern blue and teal color scheme

LineageOS 23.2

LineageOS 23.2 Android 15 基盤の進化 LineageOS 23.2 は、システムスタック全体にわたってより厳密な API コントラクトとパーミッションモデルを強制することで Android 15 を実装しています。この構造的な転換は、3 つの主要なメカニズムを通じて機能します。(1) 非推奨 API を明示的なインターフェース定義に置き換える、(2) AIDL(Android Interface Definition Langua...

-- いいね数
続きを読む
TOPへ