236 Matching Annotations
  1. Aug 2019
  2. Jul 2019
  3. Jun 2019
  4. Apr 2019
    1. China’s tech sector is notorious for treating workers like machines, with extremely long working hours being the norm. The phrase 996 refers to 9am - 9pm, 6 days per week, and is an unspoken rule in a lot of Chinese tech companies. The CEO of Youzan, a large Chinese e-commerce company, seemingly didn’t get the memo about keeping 996 as an “unspoken” rule, and surprised his employees at their 2019 yearly company party by telling them Youzan is officially switching to 996.
  5. Mar 2019
  6. Oct 2018
  7. Sep 2018
  8. Apr 2018
  9. Mar 2018
    1. if (app.metadata && app.metadata.has('dc:title') && app.metadata.get('dc:title') !== 'Untitled') { title = app.metadata.get('dc:title'); }

      the empty dc:title should also be considered as Untitled

  10. Dec 2017
    1. contains complementary information of another dataset, this must be specified in the (meta)data

      for software: inclusion of external libraryies or dependencies is usually specified in header files, on top of code files, in DESCRIPTION (R package), by import or :: statements.

      Since source code can be indexed like text, does it have to be repeated in metadata? GitHub & other services seem to already do that: github.com/blog/2470

  11. Oct 2017
  12. Aug 2017
  13. May 2017
  14. Jan 2017
  15. Jun 2016
  16. Mar 2016
  17. Sep 2015
  18. Aug 2015
  19. Jul 2015
  20. Jun 2015
  21. Apr 2015
    1. The blog post in which Ben Balter proposes that term was unpublished when I read it. But since the blog is hosted on a public GitHub repository I could not only read the post in draft form but also follow the discussion with invited reviewers and observe how that discussion influenced the draft.

      With Hypothesis this kind of thing becomes available for /any web page/.

  22. Mar 2015
  23. Nov 2014
  24. Feb 2014
    1. Github As The Central Presence, Definition, Configuration, And Source Code For Your API Posted on 02-05-2014 It is easy to think of Github as a central repository for your open source code—most developers understand that. I have written before about the many ways to use Github as part of your API management strategy, but in the last few months I'm really seeing Github playing more of a central role in the overall lifecycle of an API.