HackerTrans
TopNewTrendsCommentsPastAskShowJobs

guivr

no profile record

Submissions

[untitled]

1 points·by guivr·hace 3 meses·0 comments

CPUs are getting so small they're starting to hallucinate

twitter.com
6 points·by guivr·hace 5 meses·4 comments

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

ohmydashboard.com
1 points·by guivr·hace 5 meses·1 comments

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

csspro.com
3 points·by guivr·hace 5 meses·0 comments

Show HN: Beautiful CSS Radios Examples

getcssscan.com
1 points·by guivr·hace 12 meses·0 comments

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

tailconverter.com
6 points·by guivr·hace 2 años·2 comments

[untitled]

1 points·by guivr·hace 2 años·0 comments

[untitled]

1 points·by guivr·hace 2 años·0 comments

[untitled]

1 points·by guivr·hace 2 años·0 comments

From CSS Madness to CSS Hooks

nsaunders.dev
2 points·by guivr·hace 3 años·0 comments

[untitled]

1 points·by guivr·hace 3 años·0 comments

[untitled]

1 points·by guivr·hace 3 años·0 comments

[untitled]

1 points·by guivr·hace 3 años·0 comments

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

csspro.com
505 points·by guivr·hace 3 años·288 comments

CSS checkbox examples

getcssscan.com
147 points·by guivr·hace 4 años·60 comments

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

getcssscan.com
2 points·by guivr·hace 4 años·0 comments

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

getcssscan.com
146 points·by guivr·hace 4 años·98 comments

comments

guivr
·hace 5 meses·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
·hace 2 años·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
·hace 4 años·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
·hace 4 años·discuss
Thanks, merek. Happy it was helpful to you :D
guivr
·hace 4 años·discuss
Thanks swyx <3

Nice, yes, I plan to add "copy to react" feature soon. Will let you know when it's ready
guivr
·hace 4 años·discuss
Thanks for the heads up
guivr
·hace 4 años·discuss
No JS, all made with pure CSS :D (you can copy the code to see how it works)
guivr
·hace 4 años·discuss
Thanks @rrishi!!
guivr
·hace 4 años·discuss
Awesome, thanks for buying it! I'm glad it's useful to you
guivr
·hace 4 años·discuss
Thanks a lot @dmje, really appreciate all your support!
guivr
·hace 4 años·discuss
Yess, it's on the roadmap! :D
guivr
·hace 4 años·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
·hace 4 años·discuss
Thanks a lot for the support, @sbm15!
guivr
·hace 4 años·discuss
Thankss :)
guivr
·hace 4 años·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
·hace 4 años·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.