Viewing profile — chowderman
chowderman
HN member- Joined
- Thu, Jul 09, 2020, 3:06 AM UTC
- HN karma
- 215
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About chowderman
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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…
-
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…
- story
-
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 …
- story
-
comment
Comment #23934773
This is a CSS stylesheet to theme your Hacker News in a Windows95/98 style
- story
-
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
- story
-
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…
-
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 …
-
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 …
-
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
- story