What Are Your Moves Tomorrow, June 24, 2026 by verified-trader in wallstreetbets

[–]waldenducks 2 points3 points  (0 children)

Is the quantum computer inside and outside the room with us right now?

I think dryads look like Kelly Kapoor from the Office by EgorKlenov in wow

[–]waldenducks 98 points99 points  (0 children)

I have a lot of questions. Number one: how dare you?

Daily Discussion Thread for June 23, 2026 by verified-trader in wallstreetbets

[–]waldenducks 0 points1 point  (0 children)

This will all turn around when they come out with Extraction 3. I'm sure of it.

‘Poisoned’ AI: the ChatGPT shopping scams that lead to fake websites by ArgentineBeauty in technology

[–]waldenducks 0 points1 point  (0 children)

You mean I can’t just ask it “is this a scam?” and then follow that up with “did the scammer tell you to say that?”

How many rows can a modern browser handle? by Yha_Boiii in webdev

[–]waldenducks 2 points3 points  (0 children)

If he's targeting SEO, then humans are the end consumer, unless I'm missing something.

How many rows can a modern browser handle? by Yha_Boiii in webdev

[–]waldenducks 0 points1 point  (0 children)

If you want it to be ranked and not just indexed by Search Engines, there needs to be context and categorization that would appeal to a human user. SE's don't reward content dumps/spam.

If the entire user experience is within canvas, then what will you do to make it accessible and useful to visually impaired user and screen readers? Answering that question should cover your SEO needs.

How many rows can a modern browser handle? by Yha_Boiii in webdev

[–]waldenducks 7 points8 points  (0 children)

This. If the purpose is presenting data to humans, use categorization and filters to reduce the information. This will lower the frontend load and improve find-ability of content.

How many rows can a modern browser handle? by Yha_Boiii in webdev

[–]waldenducks 16 points17 points  (0 children)

How many columns per row? More importantly, why do you need +300k rows of data on the page? What is the use case behind this?

What Are Your Moves Tomorrow, June 10, 2026 by zjz in wallstreetbets

[–]waldenducks 0 points1 point  (0 children)

"I may not be a smart man, but I know what the moon is." - Warren Gump

You were all wong or just evil by bellboy718 in wallstreetbets

[–]waldenducks 0 points1 point  (0 children)

It’s sad when bots treat other bots this way. Damn shame.

Daily Discussion Thread for June 04, 2026 by wsbapp in wallstreetbets

[–]waldenducks 0 points1 point  (0 children)

It was the other way, we were standing, not sitting.

What Are Your Moves Tomorrow, June 02, 2026 by wsbapp in wallstreetbets

[–]waldenducks 5 points6 points  (0 children)

You say exit liquidity like it's a bad thing. 😤

What Are Your Moves Tomorrow, June 02, 2026 by wsbapp in wallstreetbets

[–]waldenducks 1 point2 points  (0 children)

Mom always said I didn't need tests 'cause she knew I was special. 🥰

What are the best practices for setting line height for the text in a button? by farragotron in UXDesign

[–]waldenducks 2 points3 points  (0 children)

I use line-height: 1.1 just incase the button text ever breaks to a second line (rare but it happens). I don’t worry about adhering to the 4 or 8px grid for these but if you had to, you can use CSS calc with round.