dpaste.com
Dpaste@fosstodon.org

Update to the dpaste.sh helper script - it now uses $DPASTE_API_TOKEN if set. hg.sr.ht/~paulbissex/dpaste-to

January 20, 2021
dpaste.com
Dpaste@fosstodon.org

Another milestone -- while most users are still anonymous, the site now has 400 registered users. It's been fun building features for account holders, like API auth and favorites.

January 08, 2021
dpaste.com
Dpaste@fosstodon.org

Registered users can now use token auth with the API to "own" created items. Anonymous use is still the default. TLDR: On your dashboard, click the "Generate" button; use the token in an Authorization header on your requests, e.g. `Authorization: Bearer a1b2c3d4e5f6g7h8`

January 04, 2021
dpaste.com
Dpaste@fosstodon.org

The diff feature is now live. Click the "diff" button above an item to use it. You can choose any item from your history to diff it against. Example: dpaste.com/8WPCDRFHL/diff/ABCD

December 29, 2020
dpaste.com
Dpaste@fosstodon.org

New feature on the way: view the diff (colorized, naturally) between two items.

December 27, 2020
dpaste.com
Dpaste@fosstodon.org

Cool online GPX track editor that uses dpaste.com for its sharing feature. Check it out! opoto.github.io/wtracks/

December 08, 2020
dpaste.com
Dpaste@fosstodon.org

With appreciation I note that a certain anonymous user in Frankfurt, Germany, who has posted about 7000 new items to the pastebin in the last day... has assiduously respected the one-per-second rate limit.

December 07, 2020
dpaste.com
Dpaste@fosstodon.org

Made some improvements to the geolocation lookup on the "About" page. Using Django's bundled GeoIP2 feature (bit.ly/geo-django) instead of rolling my own made the implementation shorter, more robust, and -- thanks to local datasets from MaxMind -- faster.

December 06, 2020
dpaste.com
Dpaste@fosstodon.org

Before pastebins were invented, people had to share code on scraps of paper. It wasn't pretty.

December 01, 2020
dpaste.com
Dpaste@fosstodon.org

Fun milestone: Since the launch of user accounts four months ago, 300 users have registered. Anonymous use is still most common by far, but I like seeing people take ownership too.

November 30, 2020
dpaste.com
Dpaste@fosstodon.org

A belated writeup about the latest round of changes to the site: news.e-scribe.com/post/dpaste-

November 21, 2020
dpaste.com
Dpaste@fosstodon.org

New feature: Optional public profile.

As a registered user, you can activate a profile page that lInks to your ten most recent items pasted.

Your username as shown on items you post, becomes a link to your profile.

If you later disable this setting, your profile will become private again.

November 19, 2020
dpaste.com
Dpaste@fosstodon.org

New TLS certificate has been installed and we're back to normal operation.

November 14, 2020
dpaste.com
Dpaste@fosstodon.org

Currently experiencing TLS certificate trouble on the site. Apologies for the disruption. Working on it.

November 14, 2020
dpaste.com
Dpaste@fosstodon.org

dpaste users are everywhere! Random selection from the 144 locations logged in the last two days:

Aalborg, Region Nordjylland, Danmark
Bogotá, Colombia
City of Westminster, England, United Kingdom
Delft, Zuid-Holland, Nederland
Göttingen, Niedersachsen, Deutschland
Junagadh, Gujarat, India
Madrid, Comunidad de Madrid, España
New Orleans, Louisiana, USA
Pennsylvania, USA
Sesel
Texas, USA
Virginia, USA
Градска општина Стари град, Централна Србија, Србија (Serbia)
شهر تهران, ایران
臺灣省, Taiwan

November 12, 2020
dpaste.com
Dpaste@fosstodon.org

You can preset syntax/expiry/title by passing one or more of these URL parameters:

dpaste.com/?syntax=modula2

dpaste.com/?expiry_days=365

dpaste.com/?title=My+new+code

(These will temporarily override default syntax or expiry set in preferences.)

November 11, 2020