-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
executable file
·446 lines (336 loc) · 23.1 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" href="/assets/images/icon.png">
<!-- change your GA id in _config.yml -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-4812VFLT3M"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-4812VFLT3M');
</script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4922790412146333" crossorigin="anonymous"></script>
<title>About | SoloThought</title>
<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>About | Solo Thought</title>
<meta name="generator" content="Jekyll v4.3.2" />
<meta property="og:title" content="About" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Collection of curated articles with in depth analysis on a topic to present a different perspective with interactive illustrations" />
<meta property="og:description" content="Collection of curated articles with in depth analysis on a topic to present a different perspective with interactive illustrations" />
<link rel="canonical" href="https://solothought.com/about" />
<meta property="og:url" content="https://solothought.com/about" />
<meta property="og:site_name" content="Solo Thought" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="About" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","description":"Collection of curated articles with in depth analysis on a topic to present a different perspective with interactive illustrations","headline":"About","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://solothought.com/assets/images/logo.png"}},"url":"https://solothought.com/about"}</script>
<!-- End Jekyll SEO tag -->
<!-- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-aFq/bzH65dt+w6FI2ooMVUpc+21e0SRygnTpmBvdBgSdnuTN7QbdgL+OapgHtvPp" crossorigin="anonymous">
<link href="/assets/css/screen.css" rel="stylesheet">
<link href="/assets/css/main.css" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
</head>
<body class="layout-page">
<!-- defer loading of font and font awesome -->
<noscript id="deferred-styles">
<!-- <link href="https://fonts.googleapis.com/css?family=Righteous%7CMerriweather+Sans:300,300i,400,400i,700,700i" rel="stylesheet"> -->
<link href="https://fonts.googleapis.com/css?family=Righteous&family=Poppins" rel="stylesheet">
<!-- <link href="https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap" rel="stylesheet"> -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css" crossorigin="anonymous">
</noscript>
<!-- Begin Menu Navigation
================================================== -->
<nav class="navbar navbar-expand-lg navbar-light bg-white fixed-top mediumnavigation nav-down">
<div class="container pr-0">
<!-- Begin Logo -->
<a class="navbar-brand" href="/">
<img src="/assets/images/logo.png" alt="SoloThought">
</a>
<!-- End Logo -->
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSolo" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSolo">
<!-- Begin Menu -->
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="/index.html">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/about">About</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Categories
</a>
<div class="dropdown-menu text-capitalize" aria-labelledby="navbarDropdown">
<!-- <a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Something else here</a> -->
<a class="dropdown-item" href="/categories#tutorial">tutorial (14)</a>
<a class="dropdown-item" href="/categories#info">info (1)</a>
<a class="dropdown-item" href="/categories#philosophy">philosophy (1)</a>
<a class="dropdown-item" href="/categories#literature">literature (4)</a>
<a class="dropdown-item" href="/categories#rethink">rethink (2)</a>
</div>
</li>
<li class="nav-item dropdown text-capitalize">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Open Source
</a>
<div class="dropdown-menu " aria-labelledby="navbarDropdown">
<!-- <div class="dropdown-divider">Libraries</div> -->
<a class="dropdown-item" href="https://github.com/NaturalIntelligence/fast-xml-parser"><strong>Fast XML Parser</strong> in JS</a>
<a class="dropdown-item" href="https://github.com/solothought/text2chart"><strong>Text2Chart</strong> - Generate graphs from text</a>
<a class="dropdown-item" href="https://github.com/NaturalIntelligence/Stubmatic"><strong>Stubmatic</strong> - Mocking library for QAs</a>
<a class="dropdown-item" href="https://github.com/NaturalIntelligence/nimn-spec"><strong>Nimn</strong> - Smaller than XML, JSON, Msgpack, Gzip</a>
<a class="dropdown-item" href="https://github.com/solothought/shabdawali"><strong>Shabdawali</strong> - Human like Typing Effect</a>
<a class="dropdown-item" href="https://github.com/solothought/vaarta"><strong>Vaarta</strong> - Typing Chat effect</a>
<a class="dropdown-item" href="https://github.com/node-muneem/anumargak"><strong>Anumargak</strong> - Fast routing lib</a>
<a class="dropdown-item" href="https://www.npmjs.com/package/fast-lorem-ipsum"><strong>Fast Lorem Ipsum</strong> - generator</a>
<a class="dropdown-item" href="https://www.npmjs.com/package/fastify-xml-body-parser"><strong>Fastify XML Body Parser</strong></a>
<a class="dropdown-item" href="https://www.npmjs.com/package/cucumon"><strong>Cucumon</strong> - Better parser for Gherkin files</a>
<a class="dropdown-item" href="https://www.npmjs.com/package/strnum"><strong>Strnum</strong> - String to Number converter</a>
<a class="dropdown-item" href="https://www.npmjs.com/package/detailed-xml-validator"><strong>Detailed XML Validator</strong> - Light and effective XML schema validator</a>
<div class="dropdown-divider">Online tool</div>
<a class="dropdown-item" href="/imglab/"><strong>Imglab</strong> - Annotate images for ML</a>
<a class="dropdown-item" href="/matchit/"><strong>Match it</strong> - Create card game</a>
<div class="dropdown-divider">Research</div>
<a class="dropdown-item" href="https://bigbit.github.io/bigbitjs/"><strong>BigBit</strong> - Numeric Datatype</a>
</div>
</li>
<script src="/assets/js/lunr.js"></script>
<style>
.lunrsearchresult .title {color: #d9230f;}
.lunrsearchresult .url {color: silver;}
.lunrsearchresult a {display: block; color: #777;}
.lunrsearchresult a:hover, .lunrsearchresult a:focus {text-decoration: none;}
.lunrsearchresult a:hover .title {text-decoration: underline;}
</style>
<form class="bd-search" onSubmit="return lunr_search(document.getElementById('lunrsearch').value);">
<input type="text" class="form-control text-small launch-modal-search" id="lunrsearch" name="q" maxlength="255" value="" placeholder="Type and enter..."/>
</form>
<div id="lunrsearchresults">
<ul></ul>
</div>
<script src="/assets/js/lunrsearchengine.js"></script>
</ul>
<!-- End Menu -->
</div>
</div>
</nav>
<!-- End Navigation
================================================== -->
<div class="site-content">
<div>
<!-- Site Title
================================================== -->
<!-- Content
================================================== -->
<!-- <div id="gaerr" class="alert alert-danger">
All the stats like page views, trending posts, post for you are derived from Google analytics. Please enable Google analytics for accurate stats.
</div> -->
<div class="container">
<div id="main-content" class="main-content">
<section>
<div class="section-title">
<h2><span>About</span></h2>
</div>
<div class="article-post">
<div class="row justify-content-between">
<div class="col-md-8 pr-5">
<p>Our site aims to provide comprehensive and insightful knowledge on a wide range of topics. Our articles are crafted to deliver information in a clear and concise manner, supported by real-life examples and illustrations. We strive to be a one-stop resource, including all relevant links, mind maps, decision trees, and other helpful materials, so you can save time and effort in your learning journey. Our goal is to enable you to understand the topic thoroughly without having to refer to multiple sources on the web, read lengthy articles or watch time-consuming videos.</p>
<h4>Opensource projects</h4>
<p>Here is the list of top opensource projects with downloads in last 3-4 years. Some projects are not that old and never advertised on social platforms. Hence, their downloads must be lesser. Additionally, some projects like imglab, and match-it are not in the list as they're online apps but still popular. (22 Nov 2023)</p>
<table class="alternating">
<tbody>
<tr>
<td>package</td>
<td>downloads</td>
</tr>
<tr>
<td><a href="https://npmjs.com/package/fast-xml-parser">fast-xml-parser</a></td>
<td>863,399,428</td>
</tr>
<tr>
<td><a href="https://npmjs.com/package/strnum">strnum</a></td>
<td>447,873,322</td>
</tr>
<tr>
<td><a href="https://npmjs.com/package/nimnjs">nimnjs</a></td>
<td>4,986,108</td>
</tr>
<tr>
<td><a href="https://npmjs.com/package/fastify-xml-body-parser">fastify-xml-body-parser</a>
</td>
<td>220,938</td>
</tr>
<tr>
<td><a href="https://npmjs.com/package/fast-lorem-ipsum">fast-lorem-ipsum</a></td>
<td>135,407</td>
</tr>
<tr>
<td><a href="https://npmjs.com/package/stubmatic">stubmatic</a></td>
<td>66,265</td>
</tr>
<tr>
<td><a href="https://npmjs.com/package/detailed-xml-validator">detailed-xml-validator</a>
</td>
<td>10,699</td>
</tr>
</tbody>
</table>
<br />
<br />
<h4>Some users who rely on our work</h4>
<a href="https://github.com/renovatebot/renovate" title="renovate"><img src="https://avatars1.githubusercontent.com/u/38656520" width="60px" /></a>
<a href="https://vmware.com/" title="vmware"> <img src="https://avatars0.githubusercontent.com/u/473334" width="60px" /></a>
<a href="https://opensource.microsoft.com/" title="microsoft"> <img src="https://avatars0.githubusercontent.com/u/6154722" width="60px" /></a>
<a href="http://ibm.github.io/" title="IBM"> <img src="https://avatars2.githubusercontent.com/u/1459110" width="60px" /></a>
<a href="http://www.smartbear.com" title="SmartBear Software"> <img src="https://avatars2.githubusercontent.com/u/1644671" width="60px" /></a>
<a href="http://nasa.github.io/" title="NASA"> <img src="https://avatars0.githubusercontent.com/u/848102" width="60px" /></a>
<a href="https://github.com/prettier" title="Prettier"> <img src="https://avatars0.githubusercontent.com/u/25822731" width="60px" /></a>
<a href="http://brain.js.org/" title="brain.js"> <img src="https://avatars2.githubusercontent.com/u/23732838" width="60px" /></a>
<a href="https://github.com/aws" title="AWS SDK"> <img src="https://avatars.githubusercontent.com/u/2232217" width="60px" /></a>
<a href="http://www.fda.gov/" title="Food and Drug Administration "> <img src="https://avatars2.githubusercontent.com/u/6471964" width="60px" /></a>
<a href="http://www.magento.com/" title="Magento"> <img src="https://avatars2.githubusercontent.com/u/168457" width="60px" /></a>
<a href="https://github.com/SAP" title="SAP"> <img src="https://user-images.githubusercontent.com/7692328/204835214-d9d25b58-e3df-408d-87a3-c7d36b578ee4.png" width="60px" /></a>
<a href="https://github.com/postmanlabs" title="postman"> <img src="https://user-images.githubusercontent.com/7692328/204835529-e9e290ad-696a-49ad-9d34-08e955704715.png" width="60px" /></a>
<a href="https://github.com/react-native-community" title="React Native Community"> <img src="https://avatars.githubusercontent.com/u/20269980?v=4" width="60px" /></a>
<a href="https://github.com/langchain-ai" title="LangChain "> <img src="https://avatars.githubusercontent.com/u/126733545?s=60&v=4" width="60px" /></a>
<a href="https://github.com/googleapis" title="Google APIs"> <img src="https://avatars.githubusercontent.com/u/16785467?s=60&v=4" width="60px" /></a>
<a href="https://github.com/spring-io" title="Spring IO "> <img src="https://avatars.githubusercontent.com/u/5138804?s=200&v=4" width="60px" /></a>
<a href="https://github.com/jhipster" title="JHipster"> <img src="https://avatars.githubusercontent.com/u/6059488?s=200&v=4" width="60px" /></a>
<a href="https://github.com/Accenture" title="Accenture"> <img src="https://avatars.githubusercontent.com/u/10454368?s=200&v=4" width="60px" /></a>
<a href="https://github.com/minio" title="MinIO"> <img src="https://avatars.githubusercontent.com/u/695951?s=200&v=4" width="60px" /></a>
<a href="https://github.com/baidu" title="Baidu"> <img src="https://avatars.githubusercontent.com/u/13245940?s=200&v=4" width="60px" /></a>
<a href="https://github.com/wechaty" title="Wechaty"> <img src="https://avatars.githubusercontent.com/u/21285357?s=200&v=4" width="60px" /></a>
<a href="https://github.com/npm" title="npm"> <img src="https://avatars.githubusercontent.com/u/6078720?s=200&v=4" width="60px" /></a>
<a href="https://github.com/Azure" title="Microsoft Azure "> <img src="https://avatars.githubusercontent.com/u/6844498?s=200&v=4" width="60px" /></a>
<br />
<br />
<img src="https://raw.githubusercontent.com/NaturalIntelligence/ThankYouBackers/main/assets/NI_sponsors.jpg" alt="Sponsors" />
</div>
<div class="col-md-4">
<div class="sticky-top sticky-top-80">
<div>
<h5>Support us</h5>
<p>Your donation can help us be more creative and productive. Thank you for supporting us!</p>
<a target="_blank" href="https://paypal.me/naturalintelligence" class="btn btn-danger">Paypal <i class="fab fa-paypal"></i></a>
<a target="_blank" href="https://github.com/sponsors/NaturalIntelligence" class="btn btn-warning">Github <i class="fab fa-github"></i></a>
</div>
<div class="mt-5">
<h5>Notification</h5>
<p>Subscribe to be notified for new thoughts published on this platform. We don't send any offer or unnecessary emails that waste your time.</p>
<form data-v-1bbcb9ec="" action="https://api.follow.it/subscription-form/SWQ1WGpwaytYMnZTUjNPcTQ0K2NoTUtyT2I2R1g2b2ZXaWl5Z1ZSeVFDc1JodUZFU28weGQzYlR0TE5Pa3BXRjczU1RKdnZERGRLblN6bVR4T3A2SG5ONVplZmUvdGs3dWZNTWxyQ0NibWRiaS81WU5UbFVGa2YvaWZucGRBOHl8VE4zUnZMaWRGRGtNZGQ1RmUxcnp3ekJsc1UzTUhodlpXSkxES0tFeitOOD0=/8" method="post">
<div data-v-1bbcb9ec="" class="form-preview">
<strong data-v-1bbcb9ec=""> Get new posts by email:</strong>
<input data-v-1bbcb9ec="" type="email" class="form-control" name="email" required="required" placeholder="Enter your email" spellcheck="false" />
<button data-v-1bbcb9ec="" type="submit" class="btn btn-primary">Subscribe</button>
</div>
</form>
<p>You can also subscribe to the <a href="https://solothought.com/feed.xml">RSS feed</a> for updates.</p>
</div>
<div class="mt-5">
<h5>Questions or Suggestions</h5>
<p>Do you have any suggestion about new topics or any question on existing one? Head over to our <a href="https://github.com/solothought/solothought.github.io/discussions">Discussions forum</a>!</p>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
<!-- Bottom Alert Bar for Patreon
================================================== -->
<!-- <div class="alertbar">
<div class="container text-center">
<span>Access high quality assets of this post on <a href="https://www.patreon.com/Solothought">Patreon</a></span>
</div>
</div> -->
</div>
<!-- Categories Jumbotron
================================================== -->
<!-- <div class="jumbotron fortags">
<div class="d-md-flex h-100">
<div class="col-md-4 transpdark align-self-center text-center h-100">
<div class="d-md-flex align-items-center justify-content-center h-100">
<h2 class="d-md-block align-self-center py-1 font-weight-light">Explore <span class="d-none d-md-inline">→</span></h2>
</div>
</div>
<div class="col-md-8 p-5 align-self-center text-center">
<a class="mt-1 mb-1" href="/categories#tutorial">tutorial (14)</a>
<a class="mt-1 mb-1" href="/categories#info">info (1)</a>
<a class="mt-1 mb-1" href="/categories#philosophy">philosophy (1)</a>
<a class="mt-1 mb-1" href="/categories#literature">literature (4)</a>
<a class="mt-1 mb-1" href="/categories#rethink">rethink (2)</a>
</div>
</div>
</div> -->
<!-- Begin Footer
================================================== -->
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-6 text-center text-lg-left">
Copyright © 2025 SoloThought
</div>
<div class="col-md-6 col-sm-6 text-center text-lg-right">
<a href="/feed.xml" class="btn-social btn-outline m-2"><i class="fas fa-rss"></i></a>
<a href="/about" class="btn-social btn-outline m-2"><i class="fas fa-bullhorn"></i></a>
<a href="https://github.com/solothought" class="btn-social btn-outline m-2"><i class="fab fa-github"></i></a>
<a href="https://twitter.com/solothought_q" class="btn-social btn-outline m-2"><i class="fab fa-twitter"></i></a>
<a href="mailto:[email protected]" class="btn-social btn-outline m-2"><i class="fas fa-envelope"></i></a>
<a href="https://github.com/solothought/solothought.github.io/discussions" class="btn-social btn-outline m-2"><i class="fas fa-comments"></i></a>
</div>
</div>
</div>
</footer>
<!-- End Footer
================================================== -->
</div> <!-- /.site-content -->
<!-- Cookie consent banner -->
<div id="cookieConsent" class="alert alert-dismissible alert-info text-center fixed-bottom mb-0">
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
This website uses Google Analytics to analyze website traffic and improve your experience. By continuing to use this site, you consent to the use of cookies in accordance with our <a href="/privacypoicy" >Privacy Policy</a> and <a href="/termandconditions" >Term and Conditions</a>.
</div>
<script>
// Hide cookie consent on button click
document.querySelector('#cookieConsent .close').addEventListener('click', function () {
document.querySelector('#cookieConsent').style.display = 'none';
});
</script>
<!-- Scripts
================================================== -->
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script> -->
<!-- <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script> -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-qKXV1j0HvMUeCBQ+QVp7JcfGl760yU08IQ+GpUo5hlbpg51QRiuqHAJz8+BrxE/N" crossorigin="anonymous"></script>
<script src="/assets/js/mediumish.js"></script>
<script src="/assets/js/ie10-viewport-bug-workaround.js"></script>
<!-- -->
<script>
// Wait for the document to be ready
$(document).ready(function() {
// Add event listener for mouseover (cursor on the image)
$('.hovermyst').on('mouseover', function() {
$(this).find('.myst-overlay').css('opacity', 0); // Hide the overlay
});
// Add event listener for mouseout (cursor off the image)
$('.hovermyst').on('mouseout', function() {
$(this).find('.myst-overlay').css('opacity', 1); // Show the overlay
});
});
</script>
</body>
</html>