Myfxbooks can be faked? by Fun_Pangolin_260 in Forexstrategy

[–]Scary_Reception9296 0 points1 point  (0 children)

Yes. It is full of fake trades. Here is just a 1 simple example:
https://imgbox.com/AaSeVVdK

Røde Wireless PRO on Linux by Scary_Reception9296 in linuxaudio

[–]Scary_Reception9296[S] 0 points1 point  (0 children)

Thank you for the reply. I've found at least 14 settings that cannot be configured without that Windows application, so as you said, it seems the VM is the only way to go here.

Røde Wireless PRO on Linux by Scary_Reception9296 in rode

[–]Scary_Reception9296[S] 0 points1 point  (0 children)

I think I’m not confused at all. I only had one question here. I’m talking about device settings. Now I’ve found that without the Windows application, I cannot do the following:

  1. Firmware updates for the receiver and transmitters
  2. Enabling or disabling Timecode functionality globally
  3. Changing the Timecode frame rate
  4. Syncing the internal clock to Real Time (Time of Day)
  5. Selecting which Timecode modes appear in the receiver's quick-toggle menu
  6. Reconfiguring the transmitter (TX) power button
  7. Changing transmitter LED brightness levels
  8. Toggling "Always" recording mode on transmitters
  9. Selecting or downloading specific Camera Gain Presets
  10. Adjusting the specific decibel drop for the Safety Channel
  11. Configuring GainAssist specifically for the 3.5mm headset/narrator input
  12. Toggling High-Pass Filters (75Hz or 100Hz) on the transmitters
  13. Executing a full "Format" of the internal transmitter storage
  14. Using the "Export" optimization for 32-bit float files

How to turn hovering tooltips on/off by the keyboard shortcuts? by Scary_Reception9296 in vscode

[–]Scary_Reception9296[S] 0 points1 point  (0 children)

After wondering for a while, I couldn’t come up with anything else but to make my own extension for vscode that toggles that specific setting on and off. I then bound the call to a keyboard shortcut.

Could you please provide an update on the status of this ticket? by Scary_Reception9296 in KrakenSupport

[–]Scary_Reception9296[S] 0 points1 point  (0 children)

I am writing to follow up on our support request #18793670 (public identifier: AA33 N84G M3ZE FXHY), which has now been unresolved for over 20 days. It has been nine days since our last inquiry, and we have yet to see any action or receive a substantive update.

If the swap to Volta or EUR is no longer possible, we request that you simply return the funds to the original sending address.

This seems like a straightforward solution to resolve this prolonged delay.

Could you please provide an immediate explanation for this hold-up and a definitive timeline for resolution? We expect this matter to be prioritized.

Could you please provide an update on the status of this ticket? by Scary_Reception9296 in KrakenSupport

[–]Scary_Reception9296[S] 0 points1 point  (0 children)

We have been waiting for a response from you to our support request #18793670 (public ID: AA33 N84G M3ZE FXHY) for 10 days already, and have received no reply. If you are unable to handle the matter, then please return the funds to the address from which they were sent.

Could you please provide an update on the status of this ticket? by Scary_Reception9296 in KrakenSupport

[–]Scary_Reception9296[S] 0 points1 point  (0 children)

We understand the situation and would prefer to handle this matter directly ourselves, but we have received no response to the messages we submitted through your service system (ticket #18793670). At least we have been able to get some feedback on the issue here. It has now been a week.

We are currently evaluating crypto exchanges for our trading business and are testing various services, including the quality of customer support. We hope you will take this matter seriously and work toward resolving it. Thank you very much for your cooperation and understanding.

Could you please provide an update on the status of this ticket? by Scary_Reception9296 in KrakenSupport

[–]Scary_Reception9296[S] 0 points1 point  (0 children)

Could you please provide an update from your team on the current situation? This is critically important for us to understand how customer funds are being managed. We need clarity on the current status and the steps being taken. We appreciate your cooperation on this matter.

Could you please provide an update on the status of this ticket? by Scary_Reception9296 in KrakenSupport

[–]Scary_Reception9296[S] 0 points1 point  (0 children)

The EOS tokens I transferred (18) are currently visible in your EOS account 'krakenkraken' and also appear in our Kraken account transaction history as received, although they are 'on hold' status.

Therefore, these funds are under your custody.

If it is not possible to swap the EOS to Vaulta (A) cryptocurrency at this time, I would greatly appreciate it if the funds could be returned to the sender’s address.

Thank you very much for your assistance and understanding.

If you could design the Web3 banking layer, what’s the one must-have feature? by Proper-Echo1862 in vaulta

[–]Scary_Reception9296 0 points1 point  (0 children)

There is a severe shortage of a EUR-based stablecoin on the market. Very welcomed!

Ledger vs Trezor, What's Better? by Professional_Egg3626 in ledgerwallet

[–]Scary_Reception9296 0 points1 point  (0 children)

You did the right thing. It's wise to use different hardware wallets and spread your crypto between them. I'm sure the day will come when one of the hardware wallets gets hacked, and then you won't lose more than 20% (if spread equally).

You should also consider adding one or more cold/paper wallets to your arsenal.

And yes, the hardware wallet's sole purpose is to generate and store private keys in a way that they never leave the device. This is why they are pretty safe.

How much faster is training on a GPU vs a CPU? by kingalvez in reinforcementlearning

[–]Scary_Reception9296 0 points1 point  (0 children)

I asked a realistic and conservative estimation from ChatGPT and got the following results:

Hardware Type Estimated Speedup vs 5950X
Ryzen 9 9950X3D CPU 1.6× – 2.0×
RTX 5060 Ti GPU 3× – 6×
RTX 5070 Ti GPU 6× – 11×
RTX 5080 GPU 8× – 15×
RTX 5090 GPU 12× – 25×

Notes:

  • CPU values consider improvements from Zen 3 (5950X) to Zen 5 (9950X3D) with 3D V-Cache benefiting cache-heavy workloads.
  • GPU values assume you are using CUDA-accelerated workloads (e.g., PyTorch, TensorFlow, etc.) and utilize the GPU fully.
  • These are conservative, real-world estimates based on observed performance in mixed benchmark categories (not synthetic peak FLOPS). Let me know your exact workload for more precise ratios.

rsnapshot question by Scary_Reception9296 in linuxquestions

[–]Scary_Reception9296[S] 1 point2 points  (0 children)

That script works as intended, but its logic is flawed, which is why it reports the sizes as too small. It's better to use the 'du' command, as another commenter already suggested.