rabbit-slide-kenhys-debconf2020-online 2020.08.25.1 → 2020.08.25.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7c4a6656a968b56fb12bbac07cdf2ac7cd7bde498bebfd7fd2ed490ae1f2e18e
4
- data.tar.gz: cf839104319c975ed6420c4150ce5a97690ab5ae9cdfd2a180a2870d14d82438
3
+ metadata.gz: 3cbc1fad7f39cc01cbf17f0e566ad0b9dda16bc840536383e6aba5a8c79bec5a
4
+ data.tar.gz: e76c4a4aa19a95da2a17794b42cdd6ecfb473b31a59d09654ae2b9af58d6c611
5
5
  SHA512:
6
- metadata.gz: 63418802b608c1429ebbdb1995a9580b9cd44b10df3920720164ff35bb6c9046d346db7133b38f2073449bd89db8006748468012b02f329f98dde6ea1b8115a2
7
- data.tar.gz: 5760305af4357bd4a1b62769264a1f68147f29331f32913f9a2cd8ed56fc3691ff98ab97ea54c00f3770a19bbb0fbecb2692721f14def421175de48d32f2af08
6
+ metadata.gz: f777c712317fa1774a4d3ef32ca5d5c7d2f830fd2939a0624d5351943fa0b20861d151e0ebf48cf884801ee41b4bad58590353b49456dd50c5e0dd4b8da9e971
7
+ data.tar.gz: 30346462c6ee33a580dd7ddcee135aefbcc5724f51b799a28e2e4c16072da4b507b01547ebdf2987994752dad6f6ad596adb98bfeab1aab9a9d4559b7a5f0deb
data/.rabbit CHANGED
@@ -1 +1 @@
1
- debconf2020-online.md
1
+ --size=1280,720 debconf2020-online.md
@@ -1,12 +1,15 @@
1
1
  ---
2
2
  id: debconf2020-online
3
3
  base_name: debconf2020-online
4
- tags: []
5
- presentation_date:
4
+ tags:
5
+ - rabbit
6
+ - debconf20
7
+ - bugs.debian.org
8
+ presentation_date: 2020-08-25
6
9
  presentation_start_time:
7
10
  presentation_end_time:
8
11
  slideshare_id:
9
- version: 2020.08.25.1
12
+ version: 2020.08.25.2
10
13
  licenses:
11
14
  - CC-BY-SA-4.0
12
15
  slideshare_id: kenhys
@@ -14,7 +17,7 @@ speaker_deck_id:
14
17
  vimeo_id:
15
18
  youtube_id:
16
19
  author:
17
- markup_language: :rd
20
+ markup_language: :md
18
21
  name: Kentaro Hayashi
19
22
  email: kenhys@gmail.com
20
23
  rubygems_user: kenhys
@@ -50,7 +50,7 @@ theme
50
50
 
51
51
  * Why so curious about bugs.d.o?
52
52
  * The troublesome cases about bugs.d.o
53
- * What is Fabre and why is it needed?
53
+ * How to solve this situation?
54
54
  * Demonstrate a front-end
55
55
  * Conclusion
56
56
 
@@ -196,7 +196,7 @@ theme
196
196
  * <https://salsa.debian.org/lamby/debbugs-enhancement-suite>
197
197
  * A Chrome extension to enhance using Debbugs
198
198
  * Tidy up each bug rendering, it's cool (Thanks @lolamby FYI:)
199
- * *...But It is not what I want*
199
+ * *...But It is a bit different what I want*
200
200
 
201
201
  # What about existing solution?
202
202
 
@@ -362,7 +362,7 @@ cite: <https://en.wikipedia.org/wiki/Jean-Henri_Fabre>
362
362
 
363
363
  * Now ready to DEMO
364
364
 
365
- # More things about Fabre
365
+ # Current status of Fabre
366
366
 
367
367
  * Tracked bugs: about 89,000 (UDD: 90,780)
368
368
  * {::note}Archived bugs: 720,000 (UDD: 85,0331){:/note}
