/irc-logs / w3c / #webapps / 2010-03-25 / end

Options:

  1. # Session Start: Thu Mar 25 00:00:00 2010
  2. # Session Ident: #webapps
  3. # [00:00] <timeless_mbp> so i'd expect 'for each' instead of 'in that'
  4. # [00:00] <timeless_mbp> > Auto populated index record will also be respectively inserted or updated depending on what storing results in.
  5. # [00:00] <timeless_mbp> records
  6. # [00:01] <timeless_mbp> note that ending a sentence with a preposition (in) is discouraged.
  7. # [00:02] <timeless_mbp> note that you generally use articles a/an for each element in your lists, so while i originally suggested dropping an 'a', you should probably just add the missing one (alternatively you'd need to remove all of the other articles from additional list items
  8. # [00:05] <timeless_mbp> [3.2.3]
  9. # [00:05] <timeless_mbp> > Storing would mean inserting if no record exists for that key or updating an existing record, otherwise.
  10. # [00:05] <timeless_mbp> you haven't updated any automatic indexes …
  11. # [00:10] <timeless_mbp> > Return the a new structured clone of the value in the record with key key in store.
  12. # [00:10] <timeless_mbp> drop 'the'
  13. # [00:13] <timeless_mbp> [3.2.7]
  14. # [00:13] <timeless_mbp> > If any indexes are auto-populated for store, then remove the record in that index according to index maintenance conditions.
  15. # [00:14] <timeless_mbp> see previous comment about 'in that'
  16. # [00:14] <timeless_mbp> [3.2.8]
  17. # [00:14] <timeless_mbp> > Remove the records from index with key key.
  18. # [00:15] <timeless_mbp> oh, this is an index, ok :)
  19. # [00:16] <timeless_mbp> > If these steps are called with an empty array of database objects
  20. # [00:16] <timeless_mbp> this isn't a sentence
  21. # [00:16] <timeless_mbp> > Do not acquire locks on any database objects now.
  22. # [00:16] <timeless_mbp> [context] this looks like a sentence, but is confusing
  23. # [00:17] <timeless_mbp> > Locks are obtained as the application attempts to access those objects.
  24. # [00:17] <timeless_mbp> 'those objects' is odd
  25. # [00:17] <timeless_mbp> > Programmers must use caution to acquire and release database objects in the same global order to avoid deadlocks.
  26. # [00:17] <timeless_mbp> deadlock (singular)
  27. # [00:17] <timeless_mbp> or rather, perhaps, uncountable ?
  28. # [00:17] <timeless_mbp> (or state, whatever)
  29. # [00:18] <timeless_mbp> > If a timeout duration is passed to these steps and is exceeded when acquiring locks, then set code to TIMEOUT_ERR and jump to the last step.
  30. # [00:18] <timeless_mbp> 'when acquiring' isn't really right, perhaps 'while trying to acquire'
  31. # [00:19] <Nikunj> will this be minuted or logged somewhere so I can catch up later?
  32. # [00:19] <timeless_mbp> there's no such guarantee, i think gavin keeps logs, my irc client might
  33. # [00:22] <timeless_mbp> > Open a new transaction to the database, and create a IDBTransaction object that represents that transaction.
  34. # [00:23] <timeless_mbp> an IDBTransaction object representing that transaction
  35. # [00:25] <Nikunj> OK. When you are done, I will export my client's log
  36. # [00:34] <timeless_mbp> > A database connection can be used to manipulate the objects of that database.
  37. # [00:34] <timeless_mbp> i don't really like 'of that'
  38. # [00:34] <timeless_mbp> > That is also the only means of obtaining a transaction for that database.
  39. # [00:35] <timeless_mbp> change 'That' to 'It' or 'This' ?
  40. # [00:35] <timeless_mbp> i don't like 'of obtaining' it's passive voice, could you rewrite the sentence? :)
  41. # [00:35] <timeless_mbp> (sorry, i know i'm asking a lot)
  42. # [00:36] <timeless_mbp> [removeObjectStore]
  43. # [00:36] <timeless_mbp> > This method is used to destroy an object store with the given name as well as all indexes that are referencing that object store.
  44. # [00:36] <timeless_mbp> drop 'are'
  45. # [00:36] <timeless_mbp> and change 'referencing' to 'reference'
  46. # [00:37] <timeless_mbp> fwiw, it's 1:30am and my eyes are glazing over, so i'm jumping through things faster
  47. # [00:53] <timeless_mbp> > Using the synchronous API, an application can process all the records in the cursor's range. No two values provided by the user agent to callbacks processing data in this cursor can be identical.
  48. # [00:53] <timeless_mbp> i wouldn't write 'can'.
  49. # [00:54] <timeless_mbp> > Example
  50. # [00:54] <timeless_mbp> > By default, a cursor walks over objects starting at the first record and ending at the last record including all the duplicates encountered along the way. If the cursor callback returns true, then the iteration is stopped.
  51. # [00:54] <timeless_mbp> the duplicates bit seems to contradict the previous section, which confuses me :(
  52. # [00:54] * Quits: Nikunj (Adium@64.186.167.205) (Ping timeout)
  53. # [01:03] <timeless_mbp> > It is also possible to create a bounded cursor, i.e., with application-specified starting and ending points, the cursor should be created with both the required keys.
  54. # [01:03] * timeless_mbp eep. [ping timeout]
  55. # [01:24] * Quits: aroben (aroben@71.58.77.15) (Connection reset by peer)
  56. # [01:34] * Joins: Nikunj (Adium@98.234.66.20)
  57. # [01:42] * Quits: Lachy (Lachlan@124.171.250.216) (Ping timeout)
  58. # [01:48] * Joins: Lachy (Lachlan@124.171.250.216)
  59. # [01:57] * Joins: dydz (dydz@75.37.27.246)
  60. # [02:07] * Quits: Nikunj (Adium@98.234.66.20) (Ping timeout)
  61. # [03:32] * Joins: Nikunj (Adium@64.162.93.194)
  62. # [03:34] * Quits: Nikunj (Adium@64.162.93.194) (Quit: Leaving.)
  63. # [04:14] * Joins: Nikunj (Adium@64.162.93.194)
  64. # [04:52] * Quits: Nikunj (Adium@64.162.93.194) (Quit: Leaving.)
  65. # [04:56] * Joins: Nikunj (Adium@64.162.93.194)
  66. # [04:56] * Quits: Nikunj (Adium@64.162.93.194) (Quit: Leaving.)
  67. # [05:43] * Joins: Nikunj (Adium@98.234.66.20)
  68. # [05:52] * Quits: Nikunj (Adium@98.234.66.20) (Quit: Leaving.)
  69. # [05:57] * Joins: Nikunj (Adium@98.234.66.20)
  70. # [06:10] * Quits: Nikunj (Adium@98.234.66.20) (Quit: Leaving.)
  71. # [06:46] * Disconnected
  72. # [06:48] * Attempting to rejoin channel #webapps
  73. # [06:48] * Rejoined channel #webapps
  74. # [06:48] * Topic is 'WebApps WG ; this channel is logged at: http://krijnhoetmer.nl/irc-logs/'
  75. # [06:48] * Set by ArtB on Thu Feb 11 20:51:57
  76. # [06:50] * Quits: Nikunj (Adium@98.234.66.20) (Quit: Leaving.)
  77. # [09:28] * Quits: Lachy (Lachlan@124.171.250.216) (Quit: This computer has gone to sleep)
  78. # [10:14] * Joins: Marcos (Marcos@213.236.208.22)
  79. # [10:30] * Joins: Lachy (Lachlan@124.171.250.216)
  80. # [10:43] * Quits: Lachy (Lachlan@124.171.250.216) (Quit: This computer has gone to sleep)
  81. # [10:53] * Quits: anne (annevk@83.85.115.123) (Connection reset by peer)
  82. # [10:53] * Joins: anne (annevk@83.85.115.123)
  83. # [11:59] * Joins: Lachy (Lachlan@124.171.250.216)
  84. # [12:10] * Joins: tlr (tlr@128.30.52.169)
  85. # [12:23] * Quits: tlr (tlr@128.30.52.169) (Quit: tlr)
  86. # [12:32] * Joins: ArtB (chatzilla@192.100.124.219)
  87. # [13:00] * Quits: Lachy (Lachlan@124.171.250.216) (Quit: This computer has gone to sleep)
  88. # [13:03] * Quits: timeless_mbp (timeless@88.115.8.36) (Quit: Leaving.)
  89. # [13:04] * Joins: timeless_mbp (timeless@88.115.8.36)
  90. # [13:04] * Joins: Lachy (Lachlan@124.171.250.216)
  91. # [13:40] * Joins: aroben (aroben@71.58.77.15)
  92. # [14:00] * Quits: ArtB (chatzilla@192.100.124.219) (Client exited)
  93. # [14:48] * Joins: Nikunj (Adium@98.234.66.20)
  94. # [14:53] * Joins: MikeSmith (MikeSmith@128.31.35.229)
  95. # [15:23] * Quits: Nikunj (Adium@98.234.66.20) (Ping timeout)
  96. # [15:29] * Joins: Nikunj (Adium@98.234.66.20)
  97. # [15:32] * Quits: Nikunj (Adium@98.234.66.20) (Ping timeout)
  98. # [17:27] * Joins: Nikunj (Adium@64.186.167.205)
  99. # [17:28] * Joins: Nikunj1 (Adium@64.186.167.205)
  100. # [17:28] * Quits: Nikunj (Adium@64.186.167.205) (Connection reset by peer)
  101. # [17:37] <timeless_mbp> Nikunj1: you alive?
  102. # [17:48] <Nikunj1> back
  103. # [18:48] * Joins: tlr (tlr@128.30.52.169)
  104. # [18:48] * Quits: Marcos (Marcos@213.236.208.22) (Quit: Marcos)
  105. # [18:48] * Joins: Marcos (Marcos@213.236.208.22)
  106. # [19:02] <timeless_mbp> what was the last thing you got from me?
  107. # [19:02] <timeless_mbp> Marcos: in other news, i tried downloading opera1051, and um, i got a thing saying the setup file was not a valid win32 application :)
  108. # [19:03] * timeless_mbp wonders how ie managed to mess that up
  109. # [19:21] * Quits: tlr (tlr@128.30.52.169) (Quit: tlr)
  110. # [20:09] * Joins: shepazu (schepers@128.30.52.169)
  111. # [21:04] * Joins: taf2 (taf2@173.13.232.33)
  112. # [22:54] * Quits: timeless_mbp (timeless@88.115.8.36) (Client exited)
  113. # [22:59] * Quits: taf2 (taf2@173.13.232.33) (Quit: taf2)
  114. # [23:01] * Joins: timeless_mbp (timeless@88.115.8.36)
  115. # [23:16] * Joins: taf2 (taf2@98.117.216.229)
  116. # Session Close: Fri Mar 26 00:00:00 2010

The end :)