Live data from Hacker News

Viewing profile — chowderman

chowderman

HN member
Joined
Thu, Jul 09, 2020, 3:06 AM UTC
HN karma
215
Public activity
16 items

About chowderman

No profile information was provided.

Recent public activity

  1. comment
    Comment #27883084

    > HTML can easily be offline-able. Base64 your images or use SVG, put your CSS in the HTML page, remove all 2-way data interaction, basically reduce HTML to the same performance as…

  2. comment
    Comment #27793654

    There is also a similar program called HyperFiler[0]* that bundles web pages into single HTML files with a few more options such as a headless chromium transport option, built in m…

  3. comment
    Comment #27550536

    Same here, I think small comments every 3-10 lines adds a lot of value, especially to large code bases. Being able to quickly scan through comments visually when you only need a hi…

  4. comment
    Comment #27530080

    Wow, this is an amazing collection of banners! For anyone have trouble with the page loading all of the gifs, I bundled all 4 of the pages into a single, massive 33 MB HTML page wi…

  5. story
  6. comment
    Comment #27369702

    A project that I created (written in TypeScript) to bundle web pages into single HTML files with the goal of producing as small of bundles as possible. Also includes a rich set of …

  7. story
  8. comment
    Comment #23934773

    This is a CSS stylesheet to theme your Hacker News in a Windows95/98 style

  9. story
  10. comment
    Comment #23924019

    Style your web pages like Windows XP and 98! Also here is the link to the github repo for this library: https://github.com/chowderman/os.css

  11. story
  12. comment
    Comment #23786371

    It can be packed very easily actually! It is a single HTML file, so you can easily embed it into an electron app or a webview if you wanted. Only problem is it would bring the tota…

  13. comment
    Comment #23786309

    The main differences are: * it works totally offline (it performs no XHR requests and none of the libraries are linked to CDNs or other sites) * is contained within a single ~1 MB …

  14. comment
    Comment #23776798

    you know it! It had a sleek and modern look for the time, while still having the simplicity and user-friendliness of MS Paint from Win 95/98. really wish this version of paint was …

  15. comment
    Comment #23776577

    Here is the repo as well: https://github.com/chowderman/xp-paint . Note: this is in no way affiliated with Microsoft, its merely a fan project based on my love of Windows XP

  16. story