@@ -370,6 +370,12 @@ cite: <https://en.wikipedia.org/wiki/Jean-Henri_Fabre>
370
370
  * Update affected bugs: every 1 day
371
371
  * Disk usage (Database): about 1.5 GiB
372
372
 
373
+ # Weak point about Fabre
374
+
375
+ ![](images/killed-by-oom.png)
376
+
377
+ * Sometimes Killed by OOM, need more memory!
378
+
373
379
  # Conclusion
374
380
 
375
381
  * There are plenty room of improvements to develop
Binary file
@@ -1,390 +1,322 @@
1
1
  # Presentation memo
2
2
 
3
+ Hi, thank you for coming to this session.
4
+
5
+ I'll start the presentation "An experiment about personalized
6
+ front-end of bugs.debian.org.
7
+
3
8
  ## NOTE
4
9
 
5
- This slide is published at Rabbit Slide Show
10
+ This slide was already published at Rabbit Slide Show
11
+
12
+ So, you can also download this presentation.
13
+
14
+ ## Personal profile
15
+
16
+ Let me just start by introducing myself.
17
+
18
+ I'm one of the Debian maintainers. and a fan of a Trackpoint and Wasa
19
+ beef. I'm also working for ClearCode.
6
20
 
7
21
  ## ClearCode Inc.
8
22
 
9
- * My collegue gave me a feedback for this talk
23
+ Usually, I'm developing and supporting software as an engineer.
24
+
25
+ There is a culture to respect free software, my colleague gave me a
26
+ feedback for this talk.
10
27
 
11
28
  ## Not talk about
12
29
 
13
- In this session, I won't talk about bugs.debian.org internal in details.
30
+ In this session, this presentation is related to bugs.debian.org, but
31
+ I will not talk about improving bugs.debian.org itself and internal
32
+ details.
14
33
 
15
34
  # Agenda
16
35
 
17
- * Why so curious about bugs.d.o?
18
- * The troublesome case about bugs.d.o
19
- * What is Fabre and why is it needed?
20
- * Demonstrate a front-end
21
- * Conclusion
36
+ Here is the session agenda.
22
37
 
23
- # As a Maintainer
38
+ First, I'll explain why so curious about bugs.d.o
39
+ and show you the troublesome case.
24
40
 
25
- * Maintain some packages
26
- * <https://qa.debian.org/developer.php?login=kenhys>
27
- * groonga (Upstream releases monthly updates)
28
- * fcitx-imlist
29
- * libhinawa
30
- * ...
41
+ Next, I'll explain how to solve this situation and demonstrate an
42
+ actual front-end.
31
43
 
32
44
  # We use bugs.d.o
33
45
 
34
- ![](images/bugs-d-o.png){:relative-height="100"}
46
+ Here is the screenshot of bugs.d.o.
47
+
48
+ I guess you are familiar with it.
35
49
 
36
50
  # bugs.debian.org
37
51
 
38
- * Communicate each other by E-mail
39
- * Change the bug status by sending E-mail
40
- * Sending E-mail to control@bugs.d.o
41
- * Use control command in E-mail reply
52
+ In bugs.d.o, we need to follow the rules.
53
+
54
+ 1. Communicate each other by E-mail
55
+ 2. Change the bug status by sending E-mail
42
56
 
43
57
  # Why so curious about bugs.d.o?
44
58
 
45
- * I've received deprecated notification bugs
46
- * Bug# 956770 growl-for-linux: Depends on deprecated libappindicator
47
- * Bug# 955899 growl-for-linux: Depends on deprecated dbus-glib
59
+ One day, I've received deprecated notification about growl-for-linux
60
+ package.
61
+
62
+ growl-for-linux is a notification software.
63
+
64
+ One is related to libappindicator and the other is related to
65
+ dbus-glib.
48
66
 
49
67
  # How did you fixed?
50
68
 
51
- * Bug# 956770 growl-for-linux: Depends on deprecated libappindicator
52
- * <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956770>
53
- * Migrated to libayatana-indicator
54
- * It is easy because there are enough compatibility
55
- * Fixed pkg-config target and include path
69
+ About libappindicator, just migrated to libayatana-indicator.
56
70
 
