Live data from Hacker News

Viewing profile — yeargun

yeargun

HN member
Joined
Thu, Sep 07, 2023, 6:06 PM UTC
HN karma
17
Public activity
30 items

About yeargun

Building eddocu.com

Recent public activity

  1. comment
    Comment #48491418

    yeah I saw it, thats a crazy trick

  2. comment
    Comment #48491368

    Yeah yeah, tbh even though I branded it like that in the website, packing strategy & overall, its pretty much an apparent technology/library. I realy wanted some such technology 2 …

  3. comment
    Comment #48490613

    GGs on the library .hmml might be more hassle free then zip options for web apps. With zips, I think it will require more js bundle & processing to work. meanwhile with .hmml, its …

  4. comment
    Comment #48490263

    yeah but you know.. it needs to be either base64 or a link thats why .hmml is a packing strategy to mitigate that, single pack

  5. comment
    Comment #48490123

    hey, yes. 1- html/css has more layout capabilities. 2- js 3- its a packing strategy. If you plan to serve images + svgs altogether, either you need to base64 encode or pack like hm…

  6. comment
    Comment #48490102

    Slop :D can you revisit please? What browser are you using ? The library is not curing cancer And also it's the first time im hearing that its not working. My goal was to discuss t…

  7. comment
    Comment #48489911

    yeszaaddy people are crazy for sure https://youtu.be/O_nE4O5JRBQ

  8. comment
    Comment #48489647

    yes but not every image/visual is efficiently representable with svgs. sometimes we need rasters

  9. comment
  10. comment
  11. comment
    Comment #48489433

    A: I want to serve html with images all in single pack You have 2 options. - Embed images into html (base64, size overhead) - embed html/css/js into media binaries .hmml is the pac…

  12. comment
  13. comment
    Comment #48489355

    Same HTML specification does not support .hmml Until they support .hmml imma close my image tags. But thanks for highlighting (its a joke)

  14. comment
    Comment #48489300

    sorry for this, im updating in the meantime you can take a look at this https://www.reddit.com/r/Design/s/hv0hyBow9I

  15. comment
    Comment #48489295

    Same zip also helps serving .hmml from cdns smaller (gzip/brotli) Even then base64 is worse in size though Also I wouldn't prefer serving a zip and load and render it within my web…

  16. comment
  17. comment
    Comment #48489234

    If you plan to serve your image with a self contained, single pack. Then with html + rasterized images (.jpeg/.png, ..) you would have to pay extra size overhead caused by base64. …

  18. comment
    Comment #48489220

    Yeah I agree in fact this is both a packing strategy or a POV of thinking. Next browser versions could support it. or when tomorrow's genai models mix declarative images with raste…

  19. comment
    Comment #48489120

    thats a great observation. In fact, I also tried how efficient wall painting is :D https://x.com/yeargun24/status/1825516494861508943?s=20 And, yes. HTML & CSS rendering without js…

  20. comment
    Comment #48489091

    yes exactly. you can go devtools at https://hmml.eddocu.com it downloads single binary that contains media assets (svg, image, video, ..) and html/css blueprint, even js (security …

  21. comment
    Comment #48489079

    Nope PDF is an irreversible format in terms of editability. (btw I build the world's most performant pdf/pptx editor at https://eddocu.com , I would enjoy if you have any feedback)…

  22. comment
    Comment #48489063

    Completely agree with that. But look whats the situation with MHTML. """ Open Bug 40873 Opened 26 years ago Updated 27 days ago """ So if you need some such feature in your web app…

  23. comment
    Comment #48488996

    In fact it has lots of use cases, 1- For design tools, they can combine multipe images, texts, svgs and serve them with single pack/abstraction 2- When you need editable/composable…

  24. comment
    Comment #48488554

    ## What's an image We consider rasters as image (.jpeg, .webp, ..) We also invented svgs, its a vector. SVG is a declarative language, has its own format and has own renderer HTML,…

  25. story