<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: arn-c0de</title>
    <description>The latest articles on Forem by arn-c0de (@arn-c0de).</description>
    <link>https://forem.com/arn-c0de</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3594108%2F49fccb4c-489b-4962-859d-917644c7e15c.png</url>
      <title>Forem: arn-c0de</title>
      <link>https://forem.com/arn-c0de</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/arn-c0de"/>
    <language>en</language>
    <item>
      <title>InteractiveChecklists: An Android App for Aviation Documents &amp; DCS Integration</title>
      <dc:creator>arn-c0de</dc:creator>
      <pubDate>Mon, 22 Dec 2025 11:08:45 +0000</pubDate>
      <link>https://forem.com/arn-c0de/interactivechecklists-an-android-app-for-aviation-documents-dcs-integration-3kok</link>
      <guid>https://forem.com/arn-c0de/interactivechecklists-an-android-app-for-aviation-documents-dcs-integration-3kok</guid>
      <description>&lt;p&gt;A modern, open-source Android app for managing aviation checklists, PDFs, and live flight telemetry from DCS World.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why This App?
&lt;/h2&gt;

&lt;p&gt;Flight simmers and pilots deal with scattered PDFs, static checklists, and no way to track progress. InteractiveChecklists solves this with interactive documents, persistent state, and real-time DCS integration.&lt;/p&gt;




