datacode101.hashnode.devSobre ownership e borrowing no RustAlguns exemplos de código Rust para entender as funcionalidades ownership e `borrowing` que não têm paralelos em outras linguagens de programação. Passar uma variável por valor move a posse (ownership), removendo a variável original da memória fn tak...Mar 26, 2025·4 min read
datacode101.hashnode.devDeepSeek, Efficiency, and Big Tech’s ResponseDeepSeek, a rising star in the Chinese AI landscape, has quickly become one of the most downloaded AI apps, sparking discussions about the future of AI investment and resource allocation. What sets DeepSeek apart is its ability to develop a competiti...Feb 4, 2025·4 min read
pinei.hashnode.devRunning PySpark in JupyterLab on a Raspberry PiWhile researching materials for installing a JupyterLab instance with Spark support (via PySpark), I noticed a lot of outdated content. That was until I came across an up-to-date Docker image provided by the Jupyter Docker Stacks project. https://jup...Oct 1, 2023·3 min read