I see a licensing problem. Releasing thing into the public domain is not as easy as writing "Minified has been released into the Public Domain. You can use, copy, distribute and modify Minified without any copyright restrictions. You may even release it under your name and call it yours, if that's your thing." As the CC0 page explains [1]: > a waiver may not be effective in most jurisdictions > Dedicating works to th…
Show HN: Minified.js – a fully-featured, 4K alternative to jQuery and MooTools
61–70 of 145 posts
Re: Show HN: Minified.js – a fully-featured, 4K alternative to jQuery and MooTools
#62Earlier quoted context omitted.
Just a passing tinfoil comment... Google has so many fingers in the analytics pie, if you're not being recorded by Adsense or Analytics, then there's always CDN. No idea if it's all linked up, but it means that using alternative search engines doesn't really matter if you still visit Google-enhanced destinations.
Of course it's all linked up, including other freebies such as Google Fonts. Why else would they be offering it for free.
Re: Show HN: Minified.js – a fully-featured, 4K alternative to jQuery and MooTools
#63This is interesting, but what percentage of the time spent downloading jQuery is actually transferring the file? I would imagine that jQuery is already small enough that the majority of the time is spent just establishing the server connection.
Re: Show HN: Minified.js – a fully-featured, 4K alternative to jQuery and MooTools
#64Re: Show HN: Minified.js – a fully-featured, 4K alternative to jQuery and MooTools
#65http://jsperf.com/test-jquery-vs-minified
And to the community at large, feel free to add more tests.
Re: Show HN: Minified.js – a fully-featured, 4K alternative to jQuery and MooTools
#66Just on the surface the potential for the minified library with its reduced size and browser support sounds great. In just checking a few features it seems as though the performance doesn't line up with jquery atm. In a large application space would I rather trade off js performance for saving initial DL time (cache)? I start to wonder where diminishing returns set in, if I should I really care about IE6 anymore or i…
Re: Show HN: Minified.js – a fully-featured, 4K alternative to jQuery and MooTools
#67Re: Show HN: Minified.js – a fully-featured, 4K alternative to jQuery and MooTools
#68Just on the surface the potential for the minified library with its reduced size and browser support sounds great. In just checking a few features it seems as though the performance doesn't line up with jquery atm. In a large application space would I rather trade off js performance for saving initial DL time (cache)? I start to wonder where diminishing returns set in, if I should I really care about IE6 anymore or i…
Re: Show HN: Minified.js – a fully-featured, 4K alternative to jQuery and MooTools
#69This is interesting, but what percentage of the time spent downloading jQuery is actually transferring the file? I would imagine that jQuery is already small enough that the majority of the time is spent just establishing the server connection.
Most browsers probably have all versions of it cached by now too.
I have vague memories of reading a post with a stronger conclusion — that CDN caching was basically a non-issue, it would so rarely work — but to my frustration I can't find that right now.
Re: Show HN: Minified.js – a fully-featured, 4K alternative to jQuery and MooTools
#70 tml xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:page="http://tjansen.de/minifiedPage" xmlns:i="http://tjansen.de/internal" xmlns="http://www.w3.org/1999/xhtml">
at the top of the page. Apparently the minification went too far. :)