Join us

ContentUpdates and recent posts about NanoClaw..
Link
@faun shared a link, 1 year, 10 months ago
FAUN.dev()

Making Damn Vulnerable Web Application (DVWA) almost unhackable with Cilium and Tetragon

Cilium and Tetragon are two powerful tools combined to defend the Damn Vulnerable Web Application (DVWA) against attacks by harnessing the power of eBPF technology in the Kubernetes universe. By utilizing Cilium for process, file, HTTP, and network-based defenses alongside Tetragon for security obse.. read more  

Link
@faun shared a link, 1 year, 10 months ago
FAUN.dev()

Google Cloud now has a dedicated cluster of Nvidia GPUs for Y Combinator startups

Google Cloud offers Y Combinator startups a dedicated subsidized cluster of Nvidia GPUs and Google TPUs, plus $350,000 in cloud credits over two years. This includes $12,000 in Enhanced Support credits, a free year of Google Workspace Business Plus, and access to Google's internal AI experts... read more  

Google Cloud now has a dedicated cluster of Nvidia GPUs for Y Combinator startups
Link
@faun shared a link, 1 year, 10 months ago
FAUN.dev()

How I discovered the Organization ID of any AWS Account

The author's research led to a new finding, prompting AWS to make significant changes to VPC Endpoint behavior by preventing information discovery using VPC endpoints. The change includes restrictions on the usage of wildcard characters in VPC Endpoint policies, specifically in relation to global co.. read more  

Story
@laura_garcia shared a post, 1 year, 10 months ago
Software Developer, RELIANOID

THAT Conference - Wisconsin

We are thrilled to be part of THAT Conference from today to August 2nd, in Wisconsin Dells! Join us at the Kalahari Resort and Waterpark for four days of tech-obsessed fun, workshops, and networking. Don’t miss our interactive sessions and connect with our experts. See you there! #THATConference  #W..

THAT conference RELIANOID
Story
@laura_garcia shared a post, 1 year, 10 months ago
Software Developer, RELIANOID

Black Hat USA - join us!

Black Hat USA Returns to Las Vegas—and we'll be there!! Black Hat USA is back at the Mandalay Bay Convention Center with an extensive 6-day agenda. - August 3-6: Specialized cybersecurity Trainings for all skill levels. - August 7-8: Main conference with over 100 expert Briefings, open-source tool d..

BlackHat_2024_USA_RELIANOID
Story
@laura_garcia shared a post, 1 year, 10 months ago
Software Developer, RELIANOID

Devastating ransomware attack on the British Library

🔒 Cybersecurity Alert! Learn from the recent ransomware attack on the British Library and how organizations can protect against similar threats. Explore key insights and recommended best practices in this essential guide.#Cybersecurity#RansomwareAttack#DataProtection#BritishLibrary#RELIANOID#Network..

British_Library_Cyber_Attack
Story
@thiagoterzi shared a post, 1 year, 10 months ago
CEO, dgt27

Enhancing Social Media Engagement through Salesforce Marketing Cloud

Boost your social media engagement with Salesforce Marketing Cloud. Discover how advanced tools and strategies can elevate your online presence and drive results.

Enhancing Social Media Engagement through Salesforce Marketing Cloud
Story
@laura_garcia shared a post, 1 year, 10 months ago
Software Developer, RELIANOID

Securing Business Operations: The Importance of Security Software

Thank you, Big News Network, for featuring us in your article "Securing Business Operations: The Importance of Security Software." We're honored to be recognized for our commitment to providing top-tier security solutions and exceptional support. At RELIANOID, we're dedicated to helping businesses s..

Big News Network publication on RELIANOID
Story
@sdlc_corp shared a post, 1 year, 10 months ago
SEO, https://sdlccorp.com/

How to add CSS code through the custom liquid section?

To add CSS code through the custom Liquid section in Shopify, access the theme editor in your Shopify admin panel and navigate to the appropriate Liquid file, such as theme.liquid. Within this file, insert your CSS inside <style> tags within the <head> section to ensure the styles are applied globally. Save the changes and preview your store to ensure the styles are correctly implemented.

Story
@laura_garcia shared a post, 1 year, 10 months ago
Software Developer, RELIANOID

Cybersecurity & Technology Innovation Conference in Dallas

From Wisconsin to Dallas for the Cybersecurity & Technology Innovation Conference!  Don’t miss this exciting event! Feel free to reach out to us—we’d be delighted to meet you there. https://www.relianoid.com/2024-cybersecurity-technology-innovation-conference/ #CyberSecurity #TechInnovation #DOEConf..

Cybersecurity and Technology Innovation Conference RELIANOID
NanoClaw is an open-source personal AI agent designed to run locally on your machine while remaining small enough to fully understand and audit. Built as a lightweight alternative to larger agent frameworks, the system runs as a single Node.js process with roughly 3,900 lines of code spread across about 15 source files.

The agent integrates with messaging platforms such as WhatsApp and Telegram, allowing users to interact with their AI assistant directly through familiar chat applications. Each conversation group operates independently and maintains its own memory and execution environment.

A core design principle of NanoClaw is security through isolation. Every agent session runs inside its own container using Docker or Apple Container, ensuring that the agent can only access files and resources that are explicitly mounted. This approach relies on operating system–level sandboxing rather than application-level permission checks.

The architecture is intentionally simple: a single orchestrator process manages message queues, schedules tasks, launches containerized agents, and stores state in SQLite. Additional functionality can be added through a modular skills system, allowing users to extend capabilities without increasing the complexity of the core codebase.

By combining a minimal architecture with container-based isolation and messaging integration, NanoClaw aims to provide a transparent, customizable personal AI agent that users can run and control entirely on their own infrastructure.