24 Matching Annotations
  1. Feb 2025
    1. By contrast, most modern web frameworks were designed for building web applications. These frameworks excel at building more complex, application-like experiences in the browser: logged-in admin dashboards, inboxes, social networks, todo lists, and even native-like applications like Figma and Ping. However with that complexity, they can struggle to provide great performance when delivering your content.
  2. May 2023
    1. Circling back around to this after a mention by Tim Bushell at Dan Allosso's Book Club this morning. Nicole van der Hoeven has been using it for a while now and has several videos.

      Though called Napkin, which conjures the idea of (wastebook) notes scribbled on a napkin, is a card-based UI which has both manual and AI generated tags in a constellation-like UI. It allows creating "stacks" of notes which are savable and archivable in an outline-esque form (though the outline doesn't appear collapsible) as a means of composition.

      It's got a lot of web clipper tooling for saving and some dovetails for bringing in material from Readwise, but doesn't have great data export (JSON, CSV) at the moment. (Not great here means that one probably needs to do some reasonably heavy lifting to do the back and forth with other tools and may require programming skills.)

      At present, it looks like just another tool in the space but could be richer with better data dovetailing with other services.

  3. Mar 2022
  4. Dec 2021
  5. Jul 2021
  6. Feb 2021
  7. Nov 2020
  8. Jul 2020
  9. Apr 2020
  10. Sep 2019
  11. Mar 2019
  12. Feb 2018
    1. AIS Technolabs is an IT consulting company which provides IT services to the clients all over the globe. It is the motto of the company to work for their clients and enhance their trade success by means of their services. Our company has been established 5 years back. We have been offering our services for nearly more than a half decade and are totally aware of all types of areas in which IT solutions can be provided to our customers. We have been working with industries from diverse sectors of a different magnitude from the start-ups to the colossal organizations.

  13. Mar 2017
  14. Jan 2016
  15. Sep 2015
    1. We eventually came up with a compromise solution based on Addy Osmani’s basket.js, using a combination of server-side script concatenation and localStorage for caching. In a nutshell, the page includes a lightweight loader script, which figures out which JS and CSS it has already cached and which needs to be fetched. The loader then requests all the resources it needs from the server in one request, and saves all the resources into localStorage under individual keys. This gives us a great compromise between cutting down the number of HTTP requests while still being able to maintain cacheability, and not re-downloading code unnecessarily when it hasn’t changed. Addtionally, after running a few benchmarks, we found that localStorage is (sometimes) actually faster than the native HTTP cache, especially on mobile browsers.
  16. Jan 2015