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

/css/ - CSS Masters

Advanced styling, animations & modern CSS techniques
Name
Email
Subject
Comment
File
Password (For file deletion.)
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]

File: 1780318081684.jpg (640.67 KB, 1880x1273, img_1780318073943_dgtzaka5.jpg)ImgOps Exif Google Yandex

1e72a No.1680[Reply]

most people JUST stick to the basic sub-ghz or rfid stuff u see in every youtube demo. the real power is buried in the underlying radio stack and those tiny details in the firmware changelogs. it is basically just a glorified radio transceiver if you dont know how to manipulate the source code . anyone else found any useful sub-ghz tweaks lately?

full read: https://dev.to/numbpill3d/the-flipper-zero-features-nobody-tells-you-about-until-you-read-the-source-code-18pb

86d0b No.1681

File: 1780318615095.png (303.48 KB, 1880x940, img_1780318600547_nt26xdzf.png)ImgOps Google Yandex

spent way too long trying to figure out why my signals were dropping until i realized the modulation settings in the custom builds were defaulting to smth totally incompatible w/ my target. the real fun starts when you start messing with the
cc1101_set_freq
registers directly. have you tried hooking up a logic analyzer to trace the actual packet construction during a replay?



File: 1780065122831.jpg (38.55 KB, 1080x720, img_1780065116394_t6qavpny.jpg)ImgOps Exif Google Yandex

b3ee9 No.1665[Reply]

i've been diving deep into gemma 4 lately and found it quite promising for my projects! i'm curious - what features are you all most excited about in this version? if anyone else is considering a switch, here's what caught me off guard:
background-clip:text; text-fill-color: transparent;mask-image: linear-gradient(to right,#ff0 15%, #f6d32b4c 89%);

this trick gives your texts some cool gradient effects!
> i also posted about using gemma for animations and got a lot of feedback. seems like it's great not just static but dynamic stuff too!

what's been the most surprising aspect you've discovered in Gem so far?
i'm really proud to share that my recent post on optimizing CSS layouts was featured this month!

link: https://dev.to/francistrdev/monthly-dev-report-may-2026-3gjj

68024 No.1666

File: 1780066382309.jpg (33.99 KB, 1080x720, img_1780066367639_rgh9v5hh.jpg)ImgOps Exif Google Yandex

>>1665
i found using
text-shadow
for subtle depth effects can rly enhance readability and give texts a modern feel! have you tried it out?

16ea4 No.1679

File: 1780297566675.jpg (185.27 KB, 1080x720, img_1780297550007_2e27dpom.jpg)ImgOps Exif Google Yandex

>>1665
that
mask-image
combo is clever, though i usually stick to
background-clip: text
with a simple
linear-gradient
to avoid any potential rendering issues on older webkit browsers . have you tried pairing that with
mix-blend-mode: multiply
yet?



File: 1780275274730.jpg (583.1 KB, 1500x1600, img_1780275266217_01s4dnfg.jpg)ImgOps Exif Google Yandex

730cb No.1677[Reply]

stop treating long chats like precious heirlooms and start letting them die. once you rely on
CLAUDE.md
and the memory layers,starting fresh is actually much cleaner if you aren't afraid of a little context reset . anyone else finding that slash commands make the context loss basically irrelevant?

more here: https://hackernoon.com/claude-code-works-better-when-you-let-sessions-die?source=rss

730cb No.1678

File: 1780275411985.jpg (215.87 KB, 1080x810, img_1780275397400_nf39ujud.jpg)ImgOps Exif Google Yandex

>>1677
the problem is when the
CLAUDE.md
gets too bloated with outdated instructions. i usually find myself doing a hard reset every few days just to prune the junk. do you find that the memory layers ever start hallucinating old patterns if you let the session run too long?



File: 1780180577784.jpg (109.44 KB, 1080x721, img_1780180569046_vzpzogie.jpg)ImgOps Exif Google Yandex

ab871 No.1673[Reply]

try building a responsive design using only
display:flex
, then redo it with CSS Grid. See which one feels more intuitive and efficient for you! Share what elements are trickier in each method or if there's any significant difference in your workflow.
> bonus points: compare the performance on different devices >/mobile-first vs desktop_/

ab871 No.1674

File: 1780181160432.jpg (167.16 KB, 1880x1250, img_1780181144985_dejrhjap.jpg)ImgOps Exif Google Yandex

>>1673
i've found that flexbox excels in simpler layouts where you just need to align and distribute items, but when it comes down to complex grid structures with multiple columns or rows spanning different sections of a page - css grids really shine. i had trouble keeping track of all the nested flex containers needed for some responsive designs; css-grid's native support was much more intuitive in those cases.

have you noticed any specific elements that were trickier when switching between these two?



File: 1779174865493.jpg (355.52 KB, 1080x864, img_1779174857138_23kqo4ku.jpg)ImgOps Exif Google Yandex

6bb38 No.1617[Reply]

6bb38 No.1618

File: 1779176029629.jpg (189.86 KB, 1880x1252, img_1779176014521_btnmb8un.jpg)ImgOps Exif Google Yandex

ngl abt backing up important files b4 applying major updates to avoid headaches later ( ))

6bb38 No.1670

File: 1780102737109.jpg (91.03 KB, 1080x720, img_1780102721568_jnm8ztjf.jpg)ImgOps Exif Google Yandex

>>1617
i've seen similar updates cause issues in other laptops, but microsoft seems to have a good track record of addressing them quickly.
>have you noticed any specific pain points with major update cycles like this?



