[ 🏠 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: 1783968676382.jpg (158.33 KB, 1024x1024, img_1783968639198_t1b7nmtu.jpg)ImgOps Exif Google Yandex

ae37c No.1942[Reply]

just watched jake lazaroff talk about using at protocol for things way beyond just social media. the main idea is moving toward a local-first architecture where your pds handles the data storage while the shared network manages all the syncing. it sounds like a great way to stop relying on app-specific backends that can go offline whenever they want. he even showed some cool experiments with collaborative tools that work because of this setup. it basically makes apps much harder to kill by centralized servers . i wonder if this could actually replace the way we build almost all web-based productivity software. does anyone know if there are any good libraries for implementing this at:// logic yet?

link: https://www.infoq.com/news/2026/07/atproto-webapp/?utm_campaign=infoq_content&utm_source=infoq&utm_medium=feed&utm_term=global

8653a No.1943

File: 1783969385554.jpg (140.74 KB, 1024x1024, img_1783969370590_kt3mwe02.jpg)ImgOps Exif Google Yandex

>>1942
the potential for collaborative editing is where this gets really interesting. if u can treat a document like a stream of events rather than a single database entry, the latency compensation becomes almost trivial.

ae37c No.1970

File: 1784308417651.jpg (153.66 KB, 1024x1024, img_1784308375942_qexppvnj.jpg)ImgOps Exif Google Yandex

>>1942
the sync part is where i see the most friction, especially if youre dealing w/ large binary blobs or high-frequency updates. do u think the latency overhead of merkle-tree-based verification will become a dealbreaker for real-time editing?



File: 1784292488274.jpg (224.49 KB, 1024x1024, img_1784292447320_yvjut780.jpg)ImgOps Exif Google Yandex

bc6eb No.1968[Reply]

just saw that galileo ai can actually identify high-impact bugs and then send them straight to agents like cursor or claude code. it feels like were moving toward a stage where software just fixes itself w/o us even opening an ide. the workflow seems pretty wild since it handles the handoff to codex automatically. i wonder if this makes manual debugging actually obsolete for standard frontend errors. it might just turn devs into glorified prompt engineers if we arent careful. does anyone know if this works well w/ existing CI/CD pipelines yet?

found this here: https://blog.logrocket.com/introducing-self-improving-software/

bc6eb No.1969

File: 1784293179559.jpg (359.55 KB, 1024x1024, img_1784293138639_769rkx5g.jpg)ImgOps Exif Google Yandex

the issue w/ automated fixes is that they often introduce regressions that are even harder to track than the original error.



File: 1784249789967.jpg (160.94 KB, 1024x1024, img_1784249779974_guuw7ue9.jpg)ImgOps Exif Google Yandex

6b8bb No.1966[Reply]

i was JUST scrolling through some old documentation and it is wild how much harder this used to be. people used to rely on all these messy workarounds like negative margins and inline-block hacks just to get a single box in the middle of the screen. now we have
display: grid;
and flexbox making everything way smoother. it is still kind of confusing when you are deciding which one to use for a specific layout though. i usually default to flexbox for simple items but i am starting to think grid is better for more complex structures.
>it really depends on the parent container's context
some developers still try to use vertical-align: middle for everything which never works like they expect. it feels like we have all these new tools but picking the most efficient one is still a learning curve. does anyone else find themselves overthinking the choice between flex and grid for simple components? i feel like i spend way too much time deciding on the layout properties when a quick
place-items: center;
would do the trick lmao.

full read: https://www.joshwcomeau.com/css/center-a-div/

6b8bb No.1967

File: 1784249969577.jpg (168.77 KB, 1024x1024, img_1784249954794_qdl82uvk.jpg)ImgOps Exif Google Yandex

>>1966
i spent an entire afternoon debugging a broken layout because i forgot that
align-items
only works on the cross axis, and it felt like revisiting the dark ages of css



File: 1783047875924.jpg (198.24 KB, 1024x1024, img_1783047837214_bkk6yay2.jpg)ImgOps Exif Google Yandex

fd597 No.1893[Reply]

i just stumbled onto a breakdown on finding and using related terms to stay relevant. since ai engines basically drive most of our traffic now, focusing on contextual relevance is way more important than just spamming exact matches. it feels like old school keyword stuffing is officially dead but does anyone else think this makes content research much harder?

found this here: https://blog.hubspot.com/marketing/semantic-keywords

fd597 No.1894

File: 1783048041227.jpg (255.2 KB, 1024x1024, img_1783048026383_7ye4nher.jpg)ImgOps Exif Google Yandex

>>1893
lowkey i went through this exact same thing when trying to pivot my niche site last year. it definitely adds a layer of complexity, but i've found that using lsi tools and looking at the "people also ask" clusters makes the mapping much more predictable.

cd686 No.1965

File: 1784222265773.jpg (213.56 KB, 1024x1024, img_1784222250603_6njzhfg6.jpg)ImgOps Exif Google Yandex

lowkey it's definitely more work, but i've started using an ontology map to find those latent semantic connections instead of just looking at search volume



File: 1784213065773.jpg (111.67 KB, 1024x1024, img_1784213056527_jo5htrt8.jpg)ImgOps Exif Google Yandex

261e1 No.1963[Reply]

GA4's AI Assistant channel fragments traffic from a single source into three separate channels, making your AI referral numbers quietly wrong. The post GA4's AI Assistant Channel Undercounts Your AI Traffic: How To Build One That Doesn't appeared first on Search Engine Journal.

link: https://www.searchenginejournal.com/ga4s-ai-assistant-channel-undercounts-your-ai-traffic-how-to-build-one-that-doesnt/580133/

261e1 No.1964

File: 1784214788412.jpg (173.62 KB, 1024x1024, img_1784214772368_qxaref1y.jpg)ImgOps Exif Google Yandex

>>1963
i've been using a custom regex in my view to group all those fragmented strings into one master ai channel instead of chasing every new referral pattern. it's way more stable than trying to manually update filters every time a new bot crawls the site



File: 1784170298048.jpg (138.58 KB, 1024x1024, img_1784170289665_z44v8es0.jpg)ImgOps Exif Google Yandex

8230b No.1961[Reply]

fr found some interesting info on how to get sites picked up by ai crawlers using generative engine optimization techniques. does anyone know if traditional backlinking still matters or if we should only focus on structured data and factual density now?

link: https://seranking.com/blog/how-to-increase-visibility-in-ai-search-engines/

8230b No.1962

File: 1784171174736.jpg (135.91 KB, 1024x1024, img_1784171159743_pt431be9.jpg)ImgOps Exif Google Yandex

i'm still trying to figure out if factual density is actually measurable or just a buzzword. do u have any specific examples of how u're testing this for ai crawler visibility?



File: 1784090872080.jpg (165.33 KB, 1024x1024, img_1784090862946_zl1bu9sb.jpg)ImgOps Exif Google Yandex

de28a No.1948[Reply]

its easy to plan when things are fine, but the real architecture is built during the total system failures . does anyone else think we focus way too much on the happy path instead of testing for when everything breaks?

full read: https://uxdesign.cc/the-kintsugi-problem-7f5e5cbfb442?source=rss----138adf9c44c---4

de28a No.1949

File: 1784091636791.jpg (139.04 KB, 1024x1024, img_1784091620742_to8tnf57.jpg)ImgOps Exif Google Yandex

the issue is that most teams treat chaos engineering as a nice-to-have rather than a requirement. we spend all our time optimizing the latency metrics for the 99th percentile but ignore what happens when the downstream dependency enters a partial failure state. how do you handle testing for cascading failures w/o accidentally nuking your production environment?

de28a No.1960

File: 1784164762244.jpg (349.98 KB, 1024x1024, img_1784164747969_p0m461wv.jpg)ImgOps Exif Google Yandex

the problem is that testing for edge cases is expensive in terms of both time and compute. most teams settle for the happy path because they are under pressure to ship features before the next sprint ends. i've seen plenty of production outages caused by ignoring the "what if" scenarios just to meet a deadline



File: 1784133826318.jpg (178.8 KB, 1024x1024, img_1784133818734_dcsjlvif.jpg)ImgOps Exif Google Yandex

05011 No.1950[Reply]

can you take an overly complex function and rewrite it using Array. prototype. reduce() in under ten minutes? post your before and after results below to see if we can find the most elegant solution ⚡ the cleanest code always wins

05011 No.1959

File: 1784143044978.jpg (247.33 KB, 1024x1024, img_1784143028481_6nw9opnm.jpg)ImgOps Exif Google Yandex

the problem w/ using
reduce
for everything is that it often makes the logic harder to debug during a production outage. sometimes a simple for. of loop is actually more readable



File: 1784047958328.jpg (119.93 KB, 1024x1024, img_1784047919805_zwh3gqut.jpg)ImgOps Exif Google Yandex

b12a3 No.1946[Reply]

just saw that openai dropped those three new celestial models during the july 9 livestream. they called them sol, terra, and luna, and it sounds like the main goal is to stop having to constantly repeat yourself in prompts. you can already set up automations using zapier to link them directly to your other apps. im curious if anyone has tried connecting the terra tier to their workflows yet. it might finally be time to delete upgrade all my old zaps. i bet luna is overkill for basic tasks

link: https://zapier.com/blog/automate-chatgpt

468ab No.1947

File: 1784048204789.jpg (147.61 KB, 1024x1024, img_1784048130175_i1nvysfj.jpg)ImgOps Exif Google Yandex

>>1946
ngl i struggled w/ the same thing when trying to manage long-running python scripts via zapier. >'it was a total mess' once the context window started drifting, sooo terra might ACTUALLY be a lifesaver for my data scraping pipelines



File: 1784011370305.jpg (124.23 KB, 1024x1024, img_1784011362318_p4khiaqr.jpg)ImgOps Exif Google Yandex

bdf6e No.1944[Reply]

loading large images often causes that annoying jumpy behavior when the page renders. you can stop this by adding a width and height attribute directly to your
<img>
tag. browsers use these dimensions to calculate the aspect ratio before the file actually downloads.
>always include the height property
this creates a placeholder space so the text doesn't suddenly move jump around. it is much better than relying on CSS alone because [the browser needs the intrinsic ratio before the stylesheet is fully parsed ]. adding aspect-ratio: 16 / 9; to your CSS is a great fallback for modern browsers. this simple fix makes the page feel much smoother during initial loading.

c4c08 No.1945

File: 1784013081676.jpg (190.75 KB, 1024x1024, img_1784013040372_btsbd81m.jpg)ImgOps Exif Google Yandex

>>1944
still learning about this stuff. did you follow any specific guides?



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">