57
71
  # How did you fixed? (again)
58
72
 
59
- * Bug# 955899 growl-for-linux: Depends on deprecated dbus-glib
60
- * <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=955899>
61
- * Migrated to GDBus
62
- * Use d-feet to detect interface change (Rhythmbox plugin)
63
- * Fixed a interface to follow GDBus API
64
- * Send PR to upstream
65
- * Fixed a potential Rhythmbox related bug, too
73
+ About, dbus-glib, I need to fix changed interfaces and migrated into
74
+ GDBus.
66
75
 
67
76
  # growl-for-linux was fixed
68
77
 
69
- * But...What about other packages? 🤔
78
+ Two bugs about growl-for-linux package was fixed, but I thought what
79
+ about other packages?
70
80
 
71
81
  # What about other packages?
72
82
 
73
- * libappindicator: deprecated in Debian; AppIndicator based applications, please switch to Ayatana (App)Indicator(s)
74
- * <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895037>
75
- * libdbus-glib-1-dev: is deprecated
76
- * <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895291>
83
+ libappindicator and dbus-glib was tracked like this.
77
84
 
78
85
  # libappindicator: deprecated in Debian;
79
86
 
80
- ![](images/libappindicator-blocked-by.png){:relative-height="80"}
81
-
82
- * Many blocked bugs
87
+ Against libappindicator, there are many bugs.
83
88
 
84
89
  # libdbus-glib-1-dev: is deprecated
85
90
 
86
- ![](images/libdbus-glib-blocked-by.png){:relative-height="80"}
87
-
88
- * *Too many* blocked bugs (Need to scroll)
89
-
90
- # Can you track blocked bugs?
91
-
92
- ![](images/libdbus-glib-blocked-by.png){:relative-height="80"}
93
-
94
- * Feel dizzy 😵
91
+ Against dbus-glib, there are too many blocked bugs.
95
92
 
96
93
  # How to track many blocked?
97
94
 
98
- * Use UserTags?
99
- * <https://wiki.debian.org/bugs.debian.org/usertags>
100
- * <https://udd.debian.org/cgi-bin/bts-usertags.cgi>
95
+ In these case, we can use UserTags to track bugs.
101
96
 
102
97
  # Does it work with libappindicator?
103
98
 
104
- ![](images/user-tag-ayatana-appindicator.png){:relative-height="80"}
105
-
106
- * UserTag is: *ayatana-appindicator*
99
+ For libappindicator, ayatana-appindicator is used as UserTag
107
100
 
108
101
  # Does it work with libdbus-glib1-dev?
109
102
 
110
- * It is a case that UserTag is *not available*
111
- * It should be tagged...
103
+ It should be tagged... but, UserTag is not available for dbus-glib.
112
104
 
113
105
  # The troublesome case about bugs.d.o
114
106
 
115
- * UserTag is not always used
116
- * Many blocked bugs may be difficult to see
117
- * *How to solve this situation?*
107
+ Like this, there is a case that UserTag is not always used. How to
108
+ solve this situation?
118
109
 
119
110
  # Use udd.debian.org!
120
111
 
121
- ![](images/udd-blocking-and-usertag.png){:relative-width="80"}
122
-
123
- * Can track usertags
124
- * Can track blocking bugs
112
+ The answer is using udd.
113
+ UDD can track usertags and blocking bugs.
125
114
 
126
115
  # In my experience, I need
127
116
 
128
- * Easy to:
117
+ So far, I've fixed or sent feedback to some bugs, I became to feel the
118
+ following ones are needed.
129
119
 
130
- * Track a specified bug (tagged/not tagged)
131
- * Find a bug that no one working on
132
- * Send control/submitter E-mail
133
- * Find affected bugs
120
+ Tracking a specified bug
121
+ Finding a bug that no one working on
122
+ Sending control E-mail in required form
123
+ Finding affected bugs
134
124
 
135
125
  # What I need for?
136
126
 
137
- * Easy to:
127
+ First topic is solved by using UDD.
138
128
 
139
- * ~~Track a specified bug (tagged/not tagged)~~ *Use UDD!*
140
- * Find a bug that no one working on 🤔
141
- * Send control/submitter E-mail 🤔
142
- * Find affected bugs 🤔
129
+ But how about the rest issues?
143
130
 
144
- # Starting personal project
131
+ # How to solve rest issues?
145
132
 
146
- * Concept
147
- * Make unstable life comfortable
148
- * Find a bug that no one working on
149
- * Easy to send control E-mail
150
- * Easy to find blocking bugs
151
- * Easy to find affected bugs
133
+ Surely, It is a good manner to fix a bug, but it is not easy.
134
+ It is also good to triage a bug, but it may be troublesome.
152
135
 
153
- # Starting personal project
136
+ To know affected bugs are also important, but it is not so easy until
137
+ it hits you.
154
138
 
155
- * Concept
156
- * Make unstable life comfortable
157
- * Find a bug that no one working on
158
- *Count comment in bug#NNNNNN*
159
- * Easy to send control E-mail
160
- *Add mailto: link explicitly*
161
- * Easy to find blocking bugs
162
- *List blocking bugs*
163
- * Easy to find affected bugs
164
- *Alert affected bugs*
139
+ # Find affected bugs
165
140
 
166
- # What should I do?
141
+ In the past, there are some grave/critical bugs It had affected boot
142
+ sequence / logged in user session. I want to avoid these bugs.
167
143
 
168
- * Name the project 😀
169
- * Integrate with salsa.d.o account (optional)
170
- * Sync bug information
171
- * Import additional metadata
172
- * Make it accessible!
144
+ # What about existing solution?
173
145
 
174
- # What should I do?
146
+ I've searched existing useful services via Debian wiki.
175
147
 
176
- * *Name the project 😀*
177
- {::note}Naming is important!{:/note}
178
- * Integrate with salsa.d.o account (optional)
179
- * Sync bug information
180
- * Import additional metadata
181
- * Make it accessible!
148
+ Developer Horizon seems well, but not available. Fabre also seems
149
+ well, but discontinued already.
182
150
 
183
- # Named as Fabre
151
+ I've also heard Debbugs Enhancement Suite. But it is a bit different
152
+ what I want.
184
153
 
185
- ![](images/345px-Jean-henri_fabre.jpg){:relative-height="80"}
154
+ # What about existing solution?
186
155
 
187
- cite: <https://en.wikipedia.org/wiki/Jean-Henri_Fabre>
156
+ As a result, Debian Popularity Content and Public UDD Mirror seems
157
+ useful.
188
158
 
189
- # Why Fabre?
159
+ # Starting personal project
190
160
 
191
- * Reuse previous (maybe) similar project
192
- * <http://fabre.debian.net>
193
- * Around 2005, fulltext search service had been hosted
194
- * Undocumented Debian "debbugs internal" {::note}written in Japanese{:/note}
195
- * <https://tokyodebian-team.pages.debian.net/pdf2005/debianmeetingresume2005-fuyu.pdf>
161
+ So I've started a personal project.
196
162
 
197
- # What should I do?
163
+ The concept of this project is: "Make unstable life comfortable" It
164
+ seems that it is ridiculous, but important for me.
198
165
 
199
- * Name the project 😀
200
- {::note}Naming is important!{:/note}
201
- * *Integrate with salsa.d.o account (optional)*
202
- * Sync bug information
203
- * Import additional metadata
204
- * Make it accessible!
166
+ # Starting personal project
205
167
 
206
- # Integrate with salsa.d.o account (optional)
168
+ To achieve this concept, I need to do some tasks.
207
169
 
208
- * Use GitLab(salsa.d.o) as an OAuth2 provider
209
- * <https://docs.gitlab.com/ee/api/oauth2.html>
210
- * No need to store sensitive password
170
+ counting comment for each bugs,
171
+ and adding separate mailto: link,
172
+ checking installed packages to alert affected bugs.
211
173
 
