FrostWire for Android breaks past its first 250k lines of source code

--------------------------------------------------------------------------------
Language                      files          blank        comment           code
--------------------------------------------------------------------------------
Java                           1950         101133          77855         256590
XML                             126            480           2351           9308
XSD                               2             28             57            187
Bourne Again Shell                1             30             17            147
--------------------------------------------------------------------------------
SUM:                           2079         101671          80280         266232
--------------------------------------------------------------------------------

Help wanted

FrostWire nearing 1MM lines of Source Code

--------------------------------------------------------------------------------
Language                      files          blank        comment           code
--------------------------------------------------------------------------------
Java                           6700         230082         339218         818509
HTML                            403           8751           4745          72384
XML                              70           1112            996          11029
C++                               6            220            317            806
CSS                              10            202            132            799
JSP                              16             64            606            777
Javascript                        5             77             54            571
XSLT                              4            134            298            553
XSD                               7             40             58            521
Objective C                       5             75             57            291
SQL                               1             34              7            288
C/C++ Header                      6             58            114            229
Bourne Again Shell                5             44             31            224
C                                 2             58             14            134
Bourne Shell                      3              5              0             65
DOS Batch                         1              5              4             19
--------------------------------------------------------------------------------
SUM:                           7244         240961         346651         907199
--------------------------------------------------------------------------------

Let’s see how we bring that number down during the next year.

Help us

ubuntu/debian abort: error: _ssl.c:504: error:14090086:SSL [FIXED]

Trying to clone or update a repo, and you get this error?
[bash]
hg pull -u
abort: error: _ssl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
[/bash]

Quick fix, go to .hgrc and put this on your [web] section

[bash]
[web]
cacerts=
[/bash]

Fixed, remember to leave a tip if you wasted hours on this and I just saved your ass 😉 j/k, but no seriously, leave a tip, pleease.