I'm interested. Is the quality good ? Tolerances and constrains are respected ?
I'm interested. Is the quality good ? Tolerances and constrains are respected ?
Who is ?
Ok, I might give it a new try. I was kicked out with my Claude subscription, so I stopped almost immediately. Didn't know about Ollama subscription. My Claw was on a VM on a NAS, not the best but not worst either. I guess the main risk is to have the machine with Claw on your local network already, better be on a separate network (like the guest network).
Telegram is super easy to setup so it's often the prefered choice to start but I had to fight with my agent to try to setup Matrix with E2EE but it never worked with encryption, it always offer to fallback to clear channel, I refused. In the end I had to order a free SIM, and setup a Signal account for it. Then I stopped using my agent soon after... But I might start over again, not sure if I would use OpenClaw again or another one, I see you use Hermes, is it good ? Same level of possibilities than OpenClaw or limited to chat only ?
I stopped my OpenClaw due to API token cost that was unbearable. Do you have several hundred $ of monthly budget or you manage to get it work with a fixed subscription ? Or maybe it's working find now with lower cost model like kimi K2 or similar. Ideal an encrypted model would be better, waiting to see if Proton offer an API within the base subscription (not per token, even with a cap per day or 6 hours, still better to keep the cost controllable). What about security ? Is it somewhat safe to run OpenClaw ? Isn't it better alternative ad good in usage and better in security ? That's the 2 points the block me to use it again.
Complètement ridicule. On paye déjà les coûts de la voiture, coût drs accidents ? Payé par les assurances qu'on paye cher tous les mois ; coût de la pollution, on paye des taxes sur l'essence et chaque année en fonction de la taille et pollution du véhicule ; coût du temps perdu dans les bouchons ? C'est une blague ? Alors si on perds tous les jours 1h30 dans les transports publique c'est normal mais si on conduit tous les jours 35min le même trajet mais une fois pas semaine il y a 15min de bouchon il faudrait payer le temps perdu de tous les gens dans le bouchons ? Vous voulez que les gens utilisent moins leur voiture ? Faites des métros partout toutes les 5min, même jusque dans les villages, des trains haute vitresses qui divisent pas 2 ou 3 un trajet en voiture entre les villes. Quand il faudra 30min en transport public porte à porte, avec un train toutes les 5min, contre 45min en voiture sans bouchons, plus grand monde ne voudra prendre sa voiture. En plus cela va réduire la pression des loyers en ville, augementer l'attractivité des villages connectés, développer l'économie globale de la suisse.
It's not how percentage works. 10% off 20% is 28% off total.
I read this already, still not really telling how much confidence we can have that nothing can be retrieved from the secure enclave at the provider location. Also is it correct that K3 TEE is same price as normal non encrypted K3?
Thanks for the great client and support, you lead a lot of new features and ideas. And even if many came with good ideas missing in Amethyst, I'm still coming back to Amethyst for all it has to offer.
It's your fault if you get influenced by random people online. It's my opinion as a nostr influencer.
How much trust can we give to TEE models ? Can we make sure there is no way to use data sent ?
Strangely enough I can zap some people and not some others. I will update and then investigate if it's related to channels.
I bought a 2TB external SSD to migrate a Bitcoin node but it stopped working after cloning for a few hours, it crashed like at 98% so I must assume all node information are on it and don't dare to send it to repair. Now it must br worth much more than when I bought about one year ago. Warranty is 5 years so I was thinking to close all channels and migrate to a new node but it works pretty find and have good reputation so I didn't do it yet...
Yeah, confirmed, worked from Phoenix but not from my own CLN node... I might need some new channels, or maybe just update everything to latest.
Ok yes good spot, I did got an error and then redo without s but copy paste the wrong line. Will edit (for those who see edit).
When AI will hack the tax authority to reduce your tax rate ? At least we can start to ask AI to optimize our tax declaration, as long as we are confident to share such sensitive information to AI providers...
I cannot zap you btw, not sure if it's on my side or not.
Are you sure ? I checked that they were all gone after RM - f /*.macaroon What is the M doing ?
Link to part 1 for those who missed. Took me while to find it back :
The difficulty adjustment will destroy the thing. Solo mining will have a new meaning.
Not confirmed by Umbrel or BTCPay dev yet but here is what I did and it looks like it worked on my Umbrel: PLEASE CONFIRM THAT IT'S CORRECT BEFORE DOING IT BLINDLY Open Umbrel WebUI, stop BTCPay (right click on icon -> stop). Update BTCPay to version 2.4.2 if not done already. After update, stop it again as it will start automatically. Stop Lightning (right click, stop) SSH into your umbrel from a terminal on your machine (or from the terminal in Umbrel settings). ssh umbrel@your_umbrel_ip First I did backup the macaroon just in case, but I guess it's not needed, up to you: cp /home/umbrel/umbrel/app-data/lightning/data/lnd/data/chain/bitcoin/mainnet/admin.macaroon ~/admin.macaroon.backup cp /home/umbrel/umbrel/app-data/lightning/data/lnd/data/chain/bitcoin/mainnet/invoice.macaroon ~/invoice.macaroon.backup cp /home/umbrel/umbrel/app-data/lightning/data/lnd/data/chain/bitcoin/mainnet/invoices.macaroon ~/invoices.macaroon.backup cp /home/umbrel/umbrel/app-data/lightning/data/lnd/data/chain/bitcoin/mainnet/readonly.macaroon ~/readonly.macaroon.backup cp /home/umbrel/umbrel/app-data/lightning/data/lnd/data/chain/bitcoin/mainnet/chainnotifier.macaroon ~/chainnotifier.macaroon.backup cp /home/umbrel/umbrel/app-data/lightning/data/lnd/data/chain/bitcoin/mainnet/router.macaroon ~/router.macaroon.backup cp /home/umbrel/umbrel/app-data/lightning/data/lnd/data/chain/bitcoin/mainnet/signer.macaroon ~/signer.macaroon.backup cp /home/umbrel/umbrel/app-data/lightning/data/lnd/data/chain/bitcoin/mainnet/walletkit.macaroon ~/walletkit.macaroon.backup cp /home/umbrel/umbrel/app-data/lightning/data/lnd/data/chain/bitcoin/mainnet/macaroons.db ~/macaroon.db.backup Now is the important part, to remove all macaroon files: rm -f /home/umbrel/umbrel/app-data/lightning/data/lnd/data/chain/bitcoin/mainnet/macaroons.db rm -f /home/umbrel/umbrel/app-data/lightning/data/lnd/data/chain/bitcoin/mainnet/*.macaroons You can check that all .macaroon and the macaroons.db are gone ls -la /home/umbrel/umbrel/app-data/lightning/data/lnd/data/chain/bitcoin/mainnet/ Return into Umbrel WebUI (you can do it with a command, but I like WebUI to see when it's done and because I'm not nerdy enough): Start Lightning (wait that it starts, check that it works) Start BTCPay Server (wait that it starts, check that it works). Done. I my case everything worked after that. (i tested RTL, worked without restart. If other apps are not working, try to restart the app first).
It's just a joke stupid AI bot.
And open source NVIDIA driver for Linux
I'm sure some will find their way to secondary market, make you you migrate all funds and change all password or anything generated by the device, then properly format it, maybe regenerate some seed and format t multiple times, then you can sell it, but for cheap, like a calculator price. 🫣
Yeah I gave up and update to the latest 31.1. Works fine so far.
Why it's without energy and food ? It's both along the larger expense after housing and medical probably. Inflation should take everything into account and be weighted by the amout spend. Then it would be way higher than an official number communicated.
Totally suspicious, they could update them, right ? Right ?
Open minded Bitcoiner and blogger with a focus on UX, privacy and security. https://eluc.ch