Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comparison to wastebin #28

Open
yonas opened this issue Feb 8, 2024 · 4 comments
Open

Comparison to wastebin #28

yonas opened this issue Feb 8, 2024 · 4 comments

Comments

@yonas
Copy link

yonas commented Feb 8, 2024

How does this compare to https://github.com/matze/wastebin ?

@Tofee
Copy link

Tofee commented Mar 17, 2024

It looks like wastebin uses an sqlite database as a storage backend. For me it's a no-go...

@matze
Copy link

matze commented Jan 16, 2025

Also as a bit of historical background: I took the design, general flow and ultra lightweight principle from bin (and also acknowledge that in the README.md). But since then it has developed further and yes, it uses a SQLite database to store pastes and metadata instead of dumping everything as flat files to disk.

@Tofee
Copy link

Tofee commented Jan 16, 2025

@matze I realize I might have sounded a bit harsh in my comment; let me rephrase a bit. Wastebin looks like a very good variation of bin, and the latter seems more of less EOL (I even added my own patches in my copy of the repo). It's just that I want my pastes to be as simple as possible, hence my no-go to a database.

One regret I have from bin (and I don't think it's available in wastebin either?) is that there is no way to customize the paste name. As a result it is difficult to remember what a previous paste was about.

@matze
Copy link

matze commented Jan 16, 2025

I realize I might have sounded a bit harsh in my comment

No offense taken, all good 👍

Also: I initially intended to stay with a filesystem approach but a few things like encryption, burn-after-reading/expiration etc. require something else on top.

One regret I have from bin (and I don't think it's available in wastebin either?)

The name (but not the URL) can be set since 2.6.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants