HackerTrans
TopNewTrendsCommentsPastAskShowJobs

guivr

no profile record

Submissions

[untitled]

1 points·by guivr·3 bulan yang lalu·0 comments

CPUs are getting so small they're starting to hallucinate

twitter.com
6 points·by guivr·5 bulan yang lalu·4 comments

Show HN: I made an OSS dashboard to track your Stripe, RevenueCat, Gumroad data

ohmydashboard.com
1 points·by guivr·5 bulan yang lalu·1 comments

Show HN: I made CSS Pro 4, a re-imagined Devtools for web design

csspro.com
3 points·by guivr·5 bulan yang lalu·0 comments

Show HN: Beautiful CSS Radios Examples

getcssscan.com
1 points·by guivr·12 bulan yang lalu·0 comments

Show HN: TailConverter – The easiest way to convert CSS to Tailwind CSS

tailconverter.com
6 points·by guivr·2 tahun yang lalu·2 comments

[untitled]

1 points·by guivr·2 tahun yang lalu·0 comments

[untitled]

1 points·by guivr·2 tahun yang lalu·0 comments

[untitled]

1 points·by guivr·2 tahun yang lalu·0 comments

From CSS Madness to CSS Hooks

nsaunders.dev
2 points·by guivr·3 tahun yang lalu·0 comments

[untitled]

1 points·by guivr·3 tahun yang lalu·0 comments

[untitled]

1 points·by guivr·3 tahun yang lalu·0 comments

[untitled]

1 points·by guivr·3 tahun yang lalu·0 comments

Show HN: I made CSS Pro, a re-imagined Devtools for web design

csspro.com
505 points·by guivr·3 tahun yang lalu·288 comments

CSS checkbox examples

getcssscan.com
147 points·by guivr·4 tahun yang lalu·60 comments

Show HN: 57 CSS Shapes Examples, click to copy. Triangles, arrows, yin yang, etc

getcssscan.com
2 points·by guivr·4 tahun yang lalu·0 comments

Show HN: I made CSS Scan 3.0, a fast way to check and copy CSS

getcssscan.com
146 points·by guivr·4 tahun yang lalu·98 comments

comments

guivr
·5 bulan yang lalu·discuss
to install, just run `npx ohmydashboard`

it currently integrates with: - Stripe - Gumroad - RevenueCat

lmk if you need more integrations! (or feel free to open PRs)
guivr
·2 tahun yang lalu·discuss
In the field of personalized image generation, the ability to create images preserving concepts has significantly improved. Creating an image that naturally integrates multiple concepts in a cohesive and visually appealing composition can indeed be challenging. This paper introduces "InstantFamily," an approach that employs a novel masked cross-attention mechanism and a multimodal embedding stack to achieve zero-shot multi-ID image generation. Our method effectively preserves ID as it utilizes global and local features from a pre-trained face recognition model integrated with text conditions. Additionally, our masked cross-attention mechanism enables the precise control of multi-ID and composition in the generated images. We demonstrate the effectiveness of InstantFamily through experiments showing its dominance in generating images with multi-ID, while resolving well-known multi-ID generation problems. Additionally, our model achieves state-of-the-art performance in both single-ID and multi-ID preservation. Furthermore, our model exhibits remarkable scalability with a greater number of ID preservation than it was originally trained with.
guivr
·4 tahun yang lalu·discuss
Good point. Indeed looks like only a few have. I'll try to add focus styles to all of them in the future. Thanks!
guivr
·4 tahun yang lalu·discuss
Thanks, merek. Happy it was helpful to you :D
guivr
·4 tahun yang lalu·discuss
Thanks swyx <3

Nice, yes, I plan to add "copy to react" feature soon. Will let you know when it's ready
guivr
·4 tahun yang lalu·discuss
Thanks for the heads up
guivr
·4 tahun yang lalu·discuss
No JS, all made with pure CSS :D (you can copy the code to see how it works)
guivr
·4 tahun yang lalu·discuss
Thanks @rrishi!!
guivr
·4 tahun yang lalu·discuss
Awesome, thanks for buying it! I'm glad it's useful to you
guivr
·4 tahun yang lalu·discuss
Thanks a lot @dmje, really appreciate all your support!
guivr
·4 tahun yang lalu·discuss
Yess, it's on the roadmap! :D
guivr
·4 tahun yang lalu·discuss
Hi, it's not a cash-grab, been working on it for almost 4 years now, just trying to make something useful that helps people save time.
guivr
·4 tahun yang lalu·discuss
Thanks a lot for the support, @sbm15!
guivr
·4 tahun yang lalu·discuss
Thankss :)
guivr
·4 tahun yang lalu·discuss
Hi! You could still use the extension to quickly inspect things, to understand how other websites are designed, or you could also use on your own website when debugging CSS or making fast edits (it's possible to edit the CSS with the extension).
guivr
·4 tahun yang lalu·discuss
Hi, @lelandfe, there's an answer for that on our FAQ:

* How is this better than "Computed Styles"? > When you copy CSS from “Computed Styles”, aside from the declarations being longhand and bloated, it transforms all measurement units such as %, em, rem in pixels (px). This could break your website on mobile devices.

"Computed Styles" also don’t give you pseudo-classes, pseudo-elements, media queries, and keyframes styles, and don't copy multiple elements at once. CSS Scan does, and it gives you the original units and everything you need effortlessly.