WeSearch

Why I Stopped Uploading My Files to Random Websites (And Built ToolXZ)

·2 min read · 0 reactions · 0 comments · 14 views
#privacy#webdev#programming#productivity
Why I Stopped Uploading My Files to Random Websites (And Built ToolXZ)
TL;DR · WeSearch summary

The article discusses the author's decision to stop using random file upload websites due to privacy concerns. Instead, they created ToolXZ, a browser-based tool that processes files locally without uploading them to external servers. The goal is to provide simple, user-friendly utilities that prioritize user privacy and data security.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3934749) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } huzaifa Posted on May 16 Why I Stopped Uploading My Files to Random Websites (And Built ToolXZ) #ai #webdev #programming #productivity Why I Stopped Uploading My Files to Random Websites (And Built ToolXZ) The "Privacy" Lie We’ve all been there. You need to compress a PDF, shrink an image, or generate a password. You Google it, click the first link, and hit "Upload." But have you ever stopped to think...

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)