There is a lot of good advice in this thread and I strongly recommend trying that advice before trying what works for me.
BUT, I had trouble getting to sleep my whole life and for about the last 7 years I've been able to get to sleep in much more normal timeframe. After trying most of the other things in this thread (cutting caffeine definitely helped). Two things that have seemed to really work for me:
I have a 7" tablet on my bed and I put on the SAME EPISODE of the SAME tv show each night (currently Psych S4 E1 - though it does change occasionally). I keep the volume low enough to not really hear unless I'm trying to listen to it and the brightness at almost the lowest setting. This is contrary to most advice on the subject and I write it here not to recommend it as a first choice. It is however what seems to work for me when other things didn't. The goal with the content is something that the plot doesn't matter and that you know like the back of your hand so it won't keep you awake to find out what happens BUT it's enough stimulus to pull your attention from your anxieties.
I added a ton of pillows to my bed (11 total). I put 3 on top of my body like a weighted blanket and have pillows to hug on either side of me. I can change to several different sleeping positions without significant pillow re-arrangement.
Thank you cableshaft. I appreciate you taking the time to share your thoughts.
FWIW I also think general protocols on long lived platforms and IPFS are great.
BUT, I really don't think the blockchain has a role to play solving any of the issues you laid out. The reason the game you mentioned was able to continued to be played was because Apple was providing the network. The minimum ETH write fee is almost always at least $1 and frequently cost $3.50. Would people still be interested in playing the game if each write cost that much? Same goes for your archiving plans. IPFS is great but it's not a guarantee that that data will be seeded forever. For that you'd need to write it to one of the chains you're confident will survive. ETH data costs somewhere in the thousands of dollars per MB range? I'm not sure it's a real solution to that.
I'm not dismissing the issues of very long term code and data longevity. They are real issues but in my opinion still quite unsolved.
It seems like, whenever there is an issue with the representations of blockchain the answer is to ignore the blockchain. (Shoot, our smart contract was a little too limited for the service we want to offer “Hey everyone don’t use that NFT!”) Where as a traditional database the answer is to fix the database or code. I look at any process involving NFTs and have to wonder how they aren’t more easily and cheaply accomplished as digital records in a centralized database and have yet to see any examples where that is not the case. Concert tickets? Set aside the fact that minting an ETH NFT is probably the entire profit margin of a ticket seller, why not a REST API? Or a web interface? (FYI they already do this) If the people who are letting you into the show are the final say whether you get in – you’re already trusting them and they already have full authority. What are you gaining bringing blockchain into this?
“NFTs create a frictionless easily exchangeable market for goods… BUT make sure you check with the people, project, company or government that has authority over this good as to whether this particular NFT is actually a useful representation of anything. Because, at any arbitrary point they can just decide to not honor any of these.”
Why not buy the good directly from this party? Then at least the government has authority and can enforce your right to the product or service or at least a refund?
>Barring all that, they could just not recognize the owner and send police to physically remove someone who thinks they own it because the have the NFT. That's one reason why some people like bitcoin so much, the government can't (easily) take it from you by force (because there's no physical aspect to it) like they can a home or gold.
If this were to happen and the blockchain and the physical world diverge, how would potential house NFT buyers know whether the physical house purportedly linked hasn't been overridden by local government? If the answer is for local registries to publish a list; then that list is the only thing that matters. The entire blockchain component becomes completely superfluous and a centrally managed electronic exchange would be faster, easier and cheaper.
In this ‘house NFT within the court system’ paradigm, what happens if the court disagrees with the blockchain on who is the rightful ‘owner’ of the house NFT?
I'm not 100% clear if you're looking for a pro crypto currency community that has thoughtful technical discussions OR a community that is more focused about being skeptical of crypto currency. I don't know of anywhere good for the former but if it's skepticism - https://www.reddit.com/r/Buttcoin/ is the only place I know of that is focused on criticism and mocking of crypto currency and the related community.
Yes, many of David Gerard's criticisms have been said before. But, the entire crypto currency industry is devoted to gaining adherents based on dubious reasoning.
What's a writer to do with what many of us view as the biggest financial bubble in modern history? Write one article then stop, and walk away as people invest their life savings?
I'm genuinely curious if You find it cheaper including transferring from your currency, to crypto-currency-x, blockchain fee, crypto-currency-x to argentinian peso than transferwise or any of it's competitors? I think they're like $5 and 1.5% to transfer. If you remitted money early this week it probably wiped out any of the savings from the whole year I would guess?
I had a similar need at a company I worked for. My solution was actually quite similar to the author's #1 with the major exception being that I used ODG for LibreOffice Draw which mostly solves the author's two main complaints here. Background images can be high quality and placing your text is as easy as clicking where you want to place your text box.
The only other major difference is that I didn't interact with UNO. Since Open Document Format files are zipped XML files I extracted the content.xml and did regular expressions for my variables then replaced them.
We did have to do signatures as well but that turns out to be not THAT much of a pain. If you insert an image on top of your form manually then look at the resulting file you can pretty much copy the part of the XML that refers to the inserted image, insert the signature image into the ODG zip and make sure the names line up and it will work.
It's worth noting that the practice of editing complex XML with regular expressions is not always advisable. In my experience it works fairly reliably with ODG because the format remains simple. But, with ODT it can result in corrupted files quite easily because additional XML can lie inbetween the text letters of your variables. Then you'll be on a mission to find and ignore all the text markup like XML bold markers and span tags and paragraph markers and style tags.... before you know it your simple unzip regex rezip becomes a whole library.
Sanoid seems like a great tool. It was at the top of my list when I was looking for this kind of solution.
I ended up going with zfs_autobackup - https://github.com/psy0rz/zfs_autobackup because it doesn't need anything set up on the computer to backup. Just a script on the backup server that does pull backups.
I'm not trying to hijack the thread but I've often appreciated links to similar software in threads like this.
Or, even better imagine being able to load your own applications in into your cloud storage and run them in browser remotely.