• 2 Posts
  • 14 Comments
Joined 1 year ago
cake
Cake day: April 9th, 2024

help-circle





  • I also did the same as you but because they discontinued the official syncthing app on Android I skipped the "sync to PC first step. Now I directly go to Borg from phone night time only when charging, the automate app is able to invoke termux and run the backup script

    Many times it happened the syncthing app crashed in background and I didn’t notice before after several days, now if the Borg repository server (borgwarehouse, it’s a must have) doesn’t see activity after some user specified time sends me a warning email




  • The manager who approved this need to be fired. Programs need to ask permission to the user before installing, especially when they’re not device drivers.

    This is literal malware and there’s also a chance that it might be exploited (example: a mitm Attack exchanges the file that armory crate is downloading)

    This kind of Easter egg is not funny at all, developers must avoid undocumented time bombs. I still remember that day 15 years ago when I turned on my Wii and it said that the system files were corrupted. After hours of reverting a full nand backup via bootmii (and losing 2 years of game saves) it turned out that it was a funny April’s fool by crediar, which put a fake system corruption message when you run his program on April 1st. Problem is that his program was a loader for the system menu so it was unavoidable if you didn’t know that.

    Like me, there must be someone paranoid that saw that black bar on the screen, saw a weird Christmas.exe running on their system, and starting wiping or restoring old images to “clean” that.



  • I used whisper to create subs of a video and in a section with instrumental relaxing music it filled on repeat with

    La scuola del Dr. Paret è una tecnologia di ipnosi non verbale che si utilizza per risultati di un’ipnosi non verbale

    Clearly stolen from this Dr paret YouTube channels where he’s selling hypnosis lessons in Italian. Probably in one or multiple videos he had subs stating this over the same relaxing instrumental music that I used and the model assumed the sound corresponded to that text



  • Can you do a transfer without mining a block?

    No, it needs to be included in any freshly mined block.

    Can you include an unlimited amount of transactions in a block to minimize the wasted energy?

    No, it’s hardcoded to around 1 mb and since the average is 300 bytes, that translates to ~3000

    Can you mine a Bitcoin without wasting an immense amount of energy?

    No.

    So, by math, you take that immense amount of energy and divide by ~3000 transactions.

    You can’t just take in consideration the 3 watts used by your computer in the 300 milliseconds used to submit the transfer, need to consider the whole network

    I would be happy to learn if it’s possible to transfer them without including the transaction in a block, that would be groundbreaking and then the electricity used would be 10000x less


  • please explain how to transfer bitcoin without mining a block, since the transactions are contained there.

    You need to take the energy required to mine a block and validate it (a lot, could power a small town), then divide for the few transactions that could be included in just 1 mb.

    They impose a size limit on the transactions that can be included, so even if tomorrow the transactions increase 10x, each block could contain the same limited number. Of course, if you only count the electricity used by your machine to send the transaction, it’s just a few milliwatts. The problem is all the garbage calculations that need to be done to actually validate it.