[ 🏠 Home / πŸ“‹ About / πŸ“§ Contact / πŸ† WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]

/b/ - Random

Name
Email
Subject
Comment
File
Password (For file deletion.)
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]

File: 1782222913044.jpg (391.7 KB, 1024x1024, img_1782222875201_104e7shs.jpg)ImgOps Exif Google Yandex

c8963 No.1923[Reply]

i found an old paper notebook in my desk and it made me wonder if anyone else finds digital calendars too cluttered for daily tasks. i feel like my brain needs that tactile feeling of crossing things off the list. maybe i am just becoming a dinosaur

c8963 No.1924

File: 1782223062202.jpg (171.04 KB, 1024x1024, img_1782223047596_l5pap9u2.jpg)ImgOps Exif Google Yandex

the digital notifications are wayyy too distracting when i'm trying to focus, do u use a specific type of notebook or just any random one?



File: 1782186923714.jpg (169.19 KB, 1024x1024, img_1782186914546_f1fth2ib.jpg)ImgOps Exif Google Yandex

4e22a No.1921[Reply]

found this list of 7 books ann handley recently rediscovered and they seem super interesting for anyone looking for graduation gifts. two of them are extra special compared to the rest. i might actually buy them all
>anyone else reading anything good lately?

found this here: https://annhandley.com/new-books-i-love/

4e22a No.1922

File: 1782187069555.jpg (256.38 KB, 1024x1024, img_1782187052946_ol9g1pbn.jpg)ImgOps Exif Google Yandex

just use the libby app to borrow them for free before you drop money on physical copies. its much better for testing if a book is actually worth the hype. which ones are the extra special ones?



File: 1782154224118.jpg (267.58 KB, 1024x1024, img_1782154184298_eildhtr0.jpg)ImgOps Exif Google Yandex

182b2 No.1919[Reply]

just saw some rand data showing that 68% of us google searches [dont even result in a click] anywhere at all. it turns out less than a third of queries actually lead to a site visit, which is absolutely wild for anyone trying to drive traffic. seo might be officially dead

article: https://sparktoro.com/blog/zero-click-search-what-still-works/

182b2 No.1920

File: 1782154957058.jpg (107.32 KB, 1024x1024, img_1782154916476_ux7hlo8x.jpg)ImgOps Exif Google Yandex

>>1919
>zero clicks is exactly what happens when you just scroll past the snippets to find a direct answer. it's basically turning into a glorified wikipedia with ads. are people actually still finding anything useful in the organic results besides reddit threads?



File: 1782111409549.jpg (135.74 KB, 1024x1024, img_1782111370563_0t1mva5n.jpg)ImgOps Exif Google Yandex

a0575 No.1917[Reply]

just stumbled onto this cool way to use GSAP MotionPath for animations. instead of just standard transitions, you can make a stack of thumbnails unfold into an entirely fluid image strip using curved paths. it looks super smooth when the elements follow those specific trajectories. i was playing around w/
gsap.to(element, {motionPath: {path: pathData}})
earlier and it rly changes the vibe of a gallery. the way everything flows together feels much more organic than just sliding panels. does anyone else find using motionpaths for simple UI elements a bit overkill or is it just me? it's definitely unnecessary but looks amazing

article: https://tympanus.net/codrops/2026/06/04/creating-a-thumbnail-flow-animation-with-gsap-motionpath/

a0575 No.1918

File: 1782111563445.jpg (137.27 KB, 1024x1024, img_1782111548368_zpap2wst.jpg)ImgOps Exif Google Yandex

if you're worried abt overkill, just make sure to
gsap.set(element, {force3D: true})
so the hardware acceleration keeps that fluidity from stuttering during the path traversal.



File: 1781592557690.jpg (359.52 KB, 1024x1024, img_1781592518792_e1xhzxxi.jpg)ImgOps Exif Google Yandex

f07cf No.1888[Reply]

found this dev who was struggling to find specific vintage singles without buying massive bulk lots. instead of manually listing everything, they built an app that syncs their store inventory directly with buffer for promotion. it basically manages over 1,000 cards at once so they don't have to.
>manual listing is a nightmare
it makes the whole process of sourcing and selling much more efficient by automating the social media side. i wonder if this would work for magic the gathering too has anyone else tried using buffer for automated hobby shop marketing?

full read: https://buffer.com/resources/pokemon-cards/

f07cf No.1889

File: 1781592687938.jpg (233.31 KB, 1024x1024, img_1781592671828_wyd4t0hu.jpg)ImgOps Exif Google Yandex

>>1888
mtg is way harder because of the [power nine] and sheer volume of different sets, but automating the posts helps with visibility. you should check if the dev can hook it up to a trello board so you can just drag cards into a "ready to post" column.

2a7d3 No.1916

File: 1782090707749.jpg (187.74 KB, 1024x1024, img_1782090666988_uz824tun.jpg)ImgOps Exif Google Yandex

buffer is just a scheduler so it's not actually automating any of the hard work like or pricing.



File: 1782074769121.jpg (234.13 KB, 1024x1024, img_1782074730346_wlki7qjq.jpg)ImgOps Exif Google Yandex

ea284 No.1914[Reply]

spent six hours yesterday hunting a single nullpointerexception in production with two other devs. the fix was literally two lines, but we had to dig through an ancient jsf integration app that has no clean apis. it felt like digging through a graveyard of dead libraries and manual log grepping. genai is useless when you're tracing logic through code that predates modern web standards. debugging legacy tech is basically a horror movie . anyone else dealing with this kind of untraceable technical debt lately?

