this post was submitted on 05 Jul 2025
26 points (86.1% liked)

Programming

21420 readers
315 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 2 years ago
MODERATORS
 

I wanted a dead-simple way to share text, links, or code without creating accounts or dealing with messy UIs. So I built Zync(https://zyncshare.vercel.app/) — paste, share, done.

  • Share plain text, links, or code instantly
  • Replies work without login
  • Everything auto-expires in minutes or hours
  • No tracking, no ads, no clutter.

Would love to hear what you think. Is it something you’d actually use?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 3 days ago (7 children)

It says that once the content is accessed, it vanishes. So, you can have a max 2 day expiration length, but as soon as someone follows the link, it's gone? It's not a bad idea, but it is prone to abuse. I could write a scraper app that would give me all of the active URLs and in doing so would delete any message attached to them. I personally wouldn't, because it doesn't serve much purpose, but if there were a malicious agent, it wouldn't take much to wreak havoc. It wouldn't even be a DDOS level attack, just a simple scraper using minimal resources.

Truly, though, I do like it. I just think that the automatic removal might be a risky feature.

[–] [email protected] 5 points 3 days ago (5 children)

Automatically adding a generatored password to each share site could fix this. Without the password the page cant be accessed and thus wont be deleted.

For sharing, the password could be embedded in the URL as a fragment/query param.

[–] [email protected] 1 points 2 days ago

Yeah that’s a really good idea! I was actually exploring something similar too while building this MVP — like adding a PIN or auto-generated password to protect each drop. The idea of putting it in the link as a query also sounds smooth and user-friendly.

This is just an early version I made to test the concept and see what people think, but now I’m definitely thinking about adding this kind of protection to stop abuse. Thanks for the suggestion!

load more comments (4 replies)
load more comments (5 replies)