home.social

Search

1000 results for “localfirst”

  1. made a first prototype for local-first collaborative editing. Wasn't hard at all, #automerge and #libp2p seem to be a great combination!

  2. New blog post.

    Local-first iOS apps respecting privacy and not treating users and their data as a commodity are rare and few. I have been cataloging such apps, and here’s a list.

    If you know of other similar mobile apps, please share them. Thanks!

    jsynowiec.github.io/posts/apps

    #DataPortability #PrivacyFirst #NoTracking #iOS #iPadOS #app #LocaFirst #PrivacyMatters #mobileApp #recommendations

  3. New blog post.

    Local-first iOS apps respecting privacy and not treating users and their data as a commodity are rare and few. I have been cataloging such apps, and here’s a list.

    If you know of other similar mobile apps, please share them. Thanks!

    jsynowiec.github.io/posts/apps

    #DataPortability #PrivacyFirst #NoTracking #iOS #iPadOS #app #LocaFirst #PrivacyMatters #mobileApp #recommendations

  4. New blog post.

    Local-first iOS apps respecting privacy and not treating users and their data as a commodity are rare and few. I have been cataloging such apps, and here’s a list.

    If you know of other similar mobile apps, please share them. Thanks!

    jsynowiec.github.io/posts/apps

    #DataPortability #PrivacyFirst #NoTracking #iOS #iPadOS #app #LocaFirst #PrivacyMatters #mobileApp #recommendations

  5. New blog post.

    Local-first iOS apps respecting privacy and not treating users and their data as a commodity are rare and few. I have been cataloging such apps, and here’s a list.

    If you know of other similar mobile apps, please share them. Thanks!

    jsynowiec.github.io/posts/apps

    #DataPortability #PrivacyFirst #NoTracking #iOS #iPadOS #app #LocaFirst #PrivacyMatters #mobileApp #recommendations

  6. New blog post.

    Local-first iOS apps respecting privacy and not treating users and their data as a commodity are rare and few. I have been cataloging such apps, and here’s a list.

    If you know of other similar mobile apps, please share them. Thanks!

    jsynowiec.github.io/posts/apps

    #DataPortability #PrivacyFirst #NoTracking #iOS #iPadOS #app #LocaFirst #PrivacyMatters #mobileApp #recommendations

  7. Google Released Gemma 4 with a Focus On Local-First, On-Device AI Inference

    With the release of Gemma 4, Google aims to enable local, agentic AI for Android development through a…
    #NewsBeep #News #Technology #Agents #AI #Android #AndroidStudio #CA #Canada #Development #gemma4androidaiinference #Google #Largelanguagemodels #ML&DataEngineering #Mobile
    newsbeep.com/ca/602272/

  8. RE: lascapi.fr/blog/2026/03/02/cre

    Hi there, I wrote a mini PoC to illustrate what I'm looking for to edit #HTML files as #markdown or #orgdown text.

    I'm challenging every #developer to try to do better with your own stack!

    #pkm #pim

  9. RE: lascapi.fr/blog/2026/03/02/cre

    Hi there, I wrote a mini PoC to illustrate what I'm looking for to edit #HTML files as #markdown or #orgdown text.

    I'm challenging every #developer to try to do better with your own stack!

    #pkm #pim

  10. RE: lascapi.fr/blog/2026/03/02/cre

    Hi there, I wrote a mini PoC to illustrate what I'm looking for to edit #HTML files as #markdown or #orgdown text.

    I'm challenging every #developer to try to do better with your own stack!

    #pkm #pim

  11. RE: lascapi.fr/blog/2026/03/02/cre

    Hi there, I wrote a mini PoC to illustrate what I'm looking for to edit #HTML files as #markdown or #orgdown text.

    I'm challenging every #developer to try to do better with your own stack!

    #pkm #pim

  12. RE: lascapi.fr/blog/2026/03/02/cre

    Hi there, I wrote a mini PoC to illustrate what I'm looking for to edit #HTML files as #markdown or #orgdown text.

    I'm challenging every #developer to try to do better with your own stack!

    #pkm #pim

  13. RE: lascapi.fr/blog/2026/03/02/cre

    Hi! A big #question for #webdev

    // Context: a #Tauri application written in plain #JavaScript.

    I used the #DOMParser to read an HTML file and display it as #Markdown.
    For unit testing, I use #MochaJs, and I wanted to run the tests in the command line interface (CLI) with #nodejs.
    However, Node.js does not have the DOMParser library. :/

    I then used jsdom to develop the function in a behaviour-driven development style, but this cannot be run in a browser.

    I now realise that trying to test this functionality in this way is not a good idea.

    What can I use instead? ??

    You're welcome to #boost or ask for clarifications. :)

  14. 🛠️ Tôi vừa tạo ehAye Engine – hệ thống “local‑first” cho AI có giọng, điều khiển trình duyệt và truy cập hệ thống. Claude Code sẽ đọc to mọi thao tác khi refactor code, chạy kiểm thử E2E (25 trang, Stripe…) và tự động hóa file. Giúp lập trình “eyes‑free”, dễ hiểu ngay cả CEO. #AI #Tech #Coding #Automation #VoiceAI #CôngNghệ #LậpTrình #TựĐộngHoá

    dev.to/uneekvu/i-made-claude-c

  15. ----------------

    🛠️ Tool
    ===================

    Opening: Blue Team Assistant is a local-first security analysis toolkit targeted at Tier 2/3 SOC analysts, incident responders, and threat hunters. The project aggregates threat intelligence, professional malware analysis capabilities, and optional local LLM support via Ollama to enable AI-assisted investigations without cloud dependency.

    Key features:
    • Multi-source threat intelligence: Integrates 20+ feeds including VirusTotal, Shodan, AbuseIPDB, and AlienVault OTX for enrichment and context.
    • Malware and file analysis: PE/ELF/Mach‑O parsing, entropy analysis, string extraction and YARA scanning to identify suspicious characteristics.
    • Email forensics: Header parsing, attachment extraction, phishing detection and URL chain analysis for email-based investigations.
    • Detection rule generation: Automated output generation for YARA, Sigma, KQL, and Snort/Suricata formats to support detection and hunting pipelines.
    • Reporting and scoring: Interactive HTML reports with MITRE ATT&CK mapping and a production-grade composite scoring model with confidence levels.
    • Local LLM integration: Ollama support for offline AI analysis; cloud LLM providers are optional but not required.

    Technical implementation:
    • Architecture model: CLI component (soc_agent), MCP server mode, and a Python API layer that orchestrates an extensible tools layer for lookups and offline analyzers.
    • Operational model: Asynchronous multi-source queries enable faster parallel enrichment; rule generation pipelines translate analysis outputs to multiple detection formats.

    Use cases:
    • Triage and enrichment of suspicious artifacts during IR workflows.
    • Threat hunting using aggregated TI and generated Sigma/KQL rules.
    • Malware analysts producing YARA rules and contextualized reports mapped to MITRE ATT&CK.

    Limitations and considerations:
    • Ollama or similar local LLM infrastructure is required to use the AI-assisted features; offline operation depends on the local model’s capability and resources.
    • No cloud requirement is enforced, but some optional modules reference external feeds that may require API keys or access privileges.

    References:
    • Project indicates MIT license and current version 1.0.0.

    🔹 tool #yara #sigma #ollama #mitre

    🔗 Source: github.com/ugurrates/Blue-Team

  16. Внедрение архитектуры: от хаоса к порядку

    Всем привет! Меня зовут Анатолий , я представляю команду Front-End разработки компании DD Planet . В этой статье расскажу о том, как наш проект завершил этап разработки и трансформировался в стабильный рабочий продукт.

    habr.com/ru/articles/978988/

    #Архитектура #Local_First #Atomic_design #FSD #ESLint #frontendразработка #React #NextJS

  17. Lotti è un assistente digitale AI open source e local-first per attività e note. Offre riepiloghi intelligenti, tracking completo e archiviazione dati locale con sincronizzazione crittografata Matrix #Linux #Software #AI #TaskManager

    linuxeasy.org/lotti-lassistent

  18. Just published this talk about my vision for Holistic Local-First Sofrware and the parts that can be brought together to make it real.

    #p2p #dweb #agregore #meshnetwork

    youtube.com/watch?v=VqUzhnDd1-