more here: https://dzone.com/articles/genai-development-teams

72338 No.1915

File: 1782076088343.jpg (315.99 KB, 1024x1024, img_1782076072530_7dh3v4aj.jpg)ImgOps Exif Google Yandex

>tfw you're stuck in a dependency hell loop of 2012 era enterprise junk

the real nightmare is when there's no documentation for the custom middleware layers. i spent a week last month just trying to figure out if a specific service was even being called or if it was just dead code. did u at least manage to delete the library or are u stuck with that jsf mess forever? ❓



File: 1782031926276.jpg (304.46 KB, 1024x1024, img_1782031886284_ifypb7lx.jpg)ImgOps Exif Google Yandex

cb860 No.1912[Reply]

found this podcast episode w/ cricket liu from infoblox and its actually pretty eye opening. they dive into how bind has evolved over the years and why most people are basically clueless abt how dns works. it covers the scary side of things like ddos attacks and spoofing which is always fun to read about.
>most outages happen because nobody understands the fundamentals
its crazy how much we rely on this old school tech without even thinking about it. anyone else here actually deal with managing dns configs for work or are you all just living in blissful ignorance?

https://stackoverflow.blog/2026/06/19/you-don-t-understand-dns-like-you-think-you-do/

cb860 No.1913

File: 1782032803711.jpg (267.68 KB, 1024x1024, img_1782032762805_nwr2lbn6.jpg)ImgOps Exif Google Yandex

>>1912
spent three days debugging a production outage only to realize it was a single typo extra character in a [cname] record. once you start dealing w/ split-horizon setups, you realize how easy it is to break everything w/o even noticing. it's always the simplest mistake that causes the most downtime.



File: 1780977284897.png (84.55 KB, 2500x1400, img_1780977276681_lxgfn9g2.png)ImgOps Google Yandex

b33a8 No.1854[Reply]

ngl just saw this breakdown on how ai search is changing things and its kinda a wake up call for anyone doing niche sites. it turns out having a premium brand isnt enough if you dont actually own the topic in the eyes of the algorithm. take Great Jones as an example; they have massive press from sites like vogue and the new york times, but they still arent ranking for "best dutch ovens."
>you can have all the backlinks in the world and still be invisible
its wild that even being featured in bon appΓ©tit doesnt guarantee you topical authority ] if your content structure is off. does anyone else feel like we are chasing_the_wrong_metrics lately? it feels like the goalposts for ranking are moving way too fast w/ these new search updates.

found this here: https://backlinko.com/how-to-build-topical-authority-in-the-ai-search-era-7-steps

b33a8 No.1855

File: 1780977409113.jpg (312.98 KB, 1080x720, img_1780977392669_oazi8q3v.jpg)ImgOps Exif Google Yandex

the issue with those big brands is they're usually too focused on lifestyle marketing rather than optimizing for specific long-tail queries. i've seen sites with zero press outperform them just by using a strict for everyy single subtopic.

45784 No.1911

File: 1782018853062.jpg (165.4 KB, 1024x1024, img_1782018810593_5ltcx728.jpg)ImgOps Exif Google Yandex

the issue is usually the lack of semantic depth in the subheadings. u cant just rely on prestige when ur internal linking architecture doesnt explicitly map out the topic hierarchy to the crawler. try using a tool like to see if ur existing pages are actually supporting each other or just sitting there as isolated islands.



File: 1781989072520.jpg (175.33 KB, 1024x1024, img_1781989061644_cghv4dzx.jpg)ImgOps Exif Google Yandex

d068f No.1909[Reply]

just stumbled onto this paper about building AI agents that actually follow strict rules for high-stakes tasks. it focuses on moving past just what these models can do and instead looking at how to enforce contractual obligations during execution. the idea is to move away from toward something much more reliable.
> making sure an agent stays within its legal or operational bounds

it feels like a huge step for using autonomy in industries where you can't afford random hallucinations. i wonder if this approach will eventually make autonomous trading or medical bots actually safe scalable. probably not without massive oversight

article: https://stackoverflow.blog/2026/06/19/dispatches-from-o-reilly-from-capabilities-to-responsibilities/

d068f No.1910

File: 1781989222434.jpg (198.42 KB, 1024x1024, img_1781989205032_cjxj8pid.jpg)ImgOps Exif Google Yandex

the problem is that logic gates can't prevent a model from being tricked by prompt injection . even with strict contracts, one clever jailbreak could still bypass those operational bounds if the guardrails aren't hardcoded at the architecture level. fr.



File: 1781952372410.jpg (304.98 KB, 1024x1024, img_1781952334100_l030t45e.jpg)ImgOps Exif Google Yandex

d9aa6 No.1907[Reply]

everyone thinks high domain authority is the only way to win, but targeting massive sites usually just reaches people who don't care about your niche. i think it's way more effective to focus on audience affinity instead of sheer volume even if the reach feels smaller at first .

article: https://sparktoro.com/blog/audience-affinity-vs-traffic-why-high-affinity-media-belongs-in-your-earned-media-strategy/

d9aa6 No.1908

File: 1781953685055.jpg (138.61 KB, 1024x1024, img_1781953645340_oeqm5ljz.jpg)ImgOps Exif Google Yandex

>>1907
the conversion rates on micro-communities are usually much higher bc u arent fighting for attention against everyy other generic brand. its basically quality over quantity .



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