212
- # What should I do?
174
+ # How to realize concept
213
175
 
214
- * Name the project 😀
215
- {::note}Naming is important!{:/note}
216
- * Integrate with salsa.d.o account (optional)
217
- * *Sync bug information*
218
- * Import additional metadata
219
- * Make it accessible!
176
+ Furthermore, collecting E-mail archives, popcon data, installed
177
+ packages list and so on are also required.
220
178
 
221
- # Sync bug information
179
+ # Collect bug information
222
180
 
223
- * Get E-mail archive with rsync
224
- * <https://salsa.debian.org/debbugs-team/debbugs>
225
- * rsync -av rsync://bugs-mirror.debian.org/bts-spool-db/
226
- {::note}It requires 15GiB!{:/note}
227
- * Use *.log and *.summary
181
+ To collect E-mail archives, we can use bugs-mirror with rsync. E-mail
182
+ archive contains *.log and *.summary.
228
183
 
229
184
  # Extract .log and .summary
230
185
 
231
- * Use perl module which is used for bugs.d.o (Debbugs)
232
- * Debbugs::Log, Debbugs::Status, Debbugs::MIME and so on
233
- * *.log contains multiple raw E-mail content with control sequence
234
- * *.summary contains metadata of each bug
186
+ There are many Perl modules to handle bugs.d.o related pieces of
187
+ stuff.
235
188
 
236
189
  # How to parse .log
237
190
 
238
- my $log = Debbugs::Log->new(log_name => $path);
239
- my @records = $log->read_all_records();
240
- for my $record (@records) {
241
- ...
242
- my $entity = Debbugs::MIME::parse_to_mime_entity($record);
243
- print "From: " . $entity->head->get("From");
244
- print "To: " . $entity->head->get("To");
245
- print "Subject: " . get_field($entity, "Subject");
246
- print "Date: " . $entity->head->get("Date");
247
- }
248
- {: lang="perl"}
191
+ For example, Log and MIME module is used to parse .log file.
249
192
 
250
193
  # How to parse .summary
251
194
 
252
- Format-Version: 3
253
- Submitter: Nis Martensen <nis.martensen@web.de>
254
- Subject: libexo-helpers: starting thunderbird fails for some mailto URIs
255
- Found-In: exo/0.12.4-1
256
- Tags: patch
257
- Package: libexo-helpers
258
- Message-Id: <159439678897.3833.10774950364480956704.reportbug@siamos.nes.net>
259
- Severity: normal
260
- Date: 1594396982
261
-
262
- my $summary = Debbugs::Status::read_bug(summary => $path);
263
- print $summary->{"tags"}
264
- {: lang="perl"}
265
-
266
- # What should I do?
267
-
268
- * Name the project 😀
269
- {::note}Naming is important!{:/note}
270
- * Integrate with salsa.d.o account (optional)
271
- * Sync bug information
272
- * *Import additional metadata*
273
- * Make it accessible!
274
-
275
- # Import additional metadata
276
-
277
- * UDD: UltimateDebianDatabase
278
- * <https://wiki.debian.org/UltimateDebianDatabase>
279
- * You can access with:
280
- psql --host=udd-mirror.debian.net --user=udd-mirror udd --password
281
- * Schema is available: <https://udd.debian.org/schema/udd.html>
282
- * Import popcon and package data
283
-
284
- # What should I do?
285
-
286
- * Name the project 😀
287
- {::note}Naming is important!{:/note}
288
- * Integrate with salsa.d.o account (optional)
289
- * Sync bug information
290
- * Import additional metadata from UDD
291
- * *Make it accessible!*
195
+ Status module is used to parse .summary file.
196
+ You can access these bugs's metadata.
292
197
 
293
- # Prepared server specs for experiment
198
+ # Collect Popcon data and so on
294
199
 
295
- * Start with small VPS instance (about 3.26 USD/mo)
296
- * 1vCPU
297
- * 1GiB memory
298
- * 20GiB disk space
299
- * Max 100Mbps bandwidth
200
+ As UDD provides public database access,
300
201
 