&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;h3&gt;
  
  
  📁 Document Management
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Unified File System&lt;/strong&gt; — Browse bundled assets and internal storage in one hierarchical view&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Multi-Tab System&lt;/strong&gt; — Open multiple PDFs/Markdown files with tab persistence, swipe navigation, and quick switching&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tagging System&lt;/strong&gt; — Organize files with custom tags for easy filtering&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Multilanguage Support&lt;/strong&gt; — Full English UI, German available for most screens&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  📄 PDF Viewer
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Annotations: draw, highlight, erase&lt;/li&gt;
&lt;li&gt;Pinch-to-zoom with page snapping&lt;/li&gt;
&lt;li&gt;Color inversion for night use&lt;/li&gt;
&lt;li&gt;All annotations persist automatically&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  ✅ Interactive Markdown Checklists
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Stateful checkboxes (&lt;code&gt;- [ ]&lt;/code&gt; / &lt;code&gt;- [x]&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;Collapsible sections with auto-collapse on completion&lt;/li&gt;
&lt;li&gt;Reset functionality for fresh starts&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  📝 QuickNotes
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Room-powered persistent notes&lt;/li&gt;
&lt;li&gt;Markdown support with autosave&lt;/li&gt;
&lt;li&gt;Full-text search across all notes&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  💾 Data Persistence
&lt;/h3&gt;

&lt;p&gt;All preferences, annotations, shortcuts, tags, and open tabs are stored locally.&lt;/p&gt;




&lt;h2&gt;
  
  
  🎮 DCS World Integration (Experimental)
&lt;/h2&gt;

&lt;h3&gt;
  
  
  🗺️ Aviation Map &amp;amp; Route Planning
&lt;/h3&gt;

&lt;p&gt;OpenStreetMap-based map viewer with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Live aircraft tracking&lt;/strong&gt; — real-time position, heading, altitude from DataPad stream&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Route planner&lt;/strong&gt; — create flight routes with waypoints and labels&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Landing pattern calculator&lt;/strong&gt; — generate approach patterns&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Marker database&lt;/strong&gt; — save and organize navigation points&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Overlays&lt;/strong&gt; — route lines with distance/bearing info&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  📡 DataPad — Live Flight Telemetry
&lt;/h3&gt;

&lt;p&gt;Receive real-time aircraft data from DCS World via UDP (port 5010). Streams position, heading, altitude, and more directly to your device.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Security (December 2025):&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;ECDH handshake with AES-256-GCM encryption&lt;/li&gt;
&lt;li&gt;Device whitelist authentication&lt;/li&gt;
&lt;li&gt;Forward secrecy &amp;amp; replay protection&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Quick Start:&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="c"&gt;# Python server&lt;/span&gt;
python forward_parsed_udp.py &lt;span class="nt"&gt;--repeat-last&lt;/span&gt; &lt;span class="nt"&gt;--interval&lt;/span&gt; 1 &lt;span class="se"&gt;\&lt;/span&gt;
  &lt;span class="nt"&gt;--host&lt;/span&gt; 192.168.178.101 &lt;span class="nt"&gt;--port&lt;/span&gt; 5010 &lt;span class="nt"&gt;--verbose&lt;/span&gt; &lt;span class="se"&gt;\&lt;/span&gt;
  &lt;span class="nt"&gt;--authorized-devices&lt;/span&gt; authorized_devices.json

&lt;span class="c"&gt;# Android: Settings → DataPad → Enable "ECDH Handshake Mode"&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  🐍 MapDatabaseTools (Python)
&lt;/h3&gt;

&lt;p&gt;Desktop companion utilities: PySide6 GUI with embedded Leaflet map, marker database, AES-GCM decryption, and asset management.&lt;/p&gt;




&lt;h2&gt;
  
  
  Tech Stack
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Component&lt;/th&gt;
&lt;th&gt;Technology&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;UI&lt;/td&gt;
&lt;td&gt;Jetpack Compose + Material 3&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Architecture&lt;/td&gt;
&lt;td&gt;MVVM + StateFlow&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Database&lt;/td&gt;
&lt;td&gt;Room&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;PDF&lt;/td&gt;
&lt;td&gt;Android PdfRenderer + PDFBox&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Markdown&lt;/td&gt;
&lt;td&gt;CommonMark&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Min SDK&lt;/td&gt;
&lt;td&gt;API 34 (Android 14+)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;




&lt;h2&gt;
  
  
  Getting Started
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git clone https://github.com/arn-c0de/InteractiveChecklists.git
&lt;span class="c"&gt;# Open in Android Studio → Build → Run on Android 14+ device&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; The first preview APK will be available with version 1.1 (coming soon). Until then, you can build and run the app yourself via Android Studio.&lt;/p&gt;




&lt;h2&gt;
  
  
  Roadmap
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Current:&lt;/strong&gt; DataPad Phase 1 with secure telemetry streaming&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Next:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;2-way communication (app → DCS)&lt;/li&gt;
&lt;li&gt;Extended telemetry (speed, fuel, systems)&lt;/li&gt;
&lt;li&gt;Live animated aircraft visualizations&lt;/li&gt;
&lt;li&gt;UI/UX improvements&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Links
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;GitHub&lt;/strong&gt;: &lt;a href="https://github.com/arn-c0de/InteractiveChecklists" rel="noopener noreferrer"&gt;arn-c0de/InteractiveChecklists&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Docs&lt;/strong&gt;: &lt;a href="https://deepwiki.com/arn-c0de/InteractiveChecklists" rel="noopener noreferrer"&gt;DeepWiki&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Contributions welcome! ⭐&lt;/p&gt;




</description>
      <category>android</category>
      <category>dcsworld</category>
      <category>kotlin</category>
      <category>python</category>
    </item>
    <item>
      <title>Crawllama – Local AI Agent for Web Research 🚀</title>
      <dc:creator>arn-c0de</dc:creator>
      <pubDate>Mon, 03 Nov 2025 13:12:15 +0000</pubDate>
      <link>https://forem.com/arn-c0de/crawllama-lightweight-local-ai-agent-for-web-research-3dd7</link>
      <guid>https://forem.com/arn-c0de/crawllama-lightweight-local-ai-agent-for-web-research-3dd7</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5jclgq1dbm344oy6bpi1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5jclgq1dbm344oy6bpi1.png" alt=" " width="256" height="256"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hi Dev.to community! 👋  &lt;/p&gt;

&lt;p&gt;I’m currently developing &lt;strong&gt;Crawllama&lt;/strong&gt;, a lightweight local AI research agent for backend development and da&lt;br&gt;
ta analysis. It’s still in the early stages, and I’m always open to &lt;strong&gt;feedback, tips, and suggestions for improvement&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Key Features
&lt;/h2&gt;

&lt;p&gt;-🧠 &lt;strong&gt;Adaptive Agent Hopping&lt;/strong&gt; – Automatic selection based on query complexity&lt;br&gt;&lt;br&gt;
-🔗 &lt;strong&gt;Multi-Hop Reasoning&lt;/strong&gt; – LangGraph-based workflow for complex queries&lt;br&gt;&lt;br&gt;
-🔍 &lt;strong&gt;OSINT Intelligence&lt;/strong&gt; – Email, phone, IP, and social media analysis&lt;br&gt;&lt;br&gt;
-⚡ &lt;strong&gt;FastAPI REST API &amp;amp; Interactive CLI&lt;/strong&gt; – Flexible integration and usage&lt;br&gt;&lt;br&gt;
-💾 &lt;strong&gt;Local Memory Store&lt;/strong&gt; – Caching, batch processing, and session management  &lt;/p&gt;

&lt;p&gt;Check it out here: &lt;a href="https://github.com/arn-c0de/Crawllama/" rel="noopener noreferrer"&gt;Crawllama&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;I’d love to hear your &lt;strong&gt;opinions and ideas&lt;/strong&gt; to make Crawllama even better!&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
