28 Matching Annotations
  1. Nov 2022
    1. Note that ttx is part of the fonttools mentioned in the accepted answer. It's a Python script, so it's also available on Mac and Linux.
  2. Aug 2022
  3. Apr 2022
  4. Mar 2022
    1. Around @11:16:

      "What made HyperCard the ubiquitous product it was in the early 90s... was the fact that it was included free with every Macintosh sold. So anybody could use it to create somethnig, then share their creation with somebody else with the confidence that the other person would be able to run it."

      So that was in that day. What is the box today?

      Let me ask it another way: What is available on every computing device[...]?"


      I would encourage us all to find ways to make the system immediately available to users.

  5. Jan 2022
  6. Dec 2021
    1. on Windows, since that's what I'm using

      Good example of why leveraging the browser's runtime is better. i wouldn't have guessed that the md2blog creator was using Windows. (And I didn't. I just assume that everyone is using a Mac, even though I'm on neither.)

  7. Jun 2021
    1. Different ways to prepend a line: (echo 'line to prepend';cat file)|sponge file sed -i '1iline to prepend' file # GNU sed -i '' $'1i\\\nline to prepend\n' file # BSD printf %s\\n 0a 'line to prepend' . w|ed -s file perl -pi -e 'print"line to prepend\n"if$.==1' file
  8. May 2021
  9. Apr 2021
  10. Mar 2021
  11. Oct 2020
  12. Jul 2020
    1. Used by global platforms like Google, Bing and Twitter, AMP allows users a native-feeling experience across all platforms by defaulting to AMP pages when available.
  13. wordpress.org wordpress.org
    1. AMP formerly stood for “Accelerated Mobile Pages”, but now works completely across desktop and mobile.
  14. Jun 2020
  15. May 2020
    1. Flutter for Cross-Platform App Development is an associate degree source, cross-platform mobile development framework from Google. It permits superior, stunning applications to be designed for iOS and Android from one codebase. It’s additionally the event platform for Google’s future Fuchsia OS.

      The Orientation of Flutter for Cross-Platform App Development Became Perfect App

  16. Apr 2020
    1. Running the same code in the browser and on the server in order to avoid code duplication is a very different problem. It is simply a matter of good development practices to avoid code duplication. This however is not limited to isomorphic applications. A utility library such as Lodash is “universal”, but has nothing to do with isomorphism. Sharing code between environments does not give you an isomorphic application. What we’re referring to with Universal JavaScript is simply the fact that it is JavaScript code which is environment agnostic. It can run anywhere. In fact most JavaScript code will run fine on any JavaScript platform.
  17. Mar 2020
  18. Jan 2020
  19. Dec 2019
  20. Nov 2019
  21. Aug 2015