301
- # Fabre internals
202
+ So we can get popcon stats and investigate which bug affects unstable
203
+ or not.
302
204
 
303
- ![](images/fabre-internals.png){:relative-height="100"}
205
+ # Collect installed packages information
304
206
 
305
- # What is the trigger of syncing
207
+ As popularity-content command can collect installed binary packages
208
+ information. It is useful to check recently used packages.
306
209
 
307
- * Subscribe debian-bugs-dist@lists.debian.org
308
- * Poll subscribed E-mail account
309
- * Fetch latest E-mail archives on bugs-mirror.debian.org
310
- * Convert & import E-mail archive data
210
+ # Process collected data and make it accessible!
311
211
 
312
- # Concept of Fabre
212
+ After collecting these information, updating bug information is
213
+ required regularly.
313
214
 
314
- * Easy to find a bug that no one working on
315
- * Count comment in bug#NNNNNN
316
- * Easy to send control E-mail
317
- * Add mailto: link explicitly
318
- * Easy to view blocking bugs
319
- * List blocking appropriately
215
+ I've used debian-bugs-dist mailing list as a trigger to
216
+ update and imported it into database.
320
217
 
321
- # Easy to find a bug that no one working on
218
+ # Prepared server specs for experiment
322
219
 
323
- ![](images/easy-to-find-no-one-working.png){:relative-height="80"}
220
+ For my experiment, I've prepared small VPS instance.
324
221
 
325
- * Show each number of comments (yellow background color means no one working on yet)
222
+ # System diagrams
326
223
 
327
- # Easy to send control E-mail
224
+ Here is a simple diagram for explaining the system.
328
225
 
329
- ![](images/easy-to-send-control-email.png){:relative-height="80"}
226
+ Web server is nginx, Application server is puma, and backend database is Groonga.
330
227
 
331
- * Show each mailto: button to control
228
+ It access external services,
229
+ E-mail server, UDD for metadata, Salsa for authentication.
332
230
 
333
- # Easy to view blocking bugs
231
+ # Named my project as Fabre
334
232
 
335
- ![](images/easy-to-view-blocking.png){:relative-height="80"}
233
+ As diagram indicates,
234
+ I've named this personal system as Fabre.
336
235
 
337
- * List blocking appropriately
236
+ # Why Fabre?
338
237
 
339
- # What comes to next?
238
+ Fabre is famous by the study of insects.
239
+ I've borrowed from discontinued similar project in decades ago
340
240
 
341
- * It looks useful, isn't it?
241
+ # Concept of Fabre (again)
342
242
 
343
- # Personalize Fabre!
243
+ The concept is this project is Make "unstable life" comfortable.
344
244
 
345
- * Add bookmark
346
- * Show affected bugs
347
- * Followup newer comments
245
+ # Finding a bug that no one working on
348
246
 
349
- # Personalize Fabre!
247
+ Here is the partial screenshot of Fabre.
248
+ It shows each number of comments (orange background color means no one working on yet)
350
249
 
351
- * Add bookmark
352
- * *Link account and bug*
353
- * Show affected bugs
354
- * *Link account and installed packages list*
355
- * Followup newer comments
356
- * *Link account and search comment information*
250
+ # Sending control E-mail easily
357
251
 
358
- # How to collect installed packages list?
252
+ I've added each mailto: button to sending control mail
359
253
 
360
- POPULARITY-CONTEST-0 TIME:1596711793 ID:XXX ARCH:amd64 POPCONVER:1.70 VENDOR:Debian
361
- 1596672000 1570622400 libgail-common /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/libgail.so
362
- 1596672000 1596585600 libavcodec58 /usr/lib/x86_64-linux-gnu/libavcodec.so.58.91.100 <RECENT-CTIME>
363
- 1596672000 1586736000 libgoa-1.0-0b /usr/lib/x86_64-linux-gnu/libgoa-1.0.so.0.0.0
364
- ...
365
- 1596672000 1586217600 libzvbi0 /usr/lib/x86_64-linux-gnu/libzvbi.so.0.13.2
366
- 1596672000 1590624000 udisks2 /usr/share/locale/ja/LC_MESSAGES/udisks2.mo
367
- END-POPULARITY-CONTEST-0 TIME:1596711817
254
+ # Easy to view blocked bugs
368
255
 
