🚀 Day 33 of My Data Analytics Journey !

Today I continued my learning path in Data Analytics and explored some new concepts: Learned how to load data from multiple sources. Got a basic introduction to AWS and its importance in handling data on the cloud. Practiced how to show images in Python using Matplotlib. Learned how to read files in Python for data…

Read More

TIL snippets/fastcgi-php.conf – DEV Community

For many many years, my PHP location in Nginx looked like this: location ~ \.php$ { include snippets/fastcgi-php.conf; fastcgi_pass unix:/var/run/php/php-fpm.sock; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; include fastcgi_params; } Enter fullscreen mode Exit fullscreen mode I never questioned it, it’s just been copy-pasted a billion times over and over from thousands of online resources with PHP and WordPress…

Read More

AI Fitness Coach: Real-time Exercise Form Analysis using Google AI Studio

This is a submission for the Google AI Studio Multimodal Challenge What I Built I built an AI Fitness Coach that analyzes exercise form from uploaded videos. This application helps users improve their squat and deadlift techniques by providing real-time feedback, identifying form issues, and suggesting corrective exercises. Learning proper exercise form can be intimidating…

Read More

Causal LLM or splitting LLM

file:https://try-codeberg.github.io/static/causal-inference.gifTopic: Causal LLM or splitting LLMCausal Cooperative Networks (CCNets) – Causal LearnignFramework – Reasoner, Explainer, Producer. Causal inference finds causes by showing they covary witheffects, occur beforehand, and by ruling outalternatives. LLMs use pattern matching, not explicit causal models orseparate reasoning modules. Insufficient for regulated or high-stakes domains needing rigorous, transparent causality. Effective for quick…

Read More

Criando um malware em Rust 🦀

Primeiro post Sou um desenvolvedor com boa experiência na área, tendo como hobby sistemas embarcados e cibersegurança. Sempre fascinado em saber como as coisas funcionam “por de baixo dos panos”, e na área de cibersegurança, esse sentimento não foi diferente. Esse é meu primeiro post aqui no Dev.to. Algumas coisas talvez não saiam da maneira…

Read More