top of page
STENGE
uWhwHmca3RyT0nrkPjfRm++X5+/HFfpSkqThX+8ft2E=
Search
Hiding Messages Inside an Emoji
Imagine receiving a message that contains nothing more than this: 🌊 It looks harmless. However, what if that single emoji actually contained an entire hidden message? This is not science fict
Diniz Martins
11 hours ago
Portable AI
Have you ever imagined carrying your own AI assistant in your pocket, for free? With today's open-source AI models, it's entirely possible. By storing the required software and models on a USB flash drive (or, even better, an external SSD), you can run an AI assistant on almost any compatible computer without relying on cloud services. Suggested Folder Structure AI-USB/ │ ├── ollama/ │ └── ollama.exe │ ├── models/ │ ├── llama3.2.gguf │ └── qwen2.5.gguf │ ├── webui/ │
Diniz Martins
Jul 20
Homebrew on macOS
If you use Homebrew to manage your development tools on macOS, keeping it updated is an important part of maintaining a reliable development environment. A simple maintenance routine helps keep packages current, removes unnecessary files, and detects potential issues before they become real problems. What each command does brew update: Fetches the latest Formulae and Cask definitions from the Homebrew repositories. brew upgrade: Upgrades all installed command-line packages to
Diniz Martins
Jul 6
bottom of page