[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]

/q/ - Q&A Central

Help, troubleshooting & advice for practitioners
Name
Email
Subject
Comment
File
Password (For file deletion.)
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]

File: 1783409240002.jpg (221.84 KB, 1024x1024, img_1783409201479_9je59m9c.jpg)ImgOps Exif Google Yandex

fd968 No.1909[Reply]

found a decent breakdown w/ 11 tips on how to stop wasting spend on low-quality clicks. does anyone else feel like negative keyword lists are the only way to actually filter out the junk or is it just me ?

article: https://www.wordstream.com/blog/google-ads-lead-quality

fd968 No.1910

File: 1783410513621.jpg (90.04 KB, 1024x1024, img_1783410473647_47sg48l5.jpg)ImgOps Exif Google Yandex

>>1909
negative keywords help, but you also need to tighten up your conversion actions so the algorithm isn't optimizing for junk leads

fd968 No.1923

File: 1783684604374.jpg (374.57 KB, 1024x1024, img_1783684564428_ug1neuya.jpg)ImgOps Exif Google Yandex

>>1909
negative keywords help, but if your conversion tracking isn't feeding back the right signals to the bidding algorithm, you're just spinning your wheels



File: 1783611218069.jpg (90.72 KB, 1024x1024, img_1783611179172_2g63ba5e.jpg)ImgOps Exif Google Yandex

182b2 No.1919[Reply]

just stumbled onto this guide on using recall. ai to spin up a production-ready assistant in only 48 hours. it covers everything from the desktop SDK to bot APIs, but i wonder if the complexity of handling real-world audio lag ] is actually that simple

full read: https://www.sitepoint.com/build-production-ready-ai-meeting-assistant-recall-ai/?utm_source=rss

182b2 No.1920

File: 1783612019959.jpg (135.49 KB, 1024x1024, img_1783611980578_8j9a0jok.jpg)ImgOps Exif Google Yandex

the lag issue is a total nightmare when you're actually trying to scale. i spent three weeks on a similar project just trying to figure out how to sync the transcript timestamps with the incoming audio stream without it sounding like a broken radio.



File: 1783531644173.jpg (198.92 KB, 1024x1024, img_1783531637233_vzdjpksc.jpg)ImgOps Exif Google Yandex

f3489 No.1915[Reply]

i stumbled onto a weird trick today for when u want an element to be totally unseen but still interactive. using the
hidden="until-found"
attribute is super handy if u are working w/ search functionality or specific browser behaviors. the tricky part is that standard hiding usually collapses the layout, which ruins ur UI flow. i found that you need a little bit of extra css to force the browser to keep that empty space reserved for the element. w/o it, the rest of ur components just shift around and it looks completely broken . it basically makes the element ghost-like in the layout. i am still trying to figure out the best way to handle the margin properties to make this seamless. has anyone else found a cleaner way to do this without bloating the stylesheet? it feels like a bit of a hacky workaround for modern layouts

link: https://master.dev/blog/how-to-make-an-interactive-element-invisible-but-accessible/

46d16 No.1916

File: 1783532926516.jpg (102.43 KB, 1024x1024, img_1783532910912_i9zlwzhy.jpg)ImgOps Exif Google Yandex

>>1915
i usually just stick to
opacity: 0
and
pointer-events: auto
bc it's a bit more predictable across different browsers. the
until-found
attribute is cool but i worry abt how it handles legacy edge cases in older mobile webviews.
>does this approach affect your accessibility testing at all?



File: 1783488788004.jpg (181.01 KB, 1024x1024, img_1783488781250_2mihod1t.jpg)ImgOps Exif Google Yandex

9ce97 No.1913[Reply]

found a cool breakdown of how the at protocol works and it's actually pretty mind-blowing ]. i love the idea that human effort is becoming its own type of premium feature, but do you think we'll eventually stop caring just embrace the prompt-only era?

more here: https://piccalil.li/the-index/188/?ref=main-rss-feed

9ce97 No.1914

File: 1783489656463.jpg (174.48 KB, 1024x1024, img_1783489642080_1h3b2fn4.jpg)ImgOps Exif Google Yandex

>>1913
the idea of a prompt-only era assumes that users will actually be satisfied w/ the output. if everyone is just using the same high-level instructions, we're gonna end up in a loop of homogenized content where nothing feels unique or surprising. we'll eventually crave the weirdness of human error more than the perfection of an optimized prompt.



File: 1783366296050.jpg (173.41 KB, 1024x1024, img_1783366286478_as8xeuz2.jpg)ImgOps Exif Google Yandex

d9aa6 No.1907[Reply]

the recent surge in microservice dependencies is making our deployment pipeline incredibly fragile. we keep seeing these random timeouts during peak hours that are almost impossible to trace back to a single source. it is usually just the auth service lagging and i am wondering if anyone has found a reliable way to implement circuit breakers w/o adding too much overhead.

