Guilherme Vinicius (@guilhermevini) 's Twitter Profile
Guilherme Vinicius

@guilhermevini

security, privacy, cryptography and free speech.

ID: 23430755

linkhttps://goo.gl/AG9Ffb calendar_today09-03-2009 12:49:41

6,6K Tweet

400 Followers

286 Following

Ricardo Amorim (@ricamconsult) 's Twitter Profile Photo

Portugal cobrava 1/5 em impostos; os inconfidentes lutaram pela independência. Hoje, pagamos 2/5, continuamos sem contrapartidas, mas não reagimos. #Tiradentes

Portugal cobrava 1/5 em impostos; os inconfidentes lutaram pela independência. Hoje, pagamos 2/5, continuamos sem contrapartidas, mas não reagimos. #Tiradentes
Tuta (@tutaprivacy) 's Twitter Profile Photo

| ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄| | We Love Linux | |_______________| \ (•◡•) / \ / —— | |

LibreOffice (@libreoffice) 's Twitter Profile Photo

More good news! Another government is freeing itself from tech giants and vendor lock-in. The Danish Ministry of Digitalisation is dropping Microsoft Office/365 and moving to #LibreOffice, to get back control: blog.documentfoundation.org/blog/2025/07/0…

More good news! Another government is freeing itself from tech giants and vendor lock-in. The Danish Ministry of Digitalisation is dropping Microsoft Office/365 and moving to #LibreOffice, to get back control: blog.documentfoundation.org/blog/2025/07/0…
Guilherme Vinicius (@guilhermevini) 's Twitter Profile Photo

ffmpeg -i input.mp4 -t $(echo "$(ffprobe -v error -show_entries format=duration -of default=noprint_wrappers=1:nokey=1 input.mp4)/2" | bc -l) -c copy output.mp4

Guilherme Vinicius (@guilhermevini) 's Twitter Profile Photo

find ~/Code -name "node_modules" -type d -prune | xargs du -sh 2>/dev/null | sort -h find ~/Code -name "node_modules" -type d -prune -exec rm -rf {} +

Guilherme Vinicius (@guilhermevini) 's Twitter Profile Photo

find ~/Code -name "pyvenv.cfg" | xargs -I{} dirname {} | xargs du -sh 2>/dev/null | sort -h find ~/Code -name "pyvenv.cfg" | xargs -I{} dirname {} | xargs rm -rf