Little experiment with parallax effect thanks to 3D perspective
Related Posts
Serving LLMs on IaaS: throughput vs latency tuning with practical guardrails
Serving LLMs on IaaS is queueing plus memory pressure dressed up as ML. Every request has a prefill phase (prompt → KV…
Arrays multidimensionais
O array unidimensional é o mais usado em programação. Arrays multidimensionais (duas ou mais dimensões) não são raros.…
Whatsapp BOT with nodeJs
` const puppeteer = require(‘puppeteer’); (async function(){ try{ const browser = await puppeteer.launch({ headless:false }) const page =…