HackerTrans
TopNewTrendsCommentsPastAskShowJobs

guivr

no profile record

Submissions

[untitled]

1 points·by guivr·3 месяца назад·0 comments

CPUs are getting so small they're starting to hallucinate

twitter.com
6 points·by guivr·5 месяцев назад·4 comments

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

ohmydashboard.com
1 points·by guivr·5 месяцев назад·1 comments

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

csspro.com
3 points·by guivr·5 месяцев назад·0 comments

Show HN: Beautiful CSS Radios Examples

getcssscan.com
1 points·by guivr·12 месяцев назад·0 comments

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

tailconverter.com
6 points·by guivr·2 года назад·2 comments

[untitled]

1 points·by guivr·2 года назад·0 comments

[untitled]

1 points·by guivr·2 года назад·0 comments

[untitled]

1 points·by guivr·2 года назад·0 comments

From CSS Madness to CSS Hooks

nsaunders.dev
2 points·by guivr·3 года назад·0 comments

[untitled]

1 points·by guivr·3 года назад·0 comments

[untitled]

1 points·by guivr·3 года назад·0 comments

[untitled]

1 points·by guivr·3 года назад·0 comments

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

csspro.com
505 points·by guivr·3 года назад·288 comments

CSS checkbox examples

getcssscan.com
147 points·by guivr·4 года назад·60 comments

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

getcssscan.com
2 points·by guivr·4 года назад·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 года назад·98 comments

Show HN: I made a crowdsourced website to classify every beach in the world

beachnearby.com
4 points·by guivr·5 лет назад·5 comments

Show HN: I made a collection of 80+ beautiful CSS buttons (click to copy)

getcssscan.com
16 points·by guivr·5 лет назад·6 comments

comments

guivr
·5 месяцев назад·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 года назад·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 года назад·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 года назад·discuss
Thanks, merek. Happy it was helpful to you :D
guivr
·4 года назад·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 года назад·discuss
Thanks for the heads up
guivr
·4 года назад·discuss
No JS, all made with pure CSS :D (you can copy the code to see how it works)
guivr
·4 года назад·discuss
Thanks @rrishi!!
guivr
·4 года назад·discuss
Awesome, thanks for buying it! I'm glad it's useful to you
guivr
·4 года назад·discuss
Thanks a lot @dmje, really appreciate all your support!
guivr
·4 года назад·discuss
Yess, it's on the roadmap! :D
guivr
·4 года назад·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 года назад·discuss
Thanks a lot for the support, @sbm15!
guivr
·4 года назад·discuss
Thankss :)
guivr
·4 года назад·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 года назад·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.
guivr
·5 лет назад·discuss
Thanks a lot for adding the data! Haha. The thumbs down is just a way to represent "No" via emoji, I think it could be confusing / inconsistent to change them according to specific data points like "Shark", but I definitely understand that there can be a problem with it. I'll think about it. Thanks for the feedback!
guivr
·5 лет назад·discuss
sorry, this is happening sometimes (still need to figure out what's causing this annoying bug), especially when opening the Filters. could you try again pls? here's the map link: https://beachnearby.com/map?ref=hn thxx
guivr
·5 лет назад·discuss
It's ~90% copied from their CSS, I had to make a few adjustments sometimes. I used my own tool (CSS Scan - https://getcssscan.com) to copy the CSS.

The only buttons made from inspiration were the ones from the macOS Big Sur (number 10, 11, and 12).

Also, a few buttons used JS to change styles according to the cursor and I had to remove this part.