Viewing profile — georges_gomes
georges_gomes
HN member- Joined
- Sun, Dec 08, 2019, 7:48 AM UTC
- HN karma
- 199
- Public activity
- 80 items
- HN profile
- View on Hacker News ↗
About georges_gomes
Recent public activity
-
comment
Comment #44267144
You have Liquid Glass and then you have this!
- story
- story
-
comment
Comment #43654643
My dear hackers, We have been working on figma.to.website for the last 18 months. The vision is to add the missing [Publish] button to Figma. Design in Figma and directly publish t…
- story
- story
-
comment
Comment #42134851
I need one today!
- story
-
comment
Comment #41816945
There is an app called RDM which can do that.
- story
- story
-
comment
Comment #40131186
The keyboard controls are particularly satisfying. Well done.
-
comment
Comment #40131179
A leaderboard for speed runners would be interesting :)
-
comment
Comment #39824463
Yes, this is a perfect use case for Jampack. You have simple large images in HTML . Jampack would make them responsive with multiple sizes so mobile phone get small images and desk…
-
comment
Comment #39821336
Do you have a link you can share? I think the project grid with thumbnails could benefit greatly from Jampack but I would need to see the page to confirm.
-
comment
Comment #39821006
To back this up I would point to https://news.ycombinator.com/item?id=32587740
-
comment
Comment #39820982
As user @lelandfe pointed out here, Jampack is using browser native loading="lazy". There is currently no way to change this behavior but I could add an option that would preload t…
-
comment
Comment #39820729
I'm receiving lots of static websites by email from people who want to help me with real world examples :heart: you guys are awesome! Thank you so much!
-
comment
Comment #39819128
Hi! If the static output of your Next.js project is `./build` then add `&& jampack ./build` to your build command. If the site is 100% static then it should play nice. If it's hydr…
-
comment
Comment #39819006
Hi! It's true that it you don't have images, the benefits are limited. Also, your CSS may become bigger at the end because we automatically improve compatibility with browser. You …
-
comment
Comment #39818952
Hi! Happy you enjoyed it! I would have expected better results for Performance metrics! If you don't mind sharing your static site output pre-jampack I would enjoy checking out. ge…
-
comment
Comment #39818687
Needs a little bit of updates :) will do. If you can share your static website on GitHub repo or something I would love to have a look. georges [at] divriots [dot] com
-
comment
Comment #39818633
Thanks for all the links! It's definitely bumping my excitement towards subset fonts!
-
comment
Comment #39817443
Yes, lots of cool things to do around fonts! I have in TODO to add automatic system font fallback with the right metrics in order to improve CLS automatically. Is it what you call …
-
story
Show HN: Jampack – Optimizes static websites as a post-processing step
Hi! Jampack is a post-processing tool that takes the output of your Static Site Generator (aka SSG) and optimizes it for best user experience and best Core Web Vitals scores. As of…