- 5 Posts
- 8 Comments
tinkralge@programming.devOPto
Programming@programming.dev•RFC: Suggestion to monetise without adsEnglish
0·7 months agoWhy? If the tracking picks it up, then it’ll be up to the user whether they want to transfer money via those methods. Someone did make me think that filtering donation methods would be useful. So if there are website that use a donation method you disapprove of or do not support, you don’t have to transfer money to them.
tinkralge@programming.devOPto
Programming@programming.dev•RFC: Suggestion to monetise without ads
0·7 months agoIs the main issue really tracking and consolidating microdonations, or is it transferring credit between these donation systems and traditional finance entities like banks and credit card networks?
They are 2 main issues. As mentioned, you want to transfer the money to the right person, which means tracking (or collection, whatever term you want to assign to it). And you want to transfer in the first place. Since there are so many systems, and some that don’t allow one-time donations, and people are all over the world, it definitely is a problem. That’s why not doing it monthly but annually could help. But that does make me think that it should be possible for the user to filter donation methods. For example filtering out direct transfers to accounts outside of your region due to transfer costs. Thanks, I can add that.
Which regulatory compliance things would apply to this in its current form? Or do you mean that connecting to a user’s bank account would incur the wrath of the authorities?
tinkralge@programming.devOPto
Programming@programming.dev•Is there a network to retrieve files by their hash?English
0·2 years agoYou typically want a slightly-more-elaborate approach than just handing the network a hash and then getting a file.
[…]
Blake 3 supports verified streaming as it is built upon merkle trees as you described. So is IPFS. As I mentioned, IPFS hashes are that of the tree, not the file contents themselves, but that doesn’t help when you have a SHA256 sum of a file and want to download it. Maybe there are networks that map the SHA256 sum to a blake3 sum, an IPFS CID, or even an HTTP URI, but I don’t know of one, hence the question here.
BitTorrent and Hyphanet have mechanisms that do this.
Do you know of a way to exploit that? A library maybe?
tinkralge@programming.devOPto
Programming@programming.dev•Is there a network to retrieve files by their hash?English
0·2 years agoIt’s quite simple: I want to
retrieveFile(fileHash)wherefileHashis the output ofmd5sum $fileorsha256sum $file, or whatever other hashing algorithm exists.
tinkralge@programming.devOPto
Programming@programming.dev•Is there a network to retrieve files by their hash?English
0·2 years agoI’m not sure what your concern is. I’d basically like to call a function
retrieveFile(fileHash)and get bytes back. Or callretrieveFileLocations(fileHash)and get URIs back to where the file can be downloaded. Also, it’ll be opensource, so nothing to reverse engineer.
tinkralge@programming.devOPto
Linux@programming.dev•PSA: /c/linux has a matrix chat!English
0·2 years agoSure, why not. I’m not the creator of the room 🙂
tinkralge@programming.devOPto
Linux@programming.dev•PSA: /c/linux has a matrix chat!English
0·2 years agoI know that @Ategon@programming.dev is there. Maybe he can make you a mod there too? And the channel could be added to the sidebar of this community too.

Companies are already cancelling and limiting Claude subscriptions. Is this the turning point for AI?