Conversation
Notices
-
Markus Kilås (netmackan@quitter.se)'s status on Thursday, 28-Jan-2016 19:24:09 UTC Markus Kilås What are good alternatives to pastebin.com to recommend users of a floss project to paste logs etc? #irc !fediverse - Claes Wallin (韋嘉誠) repeated this.
-
MMN-o ✅⃠ (mmn@social.umeahackerspace.se)'s status on Thursday, 28-Jan-2016 19:37:07 UTC MMN-o ✅⃠ I usually just dump stuff to @zash's http://q.zash.se/ or @mikael's http://h45h.com/
# q.zash.se example
echo "stuff" | curl -s --data-binary @- q.zash.se
# h45h.com example
echo "more stuff" | curl -s -T- h45h.com
Replace - in @- and T- with a filename if you don't want to use STDIN.
Both use hashes in the resulting URLs, just truncated/coded differently. Useful if you want to verify that the downloaded copy has the same hash as what you were linked :)@mcscx@quitter.se likes this. -
MMN-o ✅⃠ (mmn@social.umeahackerspace.se)'s status on Thursday, 28-Jan-2016 19:38:50 UTC MMN-o ✅⃠ @netmackan I bet @zash could put up the source code on http://code.zash.se/ and otherwise you have the h45h.com source at https://github.com/mikaelfrykholm/h45h.com -
Claes Wallin (韋嘉誠) (clackemovedtoheldscalla@quitter.se)'s status on Thursday, 28-Jan-2016 20:23:29 UTC Claes Wallin (韋嘉誠) @netmackan @mmn There's that bin that https://identi.ca/cwebber or his friends made, hmm... -
Claes Wallin (韋嘉誠) (clackemovedtoheldscalla@quitter.se)'s status on Thursday, 04-Feb-2016 20:18:07 UTC Claes Wallin (韋嘉誠) @netmackan @mmn Ah yes, http://pamrel.lu/ . But you wanted https, and I don't think Chris or Tsyesika have much spare time to look into it. -
Claes Wallin (韋嘉誠) (clackemovedtoheldscalla@quitter.se)'s status on Thursday, 04-Feb-2016 20:22:01 UTC Claes Wallin (韋嘉誠) @netmackan @zash @mmn @larjona Just had a brilliant idea. How about a bin that pastes to #freenet? Gives you a freenet7cul5qsz6.onion.link . -
Claes Wallin (韋嘉誠) (clackemovedtoheldscalla@quitter.se)'s status on Friday, 26-Feb-2016 19:36:30 UTC Claes Wallin (韋嘉誠) @mmn @larjona @netmackan I believe https://share.riseup.net/ is now the canonical answer to this question. Client-side encryption. Awesome.