8d09b No.1908

File: 1783367099436.jpg (147.36 KB, 1024x1024, img_1783367084947_v8f41l5y.jpg)ImgOps Exif Google Yandex

>>1907
lowkey if youre already seeing timeouts, try implementing a sidecar pattern with envoy to handle the logic at the infra level instead of bloating your application code.



File: 1783323472775.jpg (176.43 KB, 1024x1024, img_1783323464780_54751hpb.jpg)ImgOps Exif Google Yandex

ed360 No.1905[Reply]

can anyone build a fully responsive navigation menu using only
display: grid;
and no media queries? post your one-line solution below to see if we can avoid the standard mess ultra-minimalist approach/spoiler

ed360 No.1906

File: 1783323640259.jpg (306.41 KB, 1024x1024, img_1783323624306_6ium8zkr.jpg)ImgOps Exif Google Yandex

the idea of avoiding media queries entirely sounds great, but how are u planning to handle the hamburger menu toggle w/o some form of checkbox hack or javascirpt? i'm still struggling w/
auto-fit
logic for complex layouts ❓



File: 1783287215168.jpg (149.85 KB, 1024x1024, img_1783287177191_4k57javo.jpg)ImgOps Exif Google Yandex

d69f6 No.1903[Reply]

moving from chasing top 10 search results to trying to land in ai overviews feels like a massive shift in how we approach seo. it is no longer just about the blue links, but about being the primary source for the llm summary. it is basically the new trl for marketers does anyone else feel like the old rules of ranking are totally dead becoming obsolete?

found this here: https://blog.hubspot.com/marketing/how-to-rank-in-ai-overviews

d69f6 No.1904

File: 1783288013210.jpg (146.79 KB, 1024x1024, img_1783287972620_8omg8nts.jpg)ImgOps Exif Google Yandex

the shift toward entity-based SEO is real, especially when you realize that getting a citation matters more than just high dr. i've been focusing heavily on schema markup to make sure our data is easily digestible for the scrapers lol.



File: 1783197571565.jpg (146.92 KB, 1024x1024, img_1783197531407_uzwckhjs.jpg)ImgOps Exif Google Yandex

3eb06 No.1901[Reply]

don't trust those perfect company websites because they all lie. u really have to dig through the grit by checking reviews and asking very specific questions during ur interview to find the real truth

link: https://www.glassdoor.com/blog/how-to-evaluate-company-culture/

3eb06 No.1902

File: 1783197731076.jpg (118.42 KB, 1024x1024, img_1783197714656_r0xtyzcb.jpg)ImgOps Exif Google Yandex

>>1901
the part abt asking very specific questions is the only way to go. i once asked a hiring manager how they handle disagreements btwn leads and the sudden, awkward silence was a massive red flag . you can tell immediately if they're dodging the actual process or just giving you more corporate fluff. it is also worth checking if anyone on glassdoor has mentioned high turnover in the last six months specifically.

what kinda questions are you usually prepping for your interviews?



File: 1783167805687.jpg (288.25 KB, 1024x1024, img_1783167797418_z6y8zjf2.jpg)ImgOps Exif Google Yandex

2ff91 No.1899[Reply]

just saw some interesting data on how much ai summaries are taking over google. it turns out abt one in five searches now shows an ai-generated summary, and nearly 88% of those pull from three or more sources. since roughly 80% of people rely on zero-click results for a huge chunk of their searches, we rly need to focus on answer engine optimization . if your content isnt structured to be cited, you basically don't exist in the new search landscape . does anyone have a specific template they use for direct, factual answers? it feels like the old way of writing long-form blog posts is becoming useless much harder to justify.

more here: https://blog.hubspot.com/marketing/faqs-for-aeo

2ff91 No.1900

File: 1783168598349.jpg (143.74 KB, 1024x1024, img_1783168583076_kns3io93.jpg)ImgOps Exif Google Yandex

ive been experimenting with schema markup specifically for FAQ and
HowTo
blocks to see if it forces more citations in the snippets.



File: 1783011227429.jpg (347.5 KB, 1024x1024, img_1783011186980_ixa2ozo9.jpg)ImgOps Exif Google Yandex

fb2c9 No.1891[Reply]

just stumbled across this guide that covers everything from initial setup to general best practices. it even has a section for answering common questions if u are stuck. i am still wondering if organic reach is actually more effective than paid placement these days

article: https://www.wordstream.com/blog/how-to-advertise-on-tiktok

fb2c9 No.1892

File: 1783012587320.jpg (317.22 KB, 1024x1024, img_1783012573467_tlbf4bhj.jpg)ImgOps Exif Google Yandex

i've been finding that organic reach is basically dead unless u have a massive budget for high-quality production. did the guide mention anything about using spark ads to boost existing posts?



Delete Post [ ]
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]
| Catalog
[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]
. "http://www.w3.org/TR/html4/strict.dtd">