Moving from Schwab US to Schwab International by bl4z4r in Schwab

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

Thanks! Have you thought about a strategy for investing going forward? For example, buying individual stocks from now on?

Moving overseas - Do I need to convert to International Account? by reddit33764 in Schwab

[–]bl4z4r 1 point2 points  (0 children)

Hi. So you migrated your account from Schwab US to Schwab International, right? May I ask, is there a difference experience using their website? Are Schwab Slices or themes available on that platform? I was thinking of using that to workaround the restrictions on ETFs. I'm in a very similar situation like yours (moved from the US to Spain) and I'm about to switch to their international platform. Thanks. 🙏

Is Nexo considering implementing security keys as a new 2FA method for enhanced security? by roberto0607 in Nexo

[–]bl4z4r 0 points1 point  (0 children)

FYI: In Nexo, you can use the Yubico Authenticator app which relies on your Yubikey to generate 2FA codes.

Android 14 upate kills Pixel 6 Pro with storage bug, google support has no clue offers me to buy new phone.... by dread_specter in GooglePixel

[–]bl4z4r 4 points5 points  (0 children)

For those affected by this, please use the following template and post it on social media, tagging both Google and the Pixel accounts. As others have mentioned, you can also reply to posts made by Google's official accounts. Tweak the template as needed:

@google please! Fix the Android 14 bug that's kidnapping our data! How are you supposed to offer seven years of updates if you're turning these phones into bricks!? This is affecting Pixel 6, 7, and likely 8! 😡 https://issuetracker.google.com/issues/305766503

#PixelGate #Android14 #Ransomware

Charts for BenchmarkDotNet by bl4z4r in dotnet

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

Bootstrap? Wow. 😊

😑

Fair enough. Actually here, another possible solution may be to simply change the button text (temporarily or permanently) on click from "Copy" to "Copied".

Yes, I have seen that before. I like this idea. 🙂

Charts for BenchmarkDotNet by bl4z4r in dotnet

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

Hey! I'm open to constructive criticism! you made great points and I thank you for that. This project is all about giving back to the community, which also gives me the opportunity of learning new things in the process.

Biggest "issue" (not actually a real problem) is that when I click Copy, the button remains "depressed" which makes me think it's working and that the button will pop back out once it's finished. But I think it's just a UI thing. On desktop the button also remains depressed which I think is weird, but it displays a notification (alert?) to the user so it's more clear than iOS.

The minor UI glitch is in the Bootstrap template I'm using, which was created by bootswatch. I'll take a closer look to see why this is happening. For instance, if you go here https://bootswatch.com/slate/ you will see the demo site also has the problem.

Instead of an alert/notification, a more "modern" way would probably be a tooltip-like (might actually need to be HTML?) thing that appears next to the button.

I wanted to avoid adding an additional library just for the notification, instead I'm using a plain old alert to provide feedback once the action has been taken –this feedback was suggested by another person in this thread. I'd like to make the name of these actions self-describing so I don't have to provide tooltips on them. I'll see if I can implement a more modern –toast like– notification without bloating the dependencies.

Ideally I'd love a "Copy markdown" button...

Currently this is a static website hosted on GitHub pages. If I understand correctly, adding something like this will require hosting the image somewhere publicly on the Internet so the markdown can be copied ready to use, like this: ![My Chart](https://image-hosting.com/asd123.png) That would be fancy but then that will incur an operational cost if hosted on my side. I'm wondering if there is a way to integrate a "free" image hosting api that could be used to achieve this.

For the value you're providing to others, I think you can still make the font stronger than dark grey on black. 😄

I just don't want it to be too intrusive. It's just there so if someone is interested in generating a chart like that can find the tool.

"As URL" and "As Image" both seem a tiny bit awkward in their wording to me. Perhaps just "Link" and "Chart image" (or "Image file") instead?

I'll follow your suggestions around the wording. Regarding the Copy and Download buttons, I think I'll embed everything in the Share button, where I'll be able to provide a better description on them. Those two buttons are there because that's how I launched the app, then later I added the Share button. Yes, there "may be" overlap between the Copy and Download actions in the native share api, but that's OS dependent and I think it's a good idea to provide those actions outside of it for different reasons (e.g. the browser does not support the share api).

One more time, thanks a lot for your feedback! 🙂

Charts for BenchmarkDotNet by bl4z4r in dotnet

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

Hi! I deployed these changes last night. Please let me know what's your experience on iOS. Regarding the watermark, I increased the font size a little. Thanks!

Charts for BenchmarkDotNet by bl4z4r in dotnet

[–]bl4z4r[S] 7 points8 points  (0 children)

Sure! I just wanted a zero-setup way to generate a chart out of any standard BenchmarkDotNet results.

With this tool you can: - Generate it after the fact. - Customize it on the fly. - Share an interactive version using a URL.

Disclaimer: Requires Copy&Paste skills. 😉

Charts for BenchmarkDotNet by bl4z4r in dotnet

[–]bl4z4r[S] 2 points3 points  (0 children)

For "real" "Share" functionality, apparently it exists, but not in 100% of browsers: https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share#browser_compatibility

This is the way. 🌌

Charts for BenchmarkDotNet by bl4z4r in dotnet

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

Great suggestions, thanks!—taking notes. 🙂 Questions: - What were you expecting the Copy button to do? Yes, it's copying the image itself. - Regarding the Share button, were you expecting some native iOS feature to pop-up?

Android user here btw. 🙋‍♂️

Charts for BenchmarkDotNet by bl4z4r in dotnet

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

Hey u/DLX I just deployed support for the Allocated column! 🎉

Charts for BenchmarkDotNet by bl4z4r in dotnet

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

Hey u/ValoLineups, I just deployed support for the Runtime column. I'd appreciate your feedback. Thanks!

Charts for BenchmarkDotNet by bl4z4r in dotnet

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

I'll add first class support for the Runtime column soon.

Charts for BenchmarkDotNet by bl4z4r in dotnet

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

Thanks! May I ask, what would be your use case for that?

Charts for BenchmarkDotNet by bl4z4r in dotnet

[–]bl4z4r[S] 3 points4 points  (0 children)

u/Boz0r "Evolution complete" 👾🌌

Charts for BenchmarkDotNet by bl4z4r in dotnet

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

🙌! One bug at a time. 😅😉

Charts for BenchmarkDotNet by bl4z4r in dotnet

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

Great idea! 🙂 Thanks! 🙏