u/gisikafawcom

Sub-50ms execution in crypto, what does that actually mean in practice?

I keep seeing execution speed claims from trading platforms and they've started to feel like marketing numbers. What does sub-50ms actually translate to in real trading conditions? Does latency at that level matter for most retail strategies or is it only relevant at institutional scale? Trying to understand what to actually look for when evaluating infrastructure claims.

reddit.com
u/gisikafawcom — 23 hours ago

Anyone actually made consistent returns from arbitrage based strategies?

Not talking about lucky trades. Consistent, repeatable returns from an arbitrage or automated trading approach over more than 6 months. What platform, what strategy, and what's the honest picture including the rough periods? I'm trying to build a realistic model of what this actually looks like versus what's promised.

reddit.com
u/gisikafawcom — 24 hours ago

PAXG staking, is it actually worth it right now?

Gold-backed tokens don't get nearly enough discussion for what they offer. With the current macro environment PAXG has been on my radar but just holding it feels like leaving yield on the table. Are there platforms actually supporting productive PAXG positions? And what kind of yield are people realistically seeing? Feels like this should be a bigger conversation.

reddit.com
u/gisikafawcom — 3 days ago

If we sign a left winger next season we’ll still be competing for the title or top four provided Enzo stays of course

Honestly if we just had a left winger with the movement and off the ball runs of someone like Cucurella things would be so much better. The two we’ve got on the left right now are just not good enough. One’s reckless the other’s too timid. It’s like watching adults play football with two kids out there

reddit.com
u/gisikafawcom — 12 days ago

Found tips for achieving long lashes over volume.

I finally perfected my lash routine and i had to share! I’m a big fan of length rather than volume.

First I use my shu uemura curler. The trick is to curl the roots first then lift the curler and curl again. I always start with the Etude House primer on both top and bottom lashes. For mascara I’ve been using the Sheglam 3-in-1. I do two coats and I always wait for the first one to dry so it doesn't get clumpy. Don't forget the bottom lashes! To finish I use the curler one last time. It really helps lock in the length and the curl and makes such a huge difference! Hope this helps someone :)

u/gisikafawcom — 13 days ago

I have been leaning on agents to turn my rough logic and wireframes into Tailwind dashboards lately, and honestly, the speed is intoxicating. Visually, it’s 95% there in about ten seconds. But I had a massive reality check today when I actually opened the accessibility tree in DevTools.

It looked perfect on my monitor, but under the hood, it was a total disaster. We are talking about the classic AI shortcuts:

Everything is a div. The agent turned all my interactive elements into divs with onClick handlers. No keyboard support, no focus statesjust pure vibes. If you aren't using a mouse, the dashboard basically doesn't exist.

The ARIA soup. It loves to sprinkle aria-labels on things that don't need them, while completely ignoring the stuff that actually matters, like aria-expanded for the sidebar or proper roles for the tabs.

Icon-only buttons. It pulled in all these beautiful Heroicons but gave them zero alt text. A screen reader would just hear button, button, button with zero context.

I am currently using blackbox AI to manage the heavy lifting, and while its multi-agent orchestration is great for getting the logic and the Tailwind classes right, it still seems to default to the happy path where everyone has perfect vision and a mouse.

I am curious how you guys are fixing this without manually rewriting every single component. I have tried feeding the code back in for an audit prompt, but it’s hit or miss. I have also tried forcing it to only use Headless UI or Radix components so the logic is baked in, which helps, but the agent still tries to take shortcuts.

Are there any specific accessibility first prompts you’re using? Or are we just accepting that AI-generated code is going to be inaccessible by default for a while longer?

I’d love to hear how you’re handling this, especially if you’re shipping these dashboards to real users.

reddit.com
u/gisikafawcom — 20 days ago

I’ve been using agents to turn my rough logic and wireframes into Tailwind dashboards lately, and honestly, the speed is intoxicating. Visually, it’s 95% there in like ten seconds. But I had a massive reality check today when I actually opened the accessibility tree.

It looked great on my monitor, but under the hood, it was a total disaster. We’re talking about the classic AI shortcuts:

Everything is a div. The agent turned all my interactive elements into divs with onClick handlers. No keyboard support, no focus statesjust pure vibes. If you aren't using a mouse, the dashboard basically doesn't exist.

The ARIA soup. It loves to sprinkle aria-labels on things that don't need them, while completely ignoring the stuff that actually matters, like aria-expanded for the sidebar or proper roles for the tabs.

Icon-only buttons. It pulled in all these beautiful Heroicons but gave them zero alt text. A screen reader would just hear "button, button, button" with zero context.

It’s that classic happy path bias. The AI wants the UI to look pretty for a sighted user, but it doesn’t actually think about how a human navigates a DOM with a keyboard.

I’m curious how you guys are fixing this without manually rewriting every single component. I’ve tried feeding the code back in for an audit prompt, but it’s hit or miss. I’ve also tried forcing it to only use Headless UI or Radix components so the logic is baked in, which helps, but the agent still tries to take shortcuts.

Are there any specific accessibility-first prompts you’re using? Or are we just accepting that AI-generated code is going to be inaccessible by default for a while longer?

I’d love to hear how you’re handling this, especially if you’re shipping these dashboards to real users and not just using them for internal prototypes.

reddit.com
u/gisikafawcom — 20 days ago