369
- * Just upload popcon file
370
- * /usr/sbin/popularity-contest --su-nobody
256
+ I've aligned blocked bugs.
371
257
 
372
- # Personalized Fabre on dashboard
258
+ # Finding affected important bugs
373
259
 
374
- ![](images/fabre-dashboards.png){:relative-height="100"}
260
+ I've added a dashboard to show fire icon. It indicates that there are affected bugs.
375
261
 
376
262
  # How Fabre is good enough to work?
377
263
 
378
- * Now ready to DEMO if there is a time to do
264
+ I'll show you some demo about Fabre.
265
+
266
+ # Current status of Fabre
267
+
268
+ That's all about Fabre demonstration.
269
+
270
+ In this system, tracked bugs are reached to eighty-nine thousand.
271
+ UDD tracks 90 thousand bugs, so it covers most of them.
272
+
273
+ Currently, bug information is updated every 1 hour, and affected bugs are also updated every 1 day.
274
+
275
+ Disk usage is about 1.5 GiB.
276
+
277
+ # Weak point of Fabre
278
+
279
+ There is a one weak point about Fabre.
280
+ out of memory is occurred sometimes.
379
281
 
380
282
  # Conclusion
381
283
 
382
- * In my experiment, mashup some data sources may improve UX
383
- * bug report
384
- * UDD metadata
385
- * installed packages list
386
- * There are plenty room of improvements to develop
284
+ * There is plenty room of improvement to develop, so I'll go forward this experiment furthermore.
285
+ * In my experiment, I've found that mashup some data sources may improve user experience.
387
286
 
388
287
  # Any questions?
389
288
 
390
289
  Could you speak slowly if you ask, please?
290
+
291
+ # DEMO
292
+
293
+ I'll demonstrate some features of Fabre.
294
+
295
+ If you already sign-in with salsa account,
296
+ You can also sign in with Fabre.
297
+
298
+ You need explicitly allow to authorize with Fabre.
299
+
300
+ After sign in, you can access the dashboard.
301
+
302
+ In the dashboard, you can see a status.
303
+
304
+ As you can see, there are three affected bugs,
305
+ ten bookmarked bugs, and you installed thousand and six hundred packages.
306
+
307
+ At the bottom of the dashboard, you can check the existence of newer comments since you commented finally.
308
+
309
+ Let's see the affected bugs.
310
+ These information is based on your installed packages.
311
+
312
+ Let's see the bookmarked bugs.
313
+ In every bug detail page, bookmark button is shown, so you can track bug freely.
314
+
315
+ You can see recent update bugs, release critical bugs, and newcomer bugs.
316
+
317
+ Here is the bug detail page,
318
+
319
+ You can view original bug report via clicking link,
320
+ tweet about bugs,
321
+ and send control E-mail easily.
322
+
data/theme.rb CHANGED
@@ -1,3 +1,5 @@
1
1
  @default_font = "Ubuntu"
2
2
  @monospace_font = "Ubuntu"
3
3
  include_theme("debian")
4
+ @slide_show_span = 1800
5
+ @slide_show_loop = true
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rabbit-slide-kenhys-debconf2020-online
3
3
  version: !ruby/object:Gem::Version
4
- version: 2020.08.25.1
4
+ version: 2020.08.25.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kentaro Hayashi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-08-13 00:00:00.000000000 Z
11
+ date: 2020-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rabbit
@@ -45,6 +45,7 @@ files:
45
45
  - images/fabre-dashboards.png
46
46
  - images/fabre-internals.png
47
47
  - images/fabre-internals.svg
48
+ - images/killed-by-oom.png
48
49
  - images/libappindicator-blocked-by.png
49
50
  - images/libdbus-glib-blocked-by.png
50
51
  - images/logo-combination-standard.svg