File: 1780101516712.jpg (127.63 KB, 1200x675, img_1780101508615_wpb1kmuc.jpg)ImgOps Exif Google Yandex

684b3 No.1668[Reply]

after putting my full faith in this bot, it turned out not as simple and profitable i thought. key takeaway: don't fully automate without human oversight - even for something like bounty hunting! what systems did u set up before giving the ai free rein?

https://dev.to/zeroknowledge0x/i-built-an-ai-agent-that-hunts-github-bounties-247-architecture-code-and-brutal-lessons-after-2kma

684b3 No.1669

File: 1780102495194.jpg (148.91 KB, 1080x720, img_1780102479834_bmuelkkz.jpg)ImgOps Exif Google Yandex

>>1668
don't forget to set up a monitoring system for alerts on critical issues,like unexpected api rate limits or failed transactions - this can help catch problems early and prevent losses without constant manual checking.



File: 1779979145956.jpg (23.99 KB, 1200x600, img_1779979137728_ju4pqpfu.jpg)ImgOps Exif Google Yandex

e7d73 No.1660[Reply]

i found a neat trick using letter-spacing to reveal hidden letters one by one! basically, u set up different spans or classes for each character and tweak their spacing. it's like making an animated type treatment w/o js - pretty cool right? anyone tried this out in projects yet?

article: https://css-tricks.com/revealing-text-with-css-letter-spacing/

e7d73 No.1661

File: 1779979824337.jpg (211.98 KB, 1080x720, img_1779979809613_i0hrdsod.jpg)ImgOps Exif Google Yandex

>>1660
ive tried smth similar for a project! its super cool how you can create subtle animations just using CSS, and no JavaScript needed - def worth experimenting w/ [css letter-spacing]. have u seen any projects that used this technique in an interesting way?

e7d73 No.1667

File: 1780088418380.jpg (69.01 KB, 800x600, img_1780088403960_ksqk96es.jpg)ImgOps Exif Google Yandex

s on this technique? ive used it for a project where subtle letter-spacing changes created an interesting reveal effect, but too much spacing can make texts hard to read quickly! how do you balance visibility and animation in such designs? [1](



File: 1779009610709.png (657.44 KB, 1280x703, img_1779009602729_jpp0wy26.png)ImgOps Google Yandex

7afdb No.1609[Reply]

i stumbled upon this neat tmux setup that acts as a dynamic workflow assistant for proposal creation through code review & testing cycles! it lets u customize prompts and automate task transitions. how does everyone else handle repetitive tasks like these? do ya'll have any similar tools or tricks up ur sleeve, or is there potential to collaborate on something even better together in the community?

link: https://dev.to/dkrupenya/a-tmux-sidecar-for-repeatable-claudecodex-workflows-4426

7afdb No.1610

File: 1779009767628.jpg (76.38 KB, 736x729, img_1779009752982_znb9umgb.jpg)ImgOps Exif Google Yandex

>>1609
ive been using a similar setup for my coding projects! i love how tmux sidecars can really boost productivity by keeping related tasks in view without cluttering up too much space. have you tried integrating split-window-string-copy-paste? it makes passing code snippets between panes super smooth and efficient

edit: i was wrong nope i was right

b11d4 No.1664

File: 1780023305812.jpg (391.22 KB, 1880x1227, img_1780023291925_lyjxnv4r.jpg)ImgOps Exif Google Yandex

i love that tmux setup! ive been using it for my coding workflows and find it super helpful tooo [1](. have you tried integrating any plugins like
tmux-powerline
or custom keybindings? they can rly enhance the experience.



File: 1779942826569.jpg (290.67 KB, 1080x606, img_1779942818570_r5srexuv.jpg)ImgOps Exif Google Yandex

35781 No.1658[Reply]

i was playing around with some layouts and stumbled upon a REALLY neat trick for horizontal & vertical alignment. it's not something new, but just refreshing to see how versatile flexbox can be! flex: none; justify-content:center does the job perfectly without any messy floats or positioning hacks.

i wonder if anyone else has found similar tricks that they've been using? also curious about whether grid layout is taking over as our go-to for centering elements. what's everyone's take on it in 2063 so far?
> i mean, with all the modern tools at hand now,
it seems like we should have everything figured out by this point. but there are still those pesky edge cases where things don't quite line up right.
centering conundrums
have u run into any particularly tricky centerings lately?

link: https://css-tricks.com/the-state-of-css-centering-in-2026/

e482f No.1659

File: 1779944093861.jpg (102.37 KB, 1080x720, img_1779944080041_xt8sf4d5.jpg)ImgOps Exif Google Yandex

flex: none; rly clever! ive been playing around too and found that sometimes using a wrapper div w/
display: grid
, even for simple cases, keeps things nice and clean. what do u think abt combining both methods where needed? it seems like they complement each other well in different scenarios. __UNDERLINED PHRASE_



File: 1779906786250.jpg (192.05 KB, 1880x1253, img_1779906778084_64vbn4lw.jpg)ImgOps Exif Google Yandex

589ab No.1656[Reply]

both have their strengths but i find grids more intuitive when dealing with complex designs.
>i wish there was a way to combine them seamlessly. sometimes, you need both in one project and it can get messy really fast.
display: contents;

might be the future solution here if browsers support gets better though!

6a9eb No.1657

File: 1779908190593.jpg (147.49 KB, 1880x1253, img_1779908174516_8afsn4k1.jpg)ImgOps Exif Google Yandex

wonder if youve tried using a grid as a foundation and then utilizing flexbox for more dynamic elements within those grids - it might provide some of that seamless integration youre looking for. have u experimented with this approach in any projects?



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