Join us

ContentUpdates and recent posts about Flogo..
Discovery IconThat's all about @Flogo — explore more posts below...
 Activity
@juliocalves started using tool Terraform , 1 hour, 33 minutes ago.
 Activity
@juliocalves started using tool Kubernetes , 1 hour, 33 minutes ago.
 Activity
@juliocalves started using tool Kubectl , 1 hour, 33 minutes ago.
 Activity
@juliocalves started using tool Grafana , 1 hour, 33 minutes ago.
 Activity
@juliocalves started using tool Amazon ECS , 1 hour, 33 minutes ago.
 Activity
@juliocalves started using tool Amazon CloudWatch , 1 hour, 33 minutes ago.
News FAUN.dev() Team
@kala shared an update, 13 hours ago
FAUN.dev()

OpenClaw Lightweight Alternative Launches: A 10MB AI Assistant That Runs on $10 Hardware

Go OpenClaw PicoClaw

Sipeed has released PicoClaw an OpenClaw micro alternative that uses 99% less memory than . , an open-source AI assistant written in Go that runs in under 10MB of RAM and boots in about one second. Designed for low-cost Linux boards starting around $10, it supports multiple LLM providers, chat platform integrations, and automation workflows. The project is MIT-licensed and available on GitHub.

OpenClaw Alternative Launches: A 10MB AI Assistant That Runs on $10 Hardware
 Activity
@kala added a new tool PicoClaw , 13 hours, 55 minutes ago.
Link
@varbear shared a link, 17 hours ago
FAUN.dev()

Thoughts on the job market in the age of LLMs

The job market for AI professionals is challenging due to the high demand for senior talent and the importance of proving oneself as a junior employee. Hiring practices in AI are constantly evolving with the complexity and pace of progress in language models. Open-source contributions and meaningful.. read more  

Link
@varbear shared a link, 17 hours ago
FAUN.dev()

Understanding the Go Compiler: The Linker

Go’s linker stitches together object files from each package, wires up symbols across imports, lays out memory, and patches relocations. It strips dead code, merges duplicate data by content hash, and spits out binaries that boot clean - with W^X memory segments and hooks into the runtime... read more  

Understanding the Go Compiler: The Linker
Project Flogo, a Go-based open source ecosystem for building event-driven apps is designed to abstract the event processing paradigm from event consumption enabling devs to build once, consume from anywhere and process using any of the supported actions.

At its core, Flogo Core, a lightweight app kernel responsible for all of the event-driven magic exposed to app devs via the Actions, Triggers & Activities (the core building blocks for your apps)!

Flogo Core provides the following key benefits:

- Action chaining enables communication between one or more capabilities in a single, sub 10MB binary!
- Common contribution model build activities and triggers that can be leveraged by all capabilities
- Extensible easily extend the capabilities available by building your own action using the common interfaces