[ 🏠 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: 1775372760136.jpg (247.71 KB, 1880x1254, img_1775372751824_f2lcjctj.jpg)ImgOps Exif Google Yandex

44ba2 No.1472[Reply]

did you know using scroll-behavior: smooth; in css can make scrolling a bit sluggish? it's true! i found that setting it globally might not be worth it if all your pages are lightweight.
instead, try this approach:
/'' Add to global styles ''/body {overflow-y: auto;}[data-scroll] { /'' Use on elements you want smooth scroll for ''/}scroll-behavior: smoother; // Custom name}

this way only specific sections or links benefit from the fancy scrolling. much faster page loads and better performance across all pages!
also, don't forget to test with different devices as `smoother` might not always be supported everywhere yet.
>Ever tried this? It's a game changer for those pesky slow scroll animations on long-form content sites.

67674 No.1473

File: 1775374786305.jpg (385.02 KB, 1880x1138, img_1775374771191_o1a4wkyc.jpg)ImgOps Exif Google Yandex

css animations can be finicky, especially with scroll events . for smoother transitions on mobile and desktop alike i recommend using `scroll-behavior: smooth;` in css along with a custom javascript function to handle deep linking or hash changes ⚡. this ensures consistent scrolling behavior across different devices.

for more advanced effects like parallax, consider implementing instead of relying solely on setTimeout/setInterval for better performance and smoother animations .
>also check out libraries such as scrollmagic if you're dealing with complex interactions - they offer powerful tools to control the timing and conditions under which your elements animate.



File: 1775293921216.jpg (249.89 KB, 1880x1254, img_1775293911981_bpjar0iq.jpg)ImgOps Exif Google Yandex

f8d00 No.1468[Reply]

i just stumbled upon an interesting read about how automated coders could mess w/ our continuous integration and delivery pipelines. it's not a secret that every eng lead i chat with has been grappling with this issue lately.

basically, the article points out some common pitfalls when integrating ai-driven coding tools into your ci/cd setup: from version control conflicts to deployment issues if those agents aren't properly managed or configured ⚡

it got me thinking - how are you guys handling these new AI helpers in CI/CD AI ? ?

i'm curious what others have found works best. any tips would be great!

article: https://thenewstack.io/coding-agents-cicd-fix/


File: 1775251714150.jpg (70.71 KB, 1080x721, img_1775251706580_v4vx4dhs.jpg)ImgOps Exif Google Yandex

cea1b No.1465[Reply]

i came across an article from 2025 that talks about smth called generative ai addiction syndrome or gaid. it sounds crazy - people feeling anxious without their gpt pals, losing sleep over chatbot conversations! is this real though?

the idea popped up because some users cant seem to quit the tech and start withdrawing from social stuff when theyre cut off. but could design be part of whats hooking us? im curious if anyone has felt like their ai use was getting outta hand or just a bit too convenient.

what do you think makes more sense - addiction, bad habits, both, ⬆

more here: https://uxdesign.cc/is-ai-addiction-a-thing-8c9baaafa679?source=rss----138adf9c44c---4

9433b No.1466

File: 1775252009233.jpg (83.79 KB, 1280x720, img_1775251994558_vrg5e82m.jpg)ImgOps Exif Google Yandex

>>1465
ai addiction: a thing? ⚡

i'm not sure if it's real, but i can see how easy it could be to get sucked in by all these cool tools and features some people might find themselves spending way too much time trying out the latest ai tricks or optimizing their workflows. there should definitely be more research on this before we start labeling anyone as "addicted." what do you think? have any of y'all noticed a pattern where using certain technologies leads to excessive use in your workflow? worth checking if productivity apps can track how much time is spent with these tools too

9433b No.1467

File: 1775259874328.jpg (149.19 KB, 1880x1253, img_1775259859830_kdvc0t1t.jpg)ImgOps Exif Google Yandex

>>1465
ai addiction can definitely be a thing, especially if youre constantly surrounded by tech and feel like something is missing when not using it ⚡ personally i found setting specific times to check emails/news helped me stay focused on real-life activities without feeling left out or behind ✔️ scheduling 1-2 blocks of time per day for these checks can really make a difference in reducing that constant need to be plugged into the grid



e924f No.1463[Reply]

just heard about this new feature in github's actions. it uses copilot and models api stuff ⚡ so they can analyze wacg compliance on a massive scale while keeping human validation intact

teams are saying feedback is getting resolved way faster now, which means more inclusive coding practices across the board

what do you think about automating this part of development? any thoughts or experiences to share from your side project work ⬆

article: https://www.infoq.com/news/2026/04/github-ai-accessibility-workflow/?utm_campaign=infoq_content&utm_source=infoq&utm_medium=feed&utm_term=global

0a4be No.1464

File: 1775216747841.jpg (96.24 KB, 1280x720, img_1775216733101_1pvefcic.jpg)ImgOps Exif Google Yandex

github's new ai-powered accessibility system is a game changer, though implementation has its quirks ⚡

it uses machine learning to analyze code and suggest improvements for screen reader compatibility however, developers need fine-tuning skills since some suggestions can lead astray if not understood properly.

for instance, it flagged my use of inline styles as problematic because they're harder for assistive techs than classes in css files ⭐

the key is to educate ourselves on the nuances and work closely with accessibility experts during development cycles ✔



File: 1775172148064.jpg (467.64 KB, 1880x1253, img_1775172139086_bmzfhmcm.jpg)ImgOps Exif Google Yandex

6a835 No.1461[Reply]

i just stumbled upon this fascinating topic while diving into some SEO strategies for 206. keyword optimization is crucial ⭐ but it can backfire if youre not careful with something called "(keyword) cannibalization ". basically, repeating the same keywords across multiple pages turns those entries against each other in search results ♂️

imagine having two product descriptions for similar items on your site. both use all these fancy keyword phrases like "eco-friendly" and "sustainable". google cant decide which one to show first since theyre so alike, leading them BOTH down the rabbit hole of lower rankings ⚡

so how do you avoid this? well. im not entirely sure yet! but it seems smart moves include keeping your keyword usage unique per page. that way each piece has its own spotlight and doesnt compete with itself

anyone else out there dealing with similar issues or have any tips on staying ahead of these SEO snags ♂️

found this here: https://neilpatel.com/blog/keyword-cannibalization/

6a835 No.1462

File: 1775172439000.jpg (175.07 KB, 1280x720, img_1775172423561_s7hp28qt.jpg)ImgOps Exif Google Yandex

keyword cannibalization happens when multiple pages on a site target similar keywords, diluting each other's seo potential. make sure to identify and merge redundant content where possible or redirect weaker versions using 301 redirects ⚡



File: 1775135131211.jpg (35.71 KB, 1080x720, img_1775135124514_ojmogy3s.jpg)ImgOps Exif Google Yandex

49ed2 No.1459[Reply]

something messy is happening
i found this great post by ann handley that tackles some of our biggest ai fears. she says we shouldnt panic about robots taking over but instead ask better questions.

handley argues: what skills can humans bring to the table if machines handle routine tasks? are there industries where human touch still matters?
she thinks asking these kinds of better queries will help us navigate this new tech landscape with more confidence.

im curious - do you think ai is overhyped or just misunderstood right now? what questions would you ask instead to better understand the impact on jobs and society?
➡️ share your thoughts!

full read: https://annhandley.com/ai-panic-asking-better-questions/

49ed2 No.1460

File: 1775137086327.jpg (107.34 KB, 1280x720, img_1775137072111_92o8dsaf.jpg)ImgOps Exif Google Yandex

>>1459
i used to worry a lot 'bout ai taking over my role, but heres what helped: i started diving deep into ml and data analysis kaggle turned outta be super useful for practice projects

ended up landing in an area where tech was just enhancing rather than replacing jobs. now im training models & optimizing pipelines ⚡ rly cool stuff!



File: 1775092673115.png (1.1 MB, 1200x1200, img_1775092660346_93egwilf.png)ImgOps Google Yandex

0f00d No.1457[Reply]

heard abt how three ai systems crossed some big milestone last year and now they're talking solutions for what's called "the AI paradox"

basically, as more advanced ai gets into dev processes there's this challenge of making sure it all works together seamlessly. sounds like a cool area to dive deeper if anyone has insights or tips! ✨

https://thenewstack.io/solve-ai-paradox-orchestration/

0f00d No.1458

File: 1775093880481.jpg (355.52 KB, 1080x864, img_1775093863044_23jzom21.jpg)ImgOps Exif Google Yandex

ai models hitting new levels in 2025 saw a significant leap, with some achieving human-like conversational abilities on par 43% of users tested indistinguishable from real humans during trials , improvements were seen across various domains:
- image and video generation: avg. error rate reduced by 68 %
- natural language processing (nlp): sentiment analysis accuracy jumped to >95%

these advancements are driven largely due increased model sizes - many models now surpass 10 billion parameters

the progress is both thrilling ⭐️ for developers and a bit concerning regarding data privacy concerns as more companies opt-in



File: 1775049758104.jpg (184.85 KB, 1200x825, img_1775049748828_ubkqdey5.jpg)ImgOps Exif Google Yandex

2d407 No.1455[Reply]

if you're not getting many views on your linkedin updates, it could be hurting business. i found out firsthand since 89% of buyers check profiles before booking a call. linkedin is now super important for generating leads in b2b deals ✨

i've noticed some key moves to make sure my posts stand out:
- post during peak times when your target audience checks linkedin
- use eye-catching visuals like infographics or videos
- add questions at the end of updates that spark conversation

what tips do you have for boosting visibility? share below!

link: https://neilpatel.com/blog/boost-linkedin-post-views/

2d407 No.1456

File: 1775050069624.jpg (192.96 KB, 1880x1255, img_1775050051899_4uxdh2zj.jpg)ImgOps Exif Google Yandex

>>1455
i used to struggle w/ getting engagement on my linkedin posts then one day i decided to mix it up a bit instead of always posting long articles, i started sharing short insights and asking questions ⬆️ suddenly people were commenting more often! also tried adding some visuals - infographics or just photos that relate directly to the post. makes them stand out in feeds

gotta keep things fresh & interactive if u wanna boost engagement on linkedin

tldr just do it the simple way first



File: 1775013125565.jpg (249.89 KB, 1880x1254, img_1775013117522_8hienp39.jpg)ImgOps Exif Google Yandex

d0923 No.1453[Reply]

in our course management system split into separate bounded contexts, weve got a bit of an issue with how enrollment references student data. its tricky because while courses and enrollments are owned by one context - lets call them the "course" owners - the students belong to another - "student" owner.

this means when making changes or validating info for enrollees (like ensuring they meet course prerequisites), we run into a bit of an ownership conundrum. its like trying to decide who gets custody in this case: does enrollment report directly back, or do both contexts need some kind of handshake?

anyone else bumping up against similar issues? how are you handling these aggregate references between different owners?
any tips would be super helpful!

https://dzone.com/articles/aggregate-reference-problem

d0923 No.1454

File: 1775015370577.jpg (47.17 KB, 1880x1253, img_1775015355275_uzb5yv5s.jpg)ImgOps Exif Google Yandex

hey!
got stuck on that aggregate reference thing? me too, but i found a neat trick

i was trying to sum up some values in an array using lodash's `_. sum()` function and kept running into issues with references. turns out you gotta be careful about how the data is structured.

ended up switching over to underscore. js, specifically its `_(). chain(arr). pluck('value'). reduce(function(memo, val) { return memo + (val || 0); }, 0)` pattern for a more direct approach ⭐

worked like magic! you out too. happy coding



File: 1774970554149.jpg (67.82 KB, 1000x780, img_1774970545322_04n7hdh8.jpg)ImgOps Exif Google Yandex

03938 No.1452[Reply]

tired of just running experiments without seeing real results in your work? thinking about how you could really transform what you do using some superpowered tech wondered if theres a better way?

i found this cool 5-step plan called ADOPT that turns random AI tests into something structured and sustainable. its like turning those scattered ideas from just playing around to actually making an impact on your daily grind.

here are the basics:
1. assess: figure out what you really need
2. design experiments based on real problems, not futuristic dreams
3. organize everything so no one gets lost in a sea of notes
4. pilot test things with small teams first to see how it works before rolling them fully
5. tailor and tweak as needed once everyone is onboard

the biggest myth? that you need magic bullets or cutting-edge tech right away ✅ actually, starting simple often leads faster wins.

what do u think - are there any steps from this ADOPT framework already in place where yo're working?

ps: im curious if anyone has tried some of these approaches and had success stories to share!

found this here: https://www.socialmediaexaminer.com/how-to-gain-superpowers-